X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=90fca3bc2905e0a457b3f450374f5fbcd12a6835;hb=e6a2eaea64dbdca783a1518b50a28266e99e0a68;hp=166b51680b3de70dc57729e7b45757cc8154247d;hpb=6649743e0bb81e9f22771687acdbd657bac6c4ff;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 166b51680b..90fca3bc29 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,21 +20,21 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN === Configuration changes in 1.16 === -* $wgEnableFirefogg enable support for firefogg extension, firefogg supports -in-browser transcoding, chunk uploads and client side hash checking. +* $wgEnableFirefogg enable support for firefogg extension, firefogg supports + in-browser transcoding, chunk uploads and client side hash checking. * $wgEnableTemporalOggUrls enable oggz_chop support a server side ogg seeking -helper + helper * $wgEnableScriptLoader if the script-loader shoudl be enabled * $wgJSAutoloadClasses array of javascript classes to file paths used by -script-loader to load javascript by class name. -* $wgEnableJS2system if we should include js2 stuff like jquery, -mv_embed.js (script-loader helper) and use new interfaces for upload + script-loader to load javascript by class name. +* $wgEnableJS2system if we should include js2 stuff like jquery, mv_embed.js + (script-loader helper) and use new interfaces for upload * $wgEnableScriptLoaderJsFile if we support grabbing js files with the script -loader. By default we only grab classes in $wgJSAutoloadClasses + loader. By default we only grab classes in $wgJSAutoloadClasses * $wgEnableScriptMinify if you want the script loader to minify js * $wgEnableScriptLocalization if you want the script loader to do msg lookups * $wgMwEmbedDirectory the path to MwEmbed Directory (maybe we can depreciate -this. Was used when mwEmbed was going to be an extension. + this. Was used when mwEmbed was going to be an extension. * $wgDebugJavaScript if we want to enable fresh debug javascript * $wgPhpCliPath Path to php-cli for spinning up background php processes * (bug 18222) $wgMinimalPasswordLength default is now 1 @@ -79,6 +79,14 @@ this. Was used when mwEmbed was going to be an extension. * $wgMemoryLimit has been added, default value '50M' * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook should be used instead +* (bug 20489) $wgIllegalFileChars added to override the default list of illegal + characters in file names. +* (bug 19646) $wgImgAuthDetails added to display reason access to uploaded file + was denied to users(img_auth only) +* (bug 19646) $wgImgAuthPublicTest added to test to see if img_auth set up + correctly (img_auth only) +* $wgUploadMaintenance added to disable file deletions and restorations during + maintenance === New features in 1.16 === @@ -117,14 +125,15 @@ this. Was used when mwEmbed was going to be an extension. * (bug 14866) Messages 'recentchangeslinked-toolbox' and 'recentchangeslinked-toolbox' were added to allow more fine grained customisation of the user interface -* DISPLAYTITLE now accepts a limited amount of wiki markup (the single-quote items) +* DISPLAYTITLE now accepts a limited amount of wiki markup (the single-quote + items) * Special:Search now could search terms in all variant-forms. ONLY apply on wikis with LanguageConverter * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to various user groups. -* Add $wgRevokePermissions as a means of restricting a group's rights. The syntax is - identical to $wgGroupPermissions, but users in these groups will have these rights - stripped from them. +* Add $wgRevokePermissions as a means of restricting a group's rights. The + syntax is identical to $wgGroupPermissions, but users in these groups will + have these rights stripped from them. * Added a PHP port of CDB (constant database), for improved local caching when the DBA extension is not available. * Introduced a new system for localisation caching. The system is based around @@ -157,9 +166,12 @@ this. Was used when mwEmbed was going to be an extension. * (bug 471) Allow RSS feeds for watchlist, using an opt-in security token * (bug 10812) Interwiki links can have names and descriptions, fetched from message 'interwiki-desc-PREFIX', not really used anywhere yet though -* (bug 9691) Add type (signup or login) parameter to AuthPlugin::ModifyUITemplate() -* (bug 14454) "Member of group(s)" in Special:Preferences causes language difficulties -* (bug 16697) Unicode combining characters are difficult to edit in some browsers +* (bug 9691) Add type (signup or login) parameter to + AuthPlugin::ModifyUITemplate() +* (bug 14454) "Member of group(s)" in Special:Preferences causes language + difficulties +* (bug 16697) Unicode combining characters are difficult to edit in some + browsers * Parser test supports uploading results to remote CodeReview instance * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the extension version in Special:Version @@ -167,7 +179,8 @@ this. Was used when mwEmbed was going to be an extension. right name in Special:ListGroupRights * (bug 12920) New CoreParserFunction {{nse:...}} as an url-friendly equivalent to {{ns:...}} -* (bug 16322) Allow maintenance scripts to accept DB user/pass over input or params +* (bug 16322) Allow maintenance scripts to accept DB user/pass over input or + params * (bug 18566) Maintenance script to un/protect pages * (bug 671) The HTML tag is now permitted. * RecentChanges now has a legend to explain what the Nmb! flags mean, and the @@ -176,7 +189,8 @@ this. Was used when mwEmbed was going to be an extension. but before Mediawiki::performRequestForTitle() * wgMainPageTitle variable now available to JavaScript code to identify the main page link, so it doesn't have to be extracted from the link URLs. -* (bug 16836) Display preview of signature in user preferences and describe its use +* (bug 16836) Display preview of signature in user preferences and describe its + use * The default output format is now HTML 5 instead of XHTML 1.0 Transitional. This can be disabled by setting $wgHtml5 = false;. Specific features enabled if HTML 5 is used: @@ -196,6 +210,21 @@ this. Was used when mwEmbed was going to be an extension. * (bug 20318) Distinct CSS classes for ISBN/RFC/PMID special links added * (bug 20404) Custom fields in the user creation form template can now have detail labels in prefsectiontip divs. +* MakeSysop and MakeBot are now aliases for Special:UserRights +* IndexPager->mLimitsShown can now be an associative array of limit => text-to- + display-in-limit-form. +* (bug 18880) LogEventsList::showLogExtract() can now take a string-by-reference + and add its HTML to it, rather than having to go straight to $wgOut. +* Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for + database connection and query errors. +* Show change block / unblock link on Special:Contributions if user is blocked +* Display note on Special:Contributions if the user is blocked, and provide an + excerpt from the block log. +* (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before + file is streamed to user, but only when using img_auth +* Note on non-existing user and user talk pages if user does not exist +* New hook ShowMissingArticle so extensions can modify the output for + non-existent pages. === Bug fixes in 1.16 === @@ -302,8 +331,10 @@ this. Was used when mwEmbed was going to be an extension. can add/remove *all* groups (have 'userrights' permission). * (bug 19294) Always show Sp-contributions-footer(-anon) * Attempts to restrict reading of pages while anonymous viewing is allowed - via extensions not using the userCan hook and via $wgRevokePermissions now work. -* (bug 8445) Multiple-character search terms are now handled properly for Chinese + via extensions not using the userCan hook and via $wgRevokePermissions now + work. +* (bug 8445) Multiple-character search terms are now handled properly for + Chinese * (bug 19450) Use formatNum for "Number of edits" in Special:Preferences * (bug 11242) Check for MySQL storage engines during installation now checks whether the engines are actually available @@ -343,7 +374,8 @@ this. Was used when mwEmbed was going to be an extension. * (bug 19564) Updated docs/hooks.txt * (bug 18751) Fix for buggage in profiling setup for some extensions on PHP 5.1 * (bug 17139) ts_resortTable inconsistent trimming makes date sorting fragile -* (bug 19445) Change oldimage table to use ON UPDATE CASCADE for FK to image table. +* (bug 19445) Change oldimage table to use ON UPDATE CASCADE for FK to image + table. * (bug 14080) Short notation links to subpages didn't work in edit summaries * (bug 17374) Special:Export no longer exports multiple copies of pages * (bug 19818) Edits to user CSS/JS subpages can now be marked as patrolled by @@ -413,8 +445,6 @@ this. Was used when mwEmbed was going to be an extension. * (bug 20296) Fixed an PHP warning in Language::getMagic() in PHP 5.3 * When creating accounts, don't prefill name from current username (which presumably is already taken) -* (bug 15646) Page creation notification email is no longer sent when a - watched page is deleted * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab. * (bug 20317) Cleaned up default main page link accesskey settings * (bug 20362) Special:Statistics now produces valid HTML when view counters are @@ -436,6 +466,42 @@ this. Was used when mwEmbed was going to be an extension. if they contain non-ASCII characters * (bug 19055) maintenance/rebuildrecentchanges.php now purges Special:Recentchanges's RSS and Atom feed cache +* The installer will now try to bypass PHP's max_execution_time +* (bug 20260) SQLite no longer tries to automatically create the database at + execution time, this now happens only at install time; if it is not available + at script execution, it now throws an exception +* Fixed EditFilterMerged hook so the hookError parameter serves a purpose + (analogous to EditFilter hook) +* (bug 2257) Tag extensions can expand template parameters provided to the tag, + by using a new parameter added to the recursiveTagParse function +* (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in + $wgArticleRobotPolicies. +* (bug 20466) Hidden categories are no more displayed when printing +* (bug 20446) When changing user rights with User@remotewiki and remotewiki is + the local wiki, the user is now treated as the local user +* (bug 20494) OutputPage::getArticleBodyOnly() no longer requires an useless + argument +* (bug 20136) Protection form JavaScript now synchronizes the expiry boxes on + any change, in addition to onkeyup. +* Don't link to "edit this page" on MediaWiki:Noarticletext if user is not + allowed to create page. Done via new message + MediaWiki:Noarticletext-nopermission +* Improved compatibility between the Vector skin and addPortletLink() from + wikibits.js: empty portlets are now present but hidden, adding an element to a + portlet unhides it +* (bug 19531) addPortletLink() now wraps inserted labels in a element to + be compatible with the CSS for the Vector skin +* (bug 20578) Wrong localized image metadata - duplicated string? +* (bug 20556) Stub threshold's "other" in Special:Preferences now has a + correct type="text" parameter +* (bug 482) Don't include TOC in the printable version if it has been hidden +* Adjust the time according to the user configuration on Special:Revisiondelete +* (bug 20624) Installation no longer allows "qqq" as the chosen language +* (bug 20634) The installer-created database user will now have all rights on + the database so that upgrades will go more smoothly. +* (bug 18180) Special:Export ignores limit, dir, offset parameters +* User::getBlockedStatus() works for all kinds of user objects and doesn't + assume the user object is equal to the current-user object ($wgUser) == API changes in 1.16 ==