台灣深藍vBulletin技術論壇  

返回   台灣深藍vBulletin技術論壇 > 深藍論壇行政區 > vBulletin 新聞發布區

vBulletin 新聞發布區 這裡會張貼vBulletin相關新聞 歡迎討論

回覆
 
主題工具
舊 2007-05-12, 06:06 PM   #1
論壇站長
 
註冊日期: 2004-10-06
住址: http://www.twvbb.com
文章: 1,585
預設 【新聞】vBulletin 3.6.6 釋出

總站英文公告: http://www.vbulletin.com/forum/showthread.php?t=229448

正體中文由 台灣深藍vBulletin技術論壇 www.twvbb.com 翻譯

原文刊載於 http://www.twvbb.com/vbb/thread/10/4247/

===========================================================

vBulletin 3.6.6

距離我們上個錯誤修正版 (3.6.4) 已經有將近六個月的時間,因此 3.6.6 代表著大量的錯誤修正和系統調整。

vBulletin 3.6.6 為即將到來的 vBulletin Blog 和 專案管理工具(Project Tools products) 之最低要求版本,其中也包含了許多新的勾子(hooks) 位置 (包含最常被要求的 fetch_musername 勾子) 和程式碼調整以符合那些新系統。因此,某些現有的 vBulletin 功能已被更新,例如: 管理控制面板(Admin CP)的日期輸入欄位,他已經被專案管理工具(Project Tools products) 中的日期選擇器所取代。


用新的日期選擇器在管理控制面板(Admin CP中)設定公告日期

為了讓外掛作者更方便,在除錯模式(debug mode)下顯示於網頁下方的資訊現在也大幅改進了,不但包含了引用模板資訊,也包含了所有引用的 PHP 檔案和未使用與被使用的勾子(hook)資訊


vBulletin 3.6.6 的新版除錯訊息

vBulletin 3.6.6 完整錯誤修正清單

全新 Javascript 架構
由於使用 AJAX 和其他的客戶端系統不斷與時俱進,3.6.6 版初次引入了許多新的 Javascript 模式。其中,這些模式協助我們盡可能從模板中移除 Javascript。

為了能順利轉移和提供更穩定的架構,我們決定在 DOM 與 XML-HTTP 功能上採用 Yahoo! User Interface javascript 函數庫 (YUI),在未來的版本中,你會看到我們逐步從舊的自有 Javascript 轉移到這個優異的函數庫。

包含在 vBulletin 中的預設函數庫是,DOM/Event (yahoo-dom-event.js) 和XML-HTTP 連線表頭 (connection.js)
從之前的版本升級
3.6.6 是一個維護修正版(譯註:相對於 錯誤修正版),我們建議所有的客戶升級到此版以感受六個月的錯誤修正與穩定度改善。管理控制面板(Admin Control Panel)中的輸入驗證錯誤已經被修正,因此不會再看到無預警的錯誤訊息。

由於大量的修正與更新,除了完整升級外,我們無法提供修補檔方式升級至 3.6.6。若要修正所有 3.6.6 之前的錯誤,您必須使用完整升級。

請參閱完整的升級說明
模板修改
本次釋出我們改變了過去的 從 X.Y.Z 之模板修改 訊息。

過去的清單是以修改為導向,這會導致同一個模板被列舉多次,這些修正有些是必須的,有些不是。

從 3.6.6 開始改由以模板為導向,因此每個模板僅會被列舉一次,所有的修改都會被列舉在該模板名稱的下方。若該模板為必要修改項目,他們會被列舉在一起。

我們希望這種模式可以加速模板修改者的修改速度。
PHP 和 MySQL 最低要求
請注意 vBulletin 3.6.x 需要 的最低要求版為 PHP 4.3.3MySQL 4.0.16 或更新版。
下載 vBulletin 3.6.6
如往常,vBulletin 3.6.6 已經可以被所有有效的授權客戶在 vBulletin 會員區下載
英國總站 vBulletin 會員區
__________________
vBulletin 問題請在論壇討論,請勿私下詢問我,以利後人參考
ckmarkhsu 目前離線   回覆時引用此篇文章
舊 2007-05-12, 06:08 PM   #2
論壇站長
 
註冊日期: 2004-10-06
住址: http://www.twvbb.com
文章: 1,585
預設

Templates with Mandatory Changes Since 3.6.5

A mandatory change indicates that functionality will be explicitly broken if you do not apply this template change. This could be as small as a broken image or as significant as data loss. Always make sure these changes are applied as soon as possible.

Remember, you only need to manually apply changes to templates that you have explicitly customized. Use the "Find Updated Templates" option and cross reference with this list (if you are upgrading from 3.6.5). We recommend reverting your customized templates and recustomizing them to guarantee you have all the necessary changes.
  • editor_toolbar_on
    Edited the JavaScript that creates the editor object to add 2 arguments. See this bug.
    Mandatory change: Yes
  • FORUMHOME
    • Removed <script> tag containing log_out() function and moved it to clientscript/vbulletin_global.js. Calls to log_out() now replaced with log_out('$vbphrase[sure_you_want_to_log_out]')
      Mandatory change: Yes
    • Split the welcome message out to a separate table due to an IE rendering bug.
  • MEMBERINFO
    • Revisited 'Additional Information' and 'Group Memberships' sections to improve HTML and add support for profile field categorization.
      Mandatory change: Yes
    • Split the first cell of the infraction table's header row into 2 cells for aesthetics.
    • Changed the "threads started by <user>" link to prevent this bug.
  • memberinfo_customfields
    Revisited 'Additional Information' and 'Group Memberships' sections to improve HTML and add support for profile field categorization.
    Mandatory change: Yes
  • memberinfo_membergroupbit
    Revisited 'Additional Information' and 'Group Memberships' sections to improve HTML and add support for profile field categorization.
    Mandatory change: Yes
  • modifylist
    Underlying javascript has been modified to allow the list function to be used beyond buddy and ignore lists.
    Mandatory change? Yes
  • navbar
    • Removed <script> tag containing log_out() function and moved it to clientscript/vbulletin_global.js. Calls to log_out() now replaced with log_out('$vbphrase[sure_you_want_to_log_out]')
      Mandatory change: Yes
    • Fixed the finallink image so that it appears properly in RTL languages.
      Mandatory change: Yes (the image filename changed)
    • Added template hook entries
  • optgroup
    Added the $optgroup_extra variable, so that extra attributes can be passed in.
    Mandatory change: Yes
  • postbit
    Added various template hooks to support future products.
    Mandatory change: Yes
  • postbit_legacy
    Added various template hooks to support future products.
    Mandatory change: Yes
  • sendtofriend
    Added image verification for guests.
    Mandatory change: Yes
  • subscription_payment_2checkout
    Added two fields that are now required by 2checkout.
    Mandatory change: Yes
  • subscription_payment_nochex
    Updated to the new Nochex API.
    Mandatory change? Yes
  • threadadmin_deleteposts
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)
  • threadadmin_deletethread
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)
  • threadadmin_deletethreads
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)
  • threadadmin_editthread
    • Added an option to "Keep Attachments" here when editing a deleted thread.
      Mandatory change: Yes (you could lose attachments otherwise)
    • Fixed the tree_l.gif image so that it appears correctly in RTL languages.
      Mandatory change: Yes (the image filename changed)
    • Changed the "Change redirect to expiring" radio button to a checkbox. Simply cosmetic.
  • threadadmin_mergethread
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)
  • threadadmin_mergethreads
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)
  • threadadmin_movethread
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)
  • threadadmin_movethreads
    Fixed the tree_l.gif image so that it appears correctly in RTL languages.
    Mandatory change: Yes (the image filename changed)


Templates with Non-Mandatory Changes Since 3.6.5

Your vBulletin installation will not be broken if you don't apply these changes, but small bugs and new functionality may be available by applying these changes. We recommend you apply these changes in the same way that you apply mandatory changes.
  • announcement
    Added style="border-bottom-width: 0px" to prevent border doubling.
  • announcement_edit
    Add additional "Save Changes" button below the additional options.
  • CALENDAR
    Remove an empty conditional
  • calendar_reminder_eventbit
    Changed class of the time_x_to_y phrase so that the to in the phrase isn't in the time color.
  • calendar_showeventsbit
    • Wrap a table in an <if> to prevent it from displaying and causing a blank line if neither necessary condition is true.
    • Changed class of the time_x_to_y phrase so that the to in the phrase isn't in the time color.
  • editpoll
    Added conditionals around additional options to prevent them from showing when they can't be used.
  • editpost
    Wrapped the subscription field set in a $show['member'] condition to prevent it from incorrectly being show to unregistered users.
  • FORUMDISPLAY
    • In response to vBulletin 3.6 bug 1428, added a variable to allow the admin-specified value for maximum thread title length to be accessible by the Javascript/AJAX thread title editor.
    • Added $show['subscribed_to_forum'] variable to allow detection of forum subscriptions and to show the appropriate subscribe/unsubscribe link as required. See bug 21698 for more information.
  • im_send_msn
    Added <span style="white-space:nowrap"> around the email address. See bug 1257
  • im_send_skype
    Change URL to Skype status image to support language-specific graphics.
  • im_send_yahoo
    Changed the links to open in a new window and close the popup.
  • imagereg
    Added id="imagestamp" to the image verification text field to allow vbulletin_textedit.js to dynamically add a tab index to the element.
  • memberlist
    Support for sorting on the age column.
  • moderation_threads
    In response to vBulletin 3.6 bug 1428, added a variable to allow the admin-specified value for maximum thread title length to be accessible by the Javascript/AJAX thread title editor.
  • modifyavatar
    Changed both instances of size="50" to size="45" to resolve a language issue. See bug 1349
  • modifyoptions
    Changed conditional so that "Receive Email" User CP option does not display if the "Allow Users to Email Other Members" option is disabled.
  • modifyprofile_birthday
    Added an option to allow users to specify that only their day and month of birth is to be displayed.
  • modifyprofilepic
    • Changed both instances of size="50" to size="45" to resolve a language issue. See bug 1349
    • Removed an extra </if> tag.
  • modifysignature
    Reformatted the list of signature permissions to better support reflowing for narrower displays.
  • newreply
    Moved $imagereg from its old position to immediately below $usernamecode to improve tab-based navigation flow.
  • newthread
    Moved $imagereg from its old position to immediately below $usernamecode to improve tab-based navigation flow.
  • pagenav
    Moved $address2 from end of links to immediately after $address, in order to allow links like x.php?foo=1&bar=2&page=3 instead of x.php?foo=1&page=2&bar=3 - thereby always placing the page number at the end of the URL, allowing easy page changes via the address bar.
  • pagenav_pagelink
    Moved $address2 from end of links to immediately after $address, in order to allow links like x.php?foo=1&bar=2&page=3 instead of x.php?foo=1&page=2&bar=3 - thereby always placing the page number at the end of the URL, allowing easy page changes via the address bar.
  • pagenav_pagelinkrel
    Moved $address2 from end of links to immediately after $address, in order to allow links like x.php?foo=1&bar=2&page=3 instead of x.php?foo=1&page=2&bar=3 - thereby always placing the page number at the end of the URL, allowing easy page changes via the address bar.
  • pm_newpm
    Fixed html errors. See bug 1320
  • pm_receipts
    Center the "check all" checkbox.
  • postbit_deleted
    A soft deleted guest post had a link to a non existent profile, edited to be more in line with the regular postbit.
  • postbit_ignore
    Change the first cellspacing="0" to cellspacing="$stylevar[cellspacing]". See bug 1304
  • postbit_ignore_global
    Change the first cellspacing="0" to cellspacing="$stylevar[cellspacing]". See bug 1304
  • register
    Change the display of the errors section at the top to be in a table (for consistency). See this bug.
  • search_forums
    • HTML change to improve display of search form at 800x600. See bug 1347
    • Replaced hard-coded Do not use cached results text with $vbphrase[do_not_use_cached_results] phrase.
  • search_results
    • In response to vBulletin 3.6 bug 1428, added a variable to allow the admin-specified value for maximum thread title length to be accessible by the Javascript/AJAX thread title editor.
    • Added a conditional that displays a message about refining a search to use the Thread Title Only option if the user is searching forums that they dont have permission to view thread content. See bug 1453
  • subscription_payment_authorizenet
    Changed hardcoded use of the word "subscription" to use the x_subscription phrase.
  • subscription_payment_paypal
    Changed hardcoded use of the word "subscription" to use the x_subscription phrase.
  • subscription_payment_worldpay
    Changed hardcoded use of the word "subscription" to use the x_subscription phrase.
  • threadbit
    The whoposted functionality is now useable when javascript is disabled.
  • USERCP
    Split the first cell of the infraction table's header row into 2 cells for aesthetics.
  • USERCP_SHELL
    Added the variable $template_hook[usercp_navbar_bottom] for usage by plugins to insert items into the vB User CP nav bar.
  • userinfraction
    Added a missing </td>.
  • userinfraction_infobit
    • Altered the template to break the date and time onto separate lines so that the template has less chance of breaking layout. See bug 1321.
    • Fix the misaligned Expires cell.
  • usernote
    Added style="border-bottom-width: 0px" to prevent border doubling.
  • WHOPOSTED
    The whoposted functionality is now useable when javascript is disabled.
  • whopostedbit
    The whoposted functionality is now useable when javascript is disabled.
__________________
vBulletin 問題請在論壇討論,請勿私下詢問我,以利後人參考
ckmarkhsu 目前離線   回覆時引用此篇文章
舊 2007-05-12, 06:08 PM   #3
論壇站長
 
註冊日期: 2004-10-06
住址: http://www.twvbb.com
文章: 1,585
預設

Files Changed Since 3.6.5

This is the list of files changed since 3.6.5. We always recommend that, when upgrading, you upload all files regardless of whether they have been changed. If you do not do this, you will be asked to reupload all files if you require support.
  • /
    • ajax.php
    • announcement.php
    • attachment.php
    • calendar.php
    • editpost.php
    • external.php
    • faq.php
    • forumdisplay.php
    • global.php
    • image.php
    • index.php
    • infraction.php
    • inlinemod.php
    • login.php
    • member.php
    • memberlist.php
    • newattachment.php
    • newreply.php
    • newthread.php
    • online.php
    • payment_gateway.php
    • poll.php
    • postings.php
    • private.php
    • profile.php
    • register.php
    • report.php
    • search.php
    • sendmessage.php
    • showgroups.php
    • showpost.php
    • showthread.php
    • subscription.php
    • threadrate.php
    • usercp.php
    • usernote.php
  • admincp/
    • accessmask.php
    • admincalendar.php
    • admininfraction.php
    • announcement.php
    • attachment.php
    • backup.php
    • cronadmin.php
    • diagnostic.php
    • forum.php
    • forumpermission.php
    • global.php
    • image.php
    • index.php
    • language.php
    • misc.php
    • moderator.php
    • options.php
    • phrase.php
    • plugin.php
    • profilefield.php
    • queries.php
    • repair.php
    • rssposter.php
    • stats.php
    • subscriptions.php
    • template.php
    • thread.php
    • user.php
    • usergroup.php
    • usertools.php
  • archive/global.php
  • clientscript/
    • ieprompt.html
    • vbulletin_ajax_imagereg.js
    • vbulletin_ajax_threadslist.js
    • vbulletin_ajax_userlist.js
    • vbulletin_date_picker.css - added
    • vbulletin_date_picker.js - added
    • vbulletin_global.js
    • vbulletin_inlinemod.js
    • vbulletin_menu.js
    • vbulletin_quick_edit.js
    • vbulletin_templatemgr.js
    • vbulletin_textedit.js
    • vbulletin_thrdpostlist.js
    • yui/ - added
  • cpstyles/vBulletin_3_Silver/cp_navbody_bg.gif
  • images/
    • buttons/
      • collapse_alt.gif
      • collapse_alt_collapsed.gif
    • misc/
      • 11x11progress.gif - added
      • 13x13arrowdown.gif - added
      • 13x13progress.gif - added
      • calendar_popup.png - added
      • down9x9.gif - added
      • navbits_finallink.gif - removed
      • navbits_finallink_ltr.gif - added
      • navbits_finallink_rtl.gif - added
      • tree_ir.gif - added
      • tree_l.gif - removed
      • tree_ltr.gif - added
      • tree_rtl.gif - added
      • tree_tr.gif - added
  • includes/
    • adminfunctions.php
    • adminfunctions_options.php
    • adminfunctions_plugin.php
    • adminfunctions_user.php
    • class_bbcode.php
    • class_bbcode_alt.php
    • class_bitfield_builder.php
    • class_core.php
    • class_database_slave.php
    • class_datastore.php
    • class_dbalter.php
    • class_dm.php
    • class_dm_attachment.php
    • class_dm_deletionlog.php - added
    • class_dm_event.php
    • class_dm_infraction.php
    • class_dm_moderator.php
    • class_dm_pm.php
    • class_dm_poll.php
    • class_dm_threadpost.php
    • class_dm_user.php
    • class_hook.php
    • class_image.php
    • class_mail.php
    • class_paid_subscription.php
    • class_postbit.php
    • class_rss_poster.php
    • class_sigparser.php
    • class_sigparser_char.php
    • class_upload.php
    • class_vurl.php - added
    • class_xml.php
    • functions.php
    • functions_bigthree.php
    • functions_calendar.php
    • functions_databuild.php
    • functions_digest.php
    • functions_editor.php
    • functions_faq.php
    • functions_file.php
    • functions_forumdisplay.php
    • functions_forumlist.php
    • functions_infractions.php
    • functions_log_error.php
    • functions_login.php
    • functions_misc.php
    • functions_newpost.php
    • functions_search.php
    • functions_user.php
    • functions_wysiwyg.php
    • init.php
    • vbulletin_credits.php
    • version_vbulletin.php - added
    • cron/
      • attachmentviews.php
      • rssposter.php
      • threadviews.php
    • paymentapi/
      • class_2checkout.php
      • class_authorizenet.php
      • class_ccbill.php
      • class_moneybookers.php
      • class_nochex.php
      • class_paypal.php
      • class_worldpay.php
    • xml/
      • cpnav_vbulletin.xml
      • hooks_vbulletin.xml
      • podcast_vbulletin.xml
  • install/ - all changed
  • modcp/
    • announcement.php
    • banning.php
    • thread.php
    • user.php
__________________
vBulletin 問題請在論壇討論,請勿私下詢問我,以利後人參考
ckmarkhsu 目前離線   回覆時引用此篇文章
舊 2007-05-13, 01:06 AM   #4
Member
 
註冊日期: 2007-04-19
住址: www.52gc.cn
文章: 54
預設 呵呵,简单的发个图

上傳的圖像
檔案類型: jpg Snap1.jpg (197.1 KB, 26 次查看)
檔案類型: jpg Snap2.jpg (159.7 KB, 19 次查看)
chinaxp 目前離線   回覆時引用此篇文章
舊 2007-05-14, 08:55 AM   #5
Member
 
註冊日期: 2006-04-16
住址: http://nwself.net
文章: 78
預設

感謝站長翻譯。

3.6.6變化果然不小,使大家感到更大的興趣,希望繁中版能早日出現
NightWind 目前離線   回覆時引用此篇文章
舊 2007-05-15, 11:34 PM   #6
Senior Member
 
註冊日期: 2006-12-03
住址: http://www.lilyandy.com
文章: 328
發送 MSN 訊息給 Lilyandy
預設

引用:
作者: NightWind 查看文章
感謝站長翻譯。

3.6.6變化果然不小,使大家感到更大的興趣,希望繁中版能早日出現
早就有繁中版了。
筆者昨天就升級為3.6.6了。
官方一發布,就升級啦!^^||

不過有個小問題?
怎麼覺得英文與中文的底線不平咧?
一高一低的??奇怪???
__________________
Lilyandy 謹
-----------------
歡迎加入《Lilyandy休閒資訊網》
Lilyandy 目前離線   回覆時引用此篇文章
舊 2007-05-16, 04:31 PM   #7
Member
 
註冊日期: 2006-04-16
住址: http://nwself.net
文章: 78
預設

引用:
作者: Lilyandy 查看文章
早就有繁中版了。
筆者昨天就升級為3.6.6了。
官方一發布,就升級啦!^^||

不過有個小問題?
怎麼覺得英文與中文的底線不平咧?
一高一低的??奇怪???
可是我不習慣用官方註冊版的說
(用慣去回傳了 0.0)
NightWind 目前離線   回覆時引用此篇文章
舊 2008-05-28, 04:53 PM
lozygo
此訊息已被 yoching 刪除。
回覆

書籤

主題工具

發文規則
不可以發表新主題
不可以發表回覆
不可以上傳附件
不可以編輯自己的文章

啟用 BB 代碼
論壇啟用 表情符號
論壇啟用 [IMG] 代碼
論壇禁用 HTML 代碼
Trackbacks are 禁用
Pingbacks are 禁用
Refbacks are 禁用


所有時間均為北京時間。現在的時間是 06:14 AM


Powered by vBulletin® 版本 3.7.3
版權所有 ©2000 - 2009,Jelsoft Enterprises Ltd.
Ad Management by RedTyger