X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=RELEASE-NOTES;h=1024ecfb3c3aa848c482978120e09f58c66ed224;hb=7cccb912050850ca26d973ca18a78f732f3d181c;hp=b119e1363905735f5fd21f7b57d2638f3bd66310;hpb=54a14acaeb2c917ea344cd2f52ae3bf8709ae19d;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b119e13639..1024ecfb3c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -46,7 +46,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * $wgAllowExternalImagesFrom may now be an array of multiple strings. * Introduced $wgEnableImageWhitelist to toggle the on-wiki external image whitelist on or off. - +* Added $wgRenderHashAppend to append some string to the parser cache and the + sitenotice cache keys. + === New features in 1.14 === * New URL syntaxes for Special:ListUsers - 'Special:ListUsers/USER' and @@ -197,15 +199,19 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 14398) mwsuggest.js: Let width of container be configurable * (bug 15543) Only include user touched timestamp to generated CSS * (bug 15497) Removed encoding attribute from tag -* (bug 15544) Wiki not set up message (NoLocalSettings.php) now works for - non-index.php entry pages (e.g. api.php). Patch by Matt Johnston. -* (bug 12284) Special:Preferences now sets a returnto parameter on the link to Special:Userlogin. Patch by Marooned. +* (bug 12284) Special:Preferences now sets a returnto parameter on the link to + Special:Userlogin. Patch by Marooned. * Fixed the HTTP accept language string detection length in LanguageConverter.php, instead of the fixed length language codes. * Special:Recentchangeslinked no longer shows outgoing links for nonexistent pages even if there are broken link records with source article id 0 in the database * (bug 15598) Special:Newpages default limit uses user preference for recentchanges limit instead of hardcoded 50. +* (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses, + instead of hardcoding rss and atom. Patch by Juliano F. Ravasi. +* (bug 14638) Special:Blockip now provides a link to the block log if the user + has been blocked more than 10 times. Patch by Matt Johnston. +* (bug 12678) Skins don't show Upload link if the user isn't allowed to upload. === API changes in 1.14 === @@ -249,6 +255,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 15535) prop=info&inprop=protection doesn't list pre-1.10 protections if the page is also protected otherwise (1.10+ style or cascading) * list=random now has rnredirect parameter, to get random redirects. +* Added APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute + hooks which allow for extending core modules in a cleaner way +* action=protect checks for invalid protection types and levels === Languages updated in 1.14 === @@ -279,6 +288,9 @@ At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases. == Upgrading == +1.14 has several database changes since 1.13, and will not work without schema +updates. + If upgrading from before 1.11, and you are using a wiki as a commons repository, make sure that it is updated as well. Otherwise, errors may arise due to database schema changes.