aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-14/+14
* Merge pull request #5040 from kasimi/ticket/15446Marc Alexander2017-12-271-0/+26
|\
| * [ticket/15446] Add event core.acp_profile_actionkasimi2017-11-081-0/+26
* | [ticket/15447] Add event core.acp_profile_modify_profile_rowkasimi2017-11-081-2/+21
|/
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-041-0/+4
|\
| * 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
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-281-5/+5
|\ \ \ | |/ /
| * | [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
| |/
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-3/+26
|\ \ | |/
| * [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-181-3/+26
* | [ticket/13454] Add excessively removed code backMarc Alexander2016-01-061-1/+5
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-6/+2
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+2
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-2/+9
|\ \ | |/
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-2/+9
* | Merge branch '3.1.x'Tristan Darricau2015-10-081-9/+6
|\ \ | |/
| * Merge pull request #3724 from javiexin/ticket/13960Tristan Darricau2015-10-081-9/+6
| |\
| | * [ticket/13960] Profile field validation breaks ACPjaviexin2015-06-231-9/+6
* | | Merge branch '3.1.x'Marc Alexander2015-07-221-2/+74
|\ \ \ | |/ /
| * | [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/10748] Fix class type hintingJoas Schilling2015-02-151-3/+2
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-1/+1
|\ \ | |/
| * [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-4/+4
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-12/+12
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-7/+7
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+7
|/
* [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