Reconcept cl_raw_sortkey as cl_sortkey_prefix
[lhc/web/wiklou.git] / includes /
2010-07-26 Aryeh GregorReconcept cl_raw_sortkey as cl_sortkey_prefix
2010-07-26 Jeroen De DauwStyle improvements
2010-07-26 Philip TzouFollow up r69874. Fix the separation markup.
2010-07-26 PlatonidesMoved globals $utfCombiningClass, $utfCanonicalComp...
2010-07-26 Tim StarlingFix for r69776: remove unused variable ApiMain::$mVaryC...
2010-07-26 Sam ReedFollowup r69921
2010-07-26 Tim StarlingPartial revert of r69782: reverted the cache feature...
2010-07-25 PlatonidesMove getValidNamespaces() to Namespace.php
2010-07-25 PlatonidesKill $wgDBversion
2010-07-25 Sam ReedMore unused variables, whitespace
2010-07-25 PlatonidesKill $wgDBport_db2
2010-07-25 PlatonidesAdd $wgLicenseTerms to DefaultSettings
2010-07-25 Sam ReedA few more wrong static things
2010-07-25 PlatonidesFollow up r53497. $wgExternalAuthConfig -> $wgExternalA...
2010-07-25 Sam ReedFixup some more wrong static usages
2010-07-25 Sam ReedChange some more to parent::
2010-07-25 PlatonidesKill $wgDBsuperuser
2010-07-25 Sam ReedFile:: to parent::
2010-07-25 Sam ReedPass $this->getName() to getLocalUrl
2010-07-25 Sam ReedArticle:: to self::
2010-07-25 Sam ReedFollowup r69904 $self to self
2010-07-25 Sam ReedMake getRandomString static as per comment
2010-07-25 PlatonidesRemove double globals.
2010-07-25 PlatonidesFollow up r69643. Remove unused global.
2010-07-25 PlatonidesMove double $wgOut globals to the top, remove $wgLang...
2010-07-25 PlatonidesFollow up r68354. $wgUser *is* used in successfulLogin...
2010-07-25 PlatonidesDo not use a global $action to get the action.
2010-07-25 Sam ReedMore self:: to $this->
2010-07-25 PlatonidesI don't think you wanted to assign $IP as a local varia...
2010-07-25 Sam ReedFix some wrong usages of static method calls (actually...
2010-07-25 PlatonidesMark used $wgUser as global.
2010-07-25 Platonides$wgLang is already marked as global at the top.
2010-07-25 Sam ReedMore unused globals
2010-07-25 PlatonidesRemove unused global faster than Reedy.
2010-07-25 PlatonidesAdd used global $wgOut.
2010-07-25 Philip Tzoufollow up r69874. use string instead of object .
2010-07-25 Philip TzouPerformance improvement: in doVariants(), concatenate...
2010-07-25 Jack Phoenixcoding style tweaks to Title.php
2010-07-25 Jack Phoenixcoding style tweaks to Interwiki.php
2010-07-25 Philip TzouUpdate the Chinese conversion tables.
2010-07-25 Philip TzouUpdate the Chinese conversion tables.
2010-07-25 Alexandre Emsenhuber* (bug 24517) LocalFile::newFromKey() and OldLocalFile...
2010-07-25 Alexandre EmsenhuberPer Simetrical, fix for r69499: only select the fields...
2010-07-25 Alexandre EmsenhuberRemoved PHP4-ism
2010-07-24 Max SemenikFix autoloader borkage (from Jeroen's refactoring?)
2010-07-24 Sam ReedRemove unused variable
2010-07-24 Sam ReedRemoval of unused globals
2010-07-24 Sam ReedRemove various unused globals
2010-07-24 Sam ReedAdd missing global $wgOut;
2010-07-24 Sam ReedAdd missing global $wgUser
2010-07-24 Sam Reed$self to $this
2010-07-23 Brian Wolff(bug 23293) Don't show change tags when special:rc...
2010-07-23 Aryeh GregorAdd non-identity collation, with migration script
2010-07-23 Sam ReedFix spaces from r69814
2010-07-23 Sam ReedAdd missing $wgDBname global
2010-07-23 Sam Reed$title undefined in initialize
2010-07-23 Aryeh GregorSaner code formatting, fix a couple of bugs
2010-07-23 Aryeh GregorUse modern coding constructs and a better var name
2010-07-23 Aryeh GregorInitial commit for category collation framework
2010-07-23 Aryeh GregorProhibit all moves from/to file namespace
2010-07-23 Aryeh GregorTypo, style fix
2010-07-23 Danny B* replacing deprecated <s> with <del>
2010-07-23 Sam ReedFixup code from r69753, create title from row and use...
2010-07-23 Sam ReedResolve minor fixme from r69761
2010-07-23 Roan KattouwFollowup to r69776: cache result of extractRequestParam...
2010-07-23 Sam ReedMinor comment improvement to r69757
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-23 Tim StarlingFixed inappropriate conversion of strpos() result to...
2010-07-23 Tim StarlingSend XVO headers only if $wgUseXVO is true.
2010-07-23 Mark A. Hershbergerre r64403 - remove never-actually-used $flag parameter...
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-07-22 Sam ReedRemove some unused globals
2010-07-22 Sam ReedRemove various unused parameters
2010-07-22 Sam ReedFix fail from r69755, press save, actually do "LIMIT_SM...
2010-07-22 Sam ReedLIMIT_SML2, LIMIT_BIG2 are in ApiBase, not ApiMain
2010-07-22 Sam Reed$this isn't valid in a static function. Fix for r46507
2010-07-22 Sam Reed* (bug 24485) Make iwbacklinks a generator, display...
2010-07-22 Sam ReedRemove unused $categories = array();
2010-07-22 Sam ReedPart of bug 24485 - Make iwbacklinks a generator,...
2010-07-22 Jeroen De DauwSplit Installer into Installer and CoreInstaller +...
2010-07-22 PlatonidesFollow up r63214, and its revert r69201. The rules...
2010-07-22 Chad HorohoeFix r69229. This should not be abstract, return dummy...
2010-07-22 Sam ReedFixup r69719 per comments
2010-07-22 Sam ReedFollowup r69719 r66716, add variable definition to...
2010-07-22 Roan KattouwRename the iwl_prefix_from_title index (again) to iwl_p...
2010-07-22 Sam Reed(bug 23936) - Add "displaytitle" to query/info API
2010-07-22 Sam ReedFix bug from r61759
2010-07-22 Sam ReedAdd braces
2010-07-22 Tim StarlingUse $wgContLang not $wgLang for checkTitleEncoding...
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-21 Jeroen De Dauw@ -> wfSuppressWarnings and wfRestoreWarnings
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-21 Bryan Tong Minhstylize.php on SearchEngine.php
2010-07-21 Raimond SpekkingShow the copyright message in user preference language...
2010-07-21 Bryan Tong MinhFollow-up r69233: Add existence check for NS_MEDIA...
2010-07-21 Bryan Tong MinhFollow-up r69203: remove str_replace( '_', ' ', $query...
2010-07-21 Jeroen De DauwStyle and doc improvements
2010-07-21 Roan KattouwCoding style: camelCase, not CamelCase
2010-07-21 Jeroen De DauwClarified field and method visibility and doc improvements
next