X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=b607d29afea59030aa6c2cc9357d6b740d905a88;hb=396524f67413c69576cd84b3c29cfc1045c05718;hp=44db46ff79785cfb05078949043f14f31ae9a891;hpb=e8d7b16a8adbc4012102c8b8e3df4c1a31c39715;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 44db46ff79..b607d29afe 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * $wgAddGroups, $wgRemoveGroups - Finer control over who can assign which usergroups * $wgEnotifImpersonal, $wgEnotifUseJobQ - Bulk mail options for large sites +* $wgShowHostnames - Expose server host names through the API and HTML comments == New features since 1.10 == @@ -113,6 +114,44 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 10387) Detect and handle '.php5' extension environments at install time Patch by Edward Z. Yang. * Introduce 'ShowRawCssJs' hook; see docs/hooks.txt for more information +* (bug 10404) Show rights log for the selected user in Special:Userrights +* New javascript for upload page that will show a warning if a file with the + "destination filename" already exists. +* Add 'editsection-brackets' message to allow localization (or removal) of the + brackets in the "[edit]" link for sections +* (bug 10437) Move texvc styling to shared.css +* (bug 10438) HTML TeX formulas should not wrap +* Introduce "raw editing" mode for the watchlist, to allow bulk additions, + removals, and convenient exporting of watchlist contents +* Show "undo" links in page histories +* Option to jump to specified time period in user contributions +* Improved feedback on "rollback success" page +* Show distinct 'namespaceprotected' message to users when namespace protection + prevents page editing +* (bug 9936) Per-edit suppression of preview-on-first edit with "preview=no" +* Allow showing a one-off preview on first edit with "preview=yes" +* (bug 9151) Remove timed redirects on "Return to X" pages for accessibility. +* Link to user logs in toolbox when viewing a user page +* (bug 10508) Allow HTML attributes on +* (bug 1962) Allow HTML attributes on +* (bug 10530) Introduce optional "sp-contributions-explain" message for + additional explanation in Special:Contributions +* (bug 10520) Preview licences during upload via AJAX (toggle with + $wgAjaxLicencePreview) +* New Parser::setTransparentTagHook for parser extension and template + compatibility +* Introduced 'ContributionsToolLinks' hook; see docs/hooks.txt for more + information +* Add a message if category is empty +* Add CSS compatibility for Opera 9.5 +* Remove largely untested handheld stylesheet, which was causing more trouble + than good. Proper handheld support will be added at a future date. For now, + display should be acceptable either with CSS turned off or when using a so- + phisticated handheld browser. +* (bug 3173) Option to offer exported pages as a download, rather than displaying + inline, as in most browsers +* Pass the user as an argument to 'isValidPassword' hook callbacks; see + docs/hooks.txt for more information == Bugfixes since 1.10 == @@ -246,11 +285,39 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Fix empty message checks for message names containing & This corrects some odd behavior with sidebar items and custom namespaces containing ampersands. +* (bug 10375) Change thousands separator character to   for Latin (la) +* (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak +* (bug 10496) Fix broken DISTINCT option logic in database backend +* Fix CSS media declaration for "screen, projection"; was causing some + validation issues +* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php +* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting + the intended skin directly in the URL. +* (bug 9903) Don't mark redirects in categories as stubs +* (bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict) +* Padding parser functions now work with strings like '0' that evaluate to false +* (bug 10332) Title->userCan( 'edit' ) may return false positive +* Fix bug with in front of links for wikis where linkPrefixExtension is true +* (bug 10552) Suppress rollback link in history for single-revision pages +* (bug 10538) Gracefully handle invalid input on move success page +* Fix for Esperanto double-x-encoding in move success page +* (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+) + Now matches the selection behavior on Mozilla / Safari. + Patch by Alex Smotrov. +* Don't show non-functional toolbar buttons on Opera 7 anymore +* (bug 9151) Fix relative subpage links with section fragments +* (bug 10560) Adding a space between category letter heading and "continues" +* (bug 1629) Stop section edit links from being shoved down by other floats +* (bug 4650) Keep impossibly large/small counts off Special:Statistics +* (bug 10608) PHP notice when installing with PostgreSQL +* (bug 10615) Fix for transwiki import when CURL not available +* (bug 8054) Return search page for empty search requests with ugly URLs +* (bug 10572) Force refresh after clearing visitation timestamps on watchlist == API changes since 1.10 == -(For ongoing development discussion, see http://www.mediawiki.org/wiki/API) +Full API documentation is available at http://www.mediawiki.org/wiki/API * New properties: links, templates, images, langlinks, categories, external links @@ -284,6 +351,15 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added categorymembers list to query for pages in a category. * (bug 10260) Show page protection status * (bug 10392) Include MediaWiki version details in version output +* (bug 10411) Site language in meta=siteinfo +* (bug 10391) action=help doesn't return help if format is fancy markup +* backlinks, embeddedin and imageusage lists should use (bl|ei|iu)title parameter + instead of titles. Titles for these lists is obsolete and might stop working soon. +* Added prop=imageinfo - gets image properties and upload history +* (bug 10211) Added db server replication lag information in meta=siteinfo +* Added external url search within wiki pages (list=exturlusage) +* Added link enumeration (list=alllinks) +* Added registered users enumeration (list=allusers) == Maintenance script changes since 1.10 == @@ -292,9 +368,12 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Fix maintenance/importImages.php so it doesn't barf PHP errors when no suitable files are found, and make the list of extensions an option (defaults to $wgFileExtensions) +* Add option to maintenance/createAndPromote.php to give the user bureaucrat + permissions (--bureaucrat) == Languages updated since 1.10 == +* Afrikaans (af) * Arabic (ar) * Bulgarian (bg) * Catalan (ca) @@ -316,13 +395,17 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Kabyle (kab) * Kazakh (kk) * Kurdish (ku) +* Latin (la) * Lithuanian (lt) * Malayalam (ml) * Burmese (my) +* Dutch (nl) * Norwegian (no) * Polish (pl) +* Piedmontese (pms) * Portuguese (pt) * Romanian (ro) +* Aromanian (roa-rup) * Russian (ru) * Slovak (sk) * Slovenian (sl) @@ -331,6 +414,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Albanian (sq) * Sundanese (su) * Swedish (sv) +* Thai (th) * Tigrinya (ti) * Volapük (vo) * Old Chinese / Late Middle Chinese (zh-classical)