X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES;h=e5cee933cd2073cd123ad3289473b22d6caf9f25;hb=d732e4df25af8df7e01cbb9fcebfeb7d5ccd6fcb;hp=6cd34ecf1c8f75ad72cc20ff513a9ef29e4946cc;hpb=c540f66c12bba0fe517c1ab2b3502dc819f81d91;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6cd34ecf1c..e5cee933cd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -80,12 +80,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN similarly to the category namespace. * $wgEnableSorbs renamed to $wgDnsBlacklistUrls ($wgEnableSorbs kept for backward compatibility) -* $wgUploadNavigationUrl now also affects images inline images that do not - exist. In that case the URL will get (?|&)wpDestFile= appended to +* $wgUploadNavigationUrl now also affects images inline images that do not + exist. In that case the URL will get (?|&)wpDestFile= appended to it as appropriate. * If $wgLocaltimezone is null, use the server's timezone as the default for signatures. This was always the behaviour documented in DefaultSettings.php - but has not been the actual behaviour for some time: instead, UTC was used + but has not been the actual behaviour for some time: instead, UTC was used by default. * Added $wgExtensionAssetsPath, to decouple assets serving from $wgScriptPath. If not specified it will default to $wgScriptPath/extensions @@ -94,10 +94,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added $wgAdvertisedFeedTypes to decide what feed types (RSS, Atom, both, or neither) MediaWiki advertises. Default is array( 'atom' ), so RSS is no longer advertised by default (but it still works). -* Added $wgMemCachedTimeout, controls how long to wait for data from the +* Added $wgMemCachedTimeout, controls how long to wait for data from the memcached servers. * New configuration variables $wgDebugTimestamps and $wgDebugPrintHttpHeaders for controlling debug output. +* New $wgBlockDisablesLogin when set to true disallows blocked users from + logging in. === New features in 1.16 === @@ -297,8 +299,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 19791) Add URL of file source as comment to thumbs (for ImageMagick) * (bug 21946) Sorted wikitables do not properly handle minus signs * (bug 18885) Red links for media files do not support shared repositories -* Added $wgFixArabicUnicode, to convert deprecated presentation forms in - Arabic text to their modern equivalents, and $wgFixMalayalamUnicode, to +* Added $wgFixArabicUnicode, to convert deprecated presentation forms in + Arabic text to their modern equivalents, and $wgFixMalayalamUnicode, to convert ZWJ-based chillu sequences in Malayalam text to their Unicode 5.1 equivalents. * (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now @@ -312,6 +314,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN restrict/expand it. * (bug 21936) When a revision has been patrolled, there's now a link back to the article +* (bug 22315) SpecialRecentChangesQuery hook now pass $query_options and checks + the return value +* Separate unit test suites under t/ and tests/ were merged and moved to + maintenance/tests/. === Bug fixes in 1.16 === @@ -678,10 +684,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN only displayed to the users that have "editinterface" right * (bug 21740) Attempting to protect a page that doesn't exist (salting) returns "unknown error" -* (bug 18762) both redirects and links get fixed one after another if +* (bug 18762) both redirects and links get fixed one after another if redirects-only switch is not present * (bug 20159) thumbnails rerendered if older that $wgThumbnailEpoch -* Fixed a bug which in some situations causes the job queue to grow forever, +* Fixed a bug which in some situations causes the job queue to grow forever, due to an infinite loop of job requeues. * (bug 21523) File that can have multiple pages (djvu, pdf, ...) no longer have the page selector when they have only one page @@ -718,12 +724,19 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 19226) First line renders differently on many UI messages. * (bug 21303) Comments are no longer stripped from MediaWiki:Common.js and skin-specific JS pages -* (bug 5061) Use the more precise thumbcaption thumbimage and thumbinner classes +* (bug 5061) Use the more precise thumbcaption thumbimage and thumbinner classes for image divs. -* (bug 22096) IE50Fixes.css and IE55Fixes.css have been dropped from the Monobook +* (bug 22096) IE50Fixes.css and IE55Fixes.css have been dropped from the Monobook and Chick skins * Fixed bug involving unclosed "-{" markup in the language converter * (bug 21870) No longer include Google logo from an external server on wiki error. +* (bug 22181) Do not truncate if the ellipsis actually make the string longer +* (bug 16039) Text disappearing after a bad image +* (bug 18784) Internal links like [[File:Foo|caption]] should read 'caption', + not 'File:Foo' when Foo is not an image +* (bug 21518) Special:UserRights no longer displays the user name box for users + that can only change their rights +* (bug 21593) Special:UserRights now lists automatic groups membership == API changes in 1.16 == @@ -794,8 +807,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 21441) meta=userinfo&uiprop=options no longer returns default options for logged-in users under certain circumstances * (bug 21945) Add chomp control in YAML -* Expand the thumburl to an absolute url to make it consistent with url and - descriptionurl +* Expand the thumburl to an absolute url to make it consistent with url and + descriptionurl * (bug 20233) ApiLogin::execute() doesn't handle LoginForm :: RESET_PASS * (bug 22061) API: add prop=headitems to action=parse * (bug 22240) API: include time in siteinfo @@ -804,6 +817,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 22248) Output extension URLs in meta=siteinfo&siprop=extensions * Support key-params arrays in 'descriptionmsg' in meta=siteinfo&siprop=extensions * (bug 21922) YAML output should quote asterisk when used as key +* (bug 22297) safesubst: to allow substitution without breaking transclusion +* (bug 18758) API read of watchlist's wl_notificationtimestamp +* (bug 20809) Expose EditFormPreloadText via the API +* (bug 18427) Comment (edit summary) parser option for API === Languages updated in 1.16 === @@ -822,6 +839,7 @@ changes to languages because of MediaZilla reports. * Lower Silesian (sli) (new) * Picard (pcd) (new) * Uyghur (Arabic script) (ug-arab) (new) +* Upper Franconian (vmf) (new) * Votic (vot) (new) * Eastern Yiddish (ydd) (removed) * Iriga Bicolano (bto) (removed) @@ -851,11 +869,7 @@ changes to languages because of MediaZilla reports. == Compatibility == -MediaWiki 1.16 requires PHP 5 (5.2 recommended). PHP 4 is no longer supported. - -PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing: -http://bugs.php.net/bug.php?id=34879 -Upgrade affected systems to PHP 5.1 or higher. +MediaWiki 1.16 requires PHP 5.1 (5.2 recommended). PHP 4 is no longer supported. MySQL 3.23.x is no longer supported; some older hosts may need to upgrade. At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.