API bug 10046: incorrect action produces invalid response format
[lhc/web/wiklou.git] / includes / OutputPage.php
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()
2006-06-23 Tim StarlingAdded check for newlines in redirects as a paranoia...
2006-06-21 Tim StarlingSaner handling of title objects in OutputPage::returnTo...
2006-06-20 Brion VibberTemporarily revert 14847; makes incompatible changes...
2006-06-20 Rotem Liss* Using the "returnto" in the login link in additional...
2006-06-13 Brion VibberClean up after r14751:
2006-06-13 Magnus ManskeBug 6031 (feature request for __NOGALLERY__ on category...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad Math.php
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-31 Niklas Laxström* Reverting BiDi changes because there were some proble...
2006-05-31 Niklas Laxström* (bug 6100) BiDi: different directionality for user...
2006-05-15 Brion VibberFixes to input validation and output escaping for user...
2006-05-12 Antoine Mussofname in debug statement
2006-05-12 Antoine Mussofunction name in debug output for OutputPage::checkLast...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-11 Antoine Mussoa round of static statements
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-02 Rob Church(bug 5789) Treat "loginreqpagetext" as wikitext
2006-05-01 Rob Church(bug 4876) Add __NEWSECTIONLINK__ magic word to force...
next