aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12555] Add canonical URL for viewforumJoas Schilling2014-05-161-0/+1
* [ticket/12431] Add has_poll icon to topiclistsPayBas2014-05-021-0/+1
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-3/+3
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-3/+3
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
|/
* [ticket/12400] Add viewforum event to modify topics datarxu2014-04-131-0/+12
* [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+12
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* [ticket/12104] Update the event's doc block to reflect new variableMatt Friedman2014-01-091-1/+1
* [ticket/12104] Remove newline before WHERE parameterMatt Friedman2014-01-091-1/+0
* [ticket/12104] Remove empty LEFT_JOIN arrayMatt Friedman2014-01-091-1/+0
* [ticket/12104] Replace shadow topics $sql with $sql_array for better Event ha...Matt Friedman2014-01-091-4/+12
* [ticket/11849] Update pagination code in viewtopic.phpJoas Schilling2013-12-181-2/+2
* [ticket/11849] Replace pagination in viewforum.php with classJoas Schilling2013-12-181-19/+14
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+21
|\
| * [ticket/11749] PHP Events for viewforum.phpMatt Friedman2013-07-271-0/+21
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
|/
* [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.phpJoas Schilling2013-07-141-1/+1
* [ticket/9657] Remove last references to m_restore permissionJoas Schilling2013-07-121-2/+1
* [ticket/9657] Remove sql_visibility as it is always non-emptyJoas Schilling2013-07-111-4/+2
* [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-4/+6
* [ticket/9657] Fix some more subsilver2Joas Schilling2013-03-121-0/+1
* [ticket/9657] Finish subsilver2 viewforum and viewtopicJoas Schilling2013-03-121-2/+1
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-0/+14
|\
| * [ticket/10954] Change behavior of marking topics/forumsMarc Alexander2012-12-141-2/+5
| * [ticket/10954] Modify is_ajax check for consistencyMarc Alexander2012-12-121-5/+3
| * [ticket/10954] Mark topics read without popupMarc Alexander2012-12-121-1/+14
* | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-4/+8
|\ \ | |/
| * [ticket/8796] Mark read links updated to include time() in urlNathaniel Guse2012-09-031-2/+2
| * Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-251-3/+16
| |\
| * \ Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-261-1/+1
| |\ \
| * \ \ Merge branch 'develop' into feature/dicIgor Wiedler2012-07-211-4/+11
| |\ \ \
| * | | | [feature/dic] Rename occurances of $container to $phpbb_containerIgor Wiedler2012-04-091-1/+1
| * | | | [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-091-3/+5
| * | | | [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-091-1/+3
* | | | | [feature/soft-delete] Link to delete_topics module when the topic is deletedJoas Schilling2012-11-101-4/+3
* | | | | [feature/soft-delete] Fix the rest of *_approved and the delete_post unit testJoas Schilling2012-11-101-1/+1
* | | | | [feature/soft-delete] Fix some more topic/post count handlingJoas Schilling2012-10-231-2/+0
* | | | | [feature/soft-delete] Fix some more uses of topic_replies_realJoas Schilling2012-10-221-1/+1
* | | | | [feature/soft-delete] Add a function to calculate the actual post/topic countJoas Schilling2012-10-211-5/+6
* | | | | [feature/soft-delete] Fix several problems in the forum mcpJoas Schilling2012-10-101-2/+3
* | | | | [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-2/+3
* | | | | [feature/soft-delete] Simplification part2: user can see all item visibilitiesJoas Schilling2012-08-291-2/+4
* | | | | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-2/+2
* | | | | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-1/+2
* | | | | [feature/soft-delete] I told you I was going to rename the class!Josh Woody2012-08-291-2/+2
* | | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-4/+7
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-201-3/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | [feature/php-events] Fix naming and doc of core.viewforum_modify_topicrowJoas Schilling2012-08-031-1/+9