aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12335] Remove $ from descPayBas2014-05-031-2/+2
| | | | | | Come on travis, play nice this time PHPBB3-12335
* [ticket/12335] Added generate_profile_fields _ beforePayBas2014-05-031-0/+12
| | | | PHPBB3-12335
* [ticket/12335] Documentation fix and added use_contact_fieldsPayBas2014-05-031-2/+3
| | | | PHPBB3-12335
* [ticket/12335] Fix phpBB version numberPayBas2014-05-031-2/+2
| | | | PHPBB3-12335
* [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-1/+31
| | | | PHPBB3-12335
* Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into ↵Nils Adermann2014-04-101-0/+1
|\ | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12331: [ticket/12331] Add functional test for saving custom profile fields [ticket/12331] Fix SQL error when inserting a new entry to profile field data
| * [ticket/12331] Fix SQL error when inserting a new entry to profile field dataJoas Schilling2014-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | There was a "Field 'pf_phpbb_interests' doesn't have a default value" error, because we didn't specify values for the disabled fields. We can not disable the sql_return_on_error() thou, because it otherwise we run into "Duplicate entry '2' for key 'PRIMARY'" errors when the user submits the form again but didn't change any values. PHPBB3-12331
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
|/ | | | PHPBB3-12282
* [ticket/12187] Do not make clickable when using as contact fieldJoas Schilling2014-03-041-14/+21
| | | | PHPBB3-12187
* [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-96/+96
| | | | | | Removing the mode switch that wraps the content of the method PHPBB3-12187
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-0/+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/12184] Fix undefined variable tpl_fields in profile field managerJoas Schilling2014-02-111-0/+2
| | | | PHPBB3-12184
* [ticket/12169] Split mode==headline into it's own functionJoas Schilling2014-02-101-23/+30
| | | | PHPBB3-12169
* [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-101-2/+28
| | | | | | | We can not sort by profile field values atm. And also I'm not sure whether this is possible at all. PHPBB3-12169
* [ticket/12159] Fix codesniffer complaints due to profilefields and passwordsMarc Alexander2014-02-031-1/+1
| | | | | | | The two PRs regarding profilefields and passwords manager that were recently merged caused a few codesniffer complaints that are fixed by these changes. PHPBB3-12159
* [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-43/+10
| | | | PHPBB3-11201
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-0/+408
PHPBB3-11201