aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-06-12 11:56:56 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-06-12 11:56:56 +0000
commit8959911992ccbadce7a67fe21ec411768e118191 (patch)
tree8709f7e6e30402d77a35401631e54271800de494 /phpBB/docs
parentb04d55f6e7d9f477e48cf3fccb5940cf0ae80181 (diff)
downloadforums-8959911992ccbadce7a67fe21ec411768e118191.tar
forums-8959911992ccbadce7a67fe21ec411768e118191.tar.gz
forums-8959911992ccbadce7a67fe21ec411768e118191.tar.bz2
forums-8959911992ccbadce7a67fe21ec411768e118191.tar.xz
forums-8959911992ccbadce7a67fe21ec411768e118191.zip
Fix bug #45765 - Correctly hide skiplink in prosilver right-to-left mode (thanks prototech).
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9572 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index b2678f64ae..c8bff5a177 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -99,6 +99,7 @@
<li>[Fix] Adjust viewonline filename regular expression to be less strict. (Bug #46215 - Patch by bantu)</li>
<li>[Fix] Correctly apply the can change vote permission again. Regression introduced in r9470. (Bug #45895)</li>
<li>[Fix] Also remove data from friend/foe table when deleting user. (Bug #45345 - Patch by nickvergessen)</li>
+ <li>[Fix] Correctly hide skiplink in prosilver right-to-left mode. (Bug #45765 - Patch by prototech and bantu)</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>
<li>[Change] Template engine now permits to a limited extent variable includes.</li>