Marc Alexander
b8616fe9ac
Merge branch '3.2.x' into 3.3.x
2019-10-26 21:35:39 +02:00
v12mike
88d94a7c19
[ticket/16150] Make post subject links reliable
...
Change links that were relative to topic page into absolute links.
Update related test cases.
PHPBB3-16150
2019-09-08 14:23:09 -04:00
Máté Bartus
7a173877b7
[ticket/14542] Move cron to controller
...
PHPBB3-14542
2019-05-06 21:45:15 +02:00
Joas Schilling
ed6b8f84ad
[ticket/13530] Fix undefined variables
...
PHPBB3-13530
2015-01-20 23:36:45 +01:00
Joas Schilling
2e814cc43f
[ticket/13232] Fix spaces vs tabs
...
PHPBB3-13232
2014-10-28 10:01:28 +01:00
Nils Adermann
dccbd573e8
[ticket/13232] Ensure prune cron job always gets run in prune test
...
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
2014-10-27 19:00:23 -07:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Marc Alexander
bd31ebd287
[ticket/12398] Use submit_post return in prune_shadow_topic_test
...
This should get rid of possible failures during functional tests.
PHPBB3-12398
2014-04-12 14:34:16 +02:00
Marc Alexander
d83d819827
[ticket/12150] Use shorter column names for prune settings
...
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
2014-03-29 22:14:58 +01:00
Marc Alexander
5866f08919
[ticket/12150] Add functional tests for pruning shadow topics
...
PHPBB3-12150
2014-03-29 21:57:19 +01:00