aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
|\
| * [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
* | [ticket/14823] Move check_form_key() inside actual save data stepMarc Alexander2016-10-281-5/+5
* | [ticket/14830] Fix FORM_INVALID error on cpf settings changingrxu2016-10-241-1/+1
|/
* [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-181-3/+26
* [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-2/+9
* Merge pull request #3724 from javiexin/ticket/13960Tristan Darricau2015-10-081-9/+6
|\
| * [ticket/13960] Profile field validation breaks ACPjaviexin2015-06-231-9/+6
* | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-271-3/+3
* | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-041-5/+5
* | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-3/+26
* | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-2/+51
|/
* [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
* [ticket/12765] Execute query directly from db toolsCarlo2014-08-101-4/+2
* [ticket/12765] Use db_tools instead of generating queries at momentCarlo2014-08-101-142/+5
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-5/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-1/+3
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-2/+0
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-7/+19
* [ticket/12169] Add new option to display profile fields on memberlistJoas Schilling2014-02-101-1/+5
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
* [ticket/11201] Use !== null, its fasterJoas Schilling2014-01-201-1/+1
* [ticket/11201] Fix some variable namesJoas Schilling2014-01-181-1/+1
* [ticket/11201] Add a method to return the translated full name of the typeJoas Schilling2014-01-181-3/+3
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-18/+19
* [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-171-44/+7
* [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-171-43/+5
* [ticket/11201] Allow manipulating the intended variables with the type classJoas Schilling2014-01-171-99/+6
* [ticket/11201] Move type specific error messages to type classJoas Schilling2014-01-171-9/+1
* [ticket/11201] Move field type depending preparation of the options to classJoas Schilling2014-01-171-27/+8
* [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-161-20/+5
* [ticket/11201] Move language option determination into type classJoas Schilling2014-01-151-26/+4
* [ticket/11201] Use database type from the type classJoas Schilling2014-01-151-190/+16
* [ticket/11201] Remove type related code from build_insert_sql_array()Joas Schilling2014-01-141-1/+1
* [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-16/+7
* [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-1/+1
* [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-3/+2
* [ticket/12038] Do not rely on stale order value to move items.Cesar G2013-12-061-27/+21
* [ticket/12038] AJAXify move up/down buttons in custom profile fields page.Cesar G2013-12-051-0/+8
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
* Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-1/+5
|\
| * [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-1/+5
* | [feature/ajax] Send correct activate/deactivate JSON response in acp_profileIgor Wiedler2012-03-311-0/+18
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-091-4/+31
|\ \ | |/
| * [ticket/9831] Fix saving unchecked checkbox field valuerxu2012-02-051-0/+8
| * [ticket/9831] Correctly store checkbox default value for boolean CPF.rxu2012-01-181-4/+23
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1