Fix IEFixes.js loading again
[lhc/web/wiklou.git] / includes /
2010-09-29 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-29 Antoine MussoImplements bug 24343 "localurl discards section id".
2010-09-29 Trevor ParscalMade ResourceLoader an instantiable object, rather...
2010-09-29 Chad HorohoeMove 'no license' further down the list. We want people...
2010-09-29 Chad HorohoeDocument return values I needed
2010-09-29 Ryan Kaldarifixing per comments at r70517
2010-09-29 PlatonidesTiny changes, fix comment, remove unused globals and...
2010-09-29 PlatonidesRemove $wgServerName. Its only usage was for {{serverna...
2010-09-29 Max SemenikRevert r73887. I blame Nikerabbit!
2010-09-28 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-28 Chad HorohoeFollowup r64181, rm comment that doesn't fit anymore
2010-09-28 Niklas LaxströmRevert r73879 for now, not ready yet.
2010-09-28 Chad HorohoeFollowup r73880, forgot to give kbd and samp their...
2010-09-28 Max SemenikDatabaseSqlite: better check for error. Noticed by...
2010-09-28 Chad HorohoeMove parser test related stuff to tests directory
2010-09-28 Chad HorohoeSanity check on result from SHOW PROCESSLIST, foreach...
2010-09-28 Chad HorohoeMore bug 671: whitelist <kbd> and <samp> for user input...
2010-09-28 Niklas LaxströmReplace imho ugly viewsourcefor subtitle with viewsourc...
2010-09-28 Max SemenikFollow-up r68878: ensure that returned value is int
2010-09-28 Niklas LaxströmDon't show empty source code for non-existing pages...
2010-09-28 Brion VibberClean tabs/spaces for r73853
2010-09-28 Brion VibberFix tab/space, use null as default value rather than...
2010-09-28 Brion VibberTweak tab vs spaces from r73860
2010-09-28 Sam ReedTweak/add some documentation as hints for some code...
2010-09-28 Sam ReedDefine variable before usage in hook call
2010-09-28 Sam ReedSwap a couple of while loops for foreach
2010-09-28 Sam ReedMinor followup to r66061, make the examples more explic...
2010-09-27 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-27 Trevor ParscalFixed typo in a comment
2010-09-27 Trevor Parscal* Improved on r73567, this makes WebRequest::getFuzzyBo...
2010-09-27 Roan KattouwRevert r72816 and do it properly: the SELECT should...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-27 Roan KattouwFix indentation
2010-09-27 Roan KattouwFix indentation
2010-09-26 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-26 Alexandre Emsenhuber* (bug 25292) SkinSubPageSubtitle hook now passes the...
2010-09-26 Antoine Mussoupdate my personal email address altern.org -> free.fr
2010-09-25 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-25 Sam ReedAdd missing @'s to r73753, document return type
2010-09-25 Sam Reed$name used in continue is undefined, use $message
2010-09-25 Sam Reedextract is weird
2010-09-25 Sam ReedRemove some unused keys from foreach
2010-09-25 Sam ReedFill in missing params from a dieUsage
2010-09-25 Sam ReedWhat's a boolif?
2010-09-25 Sam ReedRemove some unused variables
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-24 Trevor ParscalMoved more generated javascript to ResourceLoader funct...
2010-09-24 Roan KattouwSupport ESI in the resource loader. Only used for the...
2010-09-24 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-24 Trevor Parscal* Moved registration generation to startup module.
2010-09-24 Roan KattouwFix r73645: also do negative caching
2010-09-24 Trevor ParscalAdded early exits when files are used before webstart
2010-09-24 Trevor ParscalFixed issue in r73645 where an unset value was being...
2010-09-24 Matthew Brittonreimplement r73652 having actually read coding conventi...
2010-09-24 Matthew BrittonAPI: sinumberingroup now gives correct size of 'user...
2010-09-23 Trevor ParscalImproved the performance of ResourceLoader by pre-loadi...
2010-09-23 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-23 Max SemenikSpecial:Version now displays whether a SQLite database...
2010-09-23 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-23 Niklas Laxström(bug 25273) Message::params() triggers a fatal error.
2010-09-23 Matthew Brittonfollow up r72387: using ApiQuery here breaks ApiParamIn...
2010-09-23 OverlordQFix regression caused by r62087 which failed to insert...
2010-09-22 Priyanka DhandaFollowup to r73500. SeleniumTestConfig renamed to Selen...
2010-09-22 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-22 Trevor Parscal* Added $wgResourceLoaderDebug, a default fallback...
2010-09-22 Trevor Parscal* Added WebRequest::getFuzzyBool, which is a more JavaS...
2010-09-22 Chad HorohoeSkip new object construction if it's going to be the...
2010-09-22 Chad HorohoeFix dupe title construction, reported by ymas on IRC
2010-09-22 Trevor ParscalFixed check for mediaWiki existance and removed additio...
2010-09-22 PlatonidesFix bug from r68337. The variable is called $res, not...
2010-09-22 Roan KattouwRevert r73510 (trunk version of r73511 ; missed the...
2010-09-22 Tim StarlingAllow API modules to be disabled in configuration....
2010-09-22 Max SemenikClass doesn't exist anymore
2010-09-22 Priyanka DhandaRunSeleniumTests.php: Cleaned up a few options that...
2010-09-22 Trevor ParscalRemoved unneeded mediaWiki.loader.using wrapper which...
2010-09-21 Alexandre EmsenhuberMade file description header consistent with other...
2010-09-21 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-21 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-21 Sam ReedBraces, spaces, and a few unused arrays
2010-09-20 Trevor ParscalUsing new group feature of ResourceLoaderModule objects...
2010-09-20 Trevor ParscalAdded group functionality to ResourceLoaderModule objec...
2010-09-20 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-20 Trevor ParscalFixed bug caused by unset( $this->mSkin ) in User:...
2010-09-20 Trevor ParscalFixed issues in r72940 - missing $ in release notes...
2010-09-20 Sam ReedRemove some unused variables
2010-09-20 Niklas LaxströmCoding style
2010-09-20 Niklas LaxströmRemove double escaping
2010-09-20 Niklas LaxströmFix to language handling
2010-09-20 Sam ReedAdd missing parameter to lockTables
2010-09-19 Chad HorohoeFollowup r73348, rv unrelated change
2010-09-19 Chad HorohoeFollowup r70608, don't use master connection just for...
2010-09-19 Alexandre EmsenhuberFor consistency, removed line break
2010-09-19 Niklas LaxströmFix for r53290
2010-09-19 Max SemenikFixed DatabaseSqlite::tableName() to avoid prefixing...
2010-09-19 Niklas LaxströmRemove the redundant legend line from recent changes...
2010-09-19 Alexandre EmsenhuberFixed parameter name in documentation
2010-09-18 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-18 Robin PepermansgetHeadLinks() requires a skin parameter (added in...
2010-09-18 Alexandre Emsenhubermissing space
2010-09-17 Raimond SpekkingLocalisation updates for core and extension messages...
next