aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields
Commit message (Expand)AuthorAgeFilesLines
* [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-012-5/+5
|/
* [ticket/9040] Count HTML entities as single in custom profile fieldsShitiz Garg2014-03-171-1/+1
* [ticket/12251] Add string validation for a-zA-Z0-9 and underscoreJoas Schilling2014-03-061-13/+14
* Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-051-1/+1
|\
| * [ticket/12249] Fix "Undefined variable: row" when editing profileJoas Schilling2014-03-051-1/+1
* | Merge pull request #2058 from nickvergessen/ticket/12216Nathan Guse2014-03-051-0/+1
|\ \ | |/ |/|
| * [ticket/12216] Undefined index: lang_options when creating date profile fieldJoas Schilling2014-02-241-0/+1
* | [ticket/12187] Do not make clickable when using as contact fieldJoas Schilling2014-03-045-27/+53
* | [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-96/+96
* | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-033-2/+85
* | [ticket/12233] Allow profile fields to be contact fieldsJoas Schilling2014-02-281-0/+19
* | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ticket/12205-d...Joas Schilling2014-02-251-1/+1
|/
* [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/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+1
* [ticket/12115] Add methods to interfaceJoas Schilling2014-02-061-2/+10
* [ticket/12115] Translate profile field name before displaying it in errorsJoas Schilling2014-02-067-14/+31
* [ticket/12159] Fix codesniffer complaints due to profilefields and passwordsMarc Alexander2014-02-034-4/+2
* [ticket/11201] Split template file into multiple filesJoas Schilling2014-02-021-2/+10
* [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-025-74/+39
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-024-19/+19
* [ticket/11201] Also translate profile fields in UCP and ACPJoas Schilling2014-01-191-2/+2
* [ticket/11201] Add parameters and variables to profile field classJoas Schilling2014-01-191-1/+46
* [ticket/11201] Add commas on last array entryJoas Schilling2014-01-191-2/+2
* [ticket/11201] Allow translation of profile field name and explanationJoas Schilling2014-01-191-4/+4
* [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-189-10/+25
* [ticket/11201] Remove db depending code from field classJoas Schilling2014-01-181-35/+4
* [ticket/11201] Add variables to classes and add constructor doc blocksJoas Schilling2014-01-187-0/+196
* [ticket/11201] Update copyright in class fileJoas Schilling2014-01-181-1/+1
* [ticket/11201] Add visibility and remove unused variableJoas Schilling2014-01-181-2/+1
* [ticket/11201] Add some commas at the last array entryJoas Schilling2014-01-182-6/+6
* [ticket/11201] Cast some variables to integerJoas Schilling2014-01-182-9/+9
* [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-182-10/+22
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-1710-16/+85
* [ticket/11201] Move custom template variable assignment to type classJoas Schilling2014-01-177-11/+82
* [ticket/11201] Move preparation of hidden fields to type classJoas Schilling2014-01-175-0/+101
* [ticket/11201] Allow manipulating the intended variables with the type classJoas Schilling2014-01-177-0/+174
* [ticket/11201] Move type specific error messages to type classJoas Schilling2014-01-174-0/+43
* [ticket/11201] Add abstract base class with shared methodsJoas Schilling2014-01-178-91/+59
* [ticket/11201] Move field type depending preparation of the options to classJoas Schilling2014-01-176-0/+55
* [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-167-7/+94