aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-2/+2
| | | | PHPBB3-15910
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-14/+14
| | | | PHPBB3-14972
* Merge pull request #5040 from kasimi/ticket/15446Marc Alexander2017-12-271-0/+26
|\ | | | | | | [ticket/15446] Add event core.acp_profile_action
| * [ticket/15446] Add event core.acp_profile_actionkasimi2017-11-081-0/+26
| | | | | | | | PHPBB3-15446
* | [ticket/15447] Add event core.acp_profile_modify_profile_rowkasimi2017-11-081-2/+21
|/ | | | PHPBB3-15447
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-041-0/+4
|\ | | | | | | | | * 3.1.x: [ticket/14888] Missing check for disabled profile field types
| * Merge pull request #4555 from javiexin/ticket/14888Tristan Darricau2016-12-041-0/+4
| |\ | | | | | | | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types
| | * [ticket/14888] Missing check for disabled profile field typesjaviexin2016-12-041-0/+4
| | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888
* | | 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
| | | | | | | | | | | | PHPBB3-14823
| * | [ticket/14830] Fix FORM_INVALID error on cpf settings changingrxu2016-10-241-1/+1
| |/ | | | | | | PHPBB3-14830
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-3/+26
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14789] Add form tokens to tests and uncomment add_form_key [ticket/14789] Add link hashes and form tokens to all acp links/buttons
| * [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-181-3/+26
| | | | | | | | | | | | | | | | | | | | | | This will further harden the ACP security by adding link hashes to links and form tokens to forms that did not have these yet and result in modified settings or write action on the filesystem or database. These few links and forms were still relying on the global ACP protection, mainly due to them not posing further risks of compromising data. After this change these will now also be properly protected against tampering. PHPBB3-14789
* | [ticket/13454] Add excessively removed code backMarc Alexander2016-01-061-1/+5
| | | | | | | | PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-6/+2
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+2
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | Merge branch '3.1.x'Tristan Darricau2015-10-141-2/+9
|\ \ | |/ | | | | | | * 3.1.x: [ticket/10572] Unguarded includes in acp files
| * [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-2/+9
| | | | | | | | PHPBB3-10572
* | Merge branch '3.1.x'Tristan Darricau2015-10-081-9/+6
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13960] Profile field validation breaks ACP
| * Merge pull request #3724 from javiexin/ticket/13960Tristan Darricau2015-10-081-9/+6
| |\ | | | | | | | | | | | | | | | | | | [ticket/13960] Profile field validation breaks ACP * javiexin/ticket/13960: [ticket/13960] Profile field validation breaks ACP
| | * [ticket/13960] Profile field validation breaks ACPjaviexin2015-06-231-9/+6
| | | | | | | | | | | | | | | | | | | | | Make sure new step is calculated only if no error has been identified during validation. Also, cleanup redundant code in acp_profile.php. PHPBB3-13960
* | | Merge branch '3.1.x'Marc Alexander2015-07-221-2/+74
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/acp/acp_profile.php
| * | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number again. PHPBB3-13911
| * | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number and event name. PHPBB3-13911
| * | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fix bamboo formatting errors. PHPBB3-13911
| * | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-2/+51
| |/ | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. PHPBB3-13911
* | [ticket/10748] Fix class type hintingJoas Schilling2015-02-151-3/+2
| | | | | | | | PHPBB3-10748
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-111-1/+1
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13597] Modify variable-variable syntax to be compatible with PHP7
| * [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
| | | | | | | | PHPBB3-13597
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-4/+4
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-12/+12
| | | | | | | | PHPBB3-13455
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-7/+7
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+7
|/ | | | PHPBB3-13450
* [ticket/12765] Execute query directly from db toolsCarlo2014-08-101-4/+2
| | | | PHPBB3-12765
* [ticket/12765] Use db_tools instead of generating queries at momentCarlo2014-08-101-142/+5
| | | | PHPBB3-12765
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
| | | | PHPBB3-12446
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-5/+0
| | | | PHPBB3-12747
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-1/+3
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-2/+0
| | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-7/+19
| | | | | | | | Contact fields are displayed with in the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages PHPBB3-12233
* [ticket/12169] Add new option to display profile fields on memberlistJoas Schilling2014-02-101-1/+5
| | | | PHPBB3-12169
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Use !== null, its fasterJoas Schilling2014-01-201-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Fix some variable namesJoas Schilling2014-01-181-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Add a method to return the translated full name of the typeJoas Schilling2014-01-181-3/+3
| | | | PHPBB3-11201
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-18/+19
| | | | PHPBB3-11201
* [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-171-44/+7
| | | | PHPBB3-11201
* [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-171-43/+5
| | | | PHPBB3-11201
* [ticket/11201] Allow manipulating the intended variables with the type classJoas Schilling2014-01-171-99/+6
| | | | PHPBB3-11201