1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-15 13:10:24 +01:00

32302 Commits

Author SHA1 Message Date
Marc Alexander
3c2ae2cb42
Merge branch '3.2.x' 2019-03-13 21:10:14 +01:00
Marc Alexander
66f9c09ba5
Merge pull request #5512 from jasonmarlin/ticket/15941
[ticket/15941] Replace MAX to speed up query in update_post_information
2019-03-13 21:10:06 +01:00
Marc Alexander
411bcc8b8e
Merge branch '3.2.x' 2019-03-13 20:49:45 +01:00
Marc Alexander
1c5a4c1213
Merge pull request #5533 from rubencm/ticket/15965
[ticket/15965] Fix hardcoded directory [3.2.x only]
2019-03-13 20:49:39 +01:00
Marc Alexander
7e768d3006
Merge pull request #5542 from hanakin/ticket/15980
[ticket/15980] update and move all npm dependencies to dev
2019-03-11 20:42:53 +01:00
hanakin
3ab6d04dec [ticket/15980] update pkg.json and lock files
PHPBB3-15980
2019-03-10 10:30:04 -10:00
Marc Alexander
b64a7c406e
Merge branch '3.2.x' 2019-03-10 16:47:50 +01:00
Marc Alexander
2975566650
Merge pull request #5539 from 3D-I/ticket/15975
[ticket/15975] Remove user notification data upon user deletion
2019-03-10 16:47:15 +01:00
hanakin
f95c323881 [ticket/15980] fix new stylelint errors
PHPBB3-15980
2019-03-05 06:24:46 -10:00
hanakin
02c8e8cc1a [ticket/15980] One more tweak
PHPBB3-15980
2019-02-28 16:42:43 -10:00
hanakin
845fa9c144 [ticket/15980] fix stylelintrc
PHPBB3-15980
2019-02-28 16:37:45 -10:00
hanakin
499e79958c [ticket/15980] update styleintrc after upgrade
PHPBB3-15980
2019-02-27 19:41:06 -10:00
hanakin
a33c2c8d3d [ticket/15980] update and move all to dev-deps
PHPBB3-15980
2019-02-27 18:27:54 -10:00
Marc Alexander
61d0093f96
Merge branch '3.2.x' 2019-02-23 16:27:08 +01:00
Marc Alexander
f2e39f7edd
Merge pull request #5458 from 3D-I/ticket/15884
[ticket/15884] Add memberlist_body_* events
2019-02-23 16:27:02 +01:00
3D-I
e315ea90b8 [ticket/15975] Remove user notification data upon user deletion
PHPBB3-15975
2019-02-23 02:02:51 +01:00
Marc Alexander
37b6bd0fab
Merge pull request #5507 from marc1706/ticket/15938
[ticket/15938] Update classes in backupStaticAttributesBlacklist
2019-02-19 13:21:09 +01:00
rubencm
96491a70e8 [ticket/15965] Fix hardcoded directory
PHPBB3-15965
2019-02-12 21:19:47 +00:00
Marc Alexander
a833e4365b Merge branch '3.2.x' 2019-02-11 08:03:19 +01:00
Marc Alexander
33afd3f350 Merge pull request #5487 from 3D-I/ticket/15918
[ticket/15918] Fix addslashes in mcp_ban.html
2019-02-11 08:03:14 +01:00
Marc Alexander
513aec9153 Merge branch '3.2.x' 2019-02-11 08:01:21 +01:00
Marc Alexander
deebd282a7 Merge pull request #5525 from kasimi/ticket/15954
[ticket/15954] Add safeguards to include() calls
2019-02-11 08:01:17 +01:00
Marc Alexander
64c5d01f9e Merge branch '3.2.x' 2019-02-11 07:58:51 +01:00
Marc Alexander
27b0719174 Merge pull request #5529 from 3D-I/ticket/15960
[ticket/15960] Add SQL transactions to functions_admin.php
2019-02-11 07:58:46 +01:00
Marc Alexander
98ad1a5efc Merge branch '3.2.x' 2019-02-11 07:51:19 +01:00
Marc Alexander
ab16595323 Merge pull request #5530 from marc1706/ticket/15959
[ticket/15959] Fix invalid CNAME record
2019-02-11 07:51:14 +01:00
AJ Quick
43d8432809
[ticket/15959] Fix invalid CNAME record
PHPBB3-15959
2019-02-03 21:23:14 +01:00
AJ Quick
1fba679c68
[ticket/15959] Fix invalid CNAME record
PHPBB3-15959
2019-02-03 21:22:55 +01:00
3D-I
271db031ad [ticket/15960] Add SQL transactions to functions_admin.php
PHPBB3-15960
2019-02-01 23:24:41 +01:00
kasimi
b4672f2665
[ticket/15954] Fixed including mcp_front.php
PHPBB3-15954
2019-01-30 09:48:54 +01:00
kasimi
75007697ae
[ticket/15954] Add safeguards to include() calls
PHPBB3-15954
2019-01-26 22:29:54 +01:00
Marc Alexander
c76a6177d6
Merge branch '3.2.x' 2019-01-20 15:43:27 +01:00
Marc Alexander
713c996a08
Merge pull request #5510 from mrgoldy/ticket/15931
[ticket/15931] Fix PM report emails
2019-01-20 15:43:21 +01:00
Marc Alexander
e322510c6d
Merge branch '3.2.x' 2019-01-20 15:38:36 +01:00
Marc Alexander
2af8713a48
Merge pull request #5469 from senky/ticket/15899
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
2019-01-20 15:38:13 +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
mrgoldy
e8bbbbd6fa [ticket/15931] Fix PM report emails
PHPBB3-15931
2019-01-14 14:52:06 +01:00
Marc Alexander
ee10a7c3be
Merge branch '3.2.x' 2019-01-13 14:31:23 +01:00
Marc Alexander
5e302c7e15
Merge pull request #5508 from marc1706/ticket/15935
[ticket/15935] Don't install APCu if it's already installed
2019-01-13 14:31:17 +01:00
Alec
ec3bab231d
[ticket/15935] Don't install APCu if it's already installed
Travis fails when the APCu install fails due to it already being installed
A check is added here to make sure that it does nothing in that case

PHPBB3-15935
2019-01-13 12:06:59 +01:00
Marc Alexander
d62a16bae6
Merge pull request #5506 from toxyy/ticket/15935
[ticket/15935] Don't install APCu if it's already installed
2019-01-13 12:02:02 +01:00
Marc Alexander
88d511f721
[ticket/15938] Update classes in backupStaticAttributesBlacklist
PHPBB3-15938
2019-01-13 11:27:03 +01:00
Alec
64b6f9055a [ticket/15935] Don't install APCu if it's already installed
Travis fails when the APCu install fails due to it already being installed
A check is added here to make sure that it does nothing in that case

PHPBB3-15935
2019-01-12 15:21:43 -05:00
Marc Alexander
b8cc0c77a2
Merge pull request #5497 from hanakin/ticket/15927
[ticket/15927] Fix acp style tables width issue
2019-01-06 21:06:20 +01:00
Marc Alexander
fdfb825b96
Merge branch '3.2.x' 2019-01-06 21:03:27 +01:00
Marc Alexander
673433dadb
Merge pull request #5498 from 3D-I/ticket/15926
[ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
2019-01-06 20:58:52 +01:00
3D-I
a0efae7734 [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
PHPBB3-15926
2019-01-06 00:10:13 +01:00
3D-I
be0696a954 [ticket/15926] Update docs/INSTALL.html
PHPBB3-15926
2019-01-05 18:57:23 +01:00