70c289fef0
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
...
PHPBB3-16550
2020-07-21 10:01:31 +02:00
5842b8416e
[ticket/16446] Add event core.message_history_modify_rowset
...
PHPBB3-16446
2020-04-17 15:12:42 +02:00
96a7e04ea5
[ticket/16352] Deprecate phpbb_delete_user_pms
...
PHPBB3-16352
2020-02-03 02:20:35 +00:00
11d7b71959
[ticket/16296] Adjust form token check for mark actions
...
PHPBB3-16296
2020-01-07 20:26:56 +01:00
8ac4f955ca
[ticket/16111] Add core.message_history_modify_sql_ary
...
PHPBB3-16111
2019-07-28 18:36:37 +05:30
01d0457f67
[ticket/16111] Add core.message_history_modify_sql_ary
...
PHPBB3-16111
2019-07-28 18:06:16 +05:30
5cd0aad3c6
[ticket/16111] Add core.message_history_modify_sql_ary
...
PHPBB3-16111
2019-07-28 17:51:17 +05:30
6559bb9511
Merge pull request #5572 from dark-1/ticket/16023
...
[ticket/16023] Add core.message_history_modify_template_vars
2019-07-22 20:55:00 +02:00
a91b37d8f2
[ticket/16075] Fix warning in PM filter
...
PHPBB3-16075
2019-06-07 16:12:02 +02:00
411f4ac817
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-05-07 20:46:22 +05:30
0a3fb27d47
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-04-20 15:42:03 +05:30
b76e5a9c18
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-04-20 15:02:07 +05:30
f7a208d103
[ticket/16023] Add core.message_history_modify_template_vars
...
PHPBB3-16023
2019-04-20 14:38:25 +05:30
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
24b02ad4d6
Merge pull request #4443 from Crizz0/ticket/14780
...
[ticket/14780] Correction to let group setting overwrite global PM setting
2017-01-04 21:07:32 +01:00
0c96873e73
Merge branch '3.1.x' into 3.2.x
2016-12-02 16:39:53 +01:00
8f84119743
[ticket/13757] Properly fix bug with negative PM count
...
The fix from PR #4548 doesn't work as expected because
in phpBB the sql_affectedrows() method always returns
a count of matched rows instead of affected rows.
This commit fixes bug properly.
PHPBB3-13757
2016-12-02 16:54:49 +04:00
1c567daf39
Merge branch '3.1.x' into 3.2.x
2016-12-01 11:41:21 +01:00
10753454bf
[ticket/13757] Prevents the count of unread PMs from being negative
...
Sometimes the user_unread_privmsg flag in users table can become negative.
It happens when the unread message is requested by simultaneous concurrent
requests. Both requests will decrement the value of the flag.
This commit prevents updating the flag if the message already marked as read.
PHPBB3-13757
2016-11-30 23:59:36 +04:00
29b1b95226
[ticket/14780] Only use $max_setting in this function
...
PHPBB3-14780
2016-09-15 22:44:34 +02:00
b9761f116d
[ticket/14780] Correct if sentence to let group setting overwrite global
...
PHPBB3-14780
2016-09-12 21:17:58 +02:00
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
73900d1857
[ticket/13454] Remove more unused variables
...
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
fad26c97bc
[ticket/14325] Fix variable names in docblocks
...
PHPBB3-14325
2015-11-30 18:27:06 +01:00
065b0a632f
[ticket/14325] Preserve event variable BC
...
PHPBB3-14325
2015-11-30 18:05:46 +01:00
87446452f5
Merge branch '3.1.x'
2015-11-12 08:46:09 +01:00
865c16cf26
[ticket/14276] Adjust function get_folder_status
...
PHPBB3-14276
2015-11-07 15:33:24 -05:00
1d6e173259
Merge pull request #3965 from marc1706/ticket/14234
...
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
2015-10-14 08:59:17 +02:00
578ee077c1
[ticket/14234] Fix change version and remove more references
...
PHPBB3-14234
2015-10-12 19:41:17 +02:00
49312f05f8
[ticket/14168] Use attachment manager instead of separate classes
...
PHPBB3-14168
2015-10-12 11:34:11 +02:00
98ebbbdca2
[ticket/14168] No longer use deprecated functions in core files
...
PHPBB3-14168
2015-10-09 10:18:40 +02:00
185fbe41c9
[ticket/12143] Replace group name output
...
So now we can use translated group names for non-special groups
PHPBB3-12143
2015-08-05 17:50:24 +02:00
be0d4e20d4
[ticket/11444] Moving the in-board notifications to a method class
...
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
2015-07-13 22:41:13 +02:00
129b3375ae
[ticket/10620] Added enhanced quotes in pm history
...
PHPBB3-10620
2015-06-25 03:11:58 +02:00
2aecb94068
Merge pull request #3383 from nickvergessen/ticket/9109
...
Ticket/9109 Properly document and calculate the group settings with value 0
2015-05-29 16:04:56 +02:00
5ad4685f00
Merge branch '3.1.x'
2015-02-18 18:04:46 +01:00
4559aca723
[ticket/13595] Removed unused code
...
PHPBB3-13595
2015-02-13 22:55:04 +01:00
069738a1f2
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
2015-02-11 16:53:25 +01:00
3df25babce
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
...
PHPBB3-13597
2015-02-11 12:03:54 +01:00
c76d797cb2
[ticket/9109] Improve docblock and fix spelling errors
...
PHPBB3-9109
2015-02-08 21:16:05 +01:00
5cc0488f74
[ticket/9109] Only query database once in phpbb_get_max_setting_from_group
...
More test cases have been added, too.
PHPBB3-9109
2015-02-08 21:16:05 +01:00
291143fe6a
[ticket/9109] Properly document and calculate the group settings with value 0
...
PHPBB3-9109
2015-02-08 21:16:04 +01:00
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
a633f3484c
[ticket/13496] Update calls to set_config_count()
...
PHPBB3-13496
2015-02-02 21:52:59 +01:00
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
df72846b89
[ticket/13205] Explicitly cast ids to integers and reformat SQL
...
PHPBB3-13205
2014-10-22 18:35:07 -04:00
48dc4c02ae
[ticket/13205] Add a mark all messages read link to PM folders
...
PHPBB3-13205
2014-10-22 18:02:43 -04:00