Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16184] Don't entity-encode & character in AJAX response | kasimi | 2019-10-17 | 1 | -1/+1 |
| | | | | PHPBB3-16184 | ||||
* | [ticket/16159] Use predefined DATE_RFC3339 | stevendegroote | 2019-09-18 | 1 | -3/+3 |
| | | | | PHPBB3-16159 | ||||
* | Merge branch '3.2.x' into ticket/16159 | stevendegroote | 2019-09-17 | 1 | -21/+62 |
|\ | |||||
| * | [ticket/16054] Restore ability to login from any template. | EA117 | 2019-07-28 | 1 | -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 forms | rubencm | 2019-04-29 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-16036 | ||||
| * | Merge pull request #5432 from 3D-I/ticket/15859 | Marc Alexander | 2018-11-25 | 1 | -0/+14 |
| |\ | | | | | | | | | | [ticket/15859] Add core.viewforum_modify_topic_ordering | ||||
| | * | [ticket/15859] Add core.viewforum_modify_topic_ordering | 3D-I | 2018-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15859 | ||||
| | * | [ticket/15859] Add core.viewforum_modify_topic_ordering | 3D-I | 2018-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15859 | ||||
| | * | [ticket/15859] Add core.viewforum_modify_topic_ordering | 3D-I | 2018-10-29 | 1 | -0/+14 |
| | | | | | | | | | | | | PHPBB3-15859 | ||||
| * | | [ticket/15863] Add core.viewforum_modify_sort_direction | 3D-I | 2018-11-18 | 1 | -0/+12 |
| |/ | | | | | | | PHPBB3-15863 | ||||
| * | [ticket/15670] Fix SQL error when !f_list_topics and f_read | Jakub Senko | 2018-06-18 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15670 | ||||
| * | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -12/+12 |
| | | | | | | | | PHPBB3-14972 | ||||
| * | Merge pull request #4868 from javiexin/ticket/15266 | Marc Alexander | 2017-12-27 | 1 | -1/+1 |
| |\ | | | | | | | | | | [ticket/15266] Fix events in content_visibility | ||||
| | * | [ticket/15266] Expand functionality of content_visibility | javiexin | 2017-12-27 | 1 | -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/15372 | Marc Alexander | 2017-11-01 | 1 | -6/+6 |
| |\ \ | | | | | | | | | | | | | [ticket/15372] Add permission for listing topics without being able to read them | ||||
| | * | | [ticket/15372] Add and handle f_list_topics permission | David Colón | 2017-10-26 | 1 | -6/+6 |
| | | | | |||||
| * | | | [ticket/15374] Add core event to modify page title in viewforum.php | rxu | 2017-09-22 | 1 | -1/+16 |
| |/ / | | | | | | | | | | PHPBB3-15374 | ||||
* | | | [ticket/16159] Wrap post times in html time tag | stevendegroote | 2019-09-17 | 1 | -0/+3 |
|/ / | | | | | | | PHPBB3-16159 | ||||
* | | [ticket/15324] Add more core and template events | rxu | 2017-08-16 | 1 | -0/+10 |
| | | | | | | | | PHPBB3-15324 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-04-09 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | [ticket/15139] Assigned 'topics_per_page' before template included | upstrocker | 2017-03-28 | 1 | -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.x | Marc Alexander | 2017-02-11 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge pull request #4523 from senky/ticket/13429 | Marc Alexander | 2017-02-11 | 1 | -3/+3 |
| |\ | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks | ||||
| | * | [ticket/13429] Replace @change with @changed | Jakub Senko | 2017-01-23 | 1 | -5/+5 |
| | | | | | | | | | | | | PHPBB3-13429 | ||||
| | * | [ticket/13429] Replace @changed with @change in event docblocks | Jakub Senko | 2016-11-20 | 1 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-13429 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-28 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14468] Add forum_id to core.viewforum_modify_topics_data | Jakub Senko | 2016-12-18 | 1 | -1/+3 |
| |/ | | | | | | | PHPBB3-14468 | ||||
* | | [ticket/10961] Send HTTP 403 when applicable | Jakub Senko | 2016-09-01 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-10961 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-17 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | Merge pull request #4364 from kinerity/ticket/14687 | Marc Alexander | 2016-07-17 | 1 | -3/+7 |
| |\ | | | | | | | | | | [ticket/14687] Modify viewforum_modify_topicrow event | ||||
| | * | [ticket/14687] Modify viewforum_modify_topicrow event | Kailey Truscott | 2016-06-20 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | Add s_type_switch and s_type_switch_test to event vars. PHPBB3-14687 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-07-17 | 1 | -0/+22 |
|\ \ \ | |/ / | |||||
| * | | [ticket/14685] Add viewforum_get_announcement_topic_ids_data event | Kailey Truscott | 2016-06-19 | 1 | -0/+22 |
| |/ | | | | | | | | | | | Create a new event to alter the SQL array of announcements. PHPBB3-14685 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-03-27 | 1 | -5/+6 |
|\ \ | |/ | |||||
| * | [ticket/13625] Fix types of properties | Richard McGirr | 2016-03-25 | 1 | -5/+6 |
| | | | | | | | | PHPBB3-13625 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-03-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | [ticket/14051] Restore accidentally removed $topics_count value | rxu | 2016-03-24 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-14051 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-03-24 | 1 | -10/+35 |
|\ \ | |/ | |||||
| * | [ticket/14051] Add table alias and fix types of property | Richard McGirr | 2016-03-24 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-14051 | ||||
| * | [ticket/14051] Fix whitespace | Richard McGirr | 2016-03-23 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14051 | ||||
| * | [ticket/14051] Replace sql array of viewforum sort topics function | Richard McGirr | 2016-03-23 | 1 | -10/+35 |
| | | | | | | | | PHPBB3-14051 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-11-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #4033 from tas2580/ticket/14297 | Marc Alexander | 2015-11-24 | 1 | -1/+1 |
| |\ | | | | | | | | | | [ticket/14297] Uppercase and lowercase when sorting topics | ||||
| | * | [ticket/14297] Uppercase and lowercase when sorting topics | Tobi Schäfer | 2015-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | PHPBB3-14297 Ticket: https://tracker.phpbb.com/browse/PHPBB3-14297 | ||||
* | | | Merge branch '3.1.x' | Marc Alexander | 2015-03-06 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | [ticket/13625] Added forum_id to allow more flexibility and possibilities. | brunoais | 2015-03-05 | 1 | -1/+3 |
| | | | | | | | | | | | | PHPBB3-13625 | ||||
| * | | [ticket/13625] Adding multiple variables to core.viewforum_get_topic_data | brunoais | 2015-02-16 | 1 | -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 Muller | 2015-02-03 | 1 | -8/+8 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+3 |
|/ | | | | PHPBB3-13450 | ||||
* | Merge pull request #3265 from tas2580/develop-ascraeus | Joas Schilling | 2015-01-09 | 1 | -1/+1 |
|\ | | | | | | | [ticket/13453] Sort param in Canonical URL |