Spacing.
[lhc/web/wiklou.git] / includes /
2006-08-10 Rotem LissSpacing.
2006-08-10 Tim StarlingIt broke things
2006-08-10 Tim StarlingFixed PreferencesForm::validateDate().
2006-08-09 Greg Sabino MullanePrevent a SQL error if no bot groups exist, by not...
2006-08-08 Rotem LissDisplaying all the groups with the permission, not...
2006-08-08 Rob Church* Consistent use of spacing
2006-08-08 Rotem Liss(bug 769) OutputPage::permissionRequired() should sugge...
2006-08-08 Rotem LissFinally removing the deprecated and unused functions...
2006-08-08 Rotem LissRemoving the last references to OutputPage::sysopRequir...
2006-08-07 Rotem Liss* Correctly get messages which use the form "mainpage...
2006-08-06 Rotem LissUsing a new function, Language::getArrow, to check...
2006-08-06 Rotem LissChanging all the last references from LanguageUtf8...
2006-08-06 Tim StarlingOptimised Sanitizer::removeHTMLtags, Parser::unstrip...
2006-08-06 Tim StarlingAllow negative caching for sites with no commons
2006-08-05 Tim StarlingImproved negative caching
2006-08-05 Tim StarlingAdded experimental history paging API, subject to change
2006-08-05 Tim StarlingIn DBA caches: fixed return value when the key is missing
2006-08-04 Greg Sabino MullaneRefactor GROUP BY clause, add extra columns for SQL...
2006-08-04 Tim StarlingFixed $wgDebugComments
2006-08-04 Rotem LissFixing a comment.
2006-08-03 Tim StarlingLanguageUtf8 is gone
2006-08-03 Rotem LissUpdating the list of backlinks to namespaces in the...
2006-08-03 Brion Vibberrevert 15898, broke the wiki
2006-08-02 Domas Mituzascommit early, commit often!
2006-08-02 Domas Mituzaserghhhh
2006-08-02 Domas MituzasMove SO::_getCaller() to Profiler::getCaller()
2006-08-02 Tim StarlingDefer loading default options, this avoids a theoretica...
2006-08-02 Tim Starlingremove useless require_once
2006-08-02 Tim StarlingLog exceptions
2006-08-02 Tim StarlingAvoid duplicate require_once() under windows by using...
2006-08-02 Tim StarlingDon't run jobs in read only mode.
2006-07-30 Greg Sabino MullaneMake SQL more SQL compliant, remove some debugging...
2006-07-30 Daniel KinzlerSeparated ajax search box features from core ajax frame...
2006-07-29 Daniel Kinzlercall JS onload hooks at the end of the html body in...
2006-07-28 Daniel KinzlerFactored code for global JS variables into a function
2006-07-28 Daniel KinzlerAdding various global JS variables, fixing bug 6030...
2006-07-28 Lupin(bug 6771) Make old revisions of MediaWiki pages availa...
2006-07-27 Magnus ManskeTwo new hooks by Ryan Lane for the StableVersions extension
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
next