aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.19
Commit message (Collapse)AuthorAgeFilesLines
* Remove RELEASE-NOTES-1.19 from r108145, moved to 1.18 in r108629Sam Reed2012-01-111-3/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108630
* Kill bug 25355 RELEASE-NOTES-1.19 from r92703 as moved to 1.18 in r108620Sam Reed2012-01-111-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108621
* Revert r102624, r104262 (user display name stuff). Per CR there isn't ↵Chad Horohoe2012-01-111-2/+0
| | | | | | | consensus on this yet. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108581
* [Skin] Add CSS hook for action ("action-.." class on body)Krinkle2012-01-081-0/+1
| | | | | | | | | | | | * Fixes bug 4438 * Depends on r108342. See also r108343 which did a similar thing for mw.config wgAction Previously attempted in r91871, which was reverted in r94131. Added in OutputPage instead of Skin::getPageClasses, as this is not directly page nor skin related. It also ensures independency from skins, this CSS class should be always available so that it can be relied on by the front-end. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108345
* release notes for r108343Krinkle2012-01-081-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108344
* Remove action=history from submit on HistoryActionKrinkle2012-01-081-0/+1
| | | | | | | | | | * Not needed, and not used. Is internally converted to "view" as much as possible. * Fixes bug 33587 * See also https://bugzilla.wikimedia.org/show_bug.cgi?id=25800#c6 * Other diff links from MediaWiki don't do this either Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108341
* Add tooltip/accesskey to EditWatchlistKrinkle2012-01-061-0/+1
| | | | | | | * Fixes bug 33565 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108262
* release-notes: remove notes for r108203; adding new ones for r108230Krinkle2012-01-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108259
* (bug 29309) allow CSS class per tooltip (tipsy)Antoine Musso2012-01-061-0/+1
| | | | | | | | | | | | Let us use the new "className" upstream option to add a class per tooltip. Partial merges of upstreams changes: - 602f2fe5 Per-tooltip classes - f5563566 Helper function for call or return idiom Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108244
* Use mw.jqueryMsg parser for message parsing to support PLURAL and GENDERSanthosh Thottingal2012-01-061-0/+1
| | | | | | | | | | Follow up r107556 and based on the discussions on wikitech-l about this. mediawiki.jqueryMsg is now loaded always. mw.msg uses the parser if required. Add qunit test cases. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108203
* Make sure that if we fail to read the App13 (iptc) block of a JPG file, that ↵Brian Wolff2012-01-051-0/+2
| | | | | | | that doesn't block other metadata from being read. Also makes sure if more then one app13 block is in the file, they are all read, not just the last one that appears in the file (This required some changes to tests since before the intermediate value was just one value, now its an array of all such blocks) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108183
* For new 'export all' feature, cleanup whitepspace, remove redundant check, ↵Greg Sabino Mullane2012-01-051-0/+1
| | | | | | | add documentation. Bug 10574y Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108151
* (bug 33456) show $wgQueryCacheLimit on cached query pages, so users know ↵Brian Wolff2012-01-051-0/+1
| | | | | | | that the results are artificially cut off, and its not just that there is only 1000 wanted files (or whatever else) on the wiki. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108147
* (bug 33321. Sort of) Adding a line to MediaWiki:Sidebar that contains a ↵Brian Wolff2012-01-051-0/+3
| | | | | | | | | | | | | | | pipe, but doesn't have any pipes after being transformed by MessageCache, causes exception on all pages. This can happen with lines like: **{{#if:yes|Something}} Thank you to liangent for figuring out how to escape a | without {{!}} existing and | not working. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108145
* Tidy up/rearrange RELEASE-NOTES-1.19 slightlySam Reed2012-01-041-16/+16
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108088
* * (bug 33525) clearTagHooks doesn't clear function hooks.Sam Reed2012-01-041-0/+2
| | | | | | | | | * (bug 33523) Function tag hooks don't appear on Special:Version. Patches by Nikola Kovacs Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108087
* Made installer not install on SQLite less than 3.3.7, would prevent stuff ↵Max Semenik2012-01-041-2/+2
| | | | | | | like bug 25746. Also, threw MSSQL out of release notes - it can't be installed through the usual means. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108009
* revert r107006Antoine Musso2012-01-041-1/+0
| | | | | | | | | (bug 23427) Introduced {{PAGEID}} variable to expose page.page_id [patch by Waldir] Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/108002
* Revert r107773 - increases parsercache fragmentation without clear benefitBrion Vibber2012-01-031-2/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107941
* merge JSTesting branch into trunkAntoine Musso2012-01-031-0/+3
| | | | | | | | | | | | | | Changed written by Timo and reviewed by Hashar. This should be harmless. To enable the feature: $wgEnableJavaScriptTest = true; Then head to: [[Special:JavaScriptTest/qunit]] Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107919
* * (bug 27724) Add timestamp to job queue.Sam Reed2012-01-031-2/+3
| | | | | | | | | Designed for administration purposes, not to be exposed to front end users Useful for administration purposes (like WMF with job runners), we can look at the "highest" jobs, and find out whether enwiki is just busy, or the jobs have been there a while (signalling that the job runners potentially have issues) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107886
* Bug 33482 - Api incorrectly calls ApiBase::parseMultiValue if allowed values ↵John Du Hart2012-01-031-0/+2
| | | | | | | | | is given as an array Simply means that if you have an array of acceptable values and you only accept one at a time, you can have pipes in the allowed values. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107876
* Add RequestContextCreateSkin hook to allow extensions to override the ↵Daniel Friesen2012-01-031-0/+2
| | | | | | | loading of skins. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107860
* Revert r107042 (bug 32219, make InstantCommons protocol-relative) and do it ↵Chad Horohoe2012-01-021-0/+2
| | | | | | | | | properly + release notes. apibase is used for fetching content from the server as well as determining description pages, so should use a full-qualified protocol when the site's in https. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107833
* (Half of bug 33454) The week based year number (format char 'o') was being ↵Brian Wolff2012-01-021-0/+2
| | | | | | | | | calculated based on server timezone instead of UTC in sprintfDate. [follow-up r45208] This would cause a couple incorrect results on new years day. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107806
* (bug 31719) Revert r107359 and apply a proper solution for entity expansion ↵Tim Starling2012-01-021-1/+2
| | | | | | | in SVGs. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107793
* * (bug 32686) Tooltip on links to non-existing pages are now always in ↵Alexandre Emsenhuber2012-01-011-1/+2
| | | | | | | | | | | user's language Fixed this by "abusing" of the $options parameter of Linker::link() to pass the Language object (as we did for wfMsgExt()), has the two following advantages: * The tooltip is displayed in the requested language instead of depending on $wgLang * The usage of the Language object is detected in the ParserOptions, thus the parser cache key will not have "*" for the language Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107773
* (bug 33447) Link to the broken image tracking category from Special:WantedfilesBrian Wolff2012-01-011-0/+1
| | | | | | | Also add a note about how if you use a foreign repo, you're going to get plenty false positives. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107770
* RELEASE-NOTES-1.19 to go with formatSize/formatBitrate workSam Reed2011-12-311-1/+3
| | | | | | | | * (bug 33014) Language::formatSize()/formatBitrate() should be able to deal with larger numbers (tera-yotta). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107752
* * more specific selectors for wikitable - don't inherit properties to nested ↵Danny B2011-12-301-0/+2
| | | | | | | | | | tables which causes various rendering issues ** (bug 30485) Hieroglyphs look scary if embedded in tables with class="wikitable" ** (bug 33434) math extension: integral expressions display with boxes/frames/borders Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107669
* (bug 31469) Make sure tracking category messages expand variables likeBrian Wolff2011-12-301-0/+3
| | | | | | | | | | | {{NAMESPACE}} relative to the Title of the currently being parsed page. Basically wfMsgForContent expands messages with wrong title while doing linksupdate stuff via job queue. For the broken file tracking category (r86534),Wikipedia folk want to sort the page into different categories based on namespace, and for some namespaces not categorize them at all (After all, a broken file link in a talk namespace is often not a bad thing). Anyhow, explicitly set the title object for the message using wfMessage. There's probably deeper issues here in regards to why wfMsg et al is using wrong title, but this should fix the immediate issue. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107623
* * (bug 32702) Fix for r82273: readded Skin::makeGlobalVariablesScript() for ↵Alexandre Emsenhuber2011-12-291-0/+2
| | | | | | | backward compatibility and marked it as deprecated Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107595
* Revert r107556 based on the discussion.Santhosh Thottingal2011-12-291-2/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107571
* Use jqueryMsg wikitext parser to parse interface messages at client side. ↵Santhosh Thottingal2011-12-291-0/+2
| | | | | | | Support for PLURAL in javascript. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107556
* Move embedded ResourceLoader modules to the <head>Krinkle2011-12-281-0/+2
| | | | | | | | | * Embed "private" ResourceLoader modules in the <head> before the first loader link, instead of in the <body> after the last loader link * Wow, was in the opposite place where it should've been :D * Fixes bug 30914 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107534
* Revert the fix for bug 32858 (r105664, r105161, r103476): no consensus, ↵Tim Starling2011-12-271-2/+0
| | | | | | | backwards compatibility issues not addressed (e.g. {{selfsubst/now string}}) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107449
* Re-instate most of the revisions for bug 33147 "API examples should explain ↵Sam Reed2011-12-271-0/+1
| | | | | | | | | | | what they do" Using this to sync up my working copies Should have the little niggles tidied up though Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107393
* (bug 31719) Apply Derk-Jan Hartman's patch to make '&ns_svg;' considered a ↵Brian Wolff2011-12-271-0/+1
| | | | | | | | | namespace for svg files. Work around issue where entities not expanded by our SVGMetadataReader. I'm leaving the bug open, since I'm not sure if this is a proper fix, but I think its significantly better than the current situation. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107359
* [Core JS] Remove long deprecated globals 'ta' and 'akeytt'Krinkle2011-12-261-1/+7
| | | | | | | | | * Not used anywhere in ./phase3/ * Not used anywhere in ./extensions/ * Deprecated in MediaWiki 1.16 according to HISTORY Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107329
* Note to self: pressing save before commiting is really a good idea.Alexandre Emsenhuber2011-12-261-0/+2
| | | | | | | Follow-up r107319. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107320
* Bye, bye $wgExtensionAliasesFiles (deprecated in 1.16).Siebrand Mazeland2011-12-251-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107299
* * (bug 33367) Gendered namespaces for CzechNiklas Laxström2011-12-251-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107270
* Fix incorrect encoding in RELEASE-NOTES-1.19 from r107258.Siebrand Mazeland2011-12-251-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107262
* Rename no to nb (step 2/4): Rename MessagesNo.php to MessagesNb.php and ↵Siebrand Mazeland2011-12-251-0/+1
| | | | | | | update Names.php and RELEASE-NOTES-1.19. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107258
* rephrase r106992 release notesKrinkle2011-12-221-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107119
* remove bug 31921 from 1.19 RNAntoine Musso2011-12-221-2/+0
| | | | | | | | Fix was merged in REL1_18 by r107046 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107047
* * (bug 23427) Introduced {{PAGEID}} variable to expose page.page_id [patch ↵Danny B2011-12-211-0/+1
| | | | | | | by Waldir] Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107006
* [Core JS] mw.util.addCSS: Insert style tag into dom before setting cssTextKrinkle2011-12-211-0/+2
| | | | | | | * Fixes bug 33305 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/106992
* (bug 33246) News icon shown for news:// URLs but not for news: URLs. Patch ↵Roan Kattouw2011-12-211-0/+1
| | | | | | | by Erwin Dokter Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/106964
* Release notes for r105645.Tim Starling2011-12-211-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/106929