* Use local context to get messages
[lhc/web/wiklou.git] / includes / WikiPage.php
2012-03-11 Sam ReedMore of r113580
2012-02-23 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-21 Alexandre EmsenhuberAdded $performer parameter to PatrolLog::record() and...
2012-02-20 Alexandre Emsenhuberfix documentation: WikiPage::newFromID() can return...
2012-02-14 Alexandre EmsenhuberAlso call $this->clear() from WikiPage::doDeleteUpdates...
2012-02-13 Jeroen De Dauwfix doc
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Max SemenikFix my stupid mistake in r110750 that resulted in fake...
2012-02-07 Max SemenikFollow-up r110750: move constants to a different class...
2012-02-06 Max SemenikFixed r63018: made it possible to delte half-baked...
2012-02-05 Alexandre Emsenhuber* Use $this->getRevision() to get the latest revision...
2012-02-03 Alexandre EmsenhuberwfTime() -> microtime( true ), no need to use the forme...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-27 Alexandre Emsenhuber* Group related functions
2012-01-26 Alexandre Emsenhuber* Do the page existence check before calling ignore_use...
2012-01-21 Alexandre EmsenhuberFix bug 32948:
2012-01-14 Alexandre Emsenhuber* Use WikiPage instead of Article to call commitRollback()
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-07 PlatonidesProfile all returns (r107319 follow-up)
2012-01-07 Alexandre EmsenhuberSimplify the check to make it more understandable
2012-01-07 Alexandre EmsenhuberCleanup in WikiPage::getRedirectURL():
2012-01-06 Alexandre EmsenhuberRevert r105790 and move back view counter back to WikiP...
2012-01-04 Alexandre EmsenhuberFix for r107945: also partially revert r107842
2012-01-03 Brion VibberRevert r107769, r107771, r107825, r107840, r107927...
2012-01-03 Alexandre EmsenhuberPer Aaron, fix for r107771: Title::getTouched() should...
2012-01-03 Alexandre EmsenhuberGive Title a decent loading mechanism:
2012-01-02 Niklas LaxströmTypofix r107842
2012-01-02 Alexandre Emsenhuber* Removed WikiPage::$mTouched and use the value from...
2012-01-02 Alexandre Emsenhuber* Store the value of the page.page_restrictions field...
2011-12-30 Alexandre Emsenhuber* Moved post-deletion code from WikiPage::doDeleteArtic...
2011-12-29 Alexandre Emsenhuber* Added Title::getLinksFrom() and Title::getTemplateLin...
2011-12-29 Alexandre Emsenhuber* Group related functions
2011-12-27 Tim StarlingRevert the fix for bug 32858 (r105664, r105161, r103476...
2011-12-27 Alexandre Emsenhuber* Integrate $wgDeleteRevisionsLimit in Title::getUserPe...
2011-12-26 Alexandre Emsenhuber* (bug 30711) WikiPage::replaceSection() now always...
2011-12-26 Alexandre EmsenhuberFollow-up r106567: pass the User object to LogPage...
2011-12-20 Ryan Kaldarifollow-up to r106754 - using strict comparison, adding...
2011-12-18 Alexandre Emsenhuber* Merged WikiPage::updateRestrictions() and Title:...
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-12-11 Alexandre EmsenhuberMoved view count from WikiPage to Title; avoids an...
2011-12-10 Alexandre Emsenhuber* Changed WikiPage::exists() to call Title::exists()
2011-12-09 Tim Starling* Revert r103476, r105161 and implement the fix for...
2011-11-30 PlatonidesUnused $wgParser. Fix comment
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-18 Alexandre EmsenhuberFix for r103502: make PoolWorkArticleView::doWork(...
2011-11-17 Alexandre Emsenhuber* Added WikiPage::getParserOutput() and changed Article...
2011-11-17 Mark A. HershbergerApply cryptocoryne's patch from Bug 32454 - ArticlePurg...
2011-11-16 Alexandre Emsenhuber* Put the LinkCache update in WikiPage::updateRevisionO...
2011-11-15 Alexandre EmsenhuberDeprecated WikiPage::preSaveTransform() in favour of...
2011-11-14 Alexandre EmsenhuberSome cleanup to Article::view() and related:
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-10-31 Aaron Schulz* Made mRedirectTarget, mLastRevision, mTimestamp,...
2011-10-27 Mark A. HershbergerFixes Bug #6793 — “New Variable __NEWSECTIONS__ like...
2011-10-27 Aaron Schulz* Added pageJoinCond() and userJoinCond() to Revision...
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 Alexandre EmsenhuberRemoved unused and deprecated global declaration of...
2011-10-19 Alexandre Emsenhuber* Changed ParserOptions to store a Language object...
2011-10-18 Sam ReedRemove some more code after r98467
2011-10-15 Sam ReedFix whitespace, braces
2011-10-04 Aaron SchulzCall loadPageData() with 'fromdbmaster' in doEdit(...
2011-09-29 Sam ReedAnd another brace... r98467
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-29 Aaron SchulzFU r98421: forgot to move mParserOptions field
2011-09-29 Aaron SchulzMoved getParserOptions() crap back to Article.php due...
2011-09-29 Aaron SchulzFix for r97091: Extensions can cause anons to have...
2011-09-27 Alexandre EmsenhuberPer OverlordQ, fix for r87164: let's use an aggregate...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-16 Sam ReedFix indenting of a couple of braces
2011-09-15 PlatonidesRemove @param for argument removed in r97206.
2011-09-15 PlatonidesFollow up r89706, building up on r97091.
2011-09-14 Aaron SchulzFU r89706: Cleaned up getParserOptions duplication...
2011-09-14 Aaron SchulzFixed WikiPage::newFromId to use the factory() function
2011-09-14 Aaron SchulzAdded @todo items
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-14 Niklas LaxströmRevisionDeleter:
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-07 Aaron SchulzFor r91123:
2011-09-07 Roan KattouwSome comment and whitespace fixes
2011-08-30 Alexandre EmsenhuberRemoved unused global declaration of $wgMessageCache (!)
2011-08-24 Sam ReedMerge the iwtransclusion branch back into trunk
2011-08-18 Sam Reed* (bug 30450) Clear page_props table on page deletion
2011-08-15 Brion VibberFollowup r94541 (reverts of r94289 undiscussed core...
2011-08-11 Aaron SchulzFollow-up r94289: code changes to fill the new fields...
2011-08-11 Victor VasilievAllow extensions to add pages with non-wikitext display...
2011-08-02 Rotem LissAdd direction mark in recent changes and in protection...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-29 Aaron SchulzFixed r93468, made setCachedLastEditTime() public
2011-07-29 Aaron Schulz* Follow-up r93093: set the touch key for page moves too
2011-07-26 Aaron Schulz(bug 28553) Set ar_parent_id on deletion
2011-07-25 Aaron SchulzFollow-up r79518: added getCachedLastEditTime/getCached...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-18 Sam ReedAdd comment
next