* Made special page names case-insensitive and localisable. Care has been taken to...
[lhc/web/wiklou.git] / includes / OutputPage.php
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...
2006-01-13 Brion Vibber* (bug 4104) 'OutputPageBeforeHTML' hook to postprocess...
2006-01-10 Niklas LaxströmMissing variable declarations
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-06 Rob Church* Move the "user is blocked" page to OutputPage
2006-01-05 Tim Starlingremoved $wgParserCache, converted to a singleton
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-01 Tim Starlingfix for broken categories on preview
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-28 Magnus Manskenow displays system messages in their edit box even...
2005-12-26 Brion Vibber* Remove unused OutputPage::addCookie()
2005-12-21 Ævar Arnfjörð Bjar... * Added a new accessor/mutator for OutputPage::mParserO...
2005-12-08 Brion Vibber* (bug 4212) Skip redundant meta-robots tag for default...
2005-12-08 Brion Vibber* (bug 4214) Skip redundant action text inserts into...
2005-12-04 Antoine MussoRemove Out::transformBuffer method that does nothing
2005-12-04 Antoine MussoClean up unused globals!
2005-12-01 Brion Vibberfix typo in var name
2005-11-27 Brion Vibber* (bug 3979) Save correct {{REVISIONID}} into parser...
2005-11-15 Tim StarlingSave the results of the link cache update parse into...
2005-10-12 Tom Gilder(bug 2585) Return proper 404 code when pages don't...
2005-10-06 Tom GilderAdded support for separate noarticletextanon
2005-09-24 Antoine MussoMove reporttime method from OutputPage object to a...
2005-08-17 Niklas Laxström* (bug 3170) Page Title failed to obey MediaWiki:Pagetitle
2005-08-15 Antoine MussoFix #2393: incorrect MIME type for atom feeds
2005-08-03 River Tarnellwhen whitelistread prevents a page being viewed, add...
2005-07-25 Tim Starlingprofiling improvements and bug fixes
2005-07-24 River Tarnellallow 'uselang' and 'useskin' to be specified in the...
2005-07-23 River Tarnell(bug 796) trackback support
2005-07-12 Alexander SigachovAdd categories to meta KEYWORDS
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-07-04 Brion Vibber* Workaround for mysterious problem with bogus epoch...
2005-07-04 Brion Vibber* Workaround for mysterious problem with bogus epoch...
2005-07-03 River Tarnellfixes for action=render on image pages
2005-07-03 River Tarnellimplement "action=render"
next