Fix for Bug #29628 - scriptpath Option of maintenance/install.php is ignored
[lhc/web/wiklou.git] / includes /
2011-07-01 Mark A. HershbergerFix for Bug #29628 - scriptpath Option of maintenance...
2011-07-01 Alexandre EmsenhuberReplaced calls to Skin::formatSize() by Language::forma...
2011-07-01 Alexandre EmsenhuberCall Linker::link() statically instead of getting a...
2011-07-01 Sam ReedRemove unused globals
2011-07-01 Sam ReedAdd documentation
2011-07-01 Sam ReedMinor revert to r91246
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-07-01 Sam ReedFollowup r91168, fix last usage of $currentUser which...
2011-07-01 Aaron SchulzFollow-up r91123:
2011-06-30 Brian Wolff(Follow-up r87705) per CR add docs to function. No...
2011-06-30 Chad HorohoeFollowup r91224: stupid syntax error
2011-06-30 Chad HorohoeRemove superfluous inclusion of SiteConfiguration in...
2011-06-30 Aaron Schulz* Follow-up r84397: make sure that mysql uses the job_i...
2011-06-30 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-30 Chad HorohoeRemove --upload option to parserTests.php and backend...
2011-06-30 Aaron Schulz* Marked WikiCategoryPage::hasViewableContent() as...
2011-06-30 Alexandre EmsenhuberPer Aaron, fix for r91180: pass false to second paramet...
2011-06-30 Bryan Tong MinhFollow-up r89544: add dot per CR
2011-06-30 Aaron SchulzReverted r91195, this isn't needed ;)
2011-06-30 Aaron SchulzAdded normalizeSubpageLink() to DummyLinker. __call...
2011-06-30 PlatonidesLinker::titleAttrib() didn't obey $wgEnableTooltipsAndA...
2011-06-30 Chad HorohoeMove $wgFeedClasses to DefaultSettings where they belon...
2011-06-30 Bryan Tong MinhFollow-up r81536: Properly extract ($dstZone, $dstRel...
2011-06-30 Bryan Tong MinhFollow-up r80988: fix function documentation
2011-06-30 Aaron SchulzTab w/s fixes
2011-06-30 Alexandre EmsenhuberFixes for r88113 and some realted changes:
2011-06-30 Robin PepermansSimpler code
2011-06-30 Alexandre EmsenhuberMuch, much easier to call Linker::link() statically...
2011-06-30 Alexandre EmsenhuberUse the current instance instead of messing with $wgUser
2011-06-30 Robin PepermansFollow-up r91167: that was for history of course.....
2011-06-30 Alexandre EmsenhuberAnd I forgot to commit this file in r91074
2011-06-30 Robin PepermansAdd dirmark so RecentChanges displays properly with...
2011-06-30 Aaron Schulz* Fixes for r91123:
2011-06-30 Aaron SchulzExpand on r91123 Article refactoring:
2011-06-30 Sam ReedMore return documentation and trimming trailing whitespace
2011-06-30 Sam ReedMinor tweaks for r83833 per CR
2011-06-30 Sam ReedMerge r90664 from 1.17wmf1
2011-06-30 Sam ReedMerge r86683 from 1.17wmf1
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-06-29 Sam ReedFix trailing whitespace
2011-06-29 Brion VibberTweak doc comments on WebRequest::getRequestURL() ...
2011-06-29 Brian Wolff(Follow-up r91059) Make backlinks query do both null...
2011-06-29 PlatonidesFollow up r91072. This is indeed not needed.
2011-06-29 Brian Wolff(follow-up r91106) Explicitly compare against the self...
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-29 Bryan Tong MinhPer CR, revert non debugging stuff from r82436. (KML...
2011-06-29 Raimond Spekking(no commit message)
2011-06-29 Bryan Tong MinhAdd wfUnserialize() wrapper around unserialize to preve...
2011-06-29 Sam ReedAdd 'api' type to extension types for special version
2011-06-29 Alexandre EmsenhuberFix for r91076: forgot to change one instance of $useMa...
2011-06-29 Alexandre EmsenhuberPer Platonides, follow-up r72842: pass the db connectio...
2011-06-29 Alexandre Emsenhuber* Modified some methods of SpecialWatchlist to be non...
2011-06-29 PlatonidesDelay expansion of XmlSelect options until getting...
2011-06-29 PlatonidesMake BitmapMetadataHandlerTest incomplete if $wgShowEXI...
2011-06-29 Platonides$wgContLang no longer used here
2011-06-29 Alexandre EmsenhuberFollow-up r90334 and r90337: made DifferenceEngine...
2011-06-29 Alexandre EmsenhuberRemoved code2utf() and replaced with codepointToUtf8...
2011-06-29 Brian WolffBacklinkCache was forgetting to check rd_interwiki...
2011-06-29 Chad Horohoe(bug 29277) MediaWiki:Filepage.css not loaded on foreig...
2011-06-28 Russ NelsonUploadStashFile::__construct() can't assume that the...
2011-06-28 Aaron SchulzUse getLatest() accessor
2011-06-28 Aaron SchulzUse title accessor
2011-06-28 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-28 Chad Horohoe* Remove Exception.php's reliance on wfDie(), as well...
2011-06-28 Antoine MussoFind 'all' special ns regardless of its rank in the...
2011-06-28 Alexandre EmsenhuberAdded some GPL headers
2011-06-28 Alexandre Emsenhuber* Fixed documentation
2011-06-28 Aaron SchulzRemoved raw Article->field accessing
2011-06-28 Antoine MussoDisable ns selector checkboxes when 'all' namespace...
2011-06-28 Brian WolffUse content language in formatting of dates in revertpa...
2011-06-28 Brian Wolff(follow-up to some RequestContext revision) When Specia...
2011-06-28 Aaron SchulzFollow-up r85226: use getContext()->getUser() instead...
2011-06-28 Aaron SchulzFollow-up r90819: made XOR only work on two conditions...
2011-06-28 Sam ReedAdd SpecialPermanentLink to Autoloader
2011-06-27 Robin PepermansFollow-up r90742: the parser should call getFunctionLang()
2011-06-27 Sam ReedFollowup r90923, best to actually use displayPrefix
2011-06-27 Sam ReedDon't put a quoted/regexed prefix back out again
2011-06-27 Sam ReedFix casing of langcode
2011-06-27 Neil Kandalgaonkaradding standard location of exiv2 under Ubuntu Linux...
2011-06-27 Raimond SpekkingLocalisation updates for core and extension messages...
2011-06-27 Aaron Schulz* Fixed 'Fatal error: Class 'SpecialMyuploads' not...
2011-06-27 Happy-melonFollow-up r89408, r86872: restore IContextSource and...
2011-06-27 Happy-melonRevert r85288 (magic accessors for RequestContext)...
2011-06-27 Happy-melon(bug 29511) block dropdown reasons should be in wiki...
2011-06-27 Happy-melonFollow-up r90877: spot the copy-and-pasted code... :D
2011-06-27 Happy-melonFollow-up r86044 CR (correct subtitle message for actio...
2011-06-27 Happy-melonFollow-up r88738: this check is no longer needed since...
2011-06-26 Happy-melonFollow-up r86234, and more parameter documentation.
2011-06-26 Aaron SchulzRestore new_name_timestamp index usage in UNION. Since...
2011-06-26 Happy-melonComment shuffling, also fixing r86347 CR.
2011-06-26 Happy-melonFollow-up r84588 CR
2011-06-26 Happy-melonFollow-up r84475 CR; and also documentation fixes;...
2011-06-26 Robin PepermansMake parser->getFunctionLang be dependent on title...
2011-06-26 Aaron SchulzRemove disableaccount stuff from r77558. Left out from...
2011-06-26 Aaron SchulzFollow-up r90749: use a new 'autopromote' action for...
2011-06-26 Raimond SpekkingLocalisation updates for ToolserverI18N messages from...
2011-06-26 Mark A. HershbergerApply rgcjones' patch for Bug#29533:
2011-06-26 Sam ReedFollowup r89566, r89568, make links point to the user...
2011-06-26 Sam ReedFollowup r90839, de-capitali[sz]e api parameter
2011-06-26 Sam ReedUpdate calls to deprecated User::isValidEmailAddr
next