1 頁 (共 1 頁)

[2006/12/23] phpBB 2.0.22 安全性修正版本釋出

文章發表於: 2006年 12月 26日, 15:56
阿維
phpBB 2.0.22 [ 完整安裝包 ]
phpBB 2.0.22 [ 只包含修改檔案 ]
phpBB 2.0.22 [ 只包含 Patch 檔案 ]
phpBB 2.0.22 [ 代碼差異指示 ]

更新重點:
[修正] Check for user's existence prior to showing email form
[修正] New members of moderator groups should always become moderators (Bug #382)
[修正] Proper message when replying to non-existant topics (Bug #459)
[修正] Changed column type of search_array to store more ids (Bug #4058)
[修正] Fixed annoyance with font-size selector (Bug #4612)
[修正] Fix optimize line in database updater (Bug #6186)
[安全修正] Check for the avatar upload directory reinforced
[安全修正] Changes to the criteria for "bad" redirection targets - kellanved
[安全修正] Fixed a non-persistent XSS issue in private messaging
[安全修正] Fixing possible negative start parameter - SpiderZ.
[安全修正] Added session checks to various forms - kellanved

新增語系:
代碼: 選擇全部
#
#-----[ OPEN ]---------------------------------------------
#
language/lang_chinese_traditional_taiwan/lang_main.php

#
#-----[ FIND ]---------------------------------------------
# Line 1019
$lang['Please_remove_install_contrib'] = '請確定 install/ 和 contrib/ 這兩個目錄都已經刪除';

#
#-----[ AFTER, ADD ]---------------------------------------------
#

$lang['Session_invalid'] = '無效的 Session. 請重新送出表單.';


風格變動:
代碼: 選擇全部
#
#-----[ OPEN ]---------------------------------------------
#
templates/subSilver/posting_body.tpl

#
#-----[ FIND ]---------------------------------------------
# Line 370
               </select>  {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">

#
#-----[ REPLACE WITH ]---------------------------------------------
#
               </select>  {L_FONT_SIZE}:<select name="addbbcode20" onChange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.selectedIndex=0;" onMouseOver="helpline('f')">
                 <option value="0" class="genmed">{L_FONT_SIZE}</option>


phpBB 2.0.22 安全性修正版本已經釋出,詳情請看 phpBB 官方的公告:
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=489624

文章發表於: 2006年 12月 26日, 16:11
hamlet
這應該是英文官方更新、等竹貓繁體中文更新過後再更新會比較好

文章發表於: 2006年 12月 27日, 06:38
阿維
這算是跟竹貓同步更新啦
因為新增的語系翻譯是竹貓團隊成員翻譯的,只是小竹子沒有時間正式公告釋出而已啦!:D