Version 2.6:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
__TOC__
__TOC__
__TOC__
WordPress 2.6 was released, July 14th, 2008.
WordPress2.6版本是在2008年7月14日发行的。
WordPress2.6版本是在2008年7月14日发行的。


The database version is 8201.
数据库版本是8201.
数据库版本是8201.


== New User Features ==


== 新的用户功能 ==
== 新的用户功能 ==
* Version/revision saves a copy of a post every time you edit it, allows you to view (not edit) each of those copies (revisions), Shows forward (in time) diffs between any two revisions.


*版本/修订本在你每次编辑文章的时候,都会保存文章,这样你能够浏览(不是编辑)这些保存的文章内容(修订本)。显示任何两个文章修订本之间的区别。
*版本/修订本在你每次编辑文章的时候,都会保存文章,这样你能够浏览(不是编辑)这些保存的文章内容(修订本)。显示任何两个文章修订本之间的区别。
* Display captions of images alongside them in posts and pages.


*在文章和网页旁边显示图像标题。
*在文章和网页旁边显示图像标题。
* Add paging of Themes in Design panel


*在设计面板添加主题的分页。
*在设计面板添加主题的分页。
* Word Count displayed when writing and editing posts and pages


*当编写和编辑文章和网页的时候,显示字数统计
*当编写和编辑文章和网页的时候,显示字数统计
* Press This bookmarklet


*按住这个bookmarklet
*按住这个bookmarklet
* Add sorting to gallery


*给图像集添加分类。
*给图像集添加分类。
* Export/import post excerpts


*导入/导出文章摘录
*导入/导出文章摘录
* Theme Previewer


*主题预览器
*主题预览器
* Check (assigned) Categories at top Category box in Write/Manage Post


*在写/管理文章的顶级类别框中,查看(递交的)类别
*在写/管理文章的顶级类别框中,查看(递交的)类别
* Show when a term is both a tag and a category


*当一个术语既是标签又是类别的时候,显示这个术语
*当一个术语既是标签又是类别的时候,显示这个术语
* Wider Profile fields


*更宽的基本资料区
*更宽的基本资料区


* TinyMCE 3.1
* TinyMCE 3.1
* TinyMCE 3.1
* Two categories can have sub-categories with the same name


*两个类别的子类别名称可以相同
*两个类别的子类别名称可以相同
== Developer ==


== 开发人员 ==
== 开发人员 ==
* The default meta boxes on the post, page, and link edit page can be removed and replaced. They can be added via [[WordPress:Function_Reference/add_meta_box|add_meta_box()]]


*文章,网页,和链接编辑网页中的默认meta框可以被移除和取代,可以通过[[WordPress:Function_Reference/add_meta_box|add_meta_box()]]添加。
*文章,网页,和链接编辑网页中的默认meta框可以被移除和取代,可以通过[[WordPress:Function_Reference/add_meta_box|add_meta_box()]]添加。
* Support for Google Gears managed offline storage


*由Google Gears managed offline storage支持
*由Google Gears managed offline storage支持
* Latest JQuery update


*最新的JQuery 更新
*最新的JQuery 更新
* Allow wp-config.php to exist one level up from WordPress root directory. New file wp-load.php designates location of wp-config.php file.


*允许wp-config.php位于WordPress根目录的上级。新的文件wp-load.php指定了wp-config.php文件的位置。
*允许wp-config.php位于WordPress根目录的上级。新的文件wp-load.php指定了wp-config.php文件的位置。
:* WP_CONTENT_DIR - full path
:* WP_CONTENT_URL - full url
:* WP_PLUGIN_DIR - full path
:* WP_PLUGIN_URL - full url
:* WP_LANG_DIR - full path


:* WP_CONTENT_DIR – 全称路径
:* WP_CONTENT_DIR – 全称路径
第94行: 第48行:
:* WP_PLUGIN_URL - full url
:* WP_PLUGIN_URL - full url
:* WP_LANG_DIR -全称路径
:* WP_LANG_DIR -全称路径
:* Deprecated constants declared with limited backwards compatibility.


:*取消的恒量,由有限的向后兼容性声明。
:*取消的恒量,由有限的向后兼容性声明。
::*PLUGINDIR
::*LANGDIR
::*PLUGINDIR
::*PLUGINDIR
::*LANGDIR
::*LANGDIR
* Add current_category option to wp_list_categories


*将current_category选项添加到wp_list_categories
*将current_category选项添加到wp_list_categories
[[WordPress:Category:About WordPress]]
[[WordPress:Category:WordPress Development]]
[[WordPress:Category:About WordPress|类别:关于WordPress]]
[[WordPress:Category:WordPress Development|类别:WordPress发展]]

2008年7月18日 (五) 14:01的最新版本

WordPress2.6版本是在2008年7月14日发行的。

数据库版本是8201.


新的用户功能[ ]

  • 版本/修订本在你每次编辑文章的时候,都会保存文章,这样你能够浏览(不是编辑)这些保存的文章内容(修订本)。显示任何两个文章修订本之间的区别。
  • 在文章和网页旁边显示图像标题。
  • 在设计面板添加主题的分页。
  • 当编写和编辑文章和网页的时候,显示字数统计
  • 按住这个bookmarklet
  • 给图像集添加分类。
  • 导入/导出文章摘录
  • 主题预览器
  • 在写/管理文章的顶级类别框中,查看(递交的)类别
  • 当一个术语既是标签又是类别的时候,显示这个术语
  • 更宽的基本资料区
  • TinyMCE 3.1
  • 两个类别的子类别名称可以相同

开发人员[ ]

  • 文章,网页,和链接编辑网页中的默认meta框可以被移除和取代,可以通过add_meta_box()添加。
  • 由Google Gears managed offline storage支持
  • 最新的JQuery 更新
  • 允许wp-config.php位于WordPress根目录的上级。新的文件wp-load.php指定了wp-config.php文件的位置。
  • WP_CONTENT_DIR – 全称路径
  • WP_CONTENT_URL - full url
  • WP_PLUGIN_DIR -全称路径
  • WP_PLUGIN_URL - full url
  • WP_LANG_DIR -全称路径

:*取消的恒量,由有限的向后兼容性声明。

  • PLUGINDIR
  • LANGDIR
  • 将current_category选项添加到wp_list_categories