aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/profilefields.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11201] Add a method to return the translated full name of the typeJoas Schilling2014-01-181-1/+1
* [ticket/11201] Remove db depending code from field classJoas Schilling2014-01-181-35/+4
* [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] Cast some variables to integerJoas Schilling2014-01-181-6/+6
* [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-181-8/+12
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-8/+7
* [ticket/11201] Add database column type to type classJoas Schilling2014-01-151-1/+1
* [ticket/11201] Use a service collection for the types instead of the containerJoas Schilling2014-01-151-7/+21
* [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-35/+2
* [ticket/11201] Remove remaining type depending code to type classJoas Schilling2014-01-141-6/+4
* [ticket/11201] Add visibility to methodsJoas Schilling2014-01-141-13/+8
* [ticket/11201] Remove type related code from build_insert_sql_array()Joas Schilling2014-01-141-12/+2
* [ticket/11201] Move generate_field() method to type classJoas Schilling2014-01-141-205/+2
* [ticket/11201] Move error message generation to type classJoas Schilling2014-01-141-42/+2
* [ticket/11201] Move get_profile_value() to type classJoas Schilling2014-01-141-119/+2
* [ticket/11201] Move validate_profile_field() to type classJoas Schilling2014-01-141-118/+1
* [ticket/11201] Move get_profile_field() to type classesJoas Schilling2014-01-131-74/+5
* [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-0/+974