| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup r108231, remove useless _this | Roan Kattouw | 2012-01-06 | 1 | -2/+1 |
* | Followup r108184: fix loading in Opera. Before, Opera would only begin to ren... | Roan Kattouw | 2012-01-06 | 1 | -5/+14 |
* | Fix broken oldParser call in r108230 | Roan Kattouw | 2012-01-06 | 1 | -1/+2 |
* | Fix up r108203: just loading mw.jqueryMsg in the bottom queue, then assuming ... | Roan Kattouw | 2012-01-06 | 2 | -16/+45 |
* | Use mw.jqueryMsg parser for message parsing to support PLURAL and GENDER | Santhosh Thottingal | 2012-01-06 | 1 | -16/+20 |
* | ResourceLoader: Add an experimental option to move the main module loading qu... | Roan Kattouw | 2012-01-05 | 1 | -6/+26 |
* | [mediawiki.loader] fix numerous bugs and edge cases discovered with Roan on E... | Krinkle | 2012-01-05 | 1 | -36/+47 |
* | [mediawiki.debug] add implied semi-colon | Krinkle | 2012-01-04 | 1 | -1/+1 |
* | [mediawiki.debug] display: inline-block; work-around for in IE7 | Krinkle | 2012-01-04 | 1 | -1/+4 |
* | [jquery.footHovzer] new plugin for mw-log-console and mw-debug-toolbar | Krinkle | 2012-01-04 | 3 | -20/+25 |
* | Fix unused parameter from r107350 | Krinkle | 2012-01-04 | 1 | -4/+2 |
* | Followup r107862 | John Du Hart | 2012-01-03 | 1 | -0/+4 |
* | Implemented console panel in debug toolbar | John Du Hart | 2012-01-03 | 2 | -1/+93 |
* | Parser can take mw.user too along with male, female for {{gender:$1|..}} | Santhosh Thottingal | 2012-01-02 | 1 | -2/+8 |
* | Make mw.jqueryMsg understand gender. | Santhosh Thottingal | 2012-01-02 | 1 | -1/+12 |
* | [mediawiki.api] Fix typo that was made consistently. | Krinkle | 2012-01-01 | 1 | -4/+4 |
* | [mediawiki.debug] attempt at fixing off-screen mega wide cells for some queries. | Krinkle | 2011-12-30 | 2 | -0/+9 |
* | [mediawiki.debug] highlight current pane and styling | Krinkle | 2011-12-30 | 2 | -80/+110 |
* | [mediawiki.debug] apply code conventions | Krinkle | 2011-12-29 | 2 | -56/+64 |
* | Revert r107556 based on the discussion. | Santhosh Thottingal | 2011-12-29 | 1 | -3/+8 |
* | Use jqueryMsg wikitext parser to parse interface messages at client side. Sup... | Santhosh Thottingal | 2011-12-29 | 1 | -8/+3 |
* | Reverting r107496, r107497 | Sam Reed | 2011-12-28 | 1 | -0/+242 |
* | Move mediawiki.feedback.js to "Feedback" extension | Sam Reed | 2011-12-28 | 1 | -242/+0 |
* | [mediawiki.js] function order | Krinkle | 2011-12-27 | 1 | -103/+103 |
* | [mediawiki.js] use simple IIFE closure with object literal | Krinkle | 2011-12-27 | 1 | -1031/+1042 |
* | [mediawiki.js] code quality and clean up | Krinkle | 2011-12-27 | 1 | -138/+165 |
* | [mediawiki.js] Always pass error info to error callbacks in mw.loader | Krinkle | 2011-12-27 | 1 | -2/+3 |
* | [mediawiki.action.watch.ajax.js] Rewrite using mw.Api and fixes bug 27146 | Krinkle | 2011-12-27 | 1 | -4/+4 |
* | @since for r107350 | Krinkle | 2011-12-27 | 1 | -0/+1 |
* | [mediawiki.api] write mediawiki.api.watch module | Krinkle | 2011-12-27 | 3 | -3/+63 |
* | typo; follows-up r107289 | Krinkle | 2011-12-25 | 1 | -1/+1 |
* | [Core JS] Clean up and optimization mediawiki.util | Krinkle | 2011-12-25 | 1 | -59/+43 |
* | [mediawiki.api] bug fixes | Krinkle | 2011-12-21 | 3 | -5/+5 |
* | [mediawiki.api] clean up | Krinkle | 2011-12-21 | 5 | -256/+271 |
* | [Core JS] mw.util.addCSS: Insert style tag into dom before setting cssText | Krinkle | 2011-12-21 | 1 | -1/+2 |
* | [Core JS] Applying conventions to mw.util | Krinkle | 2011-12-21 | 1 | -43/+59 |
* | Correct the error dialog display. | Santhosh Thottingal | 2011-12-20 | 1 | -2/+6 |
* | Remove trailing whitespace and a few superfluous empty lines. | Siebrand Mazeland | 2011-12-20 | 1 | -50/+44 |
* | Followup r105122 & r105123, fixes and improvements per CR | John Du Hart | 2011-12-15 | 1 | -74/+123 |
* | put bugzilla link and description into one string (description of form closer... | Neil Kandalgaonkar | 2011-12-15 | 1 | -4/+4 |
* | add bug reports to feedback | Neil Kandalgaonkar | 2011-12-14 | 1 | -22/+69 |
* | change args for feedback and api -- all optional, in array. | Neil Kandalgaonkar | 2011-12-13 | 2 | -11/+31 |
* | moved language library to core mediawiki.jqueryMsg | Neil Kandalgaonkar | 2011-12-13 | 2 | -0/+724 |
* | add jquery messages to core, config mediawiki.feedback to use it correctly | Neil Kandalgaonkar | 2011-12-13 | 1 | -7/+7 |
* | feedback - move messages, etc from uploadwizard to core | Neil Kandalgaonkar | 2011-12-12 | 1 | -17/+62 |
* | fix bug #32979 gM() -> mw.msg() | Neil Kandalgaonkar | 2011-12-12 | 1 | -6/+6 |
* | add JS api, feedback libs from UW into core. | Neil Kandalgaonkar | 2011-12-09 | 6 | -0/+646 |
* | add guaranteed-to-be-undefined undefined to mw object | Neil Kandalgaonkar | 2011-12-09 | 1 | -1/+1 |
* | mediawiki.user.js comment fix | Krinkle | 2011-12-05 | 1 | -1/+1 |
* | Adding new debugging toolbar | John Du Hart | 2011-12-04 | 2 | -0/+319 |