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