X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=078c707f61d12cb109194df4dfd6d978de158df7;hb=06adafb3d506a347cc7cffbe50a3c15dc8368912;hp=acb1dd7cfb052ea93cdac66cfab523a276a3fa8c;hpb=06ad0d2551fdeebced15d0759971550e10e305c1;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index acb1dd7cfb..078c707f61 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,13 +33,27 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Removed the emailconfirmed implicit group by default. To re-add it, use: $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED; in your LocalSettings.php. +* (bug 2396) New shared database configuration variables. $wgSharedPrefix allows + you to use a shared database with a different prefix. Or you can now use a local + database and use prefixes to separate wiki and the shared tables. And the new + $wgSharedTables variable allows you to specify a list of tables to share. +* Automatic edit summaries can be disabled with $wgUseAutomaticEditSummaries +* Duplicates of images are now shown on the image page +* $wgRCFilterByAge allows for the list of dates in recent changes special pages to + be filtered to only those within the range of $wgRCMaxAge +* $wgRCLinkLimits and $wgRCLinkDays allow for customization of the list and limits + displayed on the recent changes special pages +* The "createpage" permission is no longer required when uploading if the target + image page already exists +* $wgMaximumMovedPages restricts the number of pages that can be moved at once + (default 100) with the new subpage-move functionality of Special:Movepage === New features in 1.13 === * __HIDDENCAT__ on a category page causes the category to be hidden on the article page -* Don't show edit permissions errors on a red link click, just redirect to the - article. This is so that readers who don't know what a red link is aren't +* Do not show edit permissions errors on a red link click, just redirect to the + article. This is so that readers who don't know what a red link is are not confused when they are told they are range-blocked. * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext image syntax output @@ -99,11 +113,26 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 709) Cannot rename/move images and other media files [EXPERIMENTAL] * Custom rollback summaries now accept the same arguments as the default message * (bug 12542) Added hooks for expansion of Special:Listusers -* Added new variable $wgSharedDBtables for altering the list of tables which are - shared when $wgSharedDB is enabled. * Drop-down AJAX search suggestions (turn on $wgEnableMWSuggest) * More relevant search snippets (turn on $wgAdvancedSearchHighlighting) -* Image links are now displayed using Special:Whatlinkshere +* (bug 13950) Allow users to watch the user/talk pages of users they block. +* (bug 13970) Allow MonoBook-based skins to specify their own print stylesheet +* Show image links on Special:Whatlinkshere +* Use rel="start", "prev", "next" appropriately on Pager-based pages +* Add support for SQLite +* AutoAuthenticate hook renamed to UserLoadFromSession +* (bug 13232) importScript(), importStylesheet() funcs available to custom JS +* (bug 13095) Search by first letters or digits in [[Special:Categories]] +* Users moving a page can now move all subpages automatically as well +* (bug 14259) Localisation message for upload button on Special:Import is now + 'import-upload' instead of 'upload' +* Add information about user group membership to Special:Preferences +* (bug 14146) Wrap usage section on imagepages into
s. +* New layout for Special:Specialpages. Restricted pages are marked but not separated + from other pages in their group. And the page uses css rather than tables to create + a column layout which grades well in all sizes of browsers. +* (bug 14263) Show a diff of the revert on rollback notification page. +* (bug 13434) Show a warning when hash identical files exist === Bug fixes in 1.13 === @@ -249,6 +278,49 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13934) Fixing the link to GNU General Public License Version 2 * Show correct accesskey prefix for Firefox 3 beta (Alt-Shift-, not Alt-) * (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML +* (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors +* (bug 13982) Disable ccmeonemails preference when user-to-user mails disabled +* (bug 13615) Update case mappings and normalization to Unicode 5.1.0 + Note that case mappings will only be used if mbstring extension is not present. +* (bug 14044) Don't increment page view counters on views from bot users +* (bug 14042) Calling Database::limitResult() misplaced the comment in the log file +* (bug 14047) Fix regression in installer which hid DB-specific options + Also makes SQLite path configurable in the installer. +* (bug 13546) Follow image redirects on image page +* (bug 12644) Template list on edit page now sorted on preview +* (bug 14058) Support pipe trick for namespaces and interwikis with "-" +* Message name filter on Special:Allmessages now case-insensitive +* (bug 13943) Fix image redirect behaviour on image pages +* (bug 14093) Do 'sysop' => 'protect' magic in Title::isValidMoveOperation +* (bug 14063) Power search form missing