Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12759] Cache all lang_options in lang_helper instead | Shitiz Garg | 2014-06-27 | 1 | -34/+29 |
| | | | | PHPBB3-12759 | ||||
* | [ticket/12759] Add phpDoc comments to explain get_option_lang | Shitiz Garg | 2014-06-27 | 1 | -0/+4 |
| | | | | PHPBB3-12759 | ||||
* | [ticket/12759] Little code cleanup | Shitiz Garg | 2014-06-27 | 1 | -5/+1 |
| | | | | PHPBB3-12759 | ||||
* | [ticket/12759] Make sure $field_id has unique elements | Shitiz Garg | 2014-06-27 | 1 | -0/+1 |
| | | | | | | Otherwise it would cause a bunch of repetitive IDs passed to the IN clause PHPBB3-12759 | ||||
* | [ticket/12759] Allow multiple fields to be loaded via get_option_lang | Shitiz Garg | 2014-06-27 | 1 | -5/+16 |
| | | | | PHPBB3-12759 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -2/+2 |
| | | | | PHPBB3-12282 | ||||
* | [ticket/11201] Cast some variables to integer | Joas Schilling | 2014-01-18 | 1 | -3/+3 |
| | | | | PHPBB3-11201 | ||||
* | [ticket/11201] Inject table names rather then using constants | Joas Schilling | 2014-01-18 | 1 | -2/+10 |
| | | | | PHPBB3-11201 | ||||
* | [ticket/11201] Change type from integer to service name | Joas Schilling | 2014-01-17 | 1 | -1/+1 |
| | | | | PHPBB3-11201 | ||||
* | [ticket/11201] Move grabbing the input of the language options to type class | Joas Schilling | 2014-01-16 | 1 | -1/+9 |
| | | | | PHPBB3-11201 | ||||
* | [ticket/11201] Fix dropdown tests | Joas Schilling | 2014-01-15 | 1 | -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 class | Joas Schilling | 2014-01-15 | 1 | -0/+114 |
Otherwise we run into a circular dependency PHPBB3-11201 |