aboutsummaryrefslogtreecommitdiffstats
path: root/resources/mediawiki
Commit message (Expand)AuthorAgeFilesLines
* Followup r108231, remove useless _thisRoan Kattouw2012-01-061-2/+1
* Followup r108184: fix loading in Opera. Before, Opera would only begin to ren...Roan Kattouw2012-01-061-5/+14
* Fix broken oldParser call in r108230Roan Kattouw2012-01-061-1/+2
* Fix up r108203: just loading mw.jqueryMsg in the bottom queue, then assuming ...Roan Kattouw2012-01-062-16/+45
* Use mw.jqueryMsg parser for message parsing to support PLURAL and GENDERSanthosh Thottingal2012-01-061-16/+20
* ResourceLoader: Add an experimental option to move the main module loading qu...Roan Kattouw2012-01-051-6/+26
* [mediawiki.loader] fix numerous bugs and edge cases discovered with Roan on E...Krinkle2012-01-051-36/+47
* [mediawiki.debug] add implied semi-colonKrinkle2012-01-041-1/+1
* [mediawiki.debug] display: inline-block; work-around for in IE7Krinkle2012-01-041-1/+4
* [jquery.footHovzer] new plugin for mw-log-console and mw-debug-toolbarKrinkle2012-01-043-20/+25
* Fix unused parameter from r107350Krinkle2012-01-041-4/+2
* Followup r107862John Du Hart2012-01-031-0/+4
* Implemented console panel in debug toolbarJohn Du Hart2012-01-032-1/+93
* Parser can take mw.user too along with male, female for {{gender:$1|..}}Santhosh Thottingal2012-01-021-2/+8
* Make mw.jqueryMsg understand gender.Santhosh Thottingal2012-01-021-1/+12
* [mediawiki.api] Fix typo that was made consistently.Krinkle2012-01-011-4/+4
* [mediawiki.debug] attempt at fixing off-screen mega wide cells for some queries.Krinkle2011-12-302-0/+9
* [mediawiki.debug] highlight current pane and stylingKrinkle2011-12-302-80/+110
* [mediawiki.debug] apply code conventionsKrinkle2011-12-292-56/+64
* Revert r107556 based on the discussion.Santhosh Thottingal2011-12-291-3/+8
* Use jqueryMsg wikitext parser to parse interface messages at client side. Sup...Santhosh Thottingal2011-12-291-8/+3
* Reverting r107496, r107497Sam Reed2011-12-281-0/+242
* Move mediawiki.feedback.js to "Feedback" extensionSam Reed2011-12-281-242/+0
* [mediawiki.js] function orderKrinkle2011-12-271-103/+103
* [mediawiki.js] use simple IIFE closure with object literalKrinkle2011-12-271-1031/+1042
* [mediawiki.js] code quality and clean upKrinkle2011-12-271-138/+165
* [mediawiki.js] Always pass error info to error callbacks in mw.loaderKrinkle2011-12-271-2/+3
* [mediawiki.action.watch.ajax.js] Rewrite using mw.Api and fixes bug 27146Krinkle2011-12-271-4/+4
* @since for r107350Krinkle2011-12-271-0/+1
* [mediawiki.api] write mediawiki.api.watch moduleKrinkle2011-12-273-3/+63
* typo; follows-up r107289Krinkle2011-12-251-1/+1
* [Core JS] Clean up and optimization mediawiki.utilKrinkle2011-12-251-59/+43
* [mediawiki.api] bug fixesKrinkle2011-12-213-5/+5
* [mediawiki.api] clean upKrinkle2011-12-215-256/+271
* [Core JS] mw.util.addCSS: Insert style tag into dom before setting cssTextKrinkle2011-12-211-1/+2
* [Core JS] Applying conventions to mw.utilKrinkle2011-12-211-43/+59
* Correct the error dialog display.Santhosh Thottingal2011-12-201-2/+6
* Remove trailing whitespace and a few superfluous empty lines.Siebrand Mazeland2011-12-201-50/+44
* Followup r105122 & r105123, fixes and improvements per CRJohn Du Hart2011-12-151-74/+123
* put bugzilla link and description into one string (description of form closer...Neil Kandalgaonkar2011-12-151-4/+4
* add bug reports to feedbackNeil Kandalgaonkar2011-12-141-22/+69
* change args for feedback and api -- all optional, in array.Neil Kandalgaonkar2011-12-132-11/+31
* moved language library to core mediawiki.jqueryMsgNeil Kandalgaonkar2011-12-132-0/+724
* add jquery messages to core, config mediawiki.feedback to use it correctlyNeil Kandalgaonkar2011-12-131-7/+7
* feedback - move messages, etc from uploadwizard to coreNeil Kandalgaonkar2011-12-121-17/+62
* fix bug #32979 gM() -> mw.msg()Neil Kandalgaonkar2011-12-121-6/+6
* add JS api, feedback libs from UW into core.Neil Kandalgaonkar2011-12-096-0/+646
* add guaranteed-to-be-undefined undefined to mw objectNeil Kandalgaonkar2011-12-091-1/+1
* mediawiki.user.js comment fixKrinkle2011-12-051-1/+1
* Adding new debugging toolbarJohn Du Hart2011-12-042-0/+319