Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-10-26 | 1 | -1/+1 |
|\ | |||||
| * | [ticket/16150] Make post subject links reliable | v12mike | 2019-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150 | ||||
* | | [ticket/14542] Move cron to controller | Máté Bartus | 2019-05-06 | 1 | -1/+10 |
|/ | | | | PHPBB3-14542 | ||||
* | [ticket/13530] Fix undefined variables | Joas Schilling | 2015-01-20 | 1 | -1/+1 |
| | | | | PHPBB3-13530 | ||||
* | [ticket/13232] Fix spaces vs tabs | Joas Schilling | 2014-10-28 | 1 | -2/+2 |
| | | | | PHPBB3-13232 | ||||
* | [ticket/13232] Ensure prune cron job always gets run in prune test | Nils Adermann | 2014-10-27 | 1 | -2/+2 |
| | | | | | | | | The cron scheduler might pick a different task but we don't want to go through them all to find the one we need. So we just make sure cron is run at all and then manually run the one we want. PHPBB3-13232 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12398] Use submit_post return in prune_shadow_topic_test | Marc Alexander | 2014-04-12 | 1 | -1/+1 |
| | | | | | | This should get rid of possible failures during functional tests. PHPBB3-12398 | ||||
* | [ticket/12150] Use shorter column names for prune settings | Marc Alexander | 2014-03-29 | 1 | -3/+3 |
| | | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150 | ||||
* | [ticket/12150] Add functional tests for pruning shadow topics | Marc Alexander | 2014-03-29 | 1 | -0/+207 |
PHPBB3-12150 |