aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-2/+9
| | | | PHPBB3-10572
* 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
* | [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/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
| | | | PHPBB3-13597
* [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
* [ticket/11201] Move type specific error messages to type classJoas Schilling2014-01-171-9/+1
| | | | PHPBB3-11201
* [ticket/11201] Move field type depending preparation of the options to classJoas Schilling2014-01-171-27/+8
| | | | PHPBB3-11201
* [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-161-20/+5
| | | | PHPBB3-11201
* [ticket/11201] Move language option determination into type classJoas Schilling2014-01-151-26/+4
| | | | PHPBB3-11201
* [ticket/11201] Use database type from the type classJoas Schilling2014-01-151-190/+16
| | | | PHPBB3-11201
* [ticket/11201] Remove type related code from build_insert_sql_array()Joas Schilling2014-01-141-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-16/+7
| | | | PHPBB3-11201
* [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-3/+2
| | | | PHPBB3-11201
* [ticket/12038] Do not rely on stale order value to move items.Cesar G2013-12-061-27/+21
| | | | | | This makes it possible to move the items more than once with AJAX. PHPBB3-12038
* [ticket/12038] AJAXify move up/down buttons in custom profile fields page.Cesar G2013-12-051-0/+8
| | | | PHPBB3-12038
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
| | | | PHPBB3-11700
* Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-1/+5
|\ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1 [ticket/10965] Introduce a new profile field option to display no value Conflicts: phpBB/includes/acp/acp_profile.php
| * [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-1/+5
| | | | | | | | | | | | | | | | By default the 3.0.10 behaviour is kept, profile fields will not show up if they have either not yet been selected or in case of an optional dropdown field if the novalue option was selected. PHPBB3-10965
* | [feature/ajax] Send correct activate/deactivate JSON response in acp_profileIgor Wiedler2012-03-311-0/+18
| | | | | | | | PHPBB3-10270
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-091-4/+31
|\ \ | |/ | | | | | | | | * develop-olympus: [ticket/9831] Fix saving unchecked checkbox field value [ticket/9831] Correctly store checkbox default value for boolean CPF.
| * [ticket/9831] Fix saving unchecked checkbox field valuerxu2012-02-051-0/+8
| | | | | | | | PHPBB3-9831
| * [ticket/9831] Correctly store checkbox default value for boolean CPF.rxu2012-01-181-4/+23
| | | | | | | | PHPBB3-9831
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/8542] Display custom profile fields in private messagesJoas Schilling2011-05-201-1/+5
| | | | | | | | | | | | Introduce an option to display the cpf in the PM view. PHPBB3-8542
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-131-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/8904] Show default value for numeric custom profile fields when editing
| * [ticket/8904] Show default value for numeric custom profile fields when editingNiklas Schmidtmer2011-02-131-1/+1
| | | | | | | | | | | | | | | | | | When displaying the default value for a numeric custom profile field, only use request_var to obtain the value on creation. When editing, it will always override the actual value with an empty string, as this is request_var's default return value. PHPBB3-8904
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | [feature/request-class] Remove tricky $_* is_array from acp_profileIgor Wiedler2010-09-251-1/+1
| | | | | | | | PHPBB3-9716