Marc Alexander
0b2a0cc9b4
Merge pull request #5687 from rxu/ticket/16157
...
[ticket/16157] Fix FORM_INVALID error in the sending email form
2019-09-21 14:33:20 +02:00
Marc Alexander
13932e9aba
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:29:18 +02:00
Marc Alexander
680acb45e2
Merge pull request #5688 from rxu/ticket/16156
...
[ticket/16156] Fix bots seeing register and logout links
2019-09-21 14:29:13 +02:00
Marc Alexander
fcff807834
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:17:15 +02:00
Marc Alexander
84decb2875
Merge pull request #5692 from stevendegroote/ticket/16159
...
[ticket/16159] Wrap post times in html time tag
2019-09-21 14:17:11 +02:00
Marc Alexander
281049eafd
Merge branch '3.2.x' into 3.3.x
2019-09-21 14:11:50 +02:00
Marc Alexander
c9c7df735c
Merge pull request #5693 from marc1706/ticket/16160
...
[ticket/16160] Add script for generating package json file
2019-09-21 14:11:46 +02:00
vinny
81cbefdae5
[ticket/15436] Remove folder icons code from index
...
PHPBB3-15436
2019-09-21 14:09:21 +02:00
Marc Alexander
4e285db71a
[ticket/16160] Add missing trailing slash
...
PHPBB3-16160
2019-09-21 07:51:35 +02:00
Marc Alexander
a7c02304a5
Merge branch '3.2.x' into 3.3.x
2019-09-20 22:23:06 +02:00
Marc Alexander
f0afccb173
Merge branch 'prep-release-3.2.8' into 3.2.x
2019-09-20 22:21:47 +02:00
Marc Alexander
d1822e821a
[ticket/16160] Make script compatible with PHP 5.x
...
PHPBB3-16160
2019-09-19 21:56:41 +02:00
Marc Alexander
28ff362ec0
[ticket/16160] Add script for generating package json file
...
PHPBB3-16160
2019-09-18 21:49:07 +02:00
stevendegroote
8160a8a1ef
[ticket/16159] Use predefined DATE_RFC3339
...
PHPBB3-16159
2019-09-18 20:58:13 +02:00
stevendegroote
f8967fec78
Merge branch '3.2.x' into ticket/16159
2019-09-17 23:15:54 +02:00
stevendegroote
ce93b22410
[ticket/16159] Wrap post times in html time tag
...
PHPBB3-16159
2019-09-17 23:01:59 +02:00
rxu
2ef7530857
[ticket/16156] Fix bots seeing register and logout links
...
PHPBB3-16156
2019-09-13 00:30:58 +07:00
rxu
177cc22683
[ticket/16157] Fix FORM_INVALID error in the sending email form
...
PHPBB3-16157
2019-09-13 00:25:18 +07:00
Marc Alexander
b94464d063
[prep-release-3.2.8] Add migration for 3.2.8
release-3.2.8
2019-09-08 21:53:52 +02:00
Marc Alexander
08842e6ba5
[prep-release-3.2.8] Update version numbers for 3.2.8 release
2019-09-08 21:52:42 +02:00
Marc Alexander
ae00da85ec
[prep-release-3.2.8] Update changelog for 3.2.8
2019-09-08 21:50:46 +02:00
Marc Alexander
6757450a0f
[prep-release-3.2.8] Update CREDITS.txt
2019-09-08 21:42:02 +02:00
Marc Alexander
a9a44c295f
Merge pull request #5679 from mrgoldy/ticket/16123
...
[ticket/16123] Show proper banned email message
2019-09-08 21:37:54 +02:00
v12mike
88d94a7c19
[ticket/16150] Make post subject links reliable
...
Change links that were relative to topic page into absolute links.
Update related test cases.
PHPBB3-16150
2019-09-08 14:23:09 -04:00
Marc Alexander
4abdfd1709
[ticket/16123] Specify ban_id in validate email fixture
...
PHPBB3-16123
2019-09-08 09:40:56 +02:00
3D-I
6600fc6cad
[ticket/16151] Enable Emojis and rich text in forum name
...
PHPBB3-16151
2019-09-08 03:29:51 +02:00
Marc Alexander
d186df8cb4
[ticket/16123] Purge cache to ensure up to date ban list in tests
...
PHPBB3-16123
2019-09-07 21:59:17 +02:00
mrgoldy
6e20cd5d22
[ticket/16123] Remove redundant if check
...
PHPBB3-16123
2019-09-07 21:59:06 +02:00
Marc Alexander
cf898133a4
[ticket/16123] Add tests to cover different ban reasons
...
PHPBB3-16123
2019-09-07 21:59:01 +02:00
mrgoldy
56e2f1a3f6
[ticket/16123] Check with empty()
...
PHPBB3-16123
2019-09-07 21:58:47 +02:00
mrgoldy
850ea776d9
[ticket/16123] Show proper banned email message
...
PHPBB3-16123
2019-09-07 21:58:42 +02:00
v12mike
c31216e493
[ticket/16150] Make post subject link an absolute url
...
The previous version was relative to a &start= which was
sometimes wrong.
PHPBB3-16150
2019-09-07 04:16:31 -04:00
rxu
32accc18e7
[ticket/16148] Add template events to acp_groups.html
...
PHPBB3-16148
2019-09-05 19:42:40 +07:00
mrgoldy
ecf4da2df0
[ticket/14815] Enable contact links in memberlist
...
PHPBB3-14815
2019-09-04 15:49:12 +02:00
mrgoldy
2a32d74d20
[ticket/15422] Remove redundant BBCode helpline
...
PHPBB3-15422
2019-09-04 15:29:50 +02:00
JoshyPHP
6f6b8d046b
[ticket/16147] Updated tokens legend in BBCodes ACP
...
PHPBB3-16147
2019-09-04 14:01:59 +02:00
Alfredo Ramos
2224a76c24
[ticket/15643] Fix open_basedir warnings
...
Suppress warnings when trying to call is_link(), is_dir() and is_file()
on the web server root directory when open_basedir is set.
PHPBB3-15643
2019-09-03 17:29:14 -05:00
oxcom
776a7302a4
[ticket/16146] fix event name in comment
...
PHPBB3-16146
2019-09-03 08:15:00 +02:00
Marc Alexander
954c0ddf3e
Merge pull request #54 from phpbb/ticket/security/243
...
[ticket/security/243] Remove invalid markup from bbcode.html
2019-09-02 21:39:52 +02:00
Marc Alexander
f84cc449b9
[ticket/security/243] Remove invalid markup from bbcode.html
...
SECURITY-243
2019-09-02 21:18:12 +02:00
oxcom
a1e8282e67
[ticket/16146] New core event: after move forum
...
PHPBB3-16146
2019-09-02 14:31:07 +02:00
Marc Alexander
d613984660
Merge branch '3.2.x' into 3.3.x
2019-09-01 13:33:05 +02:00
Marc Alexander
4db585a4cb
Merge pull request #5666 from mrgoldy/ticket/16084
...
[ticket/16084] Remove redundant backup radio button
2019-09-01 13:33:00 +02:00
Marc Alexander
dcafa6a711
Merge pull request #5659 from rubencm/ticket/16131
...
[ticket/16131] Force vagrant to install phpBB with php7.2
2019-09-01 13:01:50 +02:00
Marc Alexander
f920336be4
[ticket/11327] Use http_exception instead of trigger_error
...
PHPBB3-11327
2019-09-01 11:36:57 +02:00
3D-I
3e23adf030
[ticket/16144] Provide extra fallback to board's default style for $user
...
PHPBB3-16144
2019-09-01 09:20:22 +02:00
Marc Alexander
01e64dbc9c
Merge pull request #53 from phpbb/ticket/security/243
...
[ticket/security/243] Fail silently on unsupported values for font size
2019-08-31 21:31:25 +02:00
Marc Alexander
cc8d6a5a01
[ticket/security/243] Fail silently on unsupported values for font size
...
SECURITY-243
2019-08-31 18:16:18 +02:00
Marc Alexander
b4f9c44b30
Merge pull request #5070 from rxu/ticket/15467
...
[ticket/15467] Fix JS for permissions setting
2019-08-31 16:24:45 +02:00
EA117
5bd3b7ec37
[ticket/16141] plupload chunk_size when 'unlimited' is involved.
...
Change get_chunk_size() calculation to correctly calculate limits without
letting a zero "unlimited" value always win. Also ensure get_chunk_size()
can only return zero if all of the limits were in fact set to unlimited.
PHPBB3-16141
2019-08-30 07:01:04 -05:00