aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-26 13:09:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-26 13:09:56 +0000
commit2bf9ea373b22dd8e2481085a98548599c134f570 (patch)
treec067d125c72cc78b9a5f26f545ee4e6713227c9c /phpBB/docs
parentc0f6538cf6d9f6f0aca04cd97b9ed94457f72ad4 (diff)
downloadforums-2bf9ea373b22dd8e2481085a98548599c134f570.tar
forums-2bf9ea373b22dd8e2481085a98548599c134f570.tar.gz
forums-2bf9ea373b22dd8e2481085a98548599c134f570.tar.bz2
forums-2bf9ea373b22dd8e2481085a98548599c134f570.tar.xz
forums-2bf9ea373b22dd8e2481085a98548599c134f570.zip
Fix problems with styles using an underscore within the filename. (Bug #34315)
- Also display inheriting template on style installation (previously, it was only displayed on template installs) - Fixes undefined variable in error message if inheriting style does not work - Fixes export of styles/templates and correctly set inherit_from variable git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8943 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 7c560be284..17a6367de8 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -124,6 +124,7 @@
<li>[Fix] Stop users from deleting posts after the edit time has passed or they have been locked. (Bug #19115)</li>
<li>[Fix] Split posts target forum requires 'f_post' now instead of 'm_split'. (Bug #31015)</li>
<li>[Fix] Duplicate log messages for deleting a topic ('LOG_TOPIC_DELETED' has been deprecated in favour of 'LOG_DELETE_TOPIC').</li>
+ <li>[Fix] Fix problems with styles using an underscore within the filename. (Bug #34315)</li>
<li>[Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.</li>
<li>[Change] Display warning in ACP if config.php file is left writable.</li>