aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/prune_shadow_topic_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-261-1/+1
|\
| * [ticket/16150] Make post subject links reliablev12mike2019-09-081-1/+1
| | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
* | [ticket/14542] Move cron to controllerMáté Bartus2019-05-061-1/+10
|/ | | | PHPBB3-14542
* [ticket/13530] Fix undefined variablesJoas Schilling2015-01-201-1/+1
| | | | PHPBB3-13530
* [ticket/13232] Fix spaces vs tabsJoas Schilling2014-10-281-2/+2
| | | | PHPBB3-13232
* [ticket/13232] Ensure prune cron job always gets run in prune testNils Adermann2014-10-271-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 headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12398] Use submit_post return in prune_shadow_topic_testMarc Alexander2014-04-121-1/+1
| | | | | | This should get rid of possible failures during functional tests. PHPBB3-12398
* [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-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 topicsMarc Alexander2014-03-291-0/+207
PHPBB3-12150