Merge "Whitespace and typo fix"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderStartUpModule.php
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "36019: Revert b/25095 breaks Special:Categories"
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-25 DemonMerge "(bug 34956) Parser should use mUrlProtocol inste...
2012-04-20 KaldariMerge "Removing button-float-right rule from jquery...
2012-04-20 Brion VIBBERMerge "(bug 35769) Convert mediawiki.Uri test suite...
2012-04-20 Aaron SchulzMerge "(bug 35961) Hash comparison should always be...
2012-04-19 HasharMerge "Removed subclassing of PageQueryPage where not...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-18 ReedyMerge "duration formatter, makes time in sec easy to...
2012-04-18 NikerabbitMerge "Space in $separatorTransformTable should be...
2012-04-16 Aaron SchulzMerge "fix the call of count( $module->getDependencies...
2012-04-14 umherirrenderfix the call of count( $module->getDependencies() ...
2012-02-23 KrinkleBug 34604 - [mw.config] wgActionPaths should be an...
2011-12-28 KrinkleRemoving wgLegacyJavaScriptGlobals from JavaScript...
2011-11-28 Robin Pepermans* (bug 27721) Make JavaScript variables wgSeparatorTran...
2011-11-25 Sam Reed"else if" to "elseif"
2011-10-14 Sam ReedDocumentation
2011-09-13 Roan KattouwFix the fixme on r88053: dependency handling was broken...
2011-09-09 KrinkleRemove wgProto from mw.config
2011-07-26 Krinkle[ResourceLoader 2]: Add support for multiple loadScript...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 Krinkle(bug 29441) Expose CapitalLinks config in JS to allow...
2011-06-16 KrinkleRevert r90232.
2011-06-16 KrinkleImplement mw.Title in core
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-14 KrinkleMerge conflict fix from r90096.
2011-06-14 KrinklewgNamespaceIds in JavaScript didn't include canonical...
2011-06-01 Roan Kattouw(bug 29224) Also use a packed modules string for the...
2011-05-21 Sam ReedFixup/add documentation
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-10 KrinkleCreating a way to toggle mw.config LEGACY_GLOBALS from...
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-05-01 Roan Kattouw(bug 28738) Implement request splitting in mw.loader...
2011-04-21 Nimish Gautamadded wgCookiePrefix to exported variables
2011-04-18 Leo KoppelkammFollowup r86088 per CR: Move month array builder into...
2011-04-14 Leo KoppelkammCompletely rewritten table sorting script.
2011-03-25 Sam ReedRemove getFlip code duplication
2011-03-20 Roan KattouwPer CR, remove round() call I accidentally reintroduced...
2011-03-20 Roan Kattouw(bug 26805) Introduce ResourceLoaderGetStartupModules...
2011-03-20 Roan KattouwFollowup r84399: remove another round() call
2011-03-20 Roan KattouwRemove stray round() call, rounding of timestamps was...
2011-02-21 KrinkleAdd missing to mw.config
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-18 Sam Reed2 subclasses of ResourceLoaderWikiModule implement...
2011-02-16 Roan KattouwPer Philip Tzou, move wgUserVariant from the set of...
2011-02-16 Roan KattouwExpose $wgExtensionAssetsPath in JS
2011-02-08 Sam ReedMinor documentation tweaks/improvements
2011-01-23 KrinkleObviously no need for a foreach loop here. (Follow...
2011-01-23 Krinkleadding available skins to mw.config.values
2011-01-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
2011-01-13 Roan KattouwCoerce mtimes to TS_UNIX before outputting them, and...
2011-01-12 Roan KattouwFix issue with missing keys in $wgFileExtensions caused...
2011-01-09 Roan KattouwAdd a hook for registering variables in ResourceLoaderS...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2010-12-23 Roan Kattouw(bug 26399) Preload module info for all modules in...
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-05 Trevor ParscalFixed Doxygen incompatible JSDoc style comments (bad...
2010-11-04 Tim Starling* Introduced Xml::encodeJsCall(), to replace the awkwar...
2010-11-03 Tim StarlingResource loader minor changes. Fix for r73668 etc.
2010-10-19 Trevor ParscalPart 2 of 2, moved ResourceLoader*Module classes to...
2010-10-19 Trevor ParscalPart 1 of 2, moving ResourceLoader*Module classes to...