aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-03-02 01:05:37 +0100
committerNils Adermann <naderman@naderman.de>2010-03-02 01:05:37 +0100
commit8a3c323933cbdadd302ed49b5769f90c3f622cdc (patch)
tree8a728061dc1636a1f3ac2a8cc549e2a8395e8e08 /phpBB/docs
parent54f94e0d428c5963ecca86a40247105e51288432 (diff)
parent438f31326a16cbdbc93c46042fa8a7e4e1be0f63 (diff)
downloadforums-8a3c323933cbdadd302ed49b5769f90c3f622cdc.tar
forums-8a3c323933cbdadd302ed49b5769f90c3f622cdc.tar.gz
forums-8a3c323933cbdadd302ed49b5769f90c3f622cdc.tar.bz2
forums-8a3c323933cbdadd302ed49b5769f90c3f622cdc.tar.xz
forums-8a3c323933cbdadd302ed49b5769f90c3f622cdc.zip
Merge commit 'release-3.0-RC7'
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html25
1 files changed, 18 insertions, 7 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index b8003d6daa..7d92aa6a5a 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -53,6 +53,7 @@
<ol>
<li><a href="#changelog">Changelog</a>
<ol style="list-style-type: lower-roman;">
+ <li><a href="#v30rc6">Changes since RC-6</a></li>
<li><a href="#v30rc5">Changes since RC-5</a></li>
<li><a href="#v30rc4">Changes since RC-4</a></li>
<li><a href="#v30rc3">Changes since RC-3</a></li>
@@ -77,7 +78,17 @@
<div class="content">
- <a name="v30rc5"></a><h3>1.i. Changes since 3.0.RC5</h3>
+ <a name="v30rc6"></a><h3>1.i. Changes since 3.0.RC6</h3>
+
+ <ul>
+ <li>[Fix] Submitting language changes using acp_language (Bug #14736)</li>
+ <li>[Fix] Fixed wrong bbcode handling for forum rules, forum descriptions and group descriptions</li>
+ <li>[Fix] Fixed faulty form tokens (Bug #14725, #14762 and #14755)</li>
+ <li>[Fix] Fixed bbcode uid generation in the phpBB2 converter (Bug #14722)</li>
+ <li>[Fix] Able to request new password (Bug #14743)</li>
+ </ul>
+
+ <a name="v30rc5"></a><h3>1.ii. Changes since 3.0.RC5</h3>
<ul>
<li>[Feature] Removing constant PHPBB_EMBEDDED in favor of using an exit_handler(); the constant was meant to achive this more or less.</li>
@@ -99,10 +110,10 @@
<li>[Feature] Added /includes/db/db_tools.php file, which includes tools for handling cross-db actions such as altering columns, etc.</li>
<li>[Change] Reset the start parameter when the timeframe is changed in the mcp topic page (Ticket #14438)</li>
<li>[Change] Added Code for cleaning the confirm table to the session garbage collection</li>
- <li>[Fix] Fixed token handling in jabber class for extremely spec-compilant XMPP server (Bug #14445)</li>
+ <li>[Fix] Fixed token handling in jabber class for extremely spec-compliant XMPP server (Bug #14445)</li>
<li>[Fix] Disallowed galleries from using special characters (Bug #14466)</li>
<li>[Change] Listing the board url within the email text instead of appending it to the subject (Bug #14378)</li>
- <li>[Fix] Always display the quote button as the most accessible one - edit is always before quote (Bug #14403)</li>
+ <li>[Fix] Always display the quote button as the most accessible one (this means edit is before quote in prosilver due to the way we lay out profiles)</li>
<li>[Fix] Use correct dimension (width x height) in ACP (Bug #14452)</li>
<li>[Fix] Only display PM history links if there are PM's to be displayed (Bug #14484)</li>
<li>[Feature] Added completely new hook system to allow better application/mod integration - see docs/hook_system.html</li>
@@ -140,7 +151,7 @@
<li>[Sec] New password hashing mechanism for storing passwords (#i42)</li>
</ul>
- <a name="v30rc4"></a><h3>1.ii. Changes since 3.0.RC4</h3>
+ <a name="v30rc4"></a><h3>1.iii. Changes since 3.0.RC4</h3>
<ul>
<li>[Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)</li>
@@ -191,7 +202,7 @@
<li>[Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)</li>
</ul>
- <a name="v30rc3"></a><h3>1.iii. Changes since 3.0.RC3</h3>
+ <a name="v30rc3"></a><h3>1.iv. Changes since 3.0.RC3</h3>
<ul>
<li>[Fix] Fixing some subsilver2 and prosilver style issues</li>
@@ -300,7 +311,7 @@
</ul>
- <a name="v30rc2"></a><h3>1.iv. Changes since 3.0.RC2</h3>
+ <a name="v30rc2"></a><h3>1.v. Changes since 3.0.RC2</h3>
<ul>
<li>[Fix] Re-allow searching within the memberlist</li>
@@ -346,7 +357,7 @@
</ul>
- <a name="v30rc1"></a><h3>1.v. Changes since 3.0.RC1</h3>
+ <a name="v30rc1"></a><h3>1.vi. Changes since 3.0.RC1</h3>
<ul>
<li>[Fix] (X)HTML issues within the templates (Bug #11255, #11255)</li>