72cf2ba2ea
Merge branch '3.3.x'
2021-08-23 20:30:14 +02:00
5b68527eec
[ticket/16207] Stop forcing session id in URLs
...
PHPBB3-16207
2021-07-17 22:31:54 +02:00
513de4c482
[ticket/16207] Remove session_id from MCP links
...
PHPBB3-16207
2021-07-17 22:31:27 +02:00
c925e8ef58
[ticket/16138] Use same variable for forum_id in one query
...
PHPBB3-16138
2021-05-24 16:20:13 +02:00
adacf21edb
[ticket/16138] Eliminate redundant parameters from board URLs
...
Rebase to 3.3.x
PHPBB3-16138
2021-05-19 22:05:06 +02:00
d77415dbab
[ticket/15233] Standardize variable generation
...
PHPBB3-15233
2021-03-06 22:27:42 +01:00
a9b63a4724
[ticket/15233] Amend tests for avatar helper
...
PHPBB3-15233
2021-03-06 08:18:37 +01:00
7e3d22063a
[ticket/15233] Standardize avatar output variables
...
PHPBB3-15233
2021-03-06 08:18:30 +01:00
86cf600d9e
[ticket/16363] Allow replying to locked topics if user has m_lock permissions
...
An user may not be able to edit - but lock and unlock.
It is terribly inconvenient for users being only able to un/lock threads to
have to first unlock a topic, then reply and then re-lock it.
Thus in reply mode we check for lock permissions instead of edit.
This also includes editing if the user could normally edit his post if it
weren't for the lock.
PHPBB3-16363
2020-02-12 09:24:02 +01:00
eb94fe973b
[ticket/9837] Display unapproved posts to their authors
...
Basic functionality mock up.
PHPBB3-9837
2019-11-21 13:44:19 +01:00
70044669e0
Merge pull request #5665 from 3D-I/ticket/16139
...
[ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars
2019-09-22 16:59:04 +02:00
8160a8a1ef
[ticket/16159] Use predefined DATE_RFC3339
...
PHPBB3-16159
2019-09-18 20:58:13 +02:00
f8967fec78
Merge branch '3.2.x' into ticket/16159
2019-09-17 23:15:54 +02:00
ce93b22410
[ticket/16159] Wrap post times in html time tag
...
PHPBB3-16159
2019-09-17 23:01:59 +02:00
694a90c18e
[ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars
...
PHPBB3-16139
2019-08-25 23:18:08 +02:00
cd6a0026d5
[ticket/16097] Correctly classify sort_days as int
...
PHPBB3-16097
2019-07-29 08:22:19 +02:00
1dbb570284
[ticket/16097] Add core.viewtopic_gen_sort_selects_before
...
PHPBB3-16097
2019-07-08 09:00:30 +02:00
f3b94b118a
[ticket/15870] Add core.viewtopic_modify_forum_id
...
PHPBB3-15870
2018-11-18 12:19:04 +01:00
20393592d7
Merge pull request #5387 from senky/ticket/15593
...
[ticket/15593] Do not allow print view with direct URL
2018-10-27 23:48:53 +02:00
a62141ea68
[ticket/15841] Allow postrow pm link to be modified by event
...
Allow postrow.contact pm link to be modified by event above
All other variables in postrow.contact can be modified by the event already
This lets you hide all contact info on a per user basis
PHPBB3-15841
2018-10-15 21:57:23 -04:00
65699d501d
Merge pull request #5287 from toxyy/ticket/15719
...
[ticket/15719] Add core events to viewtopic to edit the post_list sql query
2018-10-09 12:09:26 +02:00
a9eacf43e8
Merge pull request #5394 from Elsensee/ticket/12430
...
[ticket/12430] Remove hilit param from topic title link
2018-10-09 08:28:50 +02:00
cd17633235
Merge pull request #5219 from senky/ticket/15661
...
[ticket/15661] Add core.viewtopic_modify_poll_ajax_data
2018-10-08 21:16:58 +02:00
0bb87b2de1
[ticket/12430] Remove hilit param from topic title link
...
PHPBB3-12430
2018-10-01 17:07:28 +02:00
f657ee51f8
[ticket/15593] Do not allow print view with direct URL
...
PHPBB3-15593
2018-09-28 12:55:45 +02:00
fbd1741107
[ticket/15661] Add core.viewtopic_modify_poll_ajax_data
...
PHPBB3-15661
2018-09-16 14:20:02 +02:00
b2277e7bf6
[ticket/15733] Remove unused code related to deprecated flood control
...
PHPBB3-15733
2018-07-28 14:29:37 +02:00
5fbd4584be
[ticket/15719] Add core events to viewtopic to edit the post_list sql query
...
Event added in viewtopic.php so you can modify post_list sql
The query, sql limit, sql start, sort keys and days are editable
PHPBB3-15719
2018-07-09 16:54:11 -04:00
f17bd9e1e0
Merge pull request #5094 from JoshyPHP/ticket/15518
...
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
2018-02-21 21:14:00 +01:00
b68a64de84
[ticket/15535] Add S_FIRST_POST to postrow in viewtopic
...
PHPBB3-15535
2018-01-27 16:29:20 +01:00
f01e29effe
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
...
PHPBB3-15518
2018-01-17 00:16:26 +01:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
6acfe2a0cb
Merge pull request #4868 from javiexin/ticket/15266
...
[ticket/15266] Fix events in content_visibility
2017-12-27 14:15:27 +01:00
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
60596eb675
[ticket/15060] Set correct forum id in user session data if f= is missing
...
PHPBB3-15060
2017-10-23 22:36:29 +02:00
5c16ef0657
[ticket/15394] Add $post_edit_list
...
PHPBB3-15394
2017-10-09 19:08:16 +02:00
bad711e0d9
[ticket/15394] Add $user_cache
...
PHPBB3-15394
2017-10-09 17:55:47 +02:00
aef138d8bc
Merge branch '3.1.x' into 3.2.x
2017-06-25 21:26:43 +02:00
f178c06b4f
[ticket/15186] Fully implement the force_delete_allowed feature
...
PHPBB3-15186
2017-04-19 21:33:22 +07:00
c9aab0baef
Merge pull request #4752 from nomind60s/ticket/15137
...
[ticket/15137] Global Announcements shouldn't always be never ending
* github.com:phpbb/phpbb:
[ticket/15137] Missed one language string change
[ticket/15137] Global announcements can stick for a non-zero number of days
fixes #4752
2017-03-21 16:29:10 +01:00
7609ba71e9
[ticket/15137] Global announcements can stick for a non-zero number of days
...
To be consistent with Sticky and Announcements topic types, Global
announcements can now stick for a non-zero number of days, i.e. they are
no longer never ending.
Before this change, if the topic type was Global and a non-zero number of
days where set to stick topic, the number was silently ignored and a Global
announcement was always never ending.
PHPBB3-15137
2017-03-20 23:06:34 -06:00
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +01:00
45199adebd
Merge pull request #4523 from senky/ticket/13429
...
[ticket/13429] Replace @change with @changed in event docblocks
2017-02-11 15:19:47 +01:00
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
3ba8e7bda3
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14906] Delete redundant sig key in user_cache_data array
2016-12-11 19:51:56 +01:00
7d5d5b0f06
[ticket/14906] Delete redundant sig key in user_cache_data array
...
PHPBB3-14906
2016-12-11 00:52:32 +07:00
17e8726582
Merge branch '3.1.x' into 3.2.x
2016-12-03 16:01:57 +01:00
a1a3daaca8
[ticket/13479] Add core.viewtopic_highlight_modify
...
PHPBB3-13479
2016-11-20 18:16:49 +01:00
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
2a7c514cd0
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14437] Make sure attachments array is properly ordered before processing
[ticket/14437] Preserve attachment ID order by ordering by attach_id
[ticket/14437] Sort attachments after assigning inline attachments
[ticket/14437] Correctly assume index from attachment display order
2016-03-25 11:48:29 +01:00