aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/profilefields.yml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-211-0/+9
| | | | | | | Google+ has a "+" before a custom URL but doesn't for those which are using their integer ID. To cover that we need to have an extra profile field PHPBB3-12730
* [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-0/+1
| | | | PHPBB3-12335
* [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-031-0/+9
| | | | PHPBB3-12187
* [ticket/11201] Remove empty calls section from .ymlJoas Schilling2014-02-021-1/+0
| | | | PHPBB3-11201
* [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-12/+9
| | | | PHPBB3-11201
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-5/+5
| | | | PHPBB3-11201
* [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-181-0/+4
| | | | PHPBB3-11201
* [ticket/11201] Add database column type to type classJoas Schilling2014-01-151-0/+2
| | | | PHPBB3-11201
* [ticket/11201] Use a service collection for the types instead of the containerJoas Schilling2014-01-151-2/+2
| | | | PHPBB3-11201
* [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-2/+15
| | | | | | Otherwise we run into a circular dependency PHPBB3-11201
* [ticket/11201] Move generate_field() method to type classJoas Schilling2014-01-141-0/+6
| | | | PHPBB3-11201
* [ticket/11201] Move get_profile_field() to type classesJoas Schilling2014-01-131-0/+7
| | | | PHPBB3-11201
* [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-11/+41
| | | | PHPBB3-11201
* [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-0/+1
| | | | PHPBB3-11201
* [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-0/+23
PHPBB3-11201