最新的消息、最深入的探討、最有價值的話題、最資深的多啦迷、最多原創作品、最具氣氛的討論區就是這裡! 歡迎來到多啦A夢綜合討論天地!
多啦A夢小知識: 《多啦A夢》單行本 第40卷

多啦A夢綜合討論天地系統升級

所有的更新都會在這裡發放!

多啦A夢綜合討論天地系統升級

未閱讀文章 #1樓, 由 野味大雄 » 2009-11-22, 週日 1:23 PM , 繁簡轉換:  

文章連結:
這次是phpbb的大升級, 版本為3.0.6 .
除了涉及安全性的更新、功能上的改善及效率上的提升, 還有多樣功能上的改進及加入
PHPBB一直都是重視細節上的更新, 讓使用者能有方便方速安全的討論環境
自從PHPBB3發佈後, 大家會發現在你回復時如果另有人在相同主題作出回應, 系統會有 大家會發現在你回復時如果另有人在相同主題作出回應, 系統會有相應的提示
而在這個版本, 這個功能有進一步的提升, 如果你在編輯已發表的文章時, 曾經有人對其編輯, 系統也會提醒你

另外, PHPBB的模組也一向比較實用, SPAM BOT的問題在討論區一直也是一個大問題, 而自從我們討論區在註冊時加入BOT判斷功能之後, 效果良好, 每天也會擋下5-6個SPAM的註冊, 而我們討論區的SPAM主題在近一個月也是 零
在這個新版本中, PHPBB也對SPAM的問題加以改善, 希望這個問題在我們討論區不會再出現

另外, 在搜尋功能, 這次也加入了新的選項, 大家可以搜尋所有自己未閱讀的文章

至於警告功能, 這次PHPBB作出了相應改善, 版主現在可以刪除發出的警告, 而不需等待系統刪除

還有就是私訊檢舉功能

還有排序功能等的更新, 不在這裡多加介紹了


所有的更新資料:
代碼: 選擇全部
A non-comprehensive list of minor feature additions to phpBB 3.0.6


Add language selection to the registration terms page. (Patch by leviatan21)
New groups option to excempt group leaders from group permissions (allows leading groups having NEVER permissions).
New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
Add new option to disable avatars board-wide. (Patch by cYbercOsmOnauT and nickvergessen)
Add unapproved topic icon for moderators on forum list.
Ability to define minimum number of characters for posts/pms.
Detect if a post has been altered by someone else while editing.
Add unread posts quick search option.
Add option to disable avatar uploads from remote locations.
Ability to delete warnings and keep warnings permanently.
Ability to empty a user's outbox from the user ACP quick tools.
Ability to search ACP/MCP logs.
Parse email text files with the template engine.
Added new functionality to inactive users module:

Ability to set users per page.
Ability to sort by posts/number of reminders/last reminded date.
Show number of posts and ability to search posts.
Show number of reminders sent to user.
Show date of last reminder sent to user.
Display version check on ACP main page.
Ability to control the display of custom profile fields on viewtopic.
Fallback options for missing language files. (Patch by EXreaction)
Separate PM Reply and PM Reply to all in prosilver.
Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset (useful for bridges and applications using phpBB).
Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one submit button. Prosilver uses this for the posting page(s) and registration screen.
Ability to specify amount of time user is able to delete his last post in topic.

A non-comprehensive list of smaller changes implemented in phpBB 3.0.6


Change the data format of the default file ACM to be more secure from tampering and have better performance.
Template engine now permits variable includes to a limited extent.
Quote BBCode no longer requires the f_reply permission.
Banning/unbanning users now generates an entry in their user notes.
Smilies no longer require the f_bbcode permission.
Hide avatar when avatar-type is not allowed.
INCLUDEPHP paths are now relative to $phpbb_root_path.
"Post details" links with image in MCP.
PM history now only shows PMs of users you currently reply to.
Show quote button for own PMs in PM history.
Add pagination for icons and smilies in the ACP and smilies in the smiley popup.
Changed minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
Unapproved topics can no longer be replied to.
Allow three-digit hex notation in Color BBcode.
Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page.
Resize oversized topic icons.
Banned IPs are now sorted.
phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.
phpBB updater now solves common conflicts on its own. This further reduces the chance of conflicts.
Database updater now supports checking for existing/missing indexes.

A list of important bugfixes since phpBB 3.0.5


Show error in the ACP when template folder is not readable.
Correctly apply the can change vote permission again. Regression introduced in r9470.
Remove data from friend/foe table when deleting user.
Fix dynamic config update routine error if firebird is used
Fix saving custom profile fields in ACP if Oracle is used.
Make view_log() more resilient to corrupt serialized data.
Fix Oracle database backup and restore.
Update attachments table when deleting user and retaining his posts.
Correctly detect files in subfolders when viewing cached template files.
Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
Fix censoring of unicode words.
Do not remove recipients when loading private message draft.
Fix database updater and db tools to support multiple column changes/additions/removals with SQLite.
Posting smilies in view more smilies screen now works again in IE. (Patch by leviatan21)
Add ability to prune users who never logged in.
Fail gracefully if store folder is not writable during update.
Fix error with disapproval of topics having several queued posts only.
Preserve newlines in template files.
Be less strict with FTP daemons when getting directory filelists.
Fix set_custom_template for database-stored styles.
Do not send private message back to sender if sender is in the same group the private message was sent to.
Min/max characters per posts no longer affects poll options.
Do not try to create thumbnails for images we cannot open properly.
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Patch by ocean=Yohsuke)
Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges.
Fix general error in registration, caused by an undefined $config variable in validate_referer(). (Patch by wjvriend)
Correctly extract column default value when exporting PostgreSQL tables..
Allow updater to work correctly with PHP filename extensions other than ".php".
Update search index if only post subject changed.
Prevent style switcher from blocking the tab key.
Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the mail()-function.
Only embed cron.php if there is no cron lock present to reduce overhead. (Patch by TerryE)
Send activation email when activating user from user settings.
Correctly display underlined links placed in last line in viewtopic. (Patch by primehalo)
Only check whether forum image exists if forum image is specified.
Fixed database updater for changes to columns having default value in MSSQL (adding/dropping constraints).


以下是詳細更新內容: ( http://www.phpbb.com/community/viewtopi ... &t=1859035 )
如會員發現了任何錯誤, 請立即告知, 以便我們解決
感謝大家的支持!

  • 0
  • 0
感謝大家7年來對叮噹小城的支持~希望小城能為你帶來美好的回憶
大雄的筆記本又來了0.0 http://blog.doracity.com
頭像
野味大雄
叮噹小城守護神 [最高榮譽]
叮噹小城守護神 [最高榮譽]
 
文章: 9858
註冊時間: 2003-12-05, 週五 4:27 PM
性別: 男
來自: 香港寶地上
稱號: 10歲打倒石石的
花名: 可愛的大雄
最愛: XBOX, 聊天, 看多啦A夢
狀態: 玩樂中
聲望值: 362
多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人

Re: 多啦A夢綜合討論天地系統升級

未閱讀文章 #2樓, 由 野味大雄 » 2009-11-22, 週日 1:25 PM , 繁簡轉換:  

文章連結:
另外, 因為這次的大型更新, 有兩個風格因為未趕得及更新而要暫停開放使用
感謝各位的支持

  • 0
  • 0
感謝大家7年來對叮噹小城的支持~希望小城能為你帶來美好的回憶
大雄的筆記本又來了0.0 http://blog.doracity.com
頭像
野味大雄
叮噹小城守護神 [最高榮譽]
叮噹小城守護神 [最高榮譽]
 
文章: 9858
註冊時間: 2003-12-05, 週五 4:27 PM
性別: 男
來自: 香港寶地上
稱號: 10歲打倒石石的
花名: 可愛的大雄
最愛: XBOX, 聊天, 看多啦A夢
狀態: 玩樂中
聲望值: 362
多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人

Re: 多啦A夢綜合討論天地系統升級

未閱讀文章 #3樓, 由 ビビ » 2009-11-25, 週三 8:34 PM , 繁簡轉換:  

文章連結:
好久沒上來了,

不知論壇近來如何,

有沒有變了很多呢?

所以我還是得常上來才行阿,

我這傢伙真是潛水王阿,

野味大永遠是如此努力著呢~~

看來我得重新融入這裡....(?

請繼續努力,各位!

好了,廢話說完,繼續潛水!(炸

  • 0
  • 0
圖檔
頭像
ビビ
叮噹小城認證會員
叮噹小城認證會員
 
文章: 1371
註冊時間: 2004-08-24, 週二 7:21 PM
性別: 秘密
花名: 其實我就是迷你拉!迷你拉!迷你拉!XD
狀態: 潛水中
聲望值: 3
初生之贖

Re: 多啦A夢綜合討論天地系統升級

未閱讀文章 #4樓, 由 Tony Li » 2009-11-25, 週三 9:28 PM , 繁簡轉換:  

文章連結:
隱藏訊息: 你目前並沒有在容許觀看的群組名單上。

  • 0
  • 0
隱藏訊息: 你必須是會員, 及已經發表最少 50 篇文章才能看見。

多啦A夢音樂廳
頭像
Tony Li
叮噹小城神之使者[超級榮譽]
叮噹小城神之使者[超級榮譽]
 
文章: 4232
註冊時間: 2005-06-26, 週日 4:37 PM
性別: 男
來自: 香港
稱號: 路人
花名: (我怎曉得你們= =)
最愛: (尚在研究)
狀態: 潛水中
聲望值: 134
德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重

Re: 多啦A夢綜合討論天地系統升級

未閱讀文章 #5樓, 由 野味大雄 » 2009-11-26, 週四 7:29 AM , 繁簡轉換:  

文章連結:
隱藏訊息: 你目前並沒有在容許觀看的群組名單上。

  • 0
  • 0
感謝大家7年來對叮噹小城的支持~希望小城能為你帶來美好的回憶
大雄的筆記本又來了0.0 http://blog.doracity.com
頭像
野味大雄
叮噹小城守護神 [最高榮譽]
叮噹小城守護神 [最高榮譽]
 
文章: 9858
註冊時間: 2003-12-05, 週五 4:27 PM
性別: 男
來自: 香港寶地上
稱號: 10歲打倒石石的
花名: 可愛的大雄
最愛: XBOX, 聊天, 看多啦A夢
狀態: 玩樂中
聲望值: 362
多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人多啦神人

Re: 多啦A夢綜合討論天地系統升級

未閱讀文章 #6樓, 由 Tony Li » 2009-11-26, 週四 7:56 PM , 繁簡轉換:  

文章連結:

  • 0
  • 0
隱藏訊息: 你必須是會員, 及已經發表最少 50 篇文章才能看見。

多啦A夢音樂廳
頭像
Tony Li
叮噹小城神之使者[超級榮譽]
叮噹小城神之使者[超級榮譽]
 
文章: 4232
註冊時間: 2005-06-26, 週日 4:37 PM
性別: 男
來自: 香港
稱號: 路人
花名: (我怎曉得你們= =)
最愛: (尚在研究)
狀態: 潛水中
聲望值: 134
德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重德高望重


回到 ☆叮噹小城及討論區更新公告☆

誰在線上

註冊會員: Bing [Bot], Google [Bot]