diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7291ef235f..ffcc0b3fa5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -56,10 +56,15 @@ h3 {font-size:12pt;color:blue}
  • Add session id validation to posting, profile, email, voting - Edwin van Vliet <- FINISH ME!
  • Added {S_HIDDEN_FIELDS} template var to profile_send_email.tpl
  • Added "intval" fix for flood check, may resolve some issues
  • +
  • Fixed Forum Status dropdownbox in Forum admin (Locked/Unlocked)
  • Added missing index to post_id for search_wordmatch
  • Fixed spelling error in search add words preventing use of stopword list
  • Fixed issue with search common words not being run
  • Introduce viewtopic resync patch by Ashe
  • +
  • Fixed deletion of privmsgs_text when a PM-box was full
  • +
  • The checkboxes for approving users for groupmembership are checked by default
  • +
  • Fixed updating of Banlist when a user is deleted
  • +
  • Fixed uploading of an avatar for a user by an administrator
  • Replace a for n in templating code
  • Fixed ordering in memberslist
  • Fixed group_id sequence issues with pgsql and msaccess <- FINISH ME!
  • @@ -71,6 +76,7 @@ h3 {font-size:12pt;color:blue}
  • Added check for non-empty smiley code and url in smiley admin
  • Prevent display of -- sig seperator in emails when no board sig exists
  • Fixed URL propagated sid issues with jumpbox
  • +
  • Fixed URL propageted sid issues with Mozilla Navigation Bar
  • Fixed wrong mode name check (polldelete) in functions_post
  • Added missing root path to l10n image path check
  • Remove validation of fields when deleting a user
  • @@ -94,6 +100,11 @@ h3 {font-size:12pt;color:blue}
  • Fixed session not setting userdata['user_id'] to ANON as appropriate
  • Added check for non-empty name in disallow admin
  • Fixed validation of SSL website addresses in profile
  • +
  • Added $images array for message_die() to fix layout issues
  • +
  • Fixed language string in Private Messages title
  • +
  • Fixed smiley admin. It was possible to add a smiley without a code
  • +
  • Fixed charset issues in install.php
  • +
  • Fixed MSNM URL in Private Message display
  • Fixed inability of admins to upload avatars via user admin panel
  • Fixed non-deletion of private message text upon full box overwrite
  • Fixed incorrect error message in smiley admin