aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
* [ticket/14037] Minor coding style improvements to eventMarc Alexander2015-08-201-0/+2
* [ticket/14037] Allows adapting memberlist profile fields headlinejaviexin2015-08-201-0/+18
* [ticket/12734] Remove unnecessary error supressingJakub Senko2014-09-101-7/+3
* [ticket/12791] Changed the if checkStanislav Atanasov2014-07-101-2/+1
* [ticket/12791] String profile fields do not use links ...Stanislav Atanasov2014-07-101-1/+2
* Merge pull request #2672 from Nicofuma/ticket/12782Joas Schilling2014-07-071-3/+3
|\
| * [ticket/12782] Use an interface for the phpbb event_dispatcherTristan Darricau2014-06-281-3/+3
* | [ticket/12334] Changed from valueid to value_rawPayBas2014-06-241-10/+10
* | [ticket/12334] Implemented get_profile_valueid methodPayBas2014-06-241-1/+1
* | [ticket/12334] Added field_novalue fall-back as requestedPayBas2014-06-241-2/+3
* | [ticket/12334] Add PROFILE_FIELD_VALUEID template varPayBas2014-06-241-7/+9
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12335] Remove $ from descPayBas2014-05-031-2/+2
* [ticket/12335] Added generate_profile_fields _ beforePayBas2014-05-031-0/+12
* [ticket/12335] Documentation fix and added use_contact_fieldsPayBas2014-05-031-2/+3
* [ticket/12335] Fix phpBB version numberPayBas2014-05-031-2/+2
* [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-1/+31
* Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into develop...Nils Adermann2014-04-101-0/+1
|\
| * [ticket/12331] Fix SQL error when inserting a new entry to profile field dataJoas Schilling2014-03-301-0/+1
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-3/+3
|/
* [ticket/12187] Do not make clickable when using as contact fieldJoas Schilling2014-03-041-14/+21
* [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-96/+96
* [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-0/+19
* [ticket/12184] Fix undefined variable tpl_fields in profile field managerJoas Schilling2014-02-111-0/+2
* [ticket/12169] Split mode==headline into it's own functionJoas Schilling2014-02-101-23/+30
* [ticket/12169] Allow displaying profile fields on memberlistJoas Schilling2014-02-101-2/+28
* [ticket/12159] Fix codesniffer complaints due to profilefields and passwordsMarc Alexander2014-02-031-1/+1
* [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-43/+10
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-0/+408