aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-08-23 17:20:55 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-08-23 17:20:55 +0000
commitd7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1 (patch)
tree668d08c9850973ec92419bf8f2cb23d719a4dce5 /phpBB/docs
parent6c763cd8b65c1b63d57fb0f176d2c98a44076df1 (diff)
downloadforums-d7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1.tar
forums-d7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1.tar.gz
forums-d7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1.tar.bz2
forums-d7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1.tar.xz
forums-d7fa3f83ceb0f05a6295ea4d21ef9a81bfb378f1.zip
The same way we allow defining a custom template/style path we now allow this for languages too.
This will allow applications to define their own language folder for certain parts for example. Callable by $user->set_custom_lang_path({new_path}) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8782 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 6ad59a5655..bb15af8d56 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -97,12 +97,13 @@
<li>[Fix] Added VST - Venezuela Standard Time (Bug #30545).</li>
<li>[Fix] Close DB connections in file.php.</li>
<li>[Change] Set headers to allow browsers to better cache attachments (Mylek pointed this out)</li>
- <li>[Change] Hide parameters if they equal the default (Bug #31185)</li>
+ <li>[Change] Hide parameters if they equal the default in viewforum/viewtopic (Bug #31185)</li>
<li>[Change] Various improvements to group listings (Bugs #32155, #32145, #32085, #26675, #26265)</li>
<li>[Fix] Correctly return results for nested cached queries (Bug #31445 - Patch by faw).</li>
+ <li>[Feature] Allow setting custom language path through $user-&gt;set_custom_lang_path(). $user-&gt;lang_path now also do not include the user language, but only the path.</li>
-</ul>
+ </ul>
<a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3>