mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
ok, bugfixing phase #1 finished. There will be more bugfixes coming and those knowing CVS/php/mysql are encouraged to implement the fixes. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5204 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -62,7 +62,32 @@ p,ul,td {font-size:10pt;}
|
||||
|
||||
<p>This is a non-exhaustive (but still near complete) changelog for phpBB 2.0.x including beta and release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p>
|
||||
|
||||
<a name="2016"></a><h3 class="h3">l.i. Changes since 2.0.16</h3>
|
||||
<a name="2017"></a><h3 class="h3">l.i. Changes since 2.0.17</h3>
|
||||
|
||||
<ul>
|
||||
<li>[Fix] incorrect handling of password resets if admin activation is enabled (Bug #88)</li>
|
||||
<li>[Fix] retrieving category rows in index.php (Bug #90)</li>
|
||||
<li>[Fix] wrong topic redirection after login redirect (Bug #94)</li>
|
||||
<li>[Fix] improved handling of username lists in admin_ug_auth.php (Bug #98)</li>
|
||||
<li>[Fix] incorrect removal of bbcode_uid values if bbcode has been turned off (Bug #100)</li>
|
||||
<li>[Fix] incorrect alt tag on generated search images in viewtopic.php and usercp_viewprofile.php (Bug #102)</li>
|
||||
<li>[Fix] consistent forum ordering in all dropdown boxes (Bug #106)</li>
|
||||
<li>[Fix] correctly get compression status in page_tail.php and page_footer_admin.php (Bug #117)</li>
|
||||
<li>[Fix] handling of both forms of translation information used in language packs (Bug #159)</li>
|
||||
<li>[Fix] key length for activation keys fixed in usercp_sendpassword.php (Bug #171)</li>
|
||||
<li>[Fix] use GENERAL_MESSAGE constant in message_die instead of MESSAGE (Bug #176)</li>
|
||||
<li>[Fix] incorrect handling of move stubs (Bug #179)</li>
|
||||
<li>[Fix] wrong mode_type in memberlist (Bug #187)</li>
|
||||
<li>[Fix] removed unused variable from topic_notify email template (Bug #210)</li>
|
||||
<li>[Fix] invalid HTML in overall_header.tpl when user is logged in (Bug #211)</li>
|
||||
<li>[Fix] removed unset variable from smilies popup window title (Bug #224)</li>
|
||||
<li>[Fix] removed duplicate template assignment from admin_board.php (Bug #226)</li>
|
||||
<li>[Fix] incorrect search link for guest posts in modcp.php (Bug #254)</li>
|
||||
<li>[Fix] correctly check returned value from strpos in append_sid function (Bug #275)</li>
|
||||
<li>[Fix] correctly display username in private message notification (Bug #278)</li>
|
||||
<li>[Fix] fixed "var-by-ref" errors (Bug #322)</li>
|
||||
|
||||
<a name="2016"></a><h3 class="h3">l.ii. Changes since 2.0.16</h3>
|
||||
|
||||
<ul>
|
||||
<li>Added extra checks to the deletion code in privmsg.php - reported by party_fan</li>
|
||||
@@ -78,7 +103,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Correctly set username on posts when deleting a user from the admin panel</li>
|
||||
</ul>
|
||||
|
||||
<a name="2015"></a><h3 class="h3">l.ii. Changes since 2.0.15</h3>
|
||||
<a name="2015"></a><h3 class="h3">l.iii. Changes since 2.0.15</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed critical issue with highlighting - <b>Discovered and fix provided by Ron van Daal</b></li>
|
||||
@@ -90,7 +115,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed bug in admin re-authentication redirect for servers not having index.php as one of their default files set</li>
|
||||
</ul>
|
||||
|
||||
<a name="2014"></a><h3 class="h3">l.iii. Changes since 2.0.14</h3>
|
||||
<a name="2014"></a><h3 class="h3">l.iv. Changes since 2.0.14</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed moderator status removal in groupcp.php</li>
|
||||
@@ -112,7 +137,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Empty url/img bbcodes no longer get parsed</li>
|
||||
</ul>
|
||||
|
||||
<a name="2013"></a><h3 class="h3">l.iv. Changes since 2.0.13</h3>
|
||||
<a name="2013"></a><h3 class="h3">l.v. Changes since 2.0.13</h3>
|
||||
|
||||
<ul>
|
||||
<li>Hardened author and keyword search a bit to not allow very server intensive searches</li>
|
||||
@@ -129,7 +154,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed case-sensitivity issues in postgres7.php - <b>R45</b></li>
|
||||
</ul>
|
||||
|
||||
<a name="2012"></a><h3 class="h3">l.v. Changes since 2.0.12</h3>
|
||||
<a name="2012"></a><h3 class="h3">l.vi. Changes since 2.0.12</h3>
|
||||
|
||||
<ul>
|
||||
<li>Ommitted preg_replace warning in viewtopic due to improper working of preg_quote in PHP - originally reported by matrix_killer, fix submitted by another party</li>
|
||||
@@ -137,7 +162,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Minimum requirements raised to PHP 4.0.3 or above due to fixing vulnerability issues breaking PHP3 compatibility.</li>
|
||||
</ul>
|
||||
|
||||
<a name="2011"></a><h3 class="h3">l.vi. Changes since 2.0.11</h3>
|
||||
<a name="2011"></a><h3 class="h3">l.vii. Changes since 2.0.11</h3>
|
||||
|
||||
<ul>
|
||||
<li>Added confirm table to admin_db_utilities.php</li>
|
||||
@@ -152,7 +177,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed path disclosure bug in viewtopic.php caused by a PHP 4.3.10 bug - <b>matrix_killer</b></li>
|
||||
</ul>
|
||||
|
||||
<a name="2010"></a><h3 class="h3">l.vii. Changes since 2.0.10</h3>
|
||||
<a name="2010"></a><h3 class="h3">l.viii. Changes since 2.0.10</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed vulnerability in highlighting code (<b>very high severity, please update your installation as soon as possible</b>)</li>
|
||||
@@ -163,7 +188,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Added visual confirmation mod to code base</li>
|
||||
</ul>
|
||||
|
||||
<a name="209"></a><h3 class="h3">l.viii. Changes since 2.0.9</h3>
|
||||
<a name="209"></a><h3 class="h3">l.ix. Changes since 2.0.9</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed deleting of styles in admin_styles.php</li>
|
||||
@@ -176,7 +201,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed visual confirmation code. The image was not created due to a wrong regular expression.</li>
|
||||
</ul>
|
||||
|
||||
<a name="208"></a><h3 class="h3">l.ix. Changes since 2.0.8</h3>
|
||||
<a name="208"></a><h3 class="h3">l.x. Changes since 2.0.8</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed one vulnerability in admin_board.php - <b>Xore</b></li>
|
||||
@@ -195,7 +220,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed problem with SID not delivered to next page in groupcp.php</li>
|
||||
</ul>
|
||||
|
||||
<a name="207"></a><h3 class="h3">l.x. Changes since 2.0.7</h3>
|
||||
<a name="207"></a><h3 class="h3">l.xi. Changes since 2.0.7</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed several vulnerabilities in admin pages</li>
|
||||
@@ -207,7 +232,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed sql injection vulnerability in privmsg - 2.0.8a</li>
|
||||
</ul>
|
||||
|
||||
<a name="206"></a><h3 class="h3">1.xi. Changes since 2.0.6</h3>
|
||||
<a name="206"></a><h3 class="h3">1.xii. Changes since 2.0.6</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed several vulnerabilities in modcp - <b>Robert Lavierck</b></li>
|
||||
@@ -221,7 +246,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed potential vulnerability in avatar gallery</li>
|
||||
</ul>
|
||||
|
||||
<a name="205"></a><h3 class="h3">1.xii. Changes since 2.0.5</h3>
|
||||
<a name="205"></a><h3 class="h3">1.xiii. Changes since 2.0.5</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed various email issues</li>
|
||||
@@ -237,7 +262,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed sql injection with reset date format field in profile - <b>tendor</b></li>
|
||||
</ul>
|
||||
|
||||
<a name="204"></a><h3 class="h3">1.xiii. Changes since 2.0.4</h3>
|
||||
<a name="204"></a><h3 class="h3">1.xiv. Changes since 2.0.4</h3>
|
||||
|
||||
<ul>
|
||||
<li>Removed user facing session_id checks</li>
|
||||
@@ -309,7 +334,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Default English support for visual confirmation - translators are encouraged to support this</li>
|
||||
</ul>
|
||||
|
||||
<a name="203"></a><h3 class="h3">1.xiv. Changes since 2.0.3</h3>
|
||||
<a name="203"></a><h3 class="h3">1.xv. Changes since 2.0.3</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed cross-browser scripting issue with highlight param</li>
|
||||
@@ -436,7 +461,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed potential SQL vulnerability with marking of private messages - <b>Ulf Harnhammar</b></li>
|
||||
</ul>
|
||||
|
||||
<a name="202"></a><h3 class="h3">1.xv. Changes since 2.0.2</h3>
|
||||
<a name="202"></a><h3 class="h3">1.xvi. Changes since 2.0.2</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed potential cross-site scripting vulnerability with avatars - <b>Showscout</b></li>
|
||||
@@ -445,7 +470,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed (hopefully) issue with MS Access and multiple pages</li>
|
||||
</ul>
|
||||
|
||||
<a name="201"></a><h3 class="h3">1.xvi. Changes since 2.0.1</h3>
|
||||
<a name="201"></a><h3 class="h3">1.xvii. Changes since 2.0.1</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed missing "username" lang variable in user admin template</li>
|
||||
@@ -480,7 +505,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fix emailer to allow sending emails with language-specific character sets</li>
|
||||
</ul>
|
||||
|
||||
<a name="200"></a><h3 class="h3">1.xvii. Changes since 2.0.0</h3>
|
||||
<a name="200"></a><h3 class="h3">1.xviii. Changes since 2.0.0</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed delete image bug for normal users</li>
|
||||
@@ -537,7 +562,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Added database closure to admin frameset page</li>
|
||||
</ul>
|
||||
|
||||
<a name="final"></a><h3 class="h3">1.xviii. Changes since RC-4</h3>
|
||||
<a name="final"></a><h3 class="h3">1.xix. Changes since RC-4</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed improper report of general error when posting messages containing errors</li>
|
||||
@@ -567,7 +592,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fixed various remaining usergroup display issues</li>
|
||||
</ul>
|
||||
|
||||
<a name="rc4"></a><h3 class="h3">1.xix. Changes since RC-3</h3>
|
||||
<a name="rc4"></a><h3 class="h3">1.xx. Changes since RC-3</h3>
|
||||
|
||||
<ul>
|
||||
<li>Addressed serious security issue with included files</li>
|
||||
@@ -598,7 +623,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Fix (hopefully) remaining ICQ overlay issue with view profile in subSilver</li>
|
||||
</ul>
|
||||
|
||||
<a name="rc3"></a><h3 class="h3">1.xx. Changes since RC-2</h3>
|
||||
<a name="rc3"></a><h3 class="h3">1.xxi. Changes since RC-2</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed infamous install parse error</li>
|
||||
@@ -631,7 +656,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Hidden usergroups are now completely hidden from view</li>
|
||||
</ul>
|
||||
|
||||
<a name="rc2"></a><h3 class="h3">1.xxi. Changes since RC-1</h3>
|
||||
<a name="rc2"></a><h3 class="h3">1.xxii. Changes since RC-1</h3>
|
||||
|
||||
<ul>
|
||||
<li>Fixed numerous PostgreSQL related issues</li>
|
||||
@@ -651,7 +676,7 @@ p,ul,td {font-size:10pt;}
|
||||
<li>Various other fixes and updates</li>
|
||||
</ul>
|
||||
|
||||
<a name="rc1"></a><h3 class="h3">1.xxii. Changes since RC-1 (pre)</h3>
|
||||
<a name="rc1"></a><h3 class="h3">1.xxiii. Changes since RC-1 (pre)</h3>
|
||||
|
||||
<ul>
|
||||
<li>Upgrade script completed for initial fully functional release</li>
|
||||
|
Reference in New Issue
Block a user