Marc Alexander
f888e730b0
Merge branch '3.3.x'
2020-04-22 14:52:48 +02:00
Marc Alexander
691496af3c
Merge pull request #5934 from kasimi/ticket/16425
...
[ticket/16425] Add event core.generate_smilies_modify_sql
2020-04-22 14:52:29 +02:00
kasimi
09ce2ab70e
[ticket/16425] Added @since 3.3.1-RC1
...
PHPBB3-16425
2020-04-21 23:47:09 +02:00
Marc Alexander
8de73183e8
Merge branch '3.3.x'
2020-04-21 21:21:49 +02:00
Marc Alexander
ebc889baea
Merge branch '3.2.x' into 3.3.x
2020-04-21 21:21:38 +02:00
kasimi
d927154217
[ticket/16425] Removed whitespace
...
PHPBB3-16425
2020-04-09 17:12:06 +02:00
kasimi
6cab639d8e
[ticket/16425] Added table alias
...
PHPBB3-16425
2020-04-05 16:02:32 +02:00
kasimi
21dbabe6f2
[ticket/16425] Add event core.generate_smilies_modify_sql
...
PHPBB3-16425
2020-04-05 11:12:21 +02:00
kasimi
fe9254790c
[ticket/16424] Add base_url to generate_smilies events
...
PHPBB3-16424
2020-04-05 11:10:53 +02:00
Marc Alexander
2fe453c64c
Merge branch '3.3.x'
2020-03-16 16:34:23 +01:00
Marc Alexander
c4a5099e56
Merge branch '3.2.x' into 3.3.x
2020-03-16 16:34:18 +01:00
mrgoldy
24fab91694
[ticket/15979] Fix restoring/deleting when editing deleted post
...
PHPBB3-15979
2020-03-10 00:24:19 +01:00
Marc Alexander
fc541c1943
Merge branch '3.3.x'
2020-02-15 16:51:34 +01:00
Marc Alexander
b1f0276307
Merge branch '3.2.x' into 3.3.x
2020-02-15 16:46:02 +01:00
rubencm
9749aa936c
[ticket/16351] Use CHMOD constants from filesystem_interface
...
PHPBB3-16351
2020-02-02 22:00:38 +00:00
Marc Alexander
b7fe147da8
Merge branch '3.3.x'
2019-10-21 17:51:34 +02:00
Marc Alexander
b0b3810aab
Merge branch '3.2.x' into 3.3.x
2019-10-21 17:51:29 +02:00
Marc Alexander
fa18778c91
Merge pull request #5711 from kasimi/ticket/16183
...
[ticket/16183] Add core.generate_smilies_count_sql_before
2019-10-21 17:51:23 +02:00
Marc Alexander
b1af6b6e25
Merge branch '3.3.x'
2019-10-20 20:51:30 +02:00
Marc Alexander
4008800527
Merge branch '3.2.x' into 3.3.x
2019-10-20 20:51:26 +02:00
kasimi
6df8b7f367
[ticket/16183] Generate SQL query from array
...
PHPBB3-16183
2019-10-20 20:50:34 +02:00
kasimi
84e0f5a2eb
[ticket/16183] Add core.generate_smilies_count_sql_before
...
PHPBB3-16183
2019-10-17 12:54:42 +02:00
kasimi
ab7345d96d
[ticket/16182] Add core.generate_smilies_modify_rowset
...
PHPBB3-16182
2019-10-17 12:49:30 +02:00
Marc Alexander
dbcc4043b9
Merge branch '3.3.x'
2019-08-11 17:15:55 +02:00
Marc Alexander
96335c0402
Merge branch '3.2.x' into 3.3.x
2019-08-11 17:15:50 +02:00
3D-I
d18e547332
[ticket/15897] Fix Emojis' SQL Error in Attachment Comment
...
PHPBB3-15897
2019-08-10 21:02:45 +02:00
Marc Alexander
869637d544
Merge branch '3.3.x'
2019-06-17 10:15:30 +02:00
Marc Alexander
05f9ef7134
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:15:00 +02:00
Marc Alexander
ca705af91d
Merge pull request #5602 from senky/ticket/16003
...
[ticket/16003] Fix num_posts sync
2019-06-17 10:14:35 +02:00
Marc Alexander
6261ea3c9e
Merge branch '3.3.x'
2019-06-06 22:28:53 +02:00
Marc Alexander
95264e2152
Merge branch '3.2.x' into 3.3.x
2019-06-06 22:28:33 +02:00
Jakub Senko
2c281e50e0
[ticket/16003] Fix num_posts sync
...
PHPBB3-16003
2019-05-24 15:21:56 +02:00
Rubén Calvo
688d022f42
[ticket/15738] Remove code related with safe_mode
...
PHPBB3-15738
2019-05-09 18:47:50 +02:00
Dark❶
5c42851730
[ticket/16024] Add core.topic_review_modify_sql_ary
...
PHPBB3-16024
2019-05-07 20:49:56 +05:30
Máté Bartus
7a831c3e28
[ticket/14548] Move deprecated globals and functions
...
PHPBB3-14584
2019-05-06 21:26:55 +02:00
Dark❶
a0dfc35cb9
[ticket/16024] Add core.topic_review_modify_sql_ary
...
PHPBB3-16024
2019-04-20 15:00:32 +05:30
Dark❶
d999e9bf8b
[ticket/16024] Add core.topic_review_modify_sql_ary
...
PHPBB3-16024
2019-04-20 14:48:10 +05:30
Marc Alexander
3c2ae2cb42
Merge branch '3.2.x'
2019-03-13 21:10:14 +01:00
jasonmarlin
c43ad073e4
[ticket/15941] Small change to induce rebuild
...
PHPBB3-15941
2019-01-18 08:38:59 -05:00
jasonmarlin
a0f1ec852a
[ticket/15941] Replace MAX SQL in functions_posting.php
...
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
2019-01-17 20:27:10 -05:00
jasonmarlin
cffdc8efff
[ticket/15941] Replace MAX to speed up query in update_post_information
...
Replace MAX SQL function with faster query using order by and limit.
The ajacent query could also be optimized to eliminate the usage of MAX.
Note that adding a compound key as suggested by EXPLAIN SQL yields an
improvement, but not nearly as fast as ORDER + LIMIT.
PHPBB3-15941
2019-01-15 11:31:38 -05:00
Marc Alexander
06a3bfd203
Merge branch '3.2.x'
2018-11-11 14:03:27 +01:00
Derky
5c695d709e
[ticket/security/227] Change thumbnail_created event version to 3.2.4
...
SECURITY-227
2018-11-04 23:17:49 +01:00
Derky
d753351edc
[ticket/security/227] Replace ImageMagick support with thumbnail event
...
SECURITY-227
2018-10-23 23:57:24 +02:00
Marc Alexander
d510202697
Merge branch '3.2.x'
2018-10-20 12:46:55 -04:00
Marc Alexander
537c415009
Merge pull request #5388 from toxyy/ticket/15819
...
[ticket/15819] Add core event to functions_posting to modify notifications
2018-10-20 12:46:52 -04:00
Marc Alexander
74b5c48aec
Merge branch '3.2.x'
2018-10-08 21:49:07 +02:00
Alec
eb4a95f659
[ticket/15819] Add core event to functions_posting to modify notifications
...
Events added to allow modifying notification data before in the database.
Useful to change variables in the notification message, such as usernames.
Includes some other residual data to allow this event to be versatile.
PHPBB3-15819
2018-10-01 00:42:55 -04:00
Jakub Senko
4a30818e12
[ticket/15420] Only update quote notification with original author
...
PHPBB3-15420
2018-09-04 14:30:19 +02:00
Rubén Calvo
aaa98248d6
[ticket/15738] Remove code related with safe_mode
...
PHPBB3-15738
2018-07-30 13:58:52 +02:00