aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* | [ticket/8542] Display custom profile fields in private messagesJoas Schilling2011-05-201-1/+5
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-131-1/+1
|\ \ | |/
| * [ticket/8904] Show default value for numeric custom profile fields when editingNiklas Schmidtmer2011-02-131-1/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | [feature/request-class] Remove tricky $_* is_array from acp_profileIgor Wiedler2010-09-251-1/+1
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-4/+7
|/
* [ticket/9582] Custom profile fields cannot be created under MSSQL native.Rob House2010-05-031-0/+1
* Properly fix #40925Chris Smith2009-10-071-0/+8
* #48985Henry Sudhof2009-08-031-1/+5
* late fix for #44905Jim Wigginton2009-05-141-1/+1
* Fix column handling in db updater, custom profile fields an db tools for fire...Meik Sievertsen2009-04-281-1/+1
* Better handling and finer control for custom profile fields visibility option...Meik Sievertsen2008-11-261-51/+49