Don't use public-audience-only function
[lhc/web/wiklou.git] / includes / OutputPage.php
2008-10-22 Brion VibberAdd HTML <link rel="edit"> alongside the original Unive...
2008-10-19 Brion VibberBack out r42181 "(bug 6179) Actually the log for people...
2008-10-17 Aaron Schulz(bug 6179) Actually the log for people who can't edit
2008-10-10 Ryan Schmidt* integrating UniversalEditButton extension into core...
2008-10-06 Andrew Garrett(bug 15301) Fix up use of actions in display for permis...
2008-09-16 X!(bug 15617)
2008-09-15 Brion VibberRevert r40837, r40839, r40840 (bug 332 - broken UTF-8)
2008-09-15 Fran RogersAddendum to r40837: only validate/clean the body text...
2008-09-15 Fran RogersFix for bug #332 - all UTF-8 output is now cleaned...
2008-09-12 Alexandre Emsenhuberand pass the reason too *stab*
2008-09-12 Alexandre Emsenhuber$this is better that $wgOut :P
2008-09-12 Chad HorohoeNeeds mw- prefix.
2008-09-12 Chad HorohoeAdd a unique identifier for read-only pages.
2008-08-29 Tim Starling* Generalised OutputPage::checkLastModified() to allow...
2008-08-26 Brion VibberQuick hack to fix the broken hack noted in bug 15301
2008-08-22 Chad HorohoeRemove unused global.
2008-08-21 Alexandre EmsenhuberTweaks for skins:
2008-08-20 Brion Vibber* $wgAjaxSearch has been removed; use $wgEnableMWSugges...
2008-08-11 Aaron SchulzAdd prependHTML() for extensions to avoid direct field...
2008-08-11 Aaron SchulzAdd getRevisionId()
2008-08-10 Aaron SchulzAnother go at extension CSS order
2008-08-08 Brion VibberCleanup to r38831 -- don't check _just_ 'rss' and ...
2008-08-08 SQLFix bug 15016 - 'Templates used on this page' inconsist...
2008-08-08 Chad HorohoeAllow users to override the default site feed. (bug...
2008-08-05 Chad HorohoeRemove a few unused globals.
2008-08-05 Brion VibberCleanup to r38608 ("Refactor badaccess-groupX and frien...
2008-08-05 Chad HorohoeRefactor badaccess-groupX and friends to use User:...
2008-08-01 Alexandre EmsenhuberRemove call to Linker::postParseLinkColour() which...
2008-07-30 Chad HorohoeRemove unused $wgServer global.
2008-07-25 Aryeh GregorMove some member variable initialization to the declara...
2008-07-24 Aryeh GregorInstead of last commit, use $wgExemptFromUserRobotsCont...
2008-07-24 Aryeh GregorImplement $wgAllowUserRobotsControl to control whether...
2008-07-23 Aryeh Gregor(bug 8068) New __INDEX__ and __NOINDEX__ magic words...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-02 Brion VibberAttempt to clean up some of the insanity in creating...
2008-07-02 Daniel KinzlerAdd hook to replace logic for generating category links...
2008-06-30 Chad Horohoe(bug 14687) OutputPage::addStyle() now adds type="text...
2008-06-30 Aryeh GregorPut this is getHeadLinks() instead to reduce code dupli...
2008-06-30 Danny B* adding <meta name="generator" content="MediaWiki...
2008-06-13 Alexandre Emsenhuberfix for r36212: take care of the namespace too
2008-06-12 Chad Horohoe(bug 14500) - The sitefeed (RC) shouldn't show up on...
2008-06-10 Aaron SchulzUse nice wfArrayMerge(), rather than piece of shit...
2008-06-10 Aaron Schulz* Don't log patrol marking when not relevant
2008-05-23 Andrew GarrettCore changes for GlobalBlocking and TorBlock extensions...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-12 Brion VibberRevert r34559 and fix r34542 -- include rightclickedit...
2008-05-09 Brion Vibber* add OutputPage::addScriptFile() for easier adding...
2008-05-03 Aaron Schulz* Add method to append subtitle
2008-04-18 Niklas Laxström* Parse messages in correct language, so plurals and...
2008-04-16 Alexandre Emsenhuber* added call to wfDeprecated() to methods marked as...
2008-04-15 Robert StojnićAjax suggestions:
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-10 Tim StarlingAdd CentralAuth cookies to the XVO header
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron Schulz* Select len,is_redirect too
2008-04-07 Alexandre EmsenhuberAdded parameter to BeforePageDisplay hook so that...
2008-04-06 Alexandre Emsenhuber(bug 12064) BeforePageDisplay hook is now called for...
2008-02-25 Tim Starling* Put both hidden categories and normal categories...
2008-02-25 Huji(bug 13140) Show parent categories in category namespace
2008-02-24 Tim Starling* Add wfReadOnlyReason() to supply the reason for the...
2008-02-22 HujiIntroducing $wgFeed variable. Allows tuning sydication...
2008-02-22 Tim Starlingfixed XVO header
2008-02-21 Tim Starling* Don't show edit permissions errors on a red link...
2008-02-20 Tim Starlingfix bug 13085 (since last commit)
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-20 Tim StarlingVary the cache on session, Token and LoggedOut cookies...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-13 Brion Vibber* (bug 12935, 12981) Fully-qualify archive URLs in...
2008-02-08 Tim StarlingAdd an X-Vary-Options header, as per my proposed squid...
2008-01-24 Aryeh GregorCommit some junk: spacing, braces, parentheses, other...
2008-01-21 Raimond SpekkingAdd an comment for used messages, to enssure that grep...
2008-01-14 Domas Mituzas* Shortcutted Title::userCanRead() for public wikis
2008-01-13 Domas Mituzasavoid calling things on $wgTitle that might be not...
2008-01-12 Brion Vibber* Use only default options when generating RSS and...
2008-01-02 Aryeh GregorWhen a user is prohibited from creating a page, a title...
2008-01-02 Aryeh GregorClean up some error-handling messages a bit, particular...
2008-01-02 Aryeh GregorRevert incorrectly committed file, again.
2008-01-02 Aryeh GregorFix whitespace, brace style
2007-12-19 Brion VibberFix regression in 28274: autodiscovery feed links were...
2007-12-17 Thomas BleherFind and fix places where globals were being used witho...
2007-12-16 Victor Vasiliev* Introduce new user preference: ajaxsearch
2007-12-10 Tim StarlingAdd support for parse warnings. Currently only displaye...
2007-12-09 Victor VasilievFix broken code
2007-12-09 Ilmari KaronenClean up and document OutputPage::readOnlyPage(), remov...
2007-12-08 Victor Vasiliev* (bug 943) RSS feed for Recentchangeslinked
2007-11-20 Aryeh GregorTweaks for the new rateLimited(): remove @todo i18n...
2007-11-20 Andrew Garrett* Ensure that rate-limiting is applied to rollbacks.
2007-11-15 Rotem LissShow 'no reason given' rather than a single apostrophe...
2007-11-06 David McCabeThe uncontroversial Liquid Threads hooks.
2007-10-18 Brion VibberRevert r26670 [LiquidThreads-related patches] for now:
2007-10-15 Raimond Spekking* Message 'cascadeprotected' has for a longer time...
2007-10-12 David McCabeMerged in changes from Liquid Threads branch including...
2007-09-24 Brion VibberClean up r26058, r26059 a bit...
2007-09-24 Aryeh Gregor"' onload='send_me_your_credit_card_info()" would be...
2007-09-24 Aryeh Gregor(bug 5412) Add feed links for the site (i.e., Recentcha...
2007-09-14 Brion Vibber* (bug 11342) Fix several 'returnto' links in permissio...
2007-09-11 Brion Vibber* (bug 9252) Fix for tidy funkiness when using editintr...
2007-08-31 Aaron Schulz*Revert r25375, breaks other messages. I didn't realize...
2007-08-31 Aaron Schulz*Remove debug line
2007-08-31 Aaron Schulz*Use addHTML() on formatPermissionsErrorMessage() gener...
next