From: Aaron Schulz Date: Thu, 5 Jul 2012 21:42:39 +0000 (+0000) Subject: Merge "Use Linker::getInvalidTitleDescription() to display invalid title entries... X-Git-Tag: 1.31.0-rc.0~23124 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=47c9c3aaca9afc96cd8c728d5b2ed0ea3af99b95;hp=39853ea6774694106900638d19b0d65e770b85bf;p=lhc%2Fweb%2Fwiklou.git Merge "Use Linker::getInvalidTitleDescription() to display invalid title entries in Special:Undelete." --- diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000000..fb2a42f1fd --- /dev/null +++ b/.jshintignore @@ -0,0 +1,20 @@ +# upstream libs +resources/jquery/jquery.appear.js +resources/jquery/jquery.async.js +resources/jquery/jquery.cycle.all.js +resources/jquery/jquery.cookie.js +resources/jquery/jquery.farbtastic.js +resources/jquery/jquery.form.js +resources/jquery/jquery.js +resources/jquery/jquery.json.js +resources/jquery/jquery.mockjax.js +resources/jquery/jquery.qunit.js +resources/jquery/jquery.validate.js +resources/jquery/jquery.xmldom.js +resources/jquery.effects +resources/jquery.ui +tests/jasmine/lib/jasmine-1.0.1/jasmine-html.js +tests/jasmine/lib/jasmine-1.0.1/jasmine.js + +# legacy stuff +skins/common diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000000..4e821555ef --- /dev/null +++ b/.jshintrc @@ -0,0 +1,10 @@ +{ + "predef": [ + "mediaWiki", + "jQuery", + "QUnit" + ], + "browser": true, + "smarttabs": true, + "laxbreak": true +} diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 03728e4705..c85a1c31a3 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -22,6 +22,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. path info from REQUEST_URI if it's available. * The user right 'upload_by_url' is no longer given to sysops by default. This only affects installations which have $wgAllowCopyUploads set to true. +* Removed f-prot support from $wgAntivirusSetup. === New features in 1.20 === * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists. @@ -57,6 +58,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * Edit notices can now be translated. * (bug 35680) jQuery upgraded to 1.7.2. * jQuery UI upgraded to 1.8.21. +* (bug 35705) QUnit upgraded from v1.2.0 to v1.8.0. +* (bug 37604) jquery.cookie upgraded to 2011 version. * (bug 22887) Add warning and tracking category for preprocessor errors * (bug 31704) Allow selection of associated namespace on the watchlist * (bug 5445) Now remove autoblocks when a user is unblocked. @@ -69,7 +72,6 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * New getCreator and getOldestRevision methods added to WikiPage class * (bug 4220) the XML dump format schema now have unique identity constraints for page and revision identifiers. Patch by Elvis Stansvik. -* (bug 35705) QUnit upgraded from v1.2.0 to v1.8.0. * cleanupSpam.php now can delete spam pages if --delete was specified instead of blanking them. * Added new hook ChangePasswordForm to allow adding of additional fields in Special:ChangePassword @@ -82,6 +84,12 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. tags with class "mw-watched". Instead, each line now has a class "mw-changeslist-line-watched" or "mw-changeslist-line-not-watched", and the title itself is surrounded by tags with class "mw-title". +* Added ContribsPager::reallyDoQuery hook allowing extensions to data to MyContribs +* Added new hook ParserAfterParse to allow extensions to affect parsed output + after the parse is complete but before block level processing, link holder + replacement, and so on. +* (bug 34678) Added InternalParseBeforeSanitize hook which gets called during Parser's + internalParse method just before the parser removes unwanted/dangerous HTML tags. === Bug fixes in 1.20 === * (bug 30245) Use the correct way to construct a log page title. @@ -141,6 +149,15 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. * (bug 35082) mw.util.addPortletLink incorrectly adds link to mutiple