Marc Alexander
ee51bf26fa
Merge pull request #5566 from JoshyPHP/ticket/16017
...
[ticket/16017] Add support for Argon2id as default password hashing
2019-07-27 16:30:25 +02:00
Marc Alexander
31192fc08e
Merge branch '3.2.x' into 3.3.x
2019-07-27 16:18:41 +02:00
Marc Alexander
79bcb20ac5
Merge pull request #5626 from cpeel/ticket/16096
...
[ticket/16096] Use InnoDB fulltext limits for InnoDB tables
2019-07-27 16:18:37 +02:00
JoshyPHP
860a370e8f
[ticket/16017] Add support for Argon2id as default password hashing
...
PHPBB3-16017
2019-07-23 21:30:28 +02:00
JoshyPHP
a4a5b069ec
[ticket/16016] Add a base class for native password hashing
...
PHPBB3-16016
2019-07-23 21:28:05 +02:00
Marc Alexander
ce518043e9
Merge branch '3.2.x' into 3.3.x
2019-07-22 22:17:14 +02:00
Nuno Lopes
d3c3dc24fe
[ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin
...
PHPBB3-15982
2019-07-22 22:16:21 +02:00
Marc Alexander
01018630c9
Merge pull request #5619 from marc1706/ticket/16082
...
[ticket/16082] Remove XCache as it does not support PHP 7
2019-07-22 21:24:46 +02:00
Marc Alexander
f5d28a95b0
Merge pull request #5618 from marc1706/ticket/16081
...
[ticket/16081] Remove eAccelerator cache driver
2019-07-22 21:23:17 +02:00
Marc Alexander
348979c13d
Merge branch '3.2.x' into 3.3.x
2019-07-21 21:38:27 +02:00
Marc Alexander
091e195717
Merge pull request #5571 from dark-1/ticket/16021
...
[ticket/16021] Recognize number of Template Event instances in events.md file
2019-07-21 21:38:23 +02:00
Casey Peel
e33e572741
[ticket/16096] Use InnoDB fulltext limits for InnoDB tables
...
The max and min search length for the MySQL database vary based on the
engine for the underlying table. For MyISAM tables, the variables are
ft_max_word_len and ft_min_word_len, but for InnoDB tables the
variables are innodb_ft_max_token_size and innodb_ft_min_token_size.
Take the posts table type into account when setting the max and min
search length.
PHPBB3-16096
2019-07-08 05:58:41 +00:00
Marc Alexander
5de54906f0
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:07:03 +02:00
Marc Alexander
cfd4aab7b7
Merge pull request #5599 from mrgoldy/ticket/16068
...
[ticket/16068] Adjust DocBlock @param's
2019-06-17 10:06:11 +02:00
Marc Alexander
8f3f7d1e5e
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:00:26 +02:00
Marc Alexander
951b097761
Merge pull request #5597 from senky/ticket/16065
...
[ticket/16065] Add user_ip to SQL query
2019-06-17 09:59:57 +02:00
Marc Alexander
5741c8d8ee
Merge branch '3.2.x' into 3.3.x
2019-06-17 09:35:05 +02:00
Marc Alexander
46ea774950
Merge pull request #5595 from rxu/ticket/16063
...
[ticket/16063] Remove board_dst config value since unused
2019-06-17 09:34:39 +02:00
Marc Alexander
6007978e7b
Merge branch '3.2.x' into 3.3.x
2019-06-17 09:03:38 +02:00
Marc Alexander
de308ea321
Merge pull request #5594 from rxu/ticket/16061
...
[ticket/16061] Migrator to drop unique indexes when needed
2019-06-17 09:02:54 +02:00
Marc Alexander
6422bdb5ec
[ticket/16082] Remove XCache as it does not support PHP 7
...
PHPBB3-16082
2019-06-06 22:21:40 +02:00
Marc Alexander
7572bc050b
[ticket/16081] Remove eAccelerator cache driver
...
eAccelerator does not support any PHP version above 5.3.
PHPBB3-16081
2019-06-06 22:13:03 +02:00
rxu
ed2123fa61
[ticket/16063] Move new migration file to 32x folder
...
PHPBB3-16063
2019-06-06 21:33:06 +07:00
Marc Alexander
e419c2cd3b
Merge pull request #5583 from marc1706/ticket/15987
...
[ticket/15987] Table parameters as array
2019-06-05 21:45:42 +02:00
JoshyPHP
76ea1de0ab
[ticket/16072] Update s9e/text-formatter
...
PHPBB3-16072
2019-05-31 22:46:59 +02:00
mrgoldy
c01e604998
[ticket/16068] Adjust DocBlock @param's
...
PHPBB3-16068
2019-05-24 14:43:10 +02:00
Jakub Senko
bba9de8c9c
[ticket/16065] Add user_ip to SQL query
...
PHPBB3-16065
2019-05-23 09:14:45 +02:00
rxu
e3b76bce37
[ticket/16063] Remove board_dst config value since unused
...
PHPBB3-16063
2019-05-18 17:28:01 +07:00
rxu
84ef70b42f
[ticket/16061] Migrator to drop unique indexes when needed
...
PHPBB3-16061
2019-05-18 02:08:30 +07:00
3D-I
72be8e0870
[ticket/16055] Fix Oauth's redirects
...
Via forum, memberlist, topic or post etc..
PHPBB3-16055
2019-05-16 21:53:43 +02:00
Marc Alexander
d72498a9c3
[ticket/15987] Go back to previous table definition type
...
This will still allow using the 'tables' parameter array but will also ensure
full backward compatibility and compatibility with extensions that will add
more tables to the 'tables' array.
PHPBB3-15987
2019-05-14 21:20:51 +02:00
Marc Alexander
61fa4f006a
[ticket/15987] Add missing paranthesis
...
PHPBB3-15987
2019-05-14 20:29:46 +02:00
Marc Alexander
9c1baf0fd7
[ticket/15987] Add container extension to support tables "array access"
...
PHPBB3-15987
2019-05-14 20:29:29 +02:00
Marc Alexander
b6cd02bacb
[ticket/16052] Add 3.3.0-dev migration
...
PHPBB3-16052
2019-05-11 23:36:20 +02:00
Marc Alexander
89ae1c3221
[ticket/16052] Update version numbers to 3.3
...
PHPBB3-16052
2019-05-11 23:36:44 +02:00
Marc Alexander
3f33d89572
[ticket/16052] Fix issues caused by merges
...
PHPBB3-16052
2019-05-11 23:36:20 +02:00
Marc Alexander
9f19202152
[ticket/14948] Update lexer to be compatible with twig 2.6
...
PHPBB3-14948
2019-05-09 21:57:30 +02:00
Marc Alexander
e76c673e2e
[ticket/14948] Update requirements and travis build matrix
...
PHPBB3-14948
2019-05-09 21:49:57 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
François-Xavier de Guillebon
c0fde5d5fd
[ticket/15508] Update loader
...
PHPBB3-15508
2019-05-09 21:30:39 +02:00
François-Xavier de Guillebon
40e61e4d1e
[ticket/15508] Remove call to getEnvironment() from parser
...
PHPBB3-15508
2019-05-09 21:30:12 +02:00
François-Xavier de Guillebon
ff35f65064
[ticket/15508] Replace Twig_NodeInterface with Twig_Node
...
PHPBB3-15508
2019-05-09 21:28:24 +02:00
rubencm
6643c904d5
[ticket/12629] Rename errors_show to show_errors
...
PHPBB3-12629
2019-05-09 21:23:58 +02:00
Rubén Calvo
ba088f6bdc
[ticket/12629] Add debug.errors_show
...
PHPBB3-12629
2019-05-09 21:22:52 +02:00
rubencm
a702142a34
[ticket/12636] Rename log.session_errors to session.log_errors
...
PHPBB3-12636
2019-05-09 21:20:16 +02:00
Rubén Calvo
303b823847
[ticket/12636] Add log.session_errors
...
PHPBB3-12636
2019-05-09 19:04:01 +02:00
Jakub Senko
4f402465bf
[ticket/12628] Introduce debug.memory
...
Also fix one debug.sql_explain missing from the previous PR
PHPBB3-12628
2019-05-09 19:02:14 +02:00
Rubén Calvo
4f5a8f6983
[ticket/15255] Move language strings from acp/common to common
...
PHPBB3-15255
2019-05-09 19:01:00 +02:00
Jakub Senko
3914515199
[ticket/11838] OAuth registration from ucp_register
...
PHPBB3-11838
2019-05-09 19:00:29 +02:00
Jakub Senko
30303647f0
[ticket/15744] Remove useless sql_freeresults
...
PHPBB3-15744
2019-05-09 18:58:22 +02:00