Marc Alexander
af6a1aaf4f
Merge branch 'ticket/17157' into ticket/17175-master
2025-09-17 20:29:18 +02:00
battye
078cd300fc
[ticket/17157] Optimise the quick search code
...
PHPBB-17157
2025-07-18 08:12:08 +00:00
battye
676905bff5
[ticket/17157] Search to accomodate f_list_topics permission
...
PHPBB-17157
2025-07-18 08:11:32 +00:00
Marc Alexander
5a9221d383
Merge branch '3.3.x'
2024-10-09 19:31:46 +00:00
Jeff Verkoeyen
8129208e56
[ticket/17397] Add core.viewforum_modify_sql event
...
PHPBB-17397
2024-10-06 18:58:26 +00:00
Marc Alexander
81b221df9d
Merge pull request #6376 from lionel-rowe/ticket/16977
...
[ticket/16977] Fix cron-job img tag layout and accessibility
2022-04-10 21:21:47 +02:00
lionel-rowe
87c1e631ef
[ticket/16977] Move HTML rendering logic to template
...
PHPBB3-16977
2022-04-03 17:11:09 +01:00
lionel-rowe
8c982c7aa0
[ticket/16977] Fix cron-job img tag layout and accessibility
...
PHPBB3-16977
2022-04-03 17:11:00 +01:00
Marc Alexander
ce46c08e3f
Merge branch '3.3.x'
2022-01-17 17:15:49 +01:00
MichaIng
3f56bbb9d1
[ticket/16930] Remove redundant topic ID from last post URL
...
Since U_LAST_POST contains the post ID, the topic ID is not required.
This shortens the URL and helps with SEO by reducing the amount of
redundant parameters in internal links.
PHPBB3-16930
Signed-off-by: MichaIng <micha@dietpi.com >
2022-01-15 02:27:13 +01:00
Marc Alexander
72cf2ba2ea
Merge branch '3.3.x'
2021-08-23 20:30:14 +02:00
Marc Alexander
513de4c482
[ticket/16207] Remove session_id from MCP links
...
PHPBB3-16207
2021-07-17 22:31:27 +02:00
v12mike
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
Marc Alexander
f041bcce88
Merge branch '3.3.x'
2021-02-05 22:17:51 +01:00
3D-I
6c15f72371
[ticket/16696] Unsupported operand types in viewforum.php - PHP8
...
PHPBB3-16696
2021-02-02 21:20:22 +01:00
Marc Alexander
9ce910d50e
Merge branch '3.3.x'
2020-10-24 17:31:22 +02:00
Matt Friedman
9b9ca25934
[ticket/16237] Fix broken vars and remove conditional overhead
...
PHPBB3-16237
2020-08-21 15:33:08 -07:00
hanakin
dc4fe2d4b7
[ticket/16237] squash all commits
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
Toxyy
0ae8710132
[ticket/15722] Allow forum topicrow pagination to use topicrow values
...
Changes topicrow pagination to use values from topicrow
This allows pagination to reflect values from core.viewforum_modify_row
PHPBB3-15722
2020-08-11 07:46:59 -04:00
Marc Alexander
1169e1915d
Merge pull request #5940 from mrgoldy/ticket/16434
...
[ticket/16434] Add forum id to advanced search in viewforum
2020-05-10 23:14:51 +02:00
Marc Alexander
a65877cd7e
Merge branch '3.2.x' into 3.3.x
2020-04-29 22:21:14 +02:00
Dark❶
bd23583431
[ticket/16411] Add vars to notification core events
...
Added missing `since 3.3.1-RC1`.
PHPBB3-16411
2020-04-22 11:12:39 +05:30
mrgoldy
453adbcd5c
[ticket/16434] Add forum id to advanced search in viewforum
...
PHPBB3-16434
2020-04-11 20:30:57 +02:00
Marc Alexander
6788d82316
Merge branch '3.2.x' into 3.3.x
2020-03-02 20:41:33 +01:00
Dark❶
6f0f366780
[ticket/16381] Add core event to Modify Topics SQL
...
PHPBB3-16381
2020-02-28 00:14:47 +05:30
Dark❶
081d16d907
[ticket/16381] Add core event to Modify Topics SQL
...
PHPBB3-16381
2020-02-27 21:14:30 +05:30
v12mike
4d15683733
[ticket/9837] Display unapproved posts to their authors
...
Clarification of comment
PHPBB3-9837
2019-11-21 13:44:22 +01:00
v12mike
46a189fa4c
[ticket/9837] Display unapproved posts to originator
...
Fix whitespace issues
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
92362441bd
[ticket/9837] Make unapproved posts visible to posters
...
Add tests
Tidy up code
Improve user message formatting
PHPBB3-9837
2019-11-21 13:44:20 +01:00
v12mike
63b7518a0f
[ticket/9837] Make unapproved posts visible to posters
...
Improvements for feature following review
PHPBB3-9837
2019-11-21 13:44:19 +01:00
kasimi
fed05012c0
[ticket/16184] Don't entity-encode & character in AJAX response
...
PHPBB3-16184
2019-10-17 13:11:29 +02:00
stevendegroote
8160a8a1ef
[ticket/16159] Use predefined DATE_RFC3339
...
PHPBB3-16159
2019-09-18 20:58:13 +02:00
stevendegroote
f8967fec78
Merge branch '3.2.x' into ticket/16159
2019-09-17 23:15:54 +02:00
stevendegroote
ce93b22410
[ticket/16159] Wrap post times in html time tag
...
PHPBB3-16159
2019-09-17 23:01:59 +02:00
EA117
792882ef63
[ticket/16054] Restore ability to login from any template.
...
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
2019-07-28 15:15:39 -05:00
rubencm
540a6b7d2e
[ticket/16036] Add S_FORM_TOKEN_LOGIN to all login forms
...
PHPBB3-16036
2019-04-29 16:13:26 +00:00
Marc Alexander
b8bdccbc44
Merge pull request #5432 from 3D-I/ticket/15859
...
[ticket/15859] Add core.viewforum_modify_topic_ordering
2018-11-25 21:17:41 +01:00
3D-I
bf42eae114
[ticket/15859] Add core.viewforum_modify_topic_ordering
...
PHPBB3-15859
2018-11-18 19:52:02 +01:00
3D-I
2e8315353e
[ticket/15863] Add core.viewforum_modify_sort_direction
...
PHPBB3-15863
2018-11-18 12:14:30 +01:00
3D-I
b8f85325d8
[ticket/15859] Add core.viewforum_modify_topic_ordering
...
PHPBB3-15859
2018-11-11 21:49:51 +01:00
3D-I
dbb476d813
[ticket/15859] Add core.viewforum_modify_topic_ordering
...
PHPBB3-15859
2018-10-29 01:02:16 +01:00
Jakub Senko
6deae170bd
[ticket/15670] Fix SQL error when !f_list_topics and f_read
...
PHPBB3-15670
2018-06-18 18:38:53 +02:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
6acfe2a0cb
Merge pull request #4868 from javiexin/ticket/15266
...
[ticket/15266] Fix events in content_visibility
2017-12-27 14:15:27 +01:00
javiexin
bd81af3b9e
[ticket/15266] Expand functionality of content_visibility
...
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
2017-12-27 13:27:38 +01:00
Marc Alexander
a6c5204cbd
Merge pull request #4973 from DavidIQ/ticket/15372
...
[ticket/15372] Add permission for listing topics without being able to read them
2017-11-01 10:39:56 +01:00
David Colón
dc5267728b
[ticket/15372] Add and handle f_list_topics permission
2017-10-26 16:09:01 -04:00
rxu
ae02cf785a
[ticket/15374] Add core event to modify page title in viewforum.php
...
PHPBB3-15374
2017-09-22 20:15:05 +07:00
rxu
68c3a0307d
[ticket/15324] Add more core and template events
...
PHPBB3-15324
2017-08-16 22:38:34 +07:00
Marc Alexander
a26e8a1aa4
Merge branch '3.1.x' into 3.2.x
2017-04-09 14:10:49 +02:00