mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Had already added Bart's fixes as they entered CVS :)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3129 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f601dada33
commit
3a76df78a5
1 changed files with 1 additions and 11 deletions
|
@ -56,15 +56,10 @@ h3 {font-size:12pt;color:blue}
|
|||
<li>Add session id validation to posting, profile, email, voting - <b>Edwin van Vliet</b> <- FINISH ME!</li>
|
||||
<li>Added {S_HIDDEN_FIELDS} template var to profile_send_email.tpl</li>
|
||||
<li>Added "intval" fix for flood check, may resolve some issues</li>
|
||||
<li>Fixed Forum Status dropdownbox in Forum admin (Locked/Unlocked)</li>
|
||||
<li>Added missing index to post_id for search_wordmatch</li>
|
||||
<li>Fixed spelling error in search add words preventing use of stopword list</li>
|
||||
<li>Fixed issue with search common words not being run</li>
|
||||
<li>Introduce viewtopic resync patch by Ashe</li>
|
||||
<li>Fixed deletion of privmsgs_text when a PM-box was full</li>
|
||||
<li>The checkboxes for approving users for groupmembership are checked by default</li>
|
||||
<li>Fixed updating of Banlist when a user is deleted</li>
|
||||
<li>Fixed uploading of an avatar for a user by an administrator</li>
|
||||
<li>Replace a for n in templating code</li>
|
||||
<li>Fixed ordering in memberslist</li>
|
||||
<li>Fixed group_id sequence issues with pgsql and msaccess <- FINISH ME!</li>
|
||||
|
@ -76,7 +71,6 @@ h3 {font-size:12pt;color:blue}
|
|||
<li>Added check for non-empty smiley code and url in smiley admin</li>
|
||||
<li>Prevent display of -- sig seperator in emails when no board sig exists</li>
|
||||
<li>Fixed URL propagated sid issues with jumpbox</li>
|
||||
<li>Fixed URL propageted sid issues with Mozilla Navigation Bar</li>
|
||||
<li>Fixed wrong mode name check (polldelete) in functions_post</li>
|
||||
<li>Added missing root path to l10n image path check</li>
|
||||
<li>Remove validation of fields when deleting a user</li>
|
||||
|
@ -100,11 +94,6 @@ h3 {font-size:12pt;color:blue}
|
|||
<li>Fixed session not setting userdata['user_id'] to ANON as appropriate</li>
|
||||
<li>Added check for non-empty name in disallow admin</li>
|
||||
<li>Fixed validation of SSL website addresses in profile</li>
|
||||
<li>Added $images array for message_die() to fix layout issues</li>
|
||||
<li>Fixed language string in Private Messages title</li>
|
||||
<li>Fixed smiley admin. It was possible to add a smiley without a code</li>
|
||||
<li>Fixed charset issues in install.php</li>
|
||||
<li>Fixed MSNM URL in Private Message display</li>
|
||||
<li>Fixed inability of admins to upload avatars via user admin panel</li>
|
||||
<li>Fixed non-deletion of private message text upon full box overwrite</li>
|
||||
<li>Fixed incorrect error message in smiley admin</li>
|
||||
|
@ -121,6 +110,7 @@ h3 {font-size:12pt;color:blue}
|
|||
<li>Add mail send result to error output</li>
|
||||
<li>Fixed non-appending of sid to Mozilla nav bar menu items</li>
|
||||
<li>Fixed incorrect profile linking from MSNM url in private messaging</li>
|
||||
<li>Grammatical errors in English lang_main fixed - <b>Cluster</b></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
<li></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue