Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16276] Further fix PHP nightly tests | rxu | 2019-12-29 | 1 | -0/+4 |
| | | | | PHPBB3-16276 | ||||
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14542] Fix tests | Máté Bartus | 2019-05-06 | 1 | -0/+3 |
| | | | | PHPBB3-14542 | ||||
* | [ticket/14542] Move cron to controller | Máté Bartus | 2019-05-06 | 1 | -3/+84 |
| | | | | PHPBB3-14542 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -1/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/14124] Update cron tests | Tristan Darricau | 2015-08-26 | 1 | -0/+8 |
| | | | | PHPBB3-14124 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -1/+4 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+0 |
| | | | | PHPBB3-13494 | ||||
* | [ticket/13338] Add include statements for dependencies. | Andreas Fischer | 2014-11-17 | 1 | -0/+1 |
| | | | | PHPBB3-13338 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
| | | | | PHPBB3-12932 | ||||
* | [ticket/12656] Pass user object into all console commands. | Andreas Fischer | 2014-07-17 | 1 | -1/+1 |
| | | | | PHPBB3-12656 | ||||
* | [ticket/12637] Fixup all incorrect uses of file header. | Andreas Fischer | 2014-05-30 | 1 | -1/+1 |
| | | | | PHPBB3-12637 | ||||
* | [ticket/12597] Fix wrong global variable name | LEZY Thomas | 2014-05-29 | 1 | -4/+4 |
| | | | | | | $pathEx changed to $phpEx PHPBB3-12597 | ||||
* | [ticket/12597] Fix test file | LEZY Thomas | 2014-05-29 | 1 | -0/+19 |
| | | | | | | | Fix bug of test_no_task that expected a message where none was supposed to exist. PHPBB3-12597 | ||||
* | [ticket/12597] Refactoring and test improving | LEZY Thomas | 2014-05-29 | 1 | -8/+26 |
| | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597 | ||||
* | [ticket/12597] Changes name of command cron:run-all to cron:run. | LEZY Thomas | 2014-05-28 | 1 | -0/+120 |
Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597 |