Jakub Senko
1dbb570284
[ticket/16097] Add core.viewtopic_gen_sort_selects_before
...
PHPBB3-16097
2019-07-08 09:00:30 +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
rubencm
6787f6706e
[ticket/14459] Fix
...
PHPBB3-14459
2019-06-25 16:37:16 +00:00
rubencm
0184865c5c
[ticket/14459] Uppercase string to try to match language keys
...
PHPBB3-14459
2019-06-25 16:33:38 +00:00
rubencm
e0395fa2f2
[ticket/14459] Uppercase string to try to match language keys
...
PHPBB3-14459
2019-06-25 16:29:51 +00:00
rubencm
191008daff
[ticket/14459] Remove unused code
...
PHPBB3-14459
2019-06-25 16:23:59 +00:00
rubencm
ef3b2a3f24
[ticket/14459] Use twig
...
PHPBB3-14459
2019-06-25 16:20:00 +00:00
rubencm
6876fcb46a
[ticket/14459] Remove unused variables
...
PHPBB3-14459
2019-06-25 15:59:12 +00:00
rubencm
621747c7bc
[ticket/14459] Remove inline css
...
PHPBB3-14459
2019-06-25 15:57:44 +00:00
rubencm
caa767e5a8
[ticket/14459] Fix template logic
...
PHPBB3-14459
2019-06-21 23:32:22 +00:00
rubencm
caf5ee42fd
[ticket/14459] Fix rebase
...
PHPBB3-14459
2019-06-20 01:46:52 +00:00
rubencm
d0b50b9ca1
[ticket/14459] Check language input for group
...
PHPBB3-14459
2019-06-20 01:45:36 +00:00
Marc Alexander
6941b3934d
Merge pull request #5582 from paul999/ticket/16043
...
Make sure $phpbb_container is not null before trying to get anything …
2019-06-19 07:35:43 +02:00
Paul Sohier
4be13baef9
[ticket/16043] Check if not null before getting anything from the container
...
This is only happening when there is basicly an error during
init of the container.
PHPBB3-16043
2019-06-18 10:30:31 +02:00
Marc Alexander
102ea13e5d
Merge branch '3.3.x'
2019-06-17 15:32:31 +02:00
Marc Alexander
6d4fdb1f15
Merge branch '3.2.x' into 3.3.x
2019-06-17 15:32:07 +02:00
Marc Alexander
ab6fd30d0d
Merge pull request #5608 from senky/ticket/15967
...
[ticket/15967] Improve admin activate email wording
2019-06-17 15:31:42 +02:00
Marc Alexander
6bcfeea6cb
Merge branch '3.3.x'
2019-06-17 15:28:35 +02:00
Marc Alexander
5cef0d2035
Merge branch '3.2.x' into 3.3.x
2019-06-17 15:28:10 +02:00
Marc Alexander
70f09a60c7
Merge pull request #5620 from senky/ticket/16075
...
[ticket/16075] Fix warning in PM filter
2019-06-17 15:27:45 +02:00
Marc Alexander
48aed593fe
Merge branch '3.3.x'
2019-06-17 14:54:53 +02:00
Marc Alexander
8a979d6871
Merge branch '3.2.x' into 3.3.x
2019-06-17 14:53:56 +02:00
Marc Alexander
a393a23a08
Merge pull request #5616 from JoshyPHP/ticket/16074
...
[ticket/16074] Fix Twemoji URL for ZWJ sequences
2019-06-17 13:54:38 +02:00
Marc Alexander
3d8218e9d6
Merge branch '3.3.x'
2019-06-17 10:27:02 +02:00
Marc Alexander
30f522351e
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:26:33 +02:00
Marc Alexander
7f50c26941
Merge pull request #5622 from 3D-I/ticket/15211
...
[ticket/15211] Fix Emoji characters in forum name
2019-06-17 10:26:04 +02:00
Marc Alexander
670a606d11
Merge branch '3.3.x'
2019-06-17 10:21:36 +02:00
Marc Alexander
a6803e6a18
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:21:09 +02:00
Marc Alexander
2a0b38cac0
Merge pull request #5604 from senky/ticket/15984
...
[ticket/15984] Use private cache-control
2019-06-17 10:20:36 +02:00
Marc Alexander
869637d544
Merge branch '3.3.x'
2019-06-17 10:15:30 +02:00
Marc Alexander
05f9ef7134
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:15:00 +02:00
Marc Alexander
ca705af91d
Merge pull request #5602 from senky/ticket/16003
...
[ticket/16003] Fix num_posts sync
2019-06-17 10:14:35 +02:00
Marc Alexander
2d80fc3c4a
Merge branch '3.3.x'
2019-06-17 10:12:23 +02:00
Marc Alexander
fc8d0c54e9
Merge branch '3.2.x' into 3.3.x
2019-06-17 10:11:57 +02:00
Marc Alexander
c0917c2862
Merge pull request #5600 from senky/ticket/16047
...
[ticket/16047] Improve wording for PM permissions
2019-06-17 10:11:31 +02:00
Marc Alexander
d0b8e117cc
Merge branch '3.3.x'
2019-06-17 10:07:30 +02: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
93c1061f17
Merge branch '3.3.x'
2019-06-17 10:00:52 +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
4107ff2c45
Merge branch '3.3.x'
2019-06-17 09:35:32 +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
d2da0702f0
Merge branch '3.3.x'
2019-06-17 09:04:06 +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
3D-I
608cf00aea
[ticket/15211] Wording
...
PHPBB3-15211
2019-06-12 15:05:12 +02:00
3D-I
aad8ffff51
[ticket/15211] Fix Emoji characters in forum name
...
PHPBB3-15211
2019-06-11 05:44:17 +02:00
Jakub Senko
79d033082e
[ticket/16047] Improve wording for PM permissions
...
PHPBB3-16047
2019-06-08 20:03:51 +02:00