Commit graph

32329 commits

Author SHA1 Message Date
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
3D-I
ca4a98a2de [ticket/15950] Add SQL transactions to mcp_main.php
PHPBB3-15950

And simultaneously remove a duplicated UPDATE query.
2019-01-22 16:12:22 +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
mrgoldy
8d8dbb2129 [ticket/15939] Pagination docblocks
PHPBB3-15939
2019-01-14 12:50:07 +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
hanakin
1c4f1fb711 [ticket/15927] Avoid using floats
PHPBB3-15927
2019-01-05 12:54:55 -05:00
3D-I
8fa7e18e2b [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
PHPBB3-15926
2019-01-05 18:36:54 +01:00
Marc Alexander
4c0a948d84
Merge branch '3.2.x' 2019-01-05 16:12:43 +01:00
Marc Alexander
537ff0c567
Merge pull request #5457 from battye/ticket/15883
[ticket/15883] New error message for when users try adding invalid usernames to a group
2019-01-05 16:12:29 +01:00
battye
08968bdb60 [ticket/15883] Doc block change
PHPBB3-15883
2019-01-05 08:19:21 +00:00
3D-I
5949f912ba [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev
PHPBB3-15926
2019-01-05 01:32:43 +01:00
hanakin
d14b1b3906 [ticket/15927] Fix render issue
PHPBB3-15927
2019-01-04 18:17:26 -05:00
Máté Bartus
25e3d69ad6
Merge pull request #5049 from hanakin/ticket/15462
[ticket/15462] add bidi.css to stylesheet.css
2019-01-04 19:41:16 +01:00
battye
3f19d32f76 [ticket/15883] Review changes
PHPBB3-15883
2019-01-04 15:49:15 +00:00
Derk
8bbf591cdb
Merge pull request #5491 from marc1706/ticket/14948
[ticket/14948] Update to PHP 7.1+ and Twig 2.x
2019-01-02 23:34:52 +01:00
Derky
459f2f2c41 Merge branch '3.2.x' 2019-01-02 21:08:11 +01:00
Derky
409bfafbf0 Merge pull request #5485 from marc1706/ticket/15919
[ticket/15919] Don't run lint test against node_modules
2019-01-02 21:07:41 +01:00
Marc Alexander
5a0e426b38
[ticket/14948] Remove checks for unsupported PHP versions
PHPBB3-14948
2019-01-02 20:34:45 +01:00
Marc Alexander
56669ac280
[ticket/14948] Switch to VC15 where necessary for appveyor mssql driver
PHPBB3-14948
2019-01-02 20:19:59 +01:00
Marc Alexander
9431970b6f
[ticket/14948] Use MSSQL 5.3.0 driver in appveyor builds
PHPBB3-14948
2019-01-02 20:19:58 +01:00
Marc Alexander
df85edfe52
[ticket/14948] Remove no longer needed or supported phpunit configs
PHPBB3-14948
2019-01-02 20:19:58 +01:00
Marc Alexander
5b7fec5c47
[ticket/14948] Use new namespaced classes when generating mssql schema
PHPBB3-14948
2019-01-02 20:19:58 +01:00
Marc Alexander
0e83cbe658
[ticket/14948] Require json extension in composer.json
PHPBB3-14948
2019-01-02 20:19:58 +01:00
Marc Alexander
6b7ab5b794
[ticket/14948] Allow failures on PHP 7.3 until segfault is resolved
PHPUnit still runs into segfaults on PHP 7.3.0. Let this test fail for now.

PHPBB3-14948
2019-01-02 20:19:57 +01:00
Marc Alexander
f3cfe6b164
[ticket/14948] Use continue 2 instead of continue to continue while loop
PHPBB3-14948
2019-01-02 20:19:57 +01:00
Marc Alexander
04d4bfeff4
[ticket/14948] Remove mysql build as it's no longer supported in PHP >= 7.0
PHPBB3-14948
2019-01-02 20:19:57 +01:00
Marc Alexander
830269dfee
[ticket/14948] Update lexer to be compatible with twig 2.6
PHPBB3-14948
2019-01-02 20:19:57 +01:00
Marc Alexander
7c062505aa
[ticket/14948] Change PHP versions for appveyor
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Marc Alexander
c4b3a2ea25
[ticket/14948] Update codesniffer files to be compatible with phpcs 3.x
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Marc Alexander
75757a7db4
[ticket/14948] Update requirements and travis build matrix
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Marc Alexander
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
2019-01-02 20:19:56 +01:00