1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

fixed some small bugs... added the updater (this one needs some testing, i have moved some things around)

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3674 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-18 23:24:02 +00:00
parent 42ec97aab7
commit 374560da38
7 changed files with 964 additions and 9 deletions

View File

@@ -53,6 +53,50 @@ p,ul,td {font-size:10pt;}
<a name="204"></a><h3 class="h3">1.i. Changes since 2.0.4</h3>
<ul>
<li>Fixed user activation - user was able to activate himself after his account got deactivated</li>
<li>Fixed not correctly working phpbb_realpath function</li>
<li>Fixed wrong path to database schema files within the upgrade script</li>
<li>Fixed username validation - catch double quotes correctly</li>
<li>Changed email validation (apersands are allowed within emails now)</li>
<li>Fixed redirection for PM Sentbox Folder, Installation and sending Email to another user</li>
<li>Fixed poll deletion</li>
<li>Fixed Mozilla navigation bar</li>
<li>Changed/Fixed URL bbcode parsing</li>
<li>Fixed database timeouts while searching the forums</li>
<li>Fixed wrong email return path in admin mass mailing - <b>netclectic</b></li>
<li>Fixed MS-SQL failures within the update script</li>
<li>Fixed memberlist sort order</li>
<li>Fixed not showing leading spaces within Code BBCode</li>
<li>Fixed problem with adding double quotes to subject titles</li>
<li>Username input field is not shown within Profile Editing if user is not allowed to change his Username</li>
<li>Fixed pagination error with highlighting</li>
<li>Fixed errors if no smilies are installed</li>
<li>Fixed CSS issues with IE 5.2 on MacOS X - maybe other browsers were affected too</li>
<li>Fixed invalid session errors within the Moderator Control Panel</li>
<li>Fixed language variables within Authentication - error message were not correctly displayed</li>
<li>Removed doubled CSS class definitions within input fields</li>
<li>Fixed username change within the Administration Panel</li>
<li>Added missing &lt;tr&gt; tags to index_body.tpl</li>
<li>Added missing username language variable to statistics (Administration Panel)</li>
<li>Fixed moderator status update if a usergroup got deleted</li>
<li>Fixed poll handling - if a user wanted to edit his post polls got doubled</li>
<li>Fixed remove common words from search table if post get pruned - <b>Nuttzy99</b></li>
<li>Fixed behaviour on splitting topics if no checkbox is selected</li>
<li>Anonymous is no longer displayed within Username dropdown boxes</li>
<li>Fixed viewprofile redirection if an invalid mode was specified</li>
<li>Fixed fraction settings within determining common words (only one PHP Version is affected) - <b>Novan</b></li>
<li>Prevent admin to change usernames to his own username within the username administration</li>
<li>Activation email is sent to all admins instead of sending the email to the board email address</li>
<li>Fixed replacement of html entities</li>
<li>Fixed Announcement count, preventing the user to see/delete announcements if a complete page was filled with them</li>
<li>Added variable checks to database backup and restore screen - now users should be able to restore their backups with register_globals set to OFF</li>
<li>Prevented profile field 'Pop up window on new Private Message' from resetting if user returns from the Avatar Gallery</li>
<li>Fixed special character handling with word censor</li>
<li>Added SID to jumpbox - now the session id should be delivered correctly after jumping to a new forum</li>
<li>Fixed problems with usernames using html special chars</li>
<li>Added GMT + 13 to English lang_main, all translators are encouraged to do likewise - within the last release a language variable was missing</li>
<li>Deleted doubled 'U_MEMBERLIST' assignment from page_header.php</li>
<li>Fixed wrong display of Signature Checkbox while editing Private Message</li>
</ul>
<a name="203"></a><h3 class="h3">1.ii. Changes since 2.0.3</h3>