(bug 15543) fix for r38139: don't include $wgUser->mTouched and smaxage=0 in query...
[lhc/web/wiklou.git] / includes / OutputPage.php
2007-07-31 Raimond SpekkingAdding new parameter $8 with the begin of a block to...
2007-07-29 Rob ChurchIntroduce OutputPage::addReturnTo(), with a view to...
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-10 Aryeh Gregor(bug 9151) Remove timed redirects on "Return to X"...
2007-07-07 Daniel CannonPer-page protection should take precedence over namespa...
2007-07-07 Rob ChurchKill some parameter cruft
2007-07-07 Rob Church* Rename "namespaceprotectedtext" to "namespaceprotected"
2007-07-07 Rob ChurchClean up OutputPage::readOnlyPage() -- most of these...
2007-07-07 Daniel CannonIf the user is unable to edit a page because the namesp...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-25 Rob ChurchRevert r23395, since it won't work (d'oh, of course)
2007-06-25 Rob ChurchOn second thoughts, don't increment the parser cache...
2007-06-25 Rob ChurchFix up DISPLAYTITLE and enable per default:
2007-06-20 Aaron Schulz*Use wfSuppressWarnings() instead of error_reporting()
2007-06-20 Aaron Schulz*error_reporting() again...sigh
2007-06-20 Tim StarlingRemoved mImageTimestamps, use the OutputPageParserOutpu...
2007-06-02 Daniel Cannon(bug 10076) Modified so as to output whoever the origin...
2007-06-01 Daniel CannonAparently, it need not only be defined but *initialized...
2007-06-01 Daniel CannonFixes for previous commit:
2007-06-01 Daniel Cannon(bug 10076) If a user is blocked as the result of a...
2007-05-31 Aaron Schulz*Add BeforeGalleryFindFile, TitleLinkUpdatesAfterComple...
2007-05-24 Antoine MussoRename $wgSlaveLagOhNo (r22310) to $wgSlaveLagCritical.
2007-05-21 River Tarnell"Changes newer than 1 seconds may not be shown in this...
2007-05-18 Rob Church* Support passing message arguments to OutputPage:...
2007-05-18 Rob Church* (bug 9628) Show warnings about slave lag on Special...
2007-05-16 Brion Vibberuse $wgStyleVersion in handy-dandy $wgOut->addStyle...
2007-05-16 Brion Vibber* (bug 1438) Fix for diff table layout on very wide...
2007-05-08 Ilmari KaronenDisable user scripts on Special:Preferences, to prevent...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Raimond SpekkingAdded a check for "indefinite" if a local customization...
2007-05-03 Raimond Spekking* (bug 8868) Separate "blocked" message for autoblocks
2007-04-29 Tim StarlingaddHeadItem() method
2007-04-24 Aaron Schulz*Use proper number grammar for cascading protection...
2007-04-06 Brion VibberOld cached ParserOutput entries will have null for...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-04-03 Tim StarlingGeneric method to add stylesheets and scripts to the...
2007-04-01 Rob Church* (bug 9472) Invalid XHTML on cached query pages
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-14 Aaron Schulz*Add framework for proper protection cascading
2007-02-21 Brion Vibber* Add 'charset' to Content-Type headers on various...
2007-02-16 Raimond SpekkingRemove hardcoded quotation marks to allow better locali...
2007-02-05 Brion Vibber* Clean up session checks to better handle the case...
2007-01-31 Nick JenkinsAdd $wgStyleVersion string to URL for two Ajax JavaScri...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-21 Antoine MussoNew hook: AjaxAddScript. Used to load some more ajax...
2007-01-21 Antoine MussoIndent output when adding links and meta tags
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-15 Aryeh Gregors/\r\n/\n/
2007-01-14 Tim StarlingFixed diff-related regression, tidy accidentally disabled
2007-01-12 Andrew GarrettVarious,
2007-01-12 Andrew GarrettVarious tweaks for last commit, including a merge of...
2007-01-12 Andrew GarrettDisplay MULTIPLE culprit pages for cascading protection...
2007-01-12 Andrew GarrettUI stuff for the cascading protection feature - warning...
2007-01-11 Brion Vibberremove intrusive debugging line added in r19111
2007-01-11 Ilmari Karonenmake default system messages show on "view source"
2007-01-10 Andrew GarrettMerge from branches/werdna/restrictions-separation...
2007-01-07 Antoine MussoImplements #7667 : allow XHTML namespaces customization...
2006-12-27 Aryeh GregorRevert the conditional un-including of ajax.js from...
2006-12-27 Aryeh GregorRELEASE-NOTES for last commit, and don't load the AJAX...
2006-12-26 Aryeh Gregor(bug 7169) Use Ajax to watch/unwatch articles. Patch...
2006-12-18 Rotem Liss* Renaming the message 'protectedtext' to 'protectedpag...
2006-12-18 Rob ChurchEr, that should be wfMsg()...
2006-12-18 Rob Church* Don't show "you can view and copy the source of this...
2006-12-13 Andrew GarrettInclude the block ID in blockedtext. This way, users...
2006-12-11 Brion Vibber* (bug 8148) Handle non-removable output buffers gracef...
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-12-03 Ilmari KaronenUse Title::newMainPage() in various places instead...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-17 Aryeh GregorClean up last commit: OutputPage::formatTemplates ...
2006-11-17 Aryeh Gregor(bug 7918) "Templates used on this page" is now shown...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-07 Aryeh GregorAdd some documentation to OutputPage.php and specify...
2006-11-05 Brion Vibber* (bug 1109) Correct fix for compressed 304 responses...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-13 Brion Vibber* Added global $wgStyleVersion to centralize bumping...
2006-09-06 Rotem Liss(bug 6927) User login requested if not allowed to read
2006-08-31 Rob Church* (bug 7144) Don't "return to main" from OutputPage...
2006-08-29 Brion Vibber* (bug 7109) Fix Atom feed version number in header...
2006-08-24 Tim StarlingRefactored parser output handling slightly, and added...
2006-08-24 Mark Bergsma(bug 7098) Add an option to disable/enable sending...
2006-08-14 Domas Mituzasreplace header() with $wgRequest->response()->header()
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 LissRemoving the last references to OutputPage::sysopRequir...
2006-07-30 Daniel KinzlerSeparated ajax search box features from core ajax frame...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-24 Tim StarlingMade OutputPage::tryParserCache() use addParserOutputNo...
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-11 Antoine MussoFix ugly hack. Assume PHP5 does a nice job with references.
2006-07-11 Antoine MussoSome new strictness with PHP5
2006-07-07 Brion Vibber* Don't put empty-page message into view-source when...
2006-06-24 Rob Church(bug 4990) Show page source to blocked users on edits...
2006-06-23 Tim StarlingCheck for bad title in returnToMain()
next