* typo from r86708
[lhc/web/wiklou.git] / resources / mediawiki /
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...
2010-12-13 Trevor ParscalFixed issue in r78104 where jquery.cookie wouldn't...
2010-12-13 KrinkleMake the Map-class publicly available
2010-12-08 Sam ReedRemove unneeded semicolons
2010-12-08 Trevor ParscalAdded name and sessionId methods to user object - now...
2010-12-06 Sam Reed(bug 26265) Many semicolons are missing from JavaScript...
2010-12-06 Sam Reed(bug 26265) Many semicolons are missing from JavaScript...
2010-11-30 Sam ReedMore JS documentation fixups
2010-11-30 Sam ReedStart fixing up javascript function documentation
2010-11-23 Krinkleadding isEmpty to jQuery prototype
2010-11-17 KrinkleFollow-up on r76326 - Fixing milliseconds zero padding...
2010-11-12 Krinkleclean-up trailing spaces and tabs in js/css resources
2010-11-09 KrinkleReverting unintended change of r76326
2010-11-08 Krinkle* Following id-naming, underscore to dash
2010-11-08 KrinkleAs per r 75486 CR comments, no prototyping in mw core.
2010-11-08 KrinkleMaking comments added in r76283 more clear + added...
2010-11-07 Tim Starling* Moved htmlEscape from mediawiki.util.js to mediawiki...
2010-11-05 Tim StarlingRemoved debugging code accidentally left in.
2010-11-05 Tim Starling* Break long lines
2010-11-01 Roan KattouwWhitespace fix
2010-10-27 Roan KattouwWhitespace fixes for r75486
2010-10-27 KrinkleFixed unfinished line from r75275, commented addPortlet...
2010-10-27 Trevor ParscalMostly reverted r75487, making use of a new version...
2010-10-27 Trevor Parscal* Cleaned up comments
2010-10-26 Trevor ParscalImproved comments, whitespace and simplicity.
2010-10-26 Trevor ParscalSimplified extending of mediaWiki object
2010-10-26 Trevor ParscalIntroducing mediaWiki.language, and mediaWiki.message...
2010-10-24 Krinkleadded support for standard, cologneblue, nostalgia...
2010-10-24 KrinkleMoving test suit to Special:Blankpage instead
2010-10-24 Krinkleadding debug test suit for mediaWiki.util, visible...
2010-10-23 Krinkleadded string trimming for older browsers
2010-10-23 Krinkleadded mw.util.getWikilink and ported enableCheckboxShif...
2010-10-23 Krinkleadding begin of mediaWiki.util and loading it by defaul...
2010-10-21 Trevor ParscalResourceLoaderFileModule now uses mediaWiki.loader...
2010-10-21 Trevor ParscalChanged the way that ResourceLoaderFileModule and media...
2010-10-19 Trevor Parscal* Added extendable fallback closure to configuration...
2010-10-12 Trevor ParscalImproves on r69445 by removing unneeded conditional...
2010-10-08 Roan KattouwImprove mediaWiki.parser() (which is a very strange...
2010-10-07 Roan KattouwMove $j=jQuery alias up to mediawiki.js from wikibits...
2010-10-06 Trevor ParscalCreated mediawiki.views.history and moved init function...
2010-10-06 Trevor Parscal* Moved search/IE7 specific CSS rule into search.css...
2010-10-06 Trevor ParscalImproved on r74282 and r74333 in response to CR comments.
2010-10-05 Trevor Parscal* Fixed mistake made in r74271 where some functions...
2010-10-04 Trevor ParscalMoved some of the functionality from mediawiki.legacy...
2010-10-01 Trevor ParscalFixed bug that caused version numbers to be output...
2010-10-01 Trevor ParscalImproved on r73093 by allowing jQuery to properly escap...
2010-10-01 Trevor ParscalResolved issues in r73026, namely a confusing comment...
2010-09-30 Trevor Parscal* Added support for basic version of ISO_8601 timestamp...
2010-09-24 Trevor Parscal* Moved registration generation to startup module.
2010-09-23 Trevor ParscalFixed typo pointed out by Icefox - thanks! See comments...
2010-09-20 Trevor ParscalImplemented request grouping on the client.
2010-09-20 Trevor ParscalAdded group functionality to ResourceLoaderModule objec...
2010-09-16 Trevor ParscalAdded version method to mediaWiki.loader
2010-09-16 Trevor ParscalFixed syntax errors in message get function
2010-09-16 Trevor ParscalFixed bug that cause ResourceLoader to generate mediaWi...
2010-09-15 Trevor ParscalAdded importScriptURI/importStylesheetURI-like function...
2010-09-15 Trevor ParscalFixed basic message parser
2010-09-14 Trevor Parscal* Refactored mediaWiki.msg to use the configuration...
2010-09-14 Trevor Parscal* Added exporting of user preferences
2010-09-14 Max Semenikconst is non-standard
next