aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.19
Commit message (Collapse)AuthorAgeFilesLines
* Kill RELEASE-NOTES-1.19 from core. Not needed anymoreReedy2012-06-181-455/+0
| | | | Change-Id: I41df1c6201a3ad22e2d1824102eecc02be719657
* Checking out RELEASE-NOTES-1.19 from branch gerrit/REL1_19Timo Tijhof2012-05-091-27/+31
| | | | | | - File was updated inside the branch, updating master. Change-Id: Ie54e621a1ce5494d98bcd76d4c858c0ed423e581
* 36019: Revert b/25095 breaks Special:Categoriessaper2012-04-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | bug 25095: Special:Categories doesn't show first relevant item when "from" is filled" bug 36019: Special:Categories does not keep "from" parameter between list size changes This reverts commit 1a5edfa6c0584e2cdc8310f302962fd8daea31eb. This commit broke behaviour of CategoryPager inherited fromAlphabeticPager. This was actually pointed out: * https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113415#c32002 This needs to go into 1.19 as well. Conflicts: RELEASE-NOTES-1.19 Change-Id: I119160d59c4fca0d069adef60151b30d53b582a1
* Add an independent entry of the 5.0.2 mysql bump.Platonides2012-04-011-0/+1
| | | | | | Follow up r104437 Change-Id: I20d64ed20d1ecf73ad5712819ee0d5a8a3f6c111
* (bug 35565) Special:Log/patrol doesn't indicate whether patrolling was automaticMax Semenik2012-03-291-0/+2
| | | | Change-Id: Ia4d9ffcfda719fd94ac5e01f0e35c4c5823d7d72
* Same as #3715, but for master:Alexandre Emsenhuber2012-03-251-1/+3
| | | | | | * Moved the new entry to a new section "Changes since 1.19 beta 2" (did not see that the beta 2 was out) Change-Id: Id2f39240ecac47a5ac70bc668f353adbac81428a
* * (bug 35449) Removed double call to OutputPage::setRobotPolicy() in ↵Alexandre Emsenhuber2012-03-241-0/+1
| | | | | | | | | | SpecialWatchlist::execute() (the other one is hidden in SpecialPage::setHeaders()) * Special:Watchlist no longer sets links to feed when the user is anonymous I did not add a RELEASE-NOTES entry for such trivial change, but rather for the second one which is more problematic that I found while investigating the bug. Change-Id: I5ca6ccc1339ceacd98371e660d26876b6283decd
* Bring in https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114376Reedy2012-03-231-11/+14
| | | | Change-Id: I8960213bdd73ce3b0a9eaba90f621156cd0fc224
* Better bug reference for r114231.Tim Starling2012-03-201-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/114232
* Fixed a few "strip tag exposed" bugs. Tim Starling2012-03-201-0/+4
| | | | | | | | | | * Introduced Parser::killMarkers() based on the concept from StringFunctions. Used it in cases where markerStripCallback() doesn't make sense semantically, namely grammar, padleft, padright and anchorencode. Used markerStripCallback() in other cases. * Changed headline unstrip order as suggested by P.Copp on bug 18295 * In CPF::lc() and CPF::uc(), removed the is_callable(). This was a temporary testing hack committed by me in r30109, which allowed me to do differential testing against a copy of the parser from before that revision. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/114231
* follow-up r114116: move release-notesKrinkle2012-03-191-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/114121
* * (bug 35303) Make proxy and DNS blacklist blocking work againAlexandre Emsenhuber2012-03-181-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/114117
* [jquery.byteLimit] Set vars in return this.each loopKrinkle2012-03-181-0/+2
| | | | | | | | | | | * Set vars in return this.each loop. This is the defacto standard plugin structure but somehow it slipped through this one (it's a 2 line wrapper, easy to miss). * Added unit test (which failed before this commit) * Fixes: -- (bug 35294) jquery.byteLimit shouldn't set element specific variables outside the "return this.each" loop. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/114116
* Move RELEASE-NOTES after merging r111647 into 1.19 in r113933Sam Reed2012-03-151-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113934
* Bug 35051 - [Regression] If heading has a trailing space after == then its ↵Max Semenik2012-03-151-0/+2
| | | | | | | name is not preloaded into edit summary on section edit. Regression from r105380. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113922
* Fix encoding issue in r113197Roan Kattouw2012-03-141-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113857
* * (bug 34889) User name should be normalized on Special:Contributions. Fixes ↵Max Semenik2012-03-141-0/+1
| | | | | | | regression from r103751. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113819
* * (bug 34841) Fix for r103502: don't show edit links when display old page ↵Alexandre Emsenhuber2012-03-141-0/+1
| | | | | | | versions Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113816
* moved release notes for r113737 to 1.19 (a 1.19-regression fix)Krinkle2012-03-131-0/+2
| | | | | | | * Follows-up r113746 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113758
* * (bug 34887) Fix for r100138: make $3 and $4 parameters being substituted ↵Alexandre Emsenhuber2012-03-131-0/+2
| | | | | | | correctly in message "movepage-moved" Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113727
* * (bug 35152) Fix for r92924: help message for e-mail was removed from user ↵Alexandre Emsenhuber2012-03-131-0/+1
| | | | | | | preferences Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113710
* r113572 in trunk file tooRobin Pepermans2012-03-111-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113573
* release-notes (rr113415)Krinkle2012-03-091-2/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113454
* (bug 25095) Special:Categories doesn't show first relevant item when "from" ↵Max Semenik2012-03-081-0/+1
| | | | | | | is filled Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113415
* * (bug 35019) Fix for rr99942: edit summaries are no longer transformed in ↵Alexandre Emsenhuber2012-03-081-0/+1
| | | | | | | notification e-mails Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113407
* * (bug 35014) Fix for r100529: including a special page no longer sets the ↵Alexandre Emsenhuber2012-03-081-0/+4
| | | | | | | page's title to the included page Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113394
* adding note for new API functionalityRyan Kaldari2012-03-071-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113331
* Follow-up r113277: release-notesKrinkle2012-03-071-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113292
* (bug 35036) Wikipage-based ResourceLoader modules were not automatically ↵Roan Kattouw2012-03-071-0/+2
| | | | | | | | | purged as they should be when one of their messages changed. In practice, this only affected WikiLove. Also adding a documentation comment in ResourceLoaderModule to clarify that it is the subclass's responsibility to make sure message blob timestamps are taken into account Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113277
* [mw.util.tooltipAccessKeyPrefix] alt-shift for Chrome on WindowsKrinkle2012-03-071-0/+1
| | | | | | | | * Fixes: -- (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome on Windows Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113214
* MTT: r113196Krinkle2012-03-061-24/+25
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113197
* Synchronise RELEASE-NOTES-1.19Sam Reed2012-03-051-0/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/113041
* [mediawiki.action.history.diff.css] Revert 1.19 style changes back to how it ↵Krinkle2012-03-011-2/+0
| | | | | | | | | | | | | | | | | | | was in REL1_18 * After the 1.19wmf1 deployment several people have complained about various aspects of the new diff styling -- The contrast being too low in the highlighted part (darker background behind bolded text) -- The colors not being obvious perhaps (orange/blue) -- Color blind users not seeing the difference very well between the light tones of the orange and blue -- Trevor mentioned something about W3C Accessibility guidelines To play it safe for now I think we should revert these changes to the status quo, and take the next few days (or weeks) to carefully check the concerns, perhaps look at other diff tools out there for inspiration (GitHub, Gerrit, LocalWiki, ..). * Goes back to r91762 (last rev before REL1_18) -- reverting: r94429, r94461, r101147, r105280, r106884, r107127, r108975, r109932 * Re-opens bug 33335 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112750
* Release notes for added feature in r112451 which fixed bug 33952Krinkle2012-02-261-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112456
* release-notes 1.19: Mark .wikitable change as BREAKING-CHANGESKrinkle2012-02-251-2/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112400
* Bug 34604 - [mw.config] wgActionPaths should be an object instead of a ↵Krinkle2012-02-231-0/+2
| | | | | | | numeral array JavaScript Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112184
* release-notes-1.19Krinkle2012-02-231-20/+16
| | | | | | | | | | | | * Update some bug summaries to clearer versions (to lessen ambiguity as to whether it describes the removed behavior or the added one). * Removed "Some deprecated presentational html attributes will now be automatically converted to css." duplicate entry of "Most presentational html attributes like valign are now converted to inline css style rules." * Removed bug 24037, which was reverted. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112183
* (bug 34600) Older skins using useHeadElement=false were broken in 1.18 . ↵Roan Kattouw2012-02-221-0/+1
| | | | | | | Modified patch by Vitaliy Flippov Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/112152
* (bug 34420) - Special:Version should use gitAntoine Musso2012-02-161-0/+1
| | | | | | | | | | | | | | | You can test it using git init in our $IP and do a dummy commit with: git commit -a RELEASE-NOTES-1.19 Then head to Special:Version and look at the magic version number. This need a backport in REL1_19 / 1.19wmf1 since WMF is going to use git "soon" (tm). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111643
* * (bug 34377) action=watch now parses messages using the correct title ↵Alexandre Emsenhuber2012-02-131-0/+2
| | | | | | | instead of "API" Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111397
* Bug 34353 - Fix for RELEASE-NOTES-1.19: diff colors are no longer from ↵Sam Reed2012-02-131-1/+1
| | | | | | | French Wikipedia Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111372
* (bug 28936, bug 5280) Broken or invalid titles can't be removed from ↵Max Semenik2012-02-091-0/+1
| | | | | | | watchlist. Now titles are fixed or deleted, if unfixable, upon loading Special:EditWatchlist. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111085
* Followup r111006Sam Reed2012-02-091-1/+0
| | | | | | | | | Move config to 1.20 changes Move release notes for reverted bugs from 1.19 to 1.20 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111010
* (bug 31676) Group dynamically inserted CSS into a single <style> tag, ↵Roan Kattouw2012-02-091-0/+2
| | | | | | | because IE limits the number of styles it'll apply to 32 (seriously?!?). 3rd party users were complaining about IE not applying some modules' CSS when many modules were loaded; this wasn't a problem on WMF wikis as far as I know Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110988
* Fixes bug 33165 - GlobalFunctions.php line 1312: Call to a member function ↵John Du Hart2012-02-071-0/+2
| | | | | | | getText() on a non-object Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110821
* Revert r103467, r106446 (bug 24464: calling LoginAuthenticateAudit hook more ↵Chad Horohoe2012-02-061-3/+0
| | | | | | | | | | often) Pretty narrow use case isn't very well defined, and this has *felt wrong* to me since it was committed in November. Easier to pull for now rather than blocking release. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110797
* Fixed r63018: made it possible to delte half-baked images w/o descriptions, ↵Max Semenik2012-02-061-0/+1
| | | | | | | clearer error message Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110750
* Release notes for r100315Aaron Schulz2012-02-021-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110620
* (bug 34114) CSSMin::remap() doesn't respect its $embed parameter. Patch by ↵Roan Kattouw2012-02-021-0/+1
| | | | | | | Gilles van den Hoven Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110557
* Add support for loading mediawiki.util from the top by defaultKrinkle2012-01-291-0/+7
| | | | | | | | | * Introduces $wgPreloadJavaScriptMwUtil * Instead of loading mediawiki.util as base module from the bottom, now loading it from queue position "top" if $wgPreloadJavaScriptMwUtil is true. And if false it'll remain in the bottom in practice as implied by other modules loading it as a dependency (i.e. mediawiki.page.ready depends on it) * Fixes bug 33746 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/110254