aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/profilefields/lang_helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* [ticket/11201] Cast some variables to integerJoas Schilling2014-01-181-3/+3
| | | | PHPBB3-11201
* [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-181-2/+10
| | | | PHPBB3-11201
* [ticket/11201] Change type from integer to service nameJoas Schilling2014-01-171-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Move grabbing the input of the language options to type classJoas Schilling2014-01-161-1/+9
| | | | PHPBB3-11201
* [ticket/11201] Fix dropdown testsJoas Schilling2014-01-151-5/+5
| | | | | | | The error message is now already the language string including the fieldname and not the language key anymore. PHPBB3-11201
* [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-0/+114
Otherwise we run into a circular dependency PHPBB3-11201