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
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
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
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
rubencm
96491a70e8
[ticket/15965] Fix hardcoded directory
...
PHPBB3-15965
2019-02-12 21:19:47 +00: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
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
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
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
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
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
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
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
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
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
battye
3f19d32f76
[ticket/15883] Review changes
...
PHPBB3-15883
2019-01-04 15:49:15 +00: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
Derky
186259cbbc
Merge pull request #5493 from marc1706/ticket/15924
...
[ticket/15924] Switch to trusty build environment
2019-01-01 23:10:20 +01:00
Marc Alexander
186115c65f
[ticket/15924] Switch back to installing mariadb from 3rd party repo
...
PHPBB3-15924
2019-01-01 22:23:16 +01:00
Marc Alexander
a23a7602b7
[ticket/15924] Enable APCu extension
...
PHPBB3-15924
2019-01-01 10:56:26 +01:00
Marc Alexander
bdf9af0abb
[ticket/15924] Install apc via pecl and remove nginx config check
...
PHPBB3-15924
2018-12-31 23:26:53 +01:00
Marc Alexander
444e5e6498
[ticket/15924] Switch to trusty build environment
...
PHPBB3-15924
2018-12-31 22:46:59 +01:00
chita
a578ce0119
Merge pull request #5488 from marc1706/ticket/15921
...
[ticket/15921] Update textformattter to 1.3.2
2018-12-29 15:56:44 +01:00
Marc Alexander
86c773fbf9
Merge pull request #5462 from 3D-I/ticket/15890
...
[ticket/15890] Add core.memberlist_modify_viewprofile_sql
2018-12-29 12:25:52 +01:00
JoshyPHP
e9310c928e
[ticket/15921] Use backward compatible template for emojis
...
PHPBB3-15921
2018-12-29 11:23:47 +01:00
Marc Alexander
3a7d17414d
Merge pull request #5468 from senky/ticket/15898
...
[ticket/15898] Add core.ucp_pm_compose_template
2018-12-27 21:31:51 +01:00
Marc Alexander
a4e37a8482
Merge pull request #5482 from GanstaZ/ticket/15914
...
[ticket/15914] Add core.modify_memberlist_viewprofile_group* events
2018-12-27 10:47:52 +01:00
Marc Alexander
c51859c0bd
[ticket/15921] Update tests for twemoji
...
PHPBB3-15921
2018-12-27 10:36:41 +01:00
Jakub Senko
572545a430
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
...
PHPBB3-15899
2018-12-27 10:27:10 +01:00
Marc Alexander
220490e4db
Merge pull request #5359 from Elsensee/ticket/15509
...
[ticket/15509] Don't show disabled board when in install
2018-12-27 09:59:42 +01:00
Marc Alexander
4bf485395e
[ticket/15921] Use twemoji
...
PHPBB3-15921
2018-12-26 23:51:15 +01:00
Marc Alexander
ce90a215ba
[ticket/15921] Update inconsistencies in composer.lock
...
PHPBB3-15921
2018-12-26 23:09:05 +01:00
JoshyPHP
31c0466815
[ticket/15921] Updated dependencies to latest textformatter
...
PHPBB3-15921
2018-12-26 23:06:18 +01:00
3D-I
4fe2ec156c
[ticket/15884] Alphabetical order - last bit
...
PHPBB3-15884
2018-12-26 22:25:12 +01:00
3D-I
d0541a6440
[ticket/15884] Alphabetical order
...
PHPBB3-15884
2018-12-26 22:20:19 +01:00