X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES;h=91f5b36bad403009d9426244dd51620138d594f8;hb=6968baa98684e08120fa409babe848e8fd973617;hp=f70a36f4e478a6119ec4e73200b4a4299eb086c3;hpb=7df79a81348b1bb267cd94ba5371e9ad76deadb6;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f70a36f4e4..91f5b36bad 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -73,14 +73,20 @@ this. Was used when mwEmbed was going to be an extension. to same server * $wgSpecialVersionExtended shows the extended version information besides PHP and database version. -* $wgSecondaryGoNamespaces allows an arry of namespaces to be checked when the - GO button is pressed, in addition to the main namespace. * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainExceptions added to control which external domains may access the API via cross-site AJAX. * $wgMaintenanceScripts for extensions to add their scripts to the default list * $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) +* UserLoginForm and UserCreateForm hooks, and AuthPlugin::modifyUITemplate, now receive a + SpecialPage subclass instead of a QuickTemplate subclass. Hence there is no + $template->set(), etc. The hook has access to most of the stuff that will go into the + Login/Create form; see the documentation on HTMLForm for syntax for extra fields. +* LoginForm class is deprecated, its state constants are now in the Login class. === New features in 1.16 === @@ -138,7 +144,6 @@ this. Was used when mwEmbed was going to be an extension. * Added a feature to allow per-article process pool size control for the parsing task, to limit resource usage when the cache for a heavily-viewed article is invalidated. Requires an external daemon. -* Leading > is now syntax for
. * (bug 19576) Moved the id attribues from the anchors accompanying section headers to the elements within the section headers, removing the redundant anchor elements. @@ -153,11 +158,8 @@ this. Was used when mwEmbed was going to be an extension. * If config/ directory is not executable, the command to make it executable now asks the user to cd to the correct directory * Add experimental new external authentication framework, ExternalAuth -* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup * (bug 18768) Remove AdminSettings requirements. Maintenance environment will still load it if it exists, but it's not required for anything -* Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked - when the Go button is pressed in addition to the main namespace. * (bug 19900) The "listgrouprights-key" message is now wrapped in a div with class "mw-listgrouprights-key" * (bug 471) Allow RSS feeds for watchlist, using an opt-in security token @@ -200,6 +202,19 @@ this. Was used when mwEmbed was going to be an extension. criteria used by Special:Random and subclasses, or substitute a custom result, deprecating the $wgExtraRandompageSQL config variable * (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. +* (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before file is streamed to user, but only when using img_auth +* 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 fixes in 1.16 === @@ -352,13 +367,9 @@ this. Was used when mwEmbed was going to be an extension. * (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 users who can't edit them -* (bug 15745) The edit summary link parser now handles mismatched brackets - better * (bug 19839) Comments in log items are no more double escaped * (bug 18161) Fix inconsistent separators in watchlist link toolbars with "enhanced recent changes" -* (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks - target page * (bug 16877) Moving a page over a redirect no longer leaves an orphan entry in the recentchanges table * (bug 16009) Limit selection forms based on Pager now links to the correct page @@ -377,8 +388,6 @@ this. Was used when mwEmbed was going to be an extension. * (bugs 18407, 18409) Special:Upload is now listed on Special:Specialpages only if uploads are enabled and the user can access it * (bug 17988) Spaces before [[Category:]] links are no longer ignored -* (bug 19392) Favicon, apple-touch-icon links matching the defaults are no - longer sent * (bug 19957) All known-failing tests now marked disabled; added --run-disabled option to parser test suite to run disabled tests if desired. * (bug 16311) Make recent change flags (n/m/b) s instead of s @@ -418,9 +427,53 @@ this. Was used when mwEmbed was going to be an extension. * (bug 15248) Non-breaking spaces and certain other Unicode space characters are now normalized to ordinary spaces in titles; if your wiki has existing titles with such characters, run cleanupTitles.php and/or cleanupImages.php +* (bug 11143) Links containing invalid UTF-8 percent-code sequences are now + cleanly disabled instead of breaking parsing entirely on PHP 5.2. * (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 + enabled +* (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks + target page +* (bug 20365) Page name with with c/g/h/j/s/u + x are now correctly handled in + Special:MovePage with Esperanto as content language +* (bug 20364) Fixed regression in GIF metadata loading +* (bug 20299) MediaWiki:Move-subpages and MediaWiki:Move-talk-subpages can now + use wikitext +* (bug 15475) DatabaseBase::setFlag(), DatabaseBase::clearFlag() and + DatabaseBase::getFlag() now have documentation +* (bug 19966) MediaWiki:License-header is now used for the licensing header in + the file description page instead of MediaWiki:License +* (bug 20380) Links to history/deleted edits at the top of + Special:RevisionDelete are no more displayed when when doing log suppression +* (bug 8143) Localised parser function names are now correctly case insensitive + 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 == API changes in 1.16 == @@ -472,6 +525,8 @@ this. Was used when mwEmbed was going to be an extension. * (bug 19907) $wgCrossSiteAJAXdomains added to allow specified (or all) external domains to access api.php via AJAX, if the browser supports the Access-Control-Allow-Origin HTTP header +* (bug 19999) Made metadata and properties of search results optional. Added + srprop and srinfo. === Languages updated in 1.16 === @@ -482,6 +537,10 @@ changes to languages because of MediaZilla reports. * Lower Silesian (sli) (new) * Picard (pcd) (new) * Uyghur (Arabic script) (ug-arab) (new) +* Eastern Yiddish (ydd) (removed) +* Iriga Bicolano (bto) (removed) +* Palembang (plm) (removed) +* Tamazight (tzm) (removed) * (bug 18474) Sorani (ckb - Central Kurdish) (renamed from ku-arab) * Add PLURAL function for Scots Gaelic (gd)