aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/profilefields.php
Commit message (Expand)AuthorAgeFilesLines
* [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