Tweak variable name to be camel case (as per feedback on r70849).
[lhc/web/wiklou.git] / includes /
2010-10-03 Sean ColomboTweak variable name to be camel case (as per feedback...
2010-10-03 Brion VibberInitialize $wgTexvc with $IP rather than relative to...
2010-10-03 Brion VibberExtract common code in ResourceLoaderUserOptionsModule...
2010-10-02 Siebrand MazelandFix broken r74177 because it needs a constant and addre...
2010-10-02 Siebrand MazelandUse 7*24*3600 instead of 604800.
2010-10-02 Siebrand MazelandRemove comments related to no longer existent and relev...
2010-10-02 Siebrand MazelandRemove comment related to no longer supported PHP versions.
2010-10-02 Siebrand MazelandRemove some references to no longer supported PHP version.
2010-10-02 Brian Wolfffollow-up r74150 - empty() == bad.
2010-10-02 Brian WolffFix undefined variable notice if $wgHiddenPrefs[] ...
2010-10-02 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-02 Max SemenikFix botched up comments
2010-10-02 Niklas LaxströmFix logic error in IMS check introduced in r72940....
2010-10-02 Niklas LaxströmFix personal user styles being broken since introductio...
2010-10-02 Alexandre EmsenhuberFixed a doxygen warning
2010-10-02 Alexandre EmsenhuberRemoved trailing whitespaces
2010-10-02 Max SemenikBug 25338: fixed exception in Resource Loader
2010-10-02 Max Semenikrm obsolete comment
2010-10-02 Alexandre Emsenhuberremoved some unused variables
2010-10-02 Alexandre EmsenhuberFix for r74134: copy-paste error
2010-10-02 Alexandre Emsenhuberremoved call to deprecated function dbsource() and...
2010-10-02 Alexandre Emsenhuber__FUNCTION__ -> __METHOD__
2010-10-02 Alexandre Emsenhuberadded @file to the file description header
2010-10-02 Alexandre Emsenhuberremoved trailing whitespaces
2010-10-02 Alexandre EmsenhuberUncommented some used options; added the possibility...
2010-10-02 Philip TzouUpdate the Chinese conversion tables.
2010-10-01 Trevor ParscalFixed mistake in r73686 where I wrapped CSS in a JavaSc...
2010-10-01 Trevor ParscalFixed typo in r73673, thank for spotting that Roan!
2010-10-01 Max SemenikInstaller: added an environment check for SQLite search...
2010-10-01 Alexandre EmsenhuberBe sure that MW_NO_SETUP is defined before executing...
2010-10-01 Trevor ParscalRemoved double-encoding of dependencies and group for...
2010-10-01 Alexandre EmsenhuberFix for r72553: DatabaseUpdater::execute() doesn't...
2010-10-01 Trevor ParscalAdded group param to loader script wrapping.
2010-10-01 Sam ReedMinor followup to r74095, remove method as all it does...
2010-10-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-10-01 Sam ReedRemove error from ApiUserrights getPossibleErrors,...
2010-10-01 Raimond SpekkingLocalisation updates for core and extension messages...
2010-10-01 Max Semenik"self::" --> "this->"
2010-10-01 Chad HorohoewfOut() -> $this->output(). More useful in the long...
2010-10-01 Sam ReedFew explicit class variable definitions
2010-10-01 Niklas LaxströmFix timestamp generation for pages broken in r72961.
2010-09-30 Trevor ParscalFixed bug in r74043 where a : was left out of a regex...
2010-09-30 Trevor Parscal* Added support for basic version of ISO_8601 timestamp...
2010-09-30 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-30 Chad HorohoeRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE...
2010-09-30 Chad Horohoe(bug 25367) wfShellExec() is more explicit when failing...
2010-09-29 Trevor ParscalAdded some content for basic unit tests for ResourceLoa...
2010-09-29 PlatonidesDo not show math toolbar button if TeX is disabled.
2010-09-29 Trevor ParscalRemoved the requirement to define getModifiedTime for...
2010-09-29 Trevor ParscalMoved wgDBName out of $wgUseAjax / $wgEnableMWSuggest...
2010-09-29 Trevor ParscalFixed a use of ResourceLoader::getModule as a static...
2010-09-29 PlatonidesFollow up r73951
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...
next