code readability is everything
[lhc/web/wiklou.git] / includes /
2011-07-06 Jack Phoenixcode readability is everything
2011-07-05 Aaron SchulzDivision by zero
2011-07-05 Aaron SchulzReverted part of r91246, fixes: Fatal error: Call to...
2011-07-05 Raimond SpekkingLocalisation updates for core and extension messages...
2011-07-05 Alexandre EmsenhuberPer Brion, fix for r91460: make this a bit more robust
2011-07-05 Alexandre EmsenhuberOverride IndexPager::getTitle() in AlphabeticPager...
2011-07-05 Alexandre Emsenhuber* Don't create a WebRequest obhject in CLI mode but...
2011-07-05 Alexandre EmsenhuberHashar seems to have missed one occurence of OutputPage...
2011-07-05 Chad Horohoe(bug 5800) Added $formCallback as a parameter to the...
2011-07-05 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-07-05 Alexandre EmsenhuberRemoved CategoryViewer::getSkin() and replaced by stati...
2011-07-05 Aaron SchulzAdded percentages to ProfilerSimpleText
2011-07-05 Brian Wolff(Follow-up r90759 per CR) Use a hook to register new...
2011-07-05 Aaron Schulz* Added getFileVersion()/setFileVersion() functions...
2011-07-05 Robin Pepermans(see bug 29712) Removing the defaultUserOptionOverrides...
2011-07-05 Sam ReedFollowup r89617, r91428 call $pager->doQuery explicital...
2011-07-04 Ryan Kaldaribetter fix for bug 27338 - doesnt rely on line-height
2011-07-04 Ryan Kaldarifixing rounding problem, per comment at r82309
2011-07-04 Antoine MussoHTTP status messages move: OutputPage -> HttpStatus
2011-07-04 Aaron SchulzRemoved doPurge() from ImagePage.php, already moved...
2011-07-04 Antoine MussoRevert old page navigation back to a subtitle
2011-07-04 Brian Wolff(bug 29109) Allow the automatic edit summary for redire...
2011-07-04 Alexandre Emsenhuber* Removed usage of error suppression operator in includ...
2011-07-04 Alexandre EmsenhuberUse WebRequest::getValues() instead of raw $_REQUEST
2011-07-04 Tim StarlingAllow SqlBagOStuff data to be split over many tables...
2011-07-04 Alexandre EmsenhuberFix for r90337 and r90743: Use $this->title instead...
2011-07-04 Alexandre EmsenhuberChanged calls to Linker::tooltipAndAccesskeyAttribs...
2011-07-03 Robin PepermansUse Linker::linkKnown per Siebrand on r91377.
2011-07-03 Raimond SpekkingLocalisation updates for core and extension messages...
2011-07-03 Robin PepermansChanging back to $wgUser in SpecialImport.php. Importin...
2011-07-02 Raimond SpekkingLocalisation updates for core and extension messages...
2011-07-02 Aaron SchulzMoved doCascadeProtectionUpdates() to WikiPage.php
2011-07-02 Aaron SchulzFix for r91344: removed straggling instances of $this...
2011-07-02 Alexandre EmsenhuberThe User object parameter of WikiPage::doRollback(...
2011-07-02 Alexandre EmsenhuberRemoved one hidden usage of $wgUser
2011-07-02 Alexandre EmsenhuberMoved action=rollback to an Action subclass
2011-07-02 Aaron SchulzAdded filterByIds() function to Rev_List and made ID...
2011-07-02 Aaron SchulzRemoved some dead code (useless since r87806)
2011-07-02 Aaron SchulzRemoved dead $undeletedRevisions code (useless since...
2011-07-02 Aaron Schulz* Added generic Rev_List revision listing class and...
2011-07-02 Aaron SchulzRemoved followRedirectText, unused
2011-07-01 Aaron SchulzFixed bogus $conds in r91327
2011-07-01 Aaron Schulz* Fixed getLatest() check in Article
2011-07-01 Aaron SchulzRemoved ampersand in HTMLFileCache constructor
2011-07-01 Robin PepermansAdd lang & dir attributes to the sitenotice, in the...
2011-07-01 Robin PepermansAdd direction mark for better RTL display
2011-07-01 Alexandre Emsenhuber* Changed action=revert to use a subclass of Action
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...
next