aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2007-08-19 21:29:31 +0000
committerNils Adermann <naderman@naderman.de>2007-08-19 21:29:31 +0000
commit23e3766497d2c17213a5ff4ab52bcd1722f1cebb (patch)
tree9bde7e04dbc6c2824f173a2b631ff67dc79dac9e /phpBB/docs
parentc06b3ce84ac21d45a59df601ac25169beefed81f (diff)
downloadforums-23e3766497d2c17213a5ff4ab52bcd1722f1cebb.tar
forums-23e3766497d2c17213a5ff4ab52bcd1722f1cebb.tar.gz
forums-23e3766497d2c17213a5ff4ab52bcd1722f1cebb.tar.bz2
forums-23e3766497d2c17213a5ff4ab52bcd1722f1cebb.tar.xz
forums-23e3766497d2c17213a5ff4ab52bcd1722f1cebb.zip
- Prevent {URL} token in custom BBCodes from make_clickable messing [Bug #14151]
- Added alternative tokens to custom BBCodes which are safe for CSS/Javascript and changed TEXT token to entitise opening and closing parantheses. git-svn-id: file:///svn/phpbb/trunk@8056 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index d8db37ddfe..b751103601 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -230,6 +230,8 @@ p a {
<li>[Fix] Display searchable subforums of invisible parents in advanced search forum selection (Bug #11395)</li>
<li>[Fix] Allow line breaks in custom BBCodes (Bug #10758)</li>
<li>[Fix] Ordered BBcode parsing functions in the same way everywhere where they are used</li>
+ <li>[Fix] Prevent {URL} token in custom BBCodes from make_clickable messing (Bug #14151)</li>
+ <li>[Sec] Added alternative tokens to custom BBCodes which are safe for CSS/Javascript and changed TEXT token to entitise opening and closing parantheses.</li>
</ul>
</div>