Cleanup the convertPLural method for Lithuanian(lt)
[lhc/web/wiklou.git] / resources / mediawiki /
2012-01-06 Roan KattouwFollowup r108231, remove useless _this
2012-01-06 Roan KattouwFollowup r108184: fix loading in Opera. Before, Opera...
2012-01-06 Roan KattouwFix broken oldParser call in r108230
2012-01-06 Roan KattouwFix up r108203: just loading mw.jqueryMsg in the bottom...
2012-01-06 Santhosh ThottingalUse mw.jqueryMsg parser for message parsing to support...
2012-01-05 Roan KattouwResourceLoader: Add an experimental option to move...
2012-01-05 Krinkle[mediawiki.loader] fix numerous bugs and edge cases...
2012-01-04 Krinkle[mediawiki.debug] add implied semi-colon
2012-01-04 Krinkle[mediawiki.debug] display: inline-block; work-around...
2012-01-04 Krinkle[jquery.footHovzer] new plugin for mw-log-console and...
2012-01-04 KrinkleFix unused parameter from r107350
2012-01-03 John Du HartFollowup r107862
2012-01-03 John Du HartImplemented console panel in debug toolbar
2012-01-02 Santhosh ThottingalParser can take mw.user too along with male, female...
2012-01-02 Santhosh ThottingalMake mw.jqueryMsg understand gender.
2012-01-01 Krinkle[mediawiki.api] Fix typo that was made consistently.
2011-12-30 Krinkle[mediawiki.debug] attempt at fixing off-screen mega...
2011-12-30 Krinkle[mediawiki.debug] highlight current pane and styling
2011-12-29 Krinkle[mediawiki.debug] apply code conventions
2011-12-29 Santhosh ThottingalRevert r107556 based on the discussion.
2011-12-29 Santhosh ThottingalUse jqueryMsg wikitext parser to parse interface messag...
2011-12-28 Sam ReedReverting r107496, r107497
2011-12-28 Sam ReedMove mediawiki.feedback.js to "Feedback" extension
2011-12-27 Krinkle[mediawiki.js] function order
2011-12-27 Krinkle[mediawiki.js] use simple IIFE closure with object...
2011-12-27 Krinkle[mediawiki.js] code quality and clean up
2011-12-27 Krinkle[mediawiki.js] Always pass error info to error callback...
2011-12-27 Krinkle[mediawiki.action.watch.ajax.js] Rewrite using mw.Api...
2011-12-27 Krinkle@since for r107350
2011-12-27 Krinkle[mediawiki.api] write mediawiki.api.watch module
2011-12-25 Krinkletypo; follows-up r107289
2011-12-25 Krinkle[Core JS] Clean up and optimization mediawiki.util
2011-12-21 Krinkle[mediawiki.api] bug fixes
2011-12-21 Krinkle[mediawiki.api] clean up
2011-12-21 Krinkle[Core JS] mw.util.addCSS: Insert style tag into dom...
2011-12-21 Krinkle[Core JS] Applying conventions to mw.util
2011-12-20 Santhosh ThottingalCorrect the error dialog display.
2011-12-20 Siebrand MazelandRemove trailing whitespace and a few superfluous empty...
2011-12-15 John Du HartFollowup r105122 & r105123, fixes and improvements...
2011-12-15 Neil Kandalgaonkarput bugzilla link and description into one string ...
2011-12-14 Neil Kandalgaonkaradd bug reports to feedback
2011-12-13 Neil Kandalgaonkarchange args for feedback and api -- all optional, in...
2011-12-13 Neil Kandalgaonkarmoved language library to core mediawiki.jqueryMsg
2011-12-13 Neil Kandalgaonkaradd jquery messages to core, config mediawiki.feedback...
2011-12-12 Neil Kandalgaonkarfeedback - move messages, etc from uploadwizard to...
2011-12-12 Neil Kandalgaonkarfix bug #32979 gM() -> mw.msg()
2011-12-09 Neil Kandalgaonkaradd JS api, feedback libs from UW into core.
2011-12-09 Neil Kandalgaonkaradd guaranteed-to-be-undefined undefined to mw object
2011-12-05 Krinklemediawiki.user.js comment fix
2011-12-04 John Du HartAdding new debugging toolbar
2011-11-10 Krinkle[mediawiki.Uri] Add overrideKeys option
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-10 Neil Kandalgaonkarensure tests for mw.Uri work in non-browser environments
2011-10-10 Neil Kandalgaonkarprotocol-relative URLs for javascript. Could also be...
2011-10-05 Krinkleinexistent -> nonexistent
2011-09-28 Krinkleinexisting -> inexistent (typo)
2011-09-20 Roan KattouwFor backwards compatibility with cached HTML generated...
2011-09-18 KrinkleFix lowercase test added in r97405
2011-09-17 Krinkle[RL] pass 'media' property to <link> tags as well ...
2011-09-13 Roan KattouwFix typo in error message
2011-09-13 Roan KattouwAddress one of the fixmes on r88053: because addScript...
2011-09-10 Krinklemediawiki.log.js: Add support for variadic arguments...
2011-09-10 Krinklemediawiki.log.js: Refactor
2011-09-05 Krinklemediawiki.html: Attribute values may also be numbers...
2011-09-05 Krinklemediawiki.html: mediawiki.html: Add support for numbers...
2011-09-04 KrinkleRevert r93063 per r93063 CR
2011-09-02 KrinkleWhitespace indention fix for r96150 (seperate to make...
2011-09-02 KrinkleSeparate execution from definition (mediawiki.util...
2011-09-01 KrinkleFix bad escaping in mw.message for inexistent messages...
2011-09-01 KrinkleChange default value for format property of mw.message...
2011-08-29 KrinkleMake file names match module names.
2011-08-24 Brion VibberFollowup r95332 (bug 30441 fix) -- Roan pointed out...
2011-08-23 Brion Vibber* (bug 30441) getParamValue must understand "+" encodin...
2011-08-16 Roan KattouwFix some indentation and comments in mediawiki.Title...
2011-08-12 KrinkleApplying whitespace conventions in core JS files.
2011-08-12 KrinkleUse .prop instead of .attr where appropriate
2011-08-12 Daniel FriesenUse a regex when checking for external urls. It's conci...
2011-08-12 Daniel FriesenFix usage of the jQuery global in a few spots.
2011-08-12 KrinkleApply lowerCamelCase to files for constructors as well.
2011-08-11 Roan KattouwFix a few comment typos noticed when doing JS review
2011-08-11 Krinklemediawiki.Title fix for IE.
2011-08-11 KrinkleRename mw.uri to mw.Uri + minor fixes:
2011-08-08 KrinkleAdding support for a callback to jquery.byteLimit
2011-08-03 KrinkleCorrect typo in function documentation.
2011-08-03 KrinkleFix noglobals exceptions from QUnit
2011-08-03 KrinkleFollows-up r89848 CR: Cleaner solution
2011-08-02 Neil Kandalgaonkareliminates warning if no startUp defined, which can...
2011-08-02 Neil Kandalgaonkarreverting r93783 - got the case of the variable name...
2011-08-02 Neil Kandalgaonkareliminates warning if no startUp defined, which can...
2011-08-02 Neil Kandalgaonkarbreak dependency on utility functions isEmpty & isDefined
2011-08-02 Neil Kandalgaonkarmoving URI library to main resources
2011-08-02 Krinklemediawiki.Title: Removing public setter functions....
2011-08-01 KrinkleFollows-up r93515 CR: Whitespace
2011-08-01 Krinkle[ResourceLoader2] Create getModuleNames() function
2011-07-30 KrinkleAdding fix for bug 27427. Fixes unit test. Patch provid...
2011-07-30 Krinklemediawiki.js request() caching deep level object member...
2011-07-28 KrinkleApplying code conventions:
2011-07-26 Krinkle[ResourceLoader 2]: Add support for multiple loadScript...
2011-07-25 KrinkleAdd support for relative-protocol urls in mw.loader...
2011-07-25 Leo Koppelkammmw.user.js: Make sessionId public
next