Fix typo
[lhc/web/wiklou.git] / resources / mediawiki /
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
2011-07-25 KrinkleRemoving redundant check from $.fn.goIn/Out code.
2011-07-24 KrinkleAdding documentation for mw.loader.register
2011-07-24 KrinkleMore mediawiki.js cleanup (addScript AJAX)
2011-07-24 KrinkleMore mediawiki.js cleanup
2011-07-23 Jeroen De Dauwfu r92933 - fix breakage
2011-07-23 Roan KattouwFix typo in r92933 that resulted in global variable...
2011-07-23 KrinkleMinor mw.loader fixes
2011-07-23 Roan KattouwChange != {} to !$.isEmptyObject(): the former always...
2011-07-21 KrinkleRemove mw.util.inArray
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-15 KrinkleajaxCategories fixes:
2011-07-15 Leo Koppelkammr92253 : readd useful changes
2011-07-15 KrinkleAdd boolean inArray utility
2011-07-15 Brion VibberRevert r92238: partial addition of broken test cases...
2011-07-15 Leo KoppelkammAjaxCategories: move self init to mw.util.init; start...
2011-07-07 KrinkleRemoving calls to deprecated functionality in favor...
2011-07-07 Brion VibberPartial (?) fix for bug 29753 -- wrong Firefox version...
2011-07-05 Krinklemw.util.wikiGetlink default to wgPageName
2011-07-05 Krinklemw.util optimalizations:
2011-07-03 KrinkleFix for the broken tests introduced in r91387.
2011-07-03 KrinkleMinor optimalizations and jsperfs in mediawiki.js
2011-06-28 Roan KattouwMove mediawiki.special.js to the correct directory...
2011-06-28 Antoine Mussomediawiki.special as a dumb JS object
2011-06-24 Krinkle(bug 29567) mw.util.addPortletLink should only wrap...
2011-06-22 KrinkleNew mediawiki.page modules
2011-06-18 KrinkleImplement mw.Title in core
2011-06-14 KrinkleRemove redundant mediawiki.util directory
2011-05-29 Derk-Jan HartmanFix mw.log. Broken by variable renaming in r89082
2011-05-29 KrinkleFix issues raised through TestSwarm
2011-05-29 KrinkleIntroducing mw.libs, moving JpegMeta into it.
2011-05-29 KrinkleAdding or adjusting front-end function and variable...
2011-05-28 KrinkleAdding or adjusting front-end function and variable...
2011-05-26 Roan Kattouw(bug 28840) URLs with dots break because of IE6 securit...
2011-05-25 KrinkleRemoving the last occurrences/mentions of mw.loader.go
2011-05-24 Brion Vibber* (bug 29107) Fix regression in ResourceLoader debug...
2011-05-21 KrinkleAdding user.tokens module and loading by default. ...
2011-05-18 Krinkle* Remove commented-out debug call (FU r88143)
2011-05-18 KrinkleChanging console.log(e) to a throw. console.log makes...
2011-05-17 KrinklePassing module to handlePending (bug 28998; Follow...
2011-05-17 Krinkle* Moving jQuery extend into its own module (jquery...
2011-05-16 KrinkleSplit mw.user from mediawiki.js into its own module
2011-05-15 Mark A. HershbergerFix Bug #28995: “public interface for getting state...
2011-05-15 Mark A. Hershbergerw/s and typo fix
2011-05-15 Krinkle(bug 27073) Lazy init the style marker and insert if...
2011-05-15 Trevor ParscalFixes regression in r88125 - if batch is empty we shoul...
2011-05-14 Trevor ParscalRemoved the go() call, and the suspended until go(...
2011-05-14 Trevor ParscalFixed language in comments and error messages - see...
2011-05-14 Trevor ParscalImproves on r88053 - added code basically lifted from...
2011-05-14 Trevor ParscalAdded direct file loading functionality to debug mode...
2011-05-13 Trevor Parscal(reverts r87985, and does what that was SUPPOSED to...
2011-05-13 Trevor ParscalExpanded the contents of a function that was immediatel...
2011-05-12 KrinkleRemove unneeded parens in $.compareObject; Fix addCSS...
2011-05-10 KrinkleCreating a way to toggle mw.config LEGACY_GLOBALS from...
2011-05-10 KrinkleStep 1 of QUnit/TestSwarm support (bug 26908)
2011-05-10 Brion VibberRevert r87830: broke ResourceLoader, MediaWiki config...
2011-05-10 KrinkleStep 1 of QUnit/TestSwarm support (bug 26908)
2011-05-09 Krinkle* [mediaWiki] Using mw-alias where possible + adding...
2011-05-09 Roan Kattouw(bug 28840) Commit patch by bawolff that encodes dots...
2011-05-08 KrinkleRemove second argument in str.substr() in $.ucFirst...
2011-05-05 Roan KattouwPer bug 28738 comment 4, pack ResourceLoader URLs by...
2011-05-04 Krinklemw.loader fixes
2011-05-03 Krinklemw.util.test fixes
2011-05-02 Roan KattouwFix r87203: don't use a for..in loop on an array
2011-05-01 Roan Kattouw(bug 28738) Implement request splitting in mw.loader...
2011-04-28 Trevor ParscalApplied patch supplied in bug #28699 to prevent obscuri...
2011-04-28 Brion VibberDeclare some local vars/funcs as local so they don...
2011-04-21 Trevor ParscalFixed bugs: Version was being checked against the wrong...
2011-04-21 Trevor ParscalSwtiched to using full mediaWiki prefix in cookies...
2011-04-21 Trevor ParscalFixed mismatched cookie names, changed to using ":...
2011-04-20 Trevor ParscalAdded generic bucketing feature to the user object...
2011-04-20 Krinklebug 28413: Fix IE problems with self-closing link-eleme...
2011-04-17 Max SemenikBack out r86054 and part of r86059 for now, I'd like...
2011-04-14 Max SemenikAdded wrapper mw.api() for API calls
next