* Fix regression in ordering of namespaces
[lhc/web/wiklou.git] / includes /
2006-07-26 Ilmari Karonenmore minor tweaking to context link code, +comment
2006-07-26 Ilmari Karonenfurther simplify context link code; use non-greedy...
2006-07-26 Ilmari Karonensimplify context link handling in pstPass2(); don't...
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-26 Tim Starlingprofiling
2006-07-24 Greg Sabino MullaneAdd quote_ident function.
2006-07-24 Tim StarlingMade OutputPage::tryParserCache() use addParserOutputNo...
2006-07-23 Rotem LissDeprecating ; reordering the special pages array (whose...
2006-07-23 Rotem LissRemoving an unused function (was used in SpecialGroups...
2006-07-23 Greg Sabino MullaneChange reserved word table names "user" and "text"
2006-07-23 Greg Sabino MullaneUse NULL instead of 0 to indicate "no page" for cases...
2006-07-22 Jimmy Collins* (bug 5456) Separate MediaWiki:Search into messages...
2006-07-22 Tim StarlingCompare page title with $wgUser->getTitleKey() not...
2006-07-21 Greg Sabino MullaneBetter lastErrno, from a patch on bug #6732
2006-07-21 Tim StarlingProfiling
2006-07-21 Brion Vibber* (bug 6751) Fix preview of blanked section with edit...
2006-07-20 Tim Starlingfix bug in LinkBatch::execute(), it's meant to return...
2006-07-20 Rotem LissDirection mark in Special:Listredirects, to prevent...
2006-07-19 Brion VibberRevert 15733 and 15719 for the moment; I see some eval...
2006-07-19 Robert StojnićEnable UTF-8 lower/upper case operations in SearchEngine,
2006-07-19 Tim Starlingrv vandalism
2006-07-18 Robert StojnićCommiting patch r15625:15661 from branches/SerbianVariants.
2006-07-18 Greg Sabino MullaneAdd Postgres timestamp stuff, from the patch at bug...
2006-07-17 Ilmari Karonenfix typo in comments (patch by xzilla, rafb.net/paste...
2006-07-17 Domas Mituzasrollback of change that made filesorts
2006-07-17 Brion Vibber* Fix regression which allowed some blocked users to...
2006-07-17 Greg Sabino MullaneAdd mCascadingDeletes and mCleanupTriggers properties...
2006-07-16 Brion VibberRevert 15696, would cause every DB to fail other than...
2006-07-16 Brion Vibbernormalize case
2006-07-16 Greg Sabino MullaneAdd mysql if blocks for deletion, remove unused getPref...
2006-07-16 Rotem LissMaking User::isBot deprecated, using User::isAllowed...
2006-07-16 Rotem LissReverting the revert, the problem was an error in the...
2006-07-16 Rotem LissStrangely, extension special pages are not allowed...
2006-07-16 Greg Sabino MullaneFixes for bug 6703, by Robert Treat.
2006-07-16 Greg Sabino MullanePrevent full db open if class is being called only.
2006-07-16 Rotem LissRemoving the division of the special pages by '', ...
2006-07-16 Rotem LissFixing a comment, and using SpecialPage::userCanExecute...
2006-07-16 Greg Sabino MullaneRemove update_interwiki(), add setup_database()
2006-07-16 Domas Mituzasadd profiling hooks at quite critical place (accounting...
2006-07-15 Domas Mituzasadd statistics hook for parser cache statistics...
2006-07-15 Domas Mituzasuse object error retrieval functions, that work properl...
2006-07-15 Antoine Mussopublic static function isPublic
2006-07-14 Greg Sabino MullaneEnsure correct path is used in case we are trying to...
2006-07-14 Domas Mituzasfunction_exists expects string with function name in it
2006-07-14 Greg Sabino MullaneChange GROUP BY to standard SQL form by specifying...
2006-07-14 Greg Sabino MullaneChange from hardcoding to limitResult function.
2006-07-14 Brion Vibberfix syntax error
2006-07-14 Tim StarlingThat doesn't work... oh well, as long as no other modul...
2006-07-14 Tim Starlingmissed one
2006-07-14 Tim StarlingDeferred loading of DateFormatter.php and IP.php. Stand...
2006-07-14 Tim StarlingMagicWord initialisation deferred.
2006-07-14 Tim StarlingFixed Parser::setFunctionHook(), broken by last commit...
2006-07-14 Tim StarlingGot rid of the MagicWord indexing constants (MAG_xxx...
2006-07-14 Tim StarlingHTML to display when there is no LocalSettings.php...
2006-07-14 Tim StarlingConsolidated web initialisation code into includes...
2006-07-14 Tim StarlingRemoved forced call-by-reference from LogPage::addEntry...
2006-07-13 Rotem LissAdding direction mark in the most popular pages in...
2006-07-13 Rob ChurchAs a further precaution, use wfOpenElement() and wfClos...
2006-07-13 Rob Church* (bug 6660) Fix behaviour of EditPage::blockedPage...
2006-07-12 Antoine MussoStrict Standards with PHP5
2006-07-12 Antoine MussoMigrate IP related tools from ProxyTools.php to IP.php
2006-07-12 Rob Church* Check the block against the master if we're going...
2006-07-12 Rob Church* (bug 6642) Don't offer to unlock the database when...
2006-07-12 Rob Church* Preserve entered reason when reporting unconfirmed...
2006-07-12 Brion VibberRestore factory function to avoid gratuitously breaking...
2006-07-12 Rob Church* (bug 6639) Use a consistent default for upload direct...
2006-07-12 Brion Vibber* (bug 6635) Fix regression searching for range blocks...
2006-07-11 Brion Vibber* Fix regression in blocking of user accounts
2006-07-11 Antoine MussoCode quality: makes imagePage::doDelete compatible...
2006-07-11 Brion Vibber* Pre-strip characters ignored in IDNs from URLs so...
2006-07-11 Brion VibberBlock form fixlets:
2006-07-11 Antoine MussoFix ugly hack. Assume PHP5 does a nice job with references.
2006-07-11 Antoine MussoSome evil whitespaces. Sorry.
2006-07-11 Antoine Musso* Form indentation
2006-07-11 Antoine MussoEvil /\s+$/
2006-07-11 Antoine Musso* Fix double escaping (thanks brion)
2006-07-11 Antoine MussoDefintly fix #6561 patch by Nick Jenkins
2006-07-11 Rob ChurchSuppress when miser mode is on; it's expensive
2006-07-11 Jimmy CollinsOnly show pages in SpecialStatistics with page_counter > 0
2006-07-11 Rob Church* Free the result
2006-07-11 Rob Church* (bug 6592) Add most viewed pages summary to Special...
2006-07-11 Antoine MussoNote about $wgUploadSizeWarning using byte
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-11 Antoine MussoSome new strictness with PHP5
2006-07-11 Antoine MussoFix #6526: Undefined offset notice in MagicWord.php...
2006-07-11 Antoine MussoUse Xml functions
2006-07-11 Antoine MussoIndent the namespace selector
2006-07-11 Tim Starlingblock the canonical username
2006-07-11 Tim StarlingGive manual blocks precedence over autoblocks
2006-07-11 Tim StarlingFixed autoblock bug
2006-07-11 Brion Vibber* (bug 6627) Fix regression in Special:Ipblocklist...
2006-07-10 Antoine MussoMake APCBagOStuff::delete() compatible with BagOStuff...
2006-07-10 Antoine MussoFix #6622: image::newFromTitle deprecated but still...
2006-07-10 Antoine Mussostatic function
2006-07-10 Antoine MussoAdding some more static statements
2006-07-10 Brion Vibber* (bug 6299) Maintain parser's revision ID across recur...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-10 Antoine Mussostatic E_STRICT warnings
2006-07-10 Antoine MussoFix #6561: "frame" and "border" and "rules" listed...
next