MediaWiki 1.26是当前MediaWiki的稳定版本。
请参见RELEASE-NOTES-1.26,文件完整的更改列表。
It was deployed on through incremental "1.26/wmfNN" branches s5.
1.26.0的稳定版已于2015年11月25日(星期三)发布。
下载最新快照或者查看REL1_26
分支下in Git以关注最新的发布。
WANObjectCache
接口。这对应新的 $wgMainWANCache
设置,其默认使用 $wgMainCacheType
的设置。$wgMainStash
来从 $wgObjectCaches
选择存储的类型。默认是本地数据库。$wgTransactionalTimeLimit
被加入,其控制需要尽可能被原子化的潜在慢速的POST请求的请求时间的限制。LogException
' 以用来以非标准的方式记录日志。SpecialSearchResultsAppend
' 钩子,它会在搜索结果列表被渲染之后发生。最初的用途是用来在搜索结果的最末尾添加“给我们反馈”的链接。RejectParserCacheValue
' 以允许扩展一个本应成功的解析缓存查找。其本意是允许阔扎按管理是否从缓存中去除老旧的HTML输出。EnhancedChangesListModifyLineData
' 和 'EnhancedChangesListModifyBlockLineData
' 以修改用来在增强版最近更改和监视列表中构建行的数据。RandomPageQuery
' 以允许修改 特殊:随机页面 选择随机页面的方法。It's now possible to use the info action (accessible from the sidebar) to get a count of "actual watchers" of a page, in addition to the already-available count of all the users having it in their watchlist ([<tvar|info>https://zh.moegirl.org.cn/index.php?title=%E8%90%8C%E5%A8%98%E7%99%BE%E7%A7%91:Support_Desk&action=info</> example]).
This information will make collaboration easier on your wiki, for instance by giving feedback to editors on how much their recent edits to a page were noticed by active users, or by setting reasonable expectations on how much a message on a certain talk page may be seen.
tag-<id>
" interface message.$wgExtendedLoginCookieExpiration
) can be configured independently of the expiration of all other cookies ($wgCookieExpiration
). [1]$wgUseImageMagick = true
). Uploading of WebP images still disabled by default. Add $wgFileExtensions[] = 'webp';
to LocalSettings.php to enable uploading of WebP images. [2]
dump
和 wddx
现在已被完全移除。$wgResourceLoaderUseESI
已经被弃用且移除。 这以前是一个实验性特征并且从来没有被默认开启过。$wgResourceLoaderExperimentalAsyncLoading
已经被弃用且移除。 这个实验性特征从来没有被默认启用,在MediaWiki1.26中他已经是完全无用的了,现在 ResourceLoader 已经是完全异步的。$wgMasterWaitTimeout
已被移除(在1.24版本被废弃)。ParserOptions
are now private. Use the accessors instead.Site scripts, user scripts and gadgets may cease to work in 1.26 unless they are updated. For gadgets in particular, ResourceLoader is no longer opt-in and is instead now mandatory. See this migration guide on how to fix.
$wgEnableParserCache
was deprecated. Set $wgParserCacheType
to CACHE_NONE
instead if you want to disable the parser cache.AuthPlugin::initUser()
is replaced by LocalUserCreated
.AuthPlugin::updateUser()
is replaced by UserLoggedIn
.AuthPlugin::updateExternalDB()
is replaced by the existing UserSaveSettings
.AuthPlugin::updateExternalDBGroups()
is replaced by UserGroupsChanged
.AuthPluginUser::isHidden()
is replaced by UserIsHidden
.AuthPluginUser::isLocked()
is replaced by UserIsLocked
.UserRights
hook is deprecated in favor of the new UserGroupsChanged
hook.AuthPlugin::initUser()
and AuthPlugin::updateUser()
should no longer replace the passed User
object.wfLoadSkin( 'Vector' );
to their LocalSettings.php, it will no longer happen automatically.$wgPasswordResetRoutes['email']
的默认设置不再是true
.$wgExtraSignatureNamespaces|$wgExtraSignatureNamespaces
, controls in which subject (non-talk) namespaces the "Signature" button on the edit toolbar will be displayed. [3]$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit
is now set to true
by default. This allows blocked users to edit their talk pages unless explicitly disabled when they are being blocked. It does not affect existing blocks.action=continue
. Clients may use the 'rawcontinue
' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly.dump
and wddx
formats were removed entirely.logevents
, recentchanges
, and watchlist
query modules (announcement)action=import
will now give an error if both the rootpage
and namespace
parameters are passed (announcement)meta=siteinfo
while using formatversion=2
changed slightly (announcement)generatexml
parameter to action=parse
, prop=revisions
, and prop=deletedrevisions
is now deprecated (announcement)list=random
now has higher limits: 500 for normal users, 5000 for bots(ToDo)
1.26版本的计划发布时间如下:
发布版本 |
日期 |
---|---|
1.26.0 | 2015-11-25 |
1.26.1 | 预计2015年12月或2016年1月 |