Marc Alexander
eb4186add4
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1
2020-07-29 21:42:16 +02:00
Marc Alexander
fdc827e066
[prep-release-3.2.10] Update Changelog for 3.2.10
release-3.2.10
2020-07-27 22:46:48 +02:00
Marc Alexander
58ef28e914
[ticket/16557] Generate https instead of http links to tracker
...
PHPBB3-16557
2020-07-27 21:12:20 +02:00
Marc Alexander
40027e054c
[prep-release-3.2.10] Fix incorrect version constrainst for packaging
2020-07-27 20:41:29 +02:00
Marc Alexander
1a029a71e5
[ticket/16557] Support piping tracker XML to build_changelog.php
...
PHPBB3-16557
2020-07-27 20:35:12 +02:00
Marc Alexander
0766a10ad3
[prep-release-3.2.10] Add migration for 3.2.10
2020-07-25 11:27:02 +02:00
Marc Alexander
ad43169065
[prep-release-3.2.10] Update version numbers to 3.2.10
2020-07-25 11:25:39 +02:00
Marc Alexander
3be435561a
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1
2020-07-25 11:18:09 +02:00
Marc Alexander
93f3323074
Merge pull request #6027 from marc1706/ticket/16555
...
[ticket/16555] Update jQuery to 3.5.1
2020-07-25 11:17:33 +02:00
Marc Alexander
a378e0eb0c
Merge pull request #61 from phpbb/ticket/security-259
...
[ticket/security-259] Stop checking image size of images in img BBCode
2020-07-25 11:16:07 +02:00
Marc Alexander
8e5a635bfb
Merge pull request #60 from phpbb/ticket/security/257
...
[ticket/security/257] Enforce http(s) for URLs in image BBCode
2020-07-25 11:16:04 +02:00
Marc Alexander
50177914a8
Merge pull request #6028 from marc1706/ticket/16417
...
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
2020-07-25 11:14:07 +02:00
rxu
f3093a3740
[ticket/16417] Fix CLI database migration for phpBB 3.0.x
...
PHPBB3-16417
2020-07-24 10:50:56 +02:00
Marc Alexander
9a753a269f
[ticket/16555] Fix incorrect font awesome URL in schema_data
...
PHPBB3-16555
2020-07-24 10:47:20 +02:00
Marc Alexander
69bf5a8403
[ticket/16555] Add migration for updating jQuery to 3.5.1
...
PHPBB3-16555
2020-07-24 10:45:26 +02:00
Marc Alexander
1dd6d583d0
[ticket/16555] Update jQuery to 3.5.1
...
PHPBB3-16555
2020-07-24 10:43:56 +02:00
Marc Alexander
2c04ce7a61
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1
2020-07-22 10:08:47 +02:00
Marc Alexander
df49e0e993
Merge pull request #6006 from rxu/ticket/16524
...
[ticket/16524] Fix using out-of-bounds UTF8 characters in profile fields
2020-07-22 10:08:00 +02:00
Marc Alexander
f269ddacce
Merge pull request #6026 from 3D-I/ticket/16552
...
[ticket/16552] Roll back to FontAwesome 4.7
2020-07-22 10:07:10 +02:00
Marc Alexander
4d9118447b
Merge pull request #6023 from MichaIng/patch-1
...
[ticket/16554] Align all .htaccess files to support Apache 2.4 directives
2020-07-21 11:59:57 +02:00
Marc Alexander
114ed8bec1
[ticket/16552] Update stylesheet hashes
...
PHPBB3-16552
2020-07-21 11:58:53 +02:00
3D-I
96bc21aa6b
[ticket/16552] Roll back to FontAwesome 4.7
...
Add missing content
PHPBB3-16552
2020-07-21 11:58:29 +02:00
3D-I
034feb87cd
[ticket/16552] Roll back to FontAwesome 4.7
...
Restore assets for FA 4.7
PHPBB3-16552
2020-07-21 11:58:29 +02:00
3D-I
193d54c4eb
[ticket/16552] Roll back to FontAwesome 4.7
...
Add migration font_awesome_5_rollback
PHPBB3-16552
2020-07-21 11:58:28 +02:00
3D-I
4aa3a80558
[ticket/16552] Roll back to FontAwesome 4.7
...
PHPBB3-16552
2020-07-21 11:58:28 +02:00
Marc Alexander
2060f00f95
Merge pull request #6021 from 3D-I/ticket/16550
...
[ticket/16550] Fix undefined variable url in PMs
2020-07-21 11:56:22 +02:00
Marc Alexander
05cf78b589
Merge pull request #6016 from hubaishan/ticket/16540
...
[ticket/16540] Fix wrong postbody margin RTL
2020-07-21 11:55:57 +02:00
Marc Alexander
361e97d097
Merge pull request #6025 from 3D-I/ticket/16550-3.2.x
...
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
2020-07-21 11:55:19 +02:00
Marc Alexander
9da3adeda9
Merge pull request #6015 from rxu/ticket/16539
...
[ticket/16539] Fix general SQL error for smilies mode on posting
2020-07-21 11:53:09 +02:00
MichaIng
bd4887f660
[ticket/16554] Align all .htaccess files to support Apache 2.4 directives
...
While the main .htaccess as well as the ones in phpbb/db/migration/data/vXYZ/
do already support the Apache 2.4 mod_authz_core directive "Require all denied",
all others still use only the deprecated "Deny from All". To not force modern
system to use the mod_access_compat module, the modern directives should be
supported in every case.
For this, the method of phpbb/db/migration/data/vXYZ/.htaccess is copied to
update and align all .htaccess files across the source code.
PHPBB3-16554
Signed-off-by: MichaIng <micha@dietpi.com>
2020-07-21 11:21:29 +02:00
rxu
befab4f3c1
[ticket/16524] Remove u_emoji permission checks
...
PHPBB3-16524
2020-07-21 11:00:41 +02:00
rxu
b1c6b3bc94
[ticket/16524] Minor code adjustments
...
PHPBB3-16524
2020-07-21 11:00:17 +02:00
rxu
0ba0a9cbd3
[ticket/16524] Adjust u_emoji permission language entry
...
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
ab3d8ade72
[ticket/16524] Add test
...
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
acd824d432
[ticket/16524] Filter out-of-bounds UTF8 characters for profile fields
...
PHPBB3-16524
2020-07-21 11:00:15 +02:00
rxu
d0197a94fb
[ticket/16539] Fix general SQL error for smilies mode on posting
...
PHPBB3-16539
2020-07-21 10:11:32 +02:00
hubaishan
f59246ea25
[ticket/16540] Fix wrong postbody margin RTL
...
Adding new rule in bidi.css to handle changes caused by [ticket/16319]
PHPBB3-16540
2020-07-21 10:08:36 +02:00
Marc Alexander
55c4fd644c
Merge pull request #6017 from 3D-I/ticket/16543
...
[ticket/16543] Update query-string in stylesheet.css to hashes
2020-07-21 10:05:22 +02:00
3D-I
ecbb37e0ba
[ticket/16550] Fix undefined variable url in PMs
...
PHPBB3-16550
2020-07-21 10:03:00 +02:00
3D-I
70c289fef0
[ticket/16550] Fix undefined variable url in PMs [3.2.x]
...
PHPBB3-16550
2020-07-21 10:01:31 +02:00
3D-I
80a6a58a84
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:05 +02:00
3D-I
87dfa9a061
[ticket/16543] Use hashes in query-strings
...
PHPBB3-16543
2020-07-20 10:20:04 +02:00
3D-I
39d700b87a
[ticket/16543] Rename script
...
PHPBB3-16543
2020-07-20 10:20:04 +02:00
3D-I
b2affdff5b
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
3ce8510f88
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
bc869f8ec3
[ticket/16543] Add script for automate it on builds
...
PHPBB3-16543
2020-07-20 10:20:03 +02:00
3D-I
39b3db9e27
[ticket/16543] Update query-string in stylesheet.css to 3.3.1
...
PHPBB3-16543
2020-07-20 10:20:02 +02:00
rxu
fabb5bc7e6
[ticket/16488] Fix not displaying min input element attribute when 0
...
PHPBB3-16488
2020-07-02 13:21:01 +07:00
Marc Alexander
b0b78ee144
[ticket/security-259] Adjust wording of setting in ACP
...
SECURITY-259
2020-06-25 22:28:03 +02:00
Marc Alexander
d0e2023a63
[ticket/security-259] Stop checking image size of images in img bbcode
...
SECURITY-259
2020-06-25 22:20:58 +02:00