findhooks.php: also check for Hooks::run, not just wfRunHooks. Hooks class has existe...
[lhc/web/wiklou.git] / includes /
2011-03-22 Aaron SchulzMade FileRepo::newFileFromKey actually work
2011-03-22 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-22 Jack Phoenixcoding style tweaks, doc updates, marked some public...
2011-03-22 Happy-melonFix "$1 is already blocked" parameter-not-passed-to...
2011-03-22 Happy-melon(hopefully) last bit of heavy lifting in Block.php...
2011-03-22 Chad HorohoeCleanup r80892, r84485: Check user also in sqlite for...
2011-03-22 Chad Horohoe(bug 26866) remove trackback user right from DefaultSet...
2011-03-22 Aaron Schulz* Avoid adding DISTINCT if possible
2011-03-22 Aaron SchulzFixed daft error in r84523 so "angry" autoblocks work...
2011-03-22 Happy-melonDon't try and load a block with no target; we're not...
2011-03-22 Aaron SchulzRelate block log entries to block table rows (useful...
2011-03-22 Happy-melonFollow-up r84475: fix notices.
2011-03-22 Sam ReedFollowup r84470, fill "MW 1.15 compat"
2011-03-22 Sam Reed* (bug 27586) Remove duplication of props in ApiQuerySt...
2011-03-21 Sam Reed* (bug 27589) list=allimages&aiprop=archivename is...
2011-03-21 Happy-melonFollow-up r84475: what ever posessed me to get rid...
2011-03-21 Happy-melonFollow-up r84475: fixing the warning is easy enough...
2011-03-21 Greg Sabino MullaneWhen switching from admin to non-admin account, make...
2011-03-21 Greg Sabino Mullanetemplate1 is a poor choice: use the standard 'postgres...
2011-03-21 Greg Sabino Mullane$safedb needs to be set *outside* the if/else block...
2011-03-21 Sam ReedFix variable typo introduced in r83282
2011-03-21 Greg Sabino MullaneDo not depend on the lack of a server for connecting...
2011-03-21 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-21 Max SemenikRemoved Article::insertNewArticle() and Article::update...
2011-03-21 Russ NelsonSome docs, a spelin eror and fixing a mw1.15 compatibil...
2011-03-21 Platonides(Bug 26223) Concurrently moving an article to different...
2011-03-21 Aaron SchulzBroke some of the more annoying lines
2011-03-21 Sam ReedReinstate some lines added during r84357
2011-03-21 Greg Sabino MullaneChange the default user from 'root' to 'postgres' if...
2011-03-21 Greg Sabino MullaneDon't need an Oracle flag here...
2011-03-20 Sam ReedStart of bug 27586/bug 27589
2011-03-20 Sam ReedAs I've removed most of Roans reason to use php magic...
2011-03-20 Sam ReedFollowup r84392
2011-03-20 Aaron SchulzReverted r84386; breakage too severe
2011-03-20 Aaron SchulzMore comments on hash inputs
2011-03-20 Aaron Schulz* Added findFileFromKey() function
2011-03-20 Roan KattouwPer CR, remove round() call I accidentally reintroduced...
2011-03-20 KrinkleTypo from r54350: Overide > Override
2011-03-20 Max SemenikInstaller: require_once extensions, simple require...
2011-03-20 Max SemenikFixed <doclink> broken by r83023
2011-03-20 Happy-melonFollow-up r84358 CR: rename 'editusertalk' to 'editownu...
2011-03-20 Max Semenik(bug 26939) Installer does not set $wgMetaNamespace
2011-03-20 Roan Kattouw(bug 26805) Introduce ResourceLoaderGetStartupModules...
2011-03-20 Roan KattouwFollowup r84399: remove another round() call
2011-03-20 Roan KattouwRemove stray round() call, rounding of timestamps was...
2011-03-20 Roan Kattouw(bug 27336) Add $wgJobTypesExcludedFromDefaultQueue...
2011-03-20 Roan Kattouw(bug 27641) purgeThumbnails should support exclusion...
2011-03-20 Roan KattouwRevert r83812 (schema change for cl_type enum), no...
2011-03-20 Roan KattouwPer r83812 CR, solve the categorymembers paging problem...
2011-03-20 Antoine MussoMakes wikilinks nicer when possible
2011-03-20 Sam ReedAddition of 'APIQuerySiteInfoGeneralInfo' hook for...
2011-03-20 Antoine Mussocorrect wfDebug() calls added in r79272 & r79368
2011-03-20 Sam ReedFollowup r84361, numerical keys ftw
2011-03-20 Sam ReedActually list implicit groups in allusers.
2011-03-20 Sam Reed* (bug 27469) label implicit groups in list=allusers...
2011-03-19 Happy-melon* Implement an extensible Block::prevents( <action...
2011-03-19 Sam Reed* (Bug 14005) editing section 0 of an existing but...
2011-03-19 Sam Reed* (bug 27343) Add parseddescription to list=filearchive
2011-03-19 Happy-melonFollow-up r81524: fix fatal when modules are deregistered
2011-03-19 Happy-melonMark various internal methods as protected, which have...
2011-03-19 Happy-melonFollow-up r84336: break some long lines
2011-03-19 Happy-melonBlock::forUpdate() is never called, and doesn't really...
2011-03-19 Happy-melonClarify the behaviour of Block::parseTarget(), and...
2011-03-19 Happy-melonRemove some insanely ancient (~r4797) unused globals...
2011-03-19 Max SemenikFixed message borkage from r78593
2011-03-19 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-19 Alexandre EmsenhuberFix fatal from r83823
2011-03-19 Tim StarlingDon't refuse to do work just because the pool counter...
2011-03-19 Alexandre EmsenhuberPer Hashar, fix for r83673: only accept StubContLang...
2011-03-19 Tim StarlingLog pool counter errors
2011-03-19 Mark A. HershbergerFix for Bug# 17463: New pages log doesn't remove/update...
2011-03-18 Happy-melonMissed one instance of Block::infinity() from r84279.
2011-03-18 Happy-melonMove Block::normaliseRange() to IP.php, then reduce...
2011-03-18 Bryan Tong MinhExtract bit depth and color type for PNG images
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Bryan Tong MinhAdded hook BitmapHandlerTransform to allow extension...
2011-03-18 Happy-melonFix borked r84266.
2011-03-18 Happy-melonFollow-up r84249: reimplement isAllowedAny(), and resto...
2011-03-18 Mark A. HershbergerFollowup r83536 to address Jack Phoenix's comments...
2011-03-18 Sam ReedImprove query building if's to cater for addition of...
2011-03-18 Mark A. HershbergerApply patch for Bug #27899 Special:NewPages does not...
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-18 Sam ReedFollowup r84260, normalise API behaviour, and fixup...
2011-03-18 Sam ReedFollowup r83862, add notation that page count will...
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Sam Reed* (bug 28104) Namespace for local pages in interwiki...
2011-03-18 Antoine MussoBacklinkCache: explicit properties visibility
2011-03-18 Antoine Mussodocumentation for BacklinkCache class
2011-03-18 Happy-melonFirst forays into the swamp of the Block.php backend:
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-03-18 Happy-melonFollow-up r84233: fix documentation format
2011-03-18 Happy-melon(bug 27403) saved user preferences which are subsequent...
2011-03-18 Aaron Schulz* Fixed wfIncrStats calls from r83617 (I assume this...
2011-03-17 Raimond SpekkingLocalisation updates for core and extension messages...
2011-03-17 Happy-melonFix typo in r83786
2011-03-17 Alexandre EmsenhuberBe more consistent if updater script's output
2011-03-17 Alexandre EmsenhuberPer Tim Starling, follow-up r83137: added schema update
2011-03-17 PlatonidesAdd hook InterwikiLoadPrefix
2011-03-17 Sam ReedAlso remove message as followup to r84133
next