aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/topic.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11728] Replace topic_approved with topic_visibilityJoas Schilling2013-07-221-1/+1
| | | | PHPBB3-11728
* [ticket/11717] Use topic_posts_approved instead of topic_repliesMarc Alexander2013-07-201-1/+1
| | | | | | | Due to the move to soft-delete, the topic_replies column no longer exists in the topics table. Instead, the column topic_posts_approved should be used. PHPBB3-11717
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+116
PHPBB3-11698