mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 16:15:22 +02:00
Added some more
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3127 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a5eb46fc59
commit
669ffaa6bc
@ -56,10 +56,15 @@ 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>
|
||||
@ -71,6 +76,7 @@ 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>
|
||||
@ -94,6 +100,11 @@ 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user