Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -119/+0 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -2/+2 |
| | | | | PHPBB3-12932 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 2 | -6/+14 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12115] Also port user interests to profile fields | Joas Schilling | 2014-02-06 | 1 | -8/+0 |
| | | | | PHPBB3-12115 | ||||
* | [ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()". | Andreas Fischer | 2013-12-04 | 1 | -0/+2 |
| | | | | PHPBB3-12056 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 2 | -3/+3 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11573] Honor MySQL STRICT_TRANS_TABLES in phpbb_user_loader_test. | Andreas Fischer | 2013-05-27 | 1 | -0/+16 |
| | | | | PHPBB3-11573 | ||||
* | [ticket/11441] Split user loader tests into multiple test methods. | Andreas Fischer | 2013-03-15 | 1 | -2/+9 |
| | | | | PHPBB3-11441 | ||||
* | [ticket/11441] Use setUp() in phpbb_user_loader_test. | Andreas Fischer | 2013-03-15 | 1 | -10/+17 |
| | | | | PHPBB3-11441 | ||||
* | [ticket/11441] Update/correct copyright year of user loader test. | Andreas Fischer | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11441 | ||||
* | [ticket/11441] Correct/fix class name of user loader test. | Andreas Fischer | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11441 | ||||
* | [ticket/11441] Add _test prefix to user loader test filename. | Andreas Fischer | 2013-03-15 | 1 | -0/+0 |
| | | | | PHPBB3-11441 | ||||
* | [ticket/11103] Some improvements to the user loader | Nathan Guse | 2012-12-08 | 1 | -7/+8 |
| | | | | PHPBB3-11103 | ||||
* | [ticket/11103] User loader test.bat | Nathan Guse | 2012-12-08 | 2 | -0/+71 |
| | | | | PHPBB3-11103 | ||||
* | [feature/class-prefix] Rename user and session to phpbb_* | Igor Wiedler | 2012-03-31 | 1 | -4/+2 |
| | | | | PHPBB-10609 | ||||
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-01-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php | ||||
| * | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9916 | ||||
* | | [ticket/10345] Return the language key when the key has an empty array | Joas Schilling | 2011-11-30 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-10345 | ||||
* | | [ticket/10345] Fix little type in unit test | Joas Schilling | 2011-11-25 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10345 | ||||
* | | [ticket/10345] Make the use of the 0-case optional | Joas Schilling | 2011-11-25 | 1 | -1/+8 |
| | | | | | | | | | | | | And correctly determinate the rule otherwise PHPBB3-10345 | ||||
* | | [ticket/10345] Add tests for array() as first parameter on call to $user->lang() | Joas Schilling | 2011-11-25 | 1 | -2/+11 |
| | | | | | | | | PHPBB3-10345 | ||||
* | | [ticket/10345] Allow float as array key and add some tests | Joas Schilling | 2011-11-25 | 1 | -0/+18 |
| | | | | | | | | | | | | Added tests for the fallback when a key is missing and the float-feature. PHPBB3-10345 | ||||
* | | [ticket/10345] Fix documentation on the new function and the switch | Joas Schilling | 2011-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | Also do not min/max the value, but throw an error on an invalid Plural rule. PHPBB3-10345 | ||||
* | | [ticket/10345] Add a system to allow multiple plural forms | Joas Schilling | 2011-11-25 | 1 | -0/+18 |
|/ | | | | | | See http://wiki.phpbb.com/Plural_Rules for explanation and examples. PHPBB3-10345 | ||||
* | [ticket/9949] Unit tests for user::lang() | Andreas Fischer | 2011-02-07 | 1 | -0/+58 |
PHPBB3-9949 |