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
mrgoldy
a925605b88
[ticket/15942] Optimize count
...
PHPBB3-15942
2019-01-15 20:58:54 +01:00
mrgoldy
3f4b7059cb
[ticket/15942] Allow array in confirm_box title
...
PHPBB3-15942
2019-01-15 20:50:37 +01: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
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
Marc Alexander
0af07d1425
[ticket/15928] Remove support for downloading backups
...
PHPBB3-15928
2019-01-06 16:52:47 +01:00
3D-I
89f586e99e
[ticket/15889] Use array version of sql_from tables in sql array
...
PHPBB3-15889
2019-01-06 04:25:53 +01:00
Marc Alexander
eead94c8a6
[ticket/15889] Use array version of sql_from tables in sql array
...
PHPBB3-15889
2019-01-06 04:06:16 +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
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
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
Marc Alexander
95424f1b98
Merge pull request #5474 from mrgoldy/ticket/15901
...
[ticket/15901] Add mcp_post_ template events
2018-12-26 21:51:29 +01:00
Marc Alexander
64b66a51b6
Merge pull request #5456 from nunoplopes/ticket/15876
...
[ticket/15876] MySQL 5.7+ support for Q&A captcha plugin
2018-12-24 15:49:13 +01:00
Marc Alexander
58856c06b0
Merge pull request #5481 from kasimi/ticket/15910-3.2.x
...
[ticket/15910] Pass object arguments by reference implicitly
2018-12-24 15:32:50 +01:00
3D-I
440fdfdffc
[ticket/15918] Apply the Twig escape filter to not add-slashed contents
...
PHPBB3-15918
2018-12-24 12:00:36 +01:00
3D-I
8f90b79457
[ticket/15918] Remove redundant escape JS
...
In mcp_ban.html and coherently use twig syntax
PHPBB3-15918
2018-12-24 09:46:41 +01:00
Marc Alexander
ca98cd413a
Merge pull request #5479 from kasimi/ticket/15904
...
[ticket/15904] Fix counting empty template blocks
2018-12-23 17:14:14 +01:00
GanstaZ
552bda6266
[ticket/15914] Change since
...
PHPBB3-15914
2018-12-22 22:33:35 +02:00
GanstaZ
c6f613bae5
Merge branch '3.2.x' into ticket/15914
2018-12-22 22:26:54 +02:00
Marc Alexander
70a56c208f
Merge branch 'prep-release-3.2.5' into 3.2.x
2018-12-22 17:31:30 +01:00
Marc Alexander
b089116965
[prep-release-3.2.5] Add 3.2.5 migration
2018-12-19 20:16:31 +01:00
Marc Alexander
0cb00c9f99
[prep-release-3.2.5] Update changelog for 3.2.5
2018-12-19 20:16:07 +01:00
Marc Alexander
52f559cd4b
[prep-release-3.2.5] Update version numbers to 3.2.5
2018-12-19 20:16:01 +01:00
Marc Alexander
85ecd2c7be
Merge pull request #43 from phpbb/security/229
...
[security/229] Update jQuery to 1.12.4
2018-12-19 19:59:19 +01:00
Marc Alexander
68489b2c13
[ticket/15911] Add missing braces
...
PHPBB3-15911
2018-12-18 21:28:15 +01:00
Marc Alexander
304750a88b
[ticket/15911] Resolve warnings when updating from 3.0.0 to latest
...
PHPBB3-15911
2018-12-18 21:07:41 +01:00
Marc Alexander
a2407ce978
[ticket/15911] Prevent errors when trying to delete from non-existent tables
...
This can happen when migrating to the latest version from versions before
3.0.14.
PHPBB3-15911
2018-12-18 21:06:51 +01:00
Marc Alexander
5a21f7eb97
Merge pull request #5470 from marc1706/ticket/15888
...
[ticket/15888] Changing ACP link from 3.1 to 3.2 docs
2018-12-16 15:46:32 +01:00
GanstaZ
349ab42fdc
[ticket/15914] fix sql line
...
PHPBB3-15914
2018-12-15 19:22:38 +02:00
GanstaZ
cc49d8f325
[ticket/15914] Add core.modify_memberlist_viewprofile_group* events
...
PHPBB3-15914
2018-12-15 18:37:31 +02:00
Marc Alexander
37b33e6b67
[security/229] Adjust effectively_installed on jquery update migration
...
SECURITY-229
2018-12-13 21:22:58 +01:00
kasimi
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00