Change != {} to !$.isEmptyObject(): the former always returned true because objects...
[lhc/web/wiklou.git] / resources / mediawiki /
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
2011-04-06 KrinkleRemove color:black from table {} in skins (bug 28422...
2011-04-01 Trevor ParscalFixed issue where reference error can be thrown - respo...
2011-03-29 Trevor ParscalSwtiched to using console.log if present so that when...
2011-03-23 Neil Kandalgaonkarremove terminally annoying logging message that clutter...
2011-03-18 KrinkleFollow-up r83658 CR: Undoing addition of second argumen...
2011-03-18 Krinkleper r83658 CR: mw.log.prefix is for identifying windows...
2011-03-12 Happy-melonFollow-up r83747, forgot to commit a file
2011-03-11 Trevor ParscalFixes bug #27979 by removing 2 unused arguments from...
2011-03-10 KrinkleFixing minor issues with mw.loader
2011-03-10 KrinkleFixing minor issues in mw.htmlform
2011-03-10 Chad Horohoe(bug 27970) Wrong variable name, dependencies -> modules
2011-03-09 KrinkleEscape minus in $.escapeRE
2011-03-05 Bryan Tong MinhFollow-up r83218: Added var declarations. Html escape...
2011-03-05 KrinkleFollow-up r83284. Fixing JSLint warnings: No need to...
2011-03-05 KrinkleFixed (bug 27848) Escape '-' in $.escapeRE()
2011-03-05 Happy-melonFollow-up r83183, r83202:
2011-02-19 Krinklemw.loader.implement now calls script without setting...
2011-02-19 KrinkleUsing the mw alias for mediaWiki in core. Saves bandwid...
2011-02-13 Krinklefixing small typo
2011-02-12 KrinkleAdding a convenience function to check if a variable...
2011-01-28 Roan KattouwRandom fixes in mediawiki.js: add a var, fix indentatio...
2011-01-19 KrinkleFix bug in mw.Map + fix bug 26801 + wrapper mediawiki...
2011-01-11 Trevor ParscalReverts part of r80036 - jquery.client is already depen...
2011-01-11 Trevor ParscalIncluded client in the initial payload. Restored functi...
2010-12-30 Roan Kattouw(bug 26507) Wrap all ResourceLoader-served JS in (funct...
2010-12-25 KrinkleGiving #mw-log-console position 'fixed' instead of...
2010-12-24 Roan KattouwReally fix bug 26131: just putting the site+user <link...
2010-12-23 Roan KattouwFollowup r78539: don't renew a cookie that expires...
2010-12-17 Trevor ParscalAdded anonymous function to mediaWiki.user
2010-12-17 Trevor ParscalSplit the functionality of mediaWiki.user.sessionId...
2010-12-14 Roan KattouwFollowup r78104: set the cookie unconditionally, so...
2010-12-14 Trevor ParscalAdded comment about why you should not be depending...
2010-12-14 Trevor ParscalFixes r78104 much better than r78344 did. By adding...
2010-12-13 Krinkleadded compareObject function to mediaWiki core jQuery...
next