diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-04-11 14:21:45 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-04-11 14:21:45 +0000 |
commit | dbae1db24c9bc264945d841b76642c5d14a35a63 (patch) | |
tree | f02d5f54c53ea77dd55f168aa6a578885043bc47 /phpBB/docs | |
parent | 82454165c31d1e67146fa7c548866067b1138318 (diff) | |
download | forums-dbae1db24c9bc264945d841b76642c5d14a35a63.tar forums-dbae1db24c9bc264945d841b76642c5d14a35a63.tar.gz forums-dbae1db24c9bc264945d841b76642c5d14a35a63.tar.bz2 forums-dbae1db24c9bc264945d841b76642c5d14a35a63.tar.xz forums-dbae1db24c9bc264945d841b76642c5d14a35a63.zip |
merge some changes/fixes
henry: is your viewonline fix/change missing? ;)
git-svn-id: file:///svn/phpbb/trunk@8503 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 220a7ad5ed..c8caeba819 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="#v301">Changes since 3.0.1</a></li> <li><a href="#v300">Changes since 3.0.0</a></li> <li><a href="#v30rc8">Changes since RC-8</a></li> <li><a href="#v30rc7">Changes since RC-7</a></li> @@ -81,11 +82,17 @@ <div class="content"> - <a name="v300"></a><h3>1.i. Changes since 3.0.0</h3> + <a name="v301"></a><h3>1.i. Changes since 3.0.1</h3> <ul> - <li>[Change] Migrate phpBB to PHP versions >= 5.1</li> + <li>[Fix] Ability to set permissions on non-mysql dbms (Bug #24955)</li> + <li>[Fix] Fixed blank style on setups having no username defined within config.php (Bug #25065)</li> + </ul> + + <a name="v300"></a><h3>1.ii. Changes since 3.0.0</h3> + <ul> + <li>[Change] Migrate phpBB to PHP versions >= 5.1</li> <li>[Change] Validate birthdays (Bug #15004)</li> <li>[Fix] Allow correct avatar caching for CGI installations. (thanks wildbill)</li> <li>[Fix] Fix disabling of word censor, now possible again</li> @@ -148,9 +155,13 @@ <li>[Sec] Check for non-empty config.php within style.php (Report #s24575) - reported by bantu</li> </ul> +<<<<<<< .working </ul> <a name="v30rc8"></a><h3>1.i. Changes since 3.0.RC8</h3> +======= + <a name="v30rc8"></a><h3>1.iii. Changes since 3.0.RC8</h3> +>>>>>>> .merge-right.r8502 <ul> <li>[Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)</li> @@ -159,7 +170,7 @@ <li>[Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)</li> </ul> - <a name="v30rc7"></a><h3>1.ii. Changes since 3.0.RC7</h3> + <a name="v30rc7"></a><h3>1.iv. Changes since 3.0.RC7</h3> <ul> <li>[Fix] Fixed MSSQL related bug in the update system</li> @@ -194,7 +205,7 @@ <li>[Fix] No duplication of active topics (Bug #15474)</li> </ul> - <a name="v30rc6"></a><h3>1.iii. Changes since 3.0.RC6</h3> + <a name="v30rc6"></a><h3>1.v. Changes since 3.0.RC6</h3> <ul> <li>[Fix] Submitting language changes using acp_language (Bug #14736)</li> @@ -204,7 +215,7 @@ <li>[Fix] Able to request new password (Bug #14743)</li> </ul> - <a name="v30rc5"></a><h3>1.iv. Changes since 3.0.RC5</h3> + <a name="v30rc5"></a><h3>1.vi. 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> @@ -267,7 +278,7 @@ <li>[Sec] New password hashing mechanism for storing passwords (#i42)</li> </ul> - <a name="v30rc4"></a><h3>1.v. Changes since 3.0.RC4</h3> + <a name="v30rc4"></a><h3>1.vii. Changes since 3.0.RC4</h3> <ul> <li>[Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)</li> @@ -318,7 +329,7 @@ <li>[Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)</li> </ul> - <a name="v30rc3"></a><h3>1.vi. Changes since 3.0.RC3</h3> + <a name="v30rc3"></a><h3>1.viii. Changes since 3.0.RC3</h3> <ul> <li>[Fix] Fixing some subsilver2 and prosilver style issues</li> @@ -427,7 +438,7 @@ </ul> - <a name="v30rc2"></a><h3>1.vii. Changes since 3.0.RC2</h3> + <a name="v30rc2"></a><h3>1.ix. Changes since 3.0.RC2</h3> <ul> <li>[Fix] Re-allow searching within the memberlist</li> @@ -473,7 +484,7 @@ </ul> - <a name="v30rc1"></a><h3>1.viii. Changes since 3.0.RC1</h3> + <a name="v30rc1"></a><h3>1.x. Changes since 3.0.RC1</h3> <ul> <li>[Fix] (X)HTML issues within the templates (Bug #11255, #11255)</li> |