Revert r19877; no reason is given for it but it breaks things such as parameter subst...
[lhc/web/wiklou.git] / includes / OutputPage.php
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...
2006-04-29 Rob Church(bug 5516) Show appropriate "return to" link on blocked...
2006-04-29 Niklas Laxström* Parser can now know that it is parsing an interface...
2006-04-27 Antoine MussoFix #5315: "Expires: -1" HTTP header not strictly RFC...
2006-04-25 Rob Church* Indicate when a protected page is an interface messag...
2006-04-25 Rob Church(bug 5611) Add a name attribute to the text box contain...
2006-04-18 Magnus ManskeChanged DISPLAYTITLE magic variable to use ParserOutput...
2006-04-11 Magnus ManskeNew DISPLAYTITLE magic template; decativated by default...
2006-04-04 Rob Church(bug 2139) Show page title in subtitle when viewing...
2006-04-02 Brion VibberLive hack: Skip some work on empty category/link sets
2006-03-28 Tim Starlingdon't double-profile redirects
2006-03-26 Jens FrankAjax based suggest feature for the search box
2006-03-16 Tim StarlingSave the last modified timestamp to the parser cache...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-25 Rob ChurchRevert Tim's changes to category links, owing to the...
2006-02-24 Tim StarlingMake links to categories in the catlinks box blue wheth...
2006-02-16 Rob Church(bug 5013) Check for existence on "return to" links
2006-01-23 Domas MituzasTidy up only article views, previews, image pages and...
2006-01-16 Brion Vibber* Spit the generated LocalSettings code out during...
2006-01-14 Brion VibberRestoring ThomasV's patch for a hook & use of the exist...
2006-01-14 Brion VibberReverting this patch:
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
next