mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
2.0.5
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3333 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a4e96d7c61
commit
7fb83712f9
1 changed files with 17 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html">
|
<meta http-equiv="Content-Type" content="text/html">
|
||||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||||
<title>phpBB 2.0.4 :: Changelog</title>
|
<title>phpBB 2.0.5 :: Changelog</title>
|
||||||
<link rel="stylesheet" href="../templates/subSilver/subSilver.css" type="text/css" />
|
<link rel="stylesheet" href="../templates/subSilver/subSilver.css" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
|
@ -24,7 +24,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="phpBB 2 : Creating Communities" vspace="1" /></a></td>
|
<td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="phpBB 2 : Creating Communities" vspace="1" /></a></td>
|
||||||
<td align="center" width="100%" valign="middle"><span class="maintitle">phpBB 2.0.4 CHANGELOG</span></td>
|
<td align="center" width="100%" valign="middle"><span class="maintitle">phpBB 2.0.5 CHANGELOG</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<ol>
|
<ol>
|
||||||
<li><a href="#changelog">Changelog</a></li>
|
<li><a href="#changelog">Changelog</a></li>
|
||||||
<ol type="i">
|
<ol type="i">
|
||||||
|
<li><a href="#204">Changes since 2.0.4</a></li>
|
||||||
<li><a href="#203">Changes since 2.0.3</a></li>
|
<li><a href="#203">Changes since 2.0.3</a></li>
|
||||||
<li><a href="#202">Changes since 2.0.2</a></li>
|
<li><a href="#202">Changes since 2.0.2</a></li>
|
||||||
<li><a href="#201">Changes since 2.0.1</a></li>
|
<li><a href="#201">Changes since 2.0.1</a></li>
|
||||||
|
@ -49,7 +50,12 @@ 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>
|
<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="203"></a><h3 class="h3">1.i. Changes since 2.0.3</h3>
|
<a name="204"></a><h3 class="h3">1.i. Changes since 2.0.4</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<a name="203"></a><h3 class="h3">1.ii. Changes since 2.0.3</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed cross-browser scripting issue with highlight param</li>
|
<li>Fixed cross-browser scripting issue with highlight param</li>
|
||||||
|
@ -176,7 +182,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Fixed potential SQL vulnerability with marking of private messages - <b>Ulf Harnhammar</b></li>
|
<li>Fixed potential SQL vulnerability with marking of private messages - <b>Ulf Harnhammar</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="202"></a><h3 class="h3">1.ii. Changes since 2.0.2</h3>
|
<a name="202"></a><h3 class="h3">1.iii. Changes since 2.0.2</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed potential cross-site scripting vulnerability with avatars - <b>Showscout</b></li>
|
<li>Fixed potential cross-site scripting vulnerability with avatars - <b>Showscout</b></li>
|
||||||
|
@ -185,7 +191,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Fixed (hopefully) issue with MS Access and multiple pages</li>
|
<li>Fixed (hopefully) issue with MS Access and multiple pages</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="201"></a><h3 class="h3">1.iii. Changes since 2.0.1</h3>
|
<a name="201"></a><h3 class="h3">1.iv. Changes since 2.0.1</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed missing "username" lang variable in user admin template</li>
|
<li>Fixed missing "username" lang variable in user admin template</li>
|
||||||
|
@ -220,7 +226,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Fix emailer to allow sending emails with language-specific character sets</li>
|
<li>Fix emailer to allow sending emails with language-specific character sets</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="200"></a><h3 class="h3">1.iv. Changes since 2.0.0</h3>
|
<a name="200"></a><h3 class="h3">1.v. Changes since 2.0.0</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed delete image bug for normal users</li>
|
<li>Fixed delete image bug for normal users</li>
|
||||||
|
@ -277,7 +283,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Added database closure to admin frameset page</li>
|
<li>Added database closure to admin frameset page</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="final"></a><h3 class="h3">1.v. Changes since RC-4</h3>
|
<a name="final"></a><h3 class="h3">1.vi. Changes since RC-4</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed improper report of general error when posting messages containing errors</li>
|
<li>Fixed improper report of general error when posting messages containing errors</li>
|
||||||
|
@ -307,7 +313,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Fixed various remaining usergroup display issues</li>
|
<li>Fixed various remaining usergroup display issues</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="rc4"></a><h3 class="h3">1.vi. Changes since RC-3</h3>
|
<a name="rc4"></a><h3 class="h3">1.vii. Changes since RC-3</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Addressed serious security issue with included files</li>
|
<li>Addressed serious security issue with included files</li>
|
||||||
|
@ -338,7 +344,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Fix (hopefully) remaining ICQ overlay issue with view profile in subSilver</li>
|
<li>Fix (hopefully) remaining ICQ overlay issue with view profile in subSilver</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="rc3"></a><h3 class="h3">1.vii. Changes since RC-2</h3>
|
<a name="rc3"></a><h3 class="h3">1.viii. Changes since RC-2</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed infamous install parse error</li>
|
<li>Fixed infamous install parse error</li>
|
||||||
|
@ -371,7 +377,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Hidden usergroups are now completely hidden from view</li>
|
<li>Hidden usergroups are now completely hidden from view</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="rc2"></a><h3 class="h3">1.viii. Changes since RC-1</h3>
|
<a name="rc2"></a><h3 class="h3">1.ix. Changes since RC-1</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed numerous PostgreSQL related issues</li>
|
<li>Fixed numerous PostgreSQL related issues</li>
|
||||||
|
@ -391,7 +397,7 @@ p,ul,td {font-size:10pt;}
|
||||||
<li>Various other fixes and updates</li>
|
<li>Various other fixes and updates</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a name="rc1"></a><h3 class="h3">1.ix. Changes since RC-1 (pre)</h3>
|
<a name="rc1"></a><h3 class="h3">1.x. Changes since RC-1 (pre)</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Upgrade script completed for initial fully functional release</li>
|
<li>Upgrade script completed for initial fully functional release</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue