aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16184] Don't entity-encode & character in AJAX responsekasimi2019-10-171-1/+1
| | | | PHPBB3-16184
* [ticket/16159] Use predefined DATE_RFC3339stevendegroote2019-09-181-3/+3
| | | | PHPBB3-16159
* Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-171-21/+62
|\
| * [ticket/16054] Restore ability to login from any template.EA1172019-07-281-3/+0
| | | | | | | | | | | | | | | | Moving the login form's add_form_key() work into page_header(), so that the template variables required for presenting a login form are again available to any template that chooses to consume them. PHPBB3-16054
| * [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login formsrubencm2019-04-291-0/+3
| | | | | | | | PHPBB3-16036
| * Merge pull request #5432 from 3D-I/ticket/15859Marc Alexander2018-11-251-0/+14
| |\ | | | | | | | | | [ticket/15859] Add core.viewforum_modify_topic_ordering
| | * [ticket/15859] Add core.viewforum_modify_topic_ordering3D-I2018-11-181-1/+1
| | | | | | | | | | | | PHPBB3-15859
| | * [ticket/15859] Add core.viewforum_modify_topic_ordering3D-I2018-11-111-1/+1
| | | | | | | | | | | | PHPBB3-15859
| | * [ticket/15859] Add core.viewforum_modify_topic_ordering3D-I2018-10-291-0/+14
| | | | | | | | | | | | PHPBB3-15859
| * | [ticket/15863] Add core.viewforum_modify_sort_direction3D-I2018-11-181-0/+12
| |/ | | | | | | PHPBB3-15863
| * [ticket/15670] Fix SQL error when !f_list_topics and f_readJakub Senko2018-06-181-1/+1
| | | | | | | | PHPBB3-15670
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-12/+12
| | | | | | | | PHPBB3-14972
| * Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-271-1/+1
| |\ | | | | | | | | | [ticket/15266] Fix events in content_visibility
| | * [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Added new function "is_visible", and replaced several immediate uses of the above, including a single event in the new function to handle change in all places consistently, and much simpler. PHPBB3-15266
| * | Merge pull request #4973 from DavidIQ/ticket/15372Marc Alexander2017-11-011-6/+6
| |\ \ | | | | | | | | | | | | [ticket/15372] Add permission for listing topics without being able to read them
| | * | [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-261-6/+6
| | | |
| * | | [ticket/15374] Add core event to modify page title in viewforum.phprxu2017-09-221-1/+16
| |/ / | | | | | | | | | PHPBB3-15374
* | | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-171-0/+3
|/ / | | | | | | PHPBB3-16159
* | [ticket/15324] Add more core and template eventsrxu2017-08-161-0/+10
| | | | | | | | PHPBB3-15324
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-091-6/+6
|\ \ | |/
| * [ticket/15139] Assigned 'topics_per_page' before template includedupstrocker2017-03-281-6/+7
| | | | | | | | | | | | | | | | | | The element $config['topics_per_page'] was assigned a value after the template was included, which led to incorrect page number display in the header when pagination. Now this var is assigned the correct value before the template is included PHPBB3-15139
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-3/+3
|\ \ | |/
| * Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-3/+3
| |\ | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-5/+5
| | | | | | | | | | | | PHPBB3-13429
| | * [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-2/+2
| | | | | | | | | | | | PHPBB3-13429
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-281-1/+3
|\ \ \ | |/ /
| * | [ticket/14468] Add forum_id to core.viewforum_modify_topics_dataJakub Senko2016-12-181-1/+3
| |/ | | | | | | PHPBB3-14468
* | [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