aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+1
| | | | PHPBB3-10961
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-171-3/+7
|\
| * Merge pull request #4364 from kinerity/ticket/14687Marc Alexander2016-07-171-3/+7
| |\ | | | | | | | | | [ticket/14687] Modify viewforum_modify_topicrow event
| | * [ticket/14687] Modify viewforum_modify_topicrow eventKailey Truscott2016-06-201-3/+7
| | | | | | | | | | | | | | | | | | Add s_type_switch and s_type_switch_test to event vars. PHPBB3-14687
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-171-0/+22
|\ \ \ | |/ /
| * | [ticket/14685] Add viewforum_get_announcement_topic_ids_data eventKailey Truscott2016-06-191-0/+22
| |/ | | | | | | | | | | Create a new event to alter the SQL array of announcements. PHPBB3-14685
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-271-5/+6
|\ \ | |/
| * [ticket/13625] Fix types of propertiesRichard McGirr2016-03-251-5/+6
| | | | | | | | PHPBB3-13625
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-241-0/+3
|\ \ | |/
| * [ticket/14051] Restore accidentally removed $topics_count valuerxu2016-03-241-0/+3
| | | | | | | | PHPBB3-14051
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-241-10/+35
|\ \ | |/
| * [ticket/14051] Add table alias and fix types of propertyRichard McGirr2016-03-241-4/+4
| | | | | | | | PHPBB3-14051
| * [ticket/14051] Fix whitespaceRichard McGirr2016-03-231-1/+1
| | | | | | | | PHPBB3-14051
| * [ticket/14051] Replace sql array of viewforum sort topics functionRichard McGirr2016-03-231-10/+35
| | | | | | | | PHPBB3-14051
* | Merge branch '3.1.x'Marc Alexander2015-11-241-1/+1
|\ \ | |/
| * Merge pull request #4033 from tas2580/ticket/14297Marc Alexander2015-11-241-1/+1
| |\ | | | | | | | | | [ticket/14297] Uppercase and lowercase when sorting topics
| | * [ticket/14297] Uppercase and lowercase when sorting topicsTobi Schäfer2015-11-161-1/+1
| | | | | | | | | | | | | | | PHPBB3-14297 Ticket: https://tracker.phpbb.com/browse/PHPBB3-14297
* | | Merge branch '3.1.x'Marc Alexander2015-03-061-0/+14
|\ \ \ | |/ /
| * | [ticket/13625] Added forum_id to allow more flexibility and possibilities.brunoais2015-03-051-1/+3
| | | | | | | | | | | | PHPBB3-13625
| * | [ticket/13625] Adding multiple variables to core.viewforum_get_topic_databrunoais2015-02-161-0/+12
| |/ | | | | | | | | | | | | | | Added topics_count, sort_days, sort_key and sort_dir to core.viewforum_get_topic_data and adjusted the event's comment explaining it's possible extended purpose now that it has more variables. PHPBB3-13625
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-8/+8
| | | | | | | | PHPBB3-13455
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
|/ | | | PHPBB3-13450
* Merge pull request #3265 from tas2580/develop-ascraeusJoas Schilling2015-01-091-1/+1
|\ | | | | | | [ticket/13453] Sort param in Canonical URL
| * [ticket/13453] Sort param in Canonical URLTobi Schäfer2015-01-061-1/+1
| | | | | | PHPBB3-13453
* | [ticket/13449] Add viewforum event after the topic's been assigned to templaterxu2015-01-031-0/+22
|/ | | | PHPBB3-13449
* [ticket/13368] Update versionJakub Senko2014-12-111-1/+1
| | | | PHPBB3-13368
* [ticket/13368] Add @changed entryJakub Senko2014-11-241-0/+2
| | | | PHPBB3-13368
* [ticket/13368] Add $forum_data to viewforum_get_topic_ids_data eventJakub Senko2014-11-241-1/+3
| | | | PHPBB3-13368
* [ticket/13241] Fix pagination with global announcementsJoas Schilling2014-10-291-2/+2
| | | | PHPBB3-13241
* [ticket/13241] Correctly ignore announcements from topics listJoas Schilling2014-10-291-2/+2
| | | | PHPBB3-13241
* [ticket/13062] Fix name of "ORDER_BY" key in SQL arrayJoas Schilling2014-09-191-1/+1
| | | | PHPBB3-13062
* [ticket/13062] Add viewforum.php core event to modify topic ids sql queryrxu2014-09-141-5/+38
| | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45383 PHPBB3-13062
* Merge pull request #2931 from rxu/ticket/13050Andreas Fischer2014-09-081-1/+1
|\ | | | | | | | | | | | | [ticket/13050] Allow topic/forum subscription when email/jabber is off * rxu/ticket/13050: [ticket/13050] Allow topic/forum subscription when email/jabber is off
| * [ticket/13050] Allow topic/forum subscription when email/jabber is offrxu2014-09-071-1/+1
| | | | | | | | | | | | | | | | | | Currently, there's impossible to subscribe topic/forum if emails and/or jabber is disabled. This seems to be a 3.0 leftover since 3.1 introduces new notification system which handles this case and offers email/jabber-free board notifications. PHPBB3-13050
* | Merge pull request #2911 from rxu/ticket/13020Marc Alexander2014-09-081-2/+7
|\ \ | |/ |/| | | [ticket/13020] Add variables to core.viewforum_get_topic_data event
| * [ticket/13020] Add forum_data variable to core.viewforum_get_topic_data eventrxu2014-09-071-2/+7
| | | | | | | | PHPBB3-13020
* | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-3/+12
|/ | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
* [ticket/12881] Checks earlier if server-side topic marking is enabledTristan Darricau2014-07-251-2/+2
| | | | PHPBB3-12881
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12555] Add canonical URL for viewforumJoas Schilling2014-05-161-0/+1
| | | | | | | | Avoids duplicate content of: * viewforum.php?f=forum_id * viewforum.php?f=forum_id&start=0 PHPBB3-12555
* [ticket/12431] Add has_poll icon to topiclistsPayBas2014-05-021-0/+1
| | | | PHPBB3-12431
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-3/+3
| | | | | | | | PHPBB3-12273
* | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-1/+1
|/ | | | | | ... and needs to be reapproved. PHPBB3-12052
* [ticket/12400] Add viewforum event to modify topics datarxu2014-04-131-0/+12
| | | | | | | | | | The event allows extensions to use and/or modify topics list and/or topics data before dumping out the viewforum page. For extensions which operate with viewforum page, f.e. if the topics list and data is needed to retrieve, add, modify additional topics info before the output loop. PHPBB3-12400
* [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+12
| | | | PHPBB3-12150
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
| | | | PHPBB3-12153
* [ticket/12104] Update the event's doc block to reflect new variableMatt Friedman2014-01-091-1/+1
| | | | PHPBB3-12104
* [ticket/12104] Remove newline before WHERE parameterMatt Friedman2014-01-091-1/+0
| | | | PHPBB3-12104
* [ticket/12104] Remove empty LEFT_JOIN arrayMatt Friedman2014-01-091-1/+0
| | | | PHPBB3-12104