| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix my stupid mistake in r110750 that resulted in fake "can't delete page" er... | Max Semenik | 2012-02-08 | 1 | -1/+1 |
* | Follow-up r110750: move constants to a different class per CR | Max Semenik | 2012-02-07 | 1 | -18/+19 |
* | Fixed r63018: made it possible to delte half-baked images w/o descriptions, c... | Max Semenik | 2012-02-06 | 1 | -7/+53 |
* | * Use $this->getRevision() to get the latest revision instead of loading it e... | Alexandre Emsenhuber | 2012-02-05 | 1 | -3/+4 |
* | wfTime() -> microtime( true ), no need to use the former which is just a wrap... | Alexandre Emsenhuber | 2012-02-03 | 1 | -2/+2 |
* | Fix doxygen docs before REL1_19 branching | Antoine Musso | 2012-02-01 | 1 | -1/+1 |
* | * Group related functions | Alexandre Emsenhuber | 2012-01-27 | 1 | -195/+195 |
* | * Do the page existence check before calling ignore_user_abort() so that we d... | Alexandre Emsenhuber | 2012-01-26 | 1 | -9/+9 |
* | Fix bug 32948: | Alexandre Emsenhuber | 2012-01-21 | 1 | -2/+4 |
* | * Use WikiPage instead of Article to call commitRollback() | Alexandre Emsenhuber | 2012-01-14 | 1 | -1/+1 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 1 | -0/+3 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 1 | -3/+0 |
* | Profile all returns (r107319 follow-up) | Platonides | 2012-01-07 | 1 | -0/+1 |
* | Simplify the check to make it more understandable | Alexandre Emsenhuber | 2012-01-07 | 1 | -1/+1 |
* | Cleanup in WikiPage::getRedirectURL(): | Alexandre Emsenhuber | 2012-01-07 | 1 | -25/+28 |
* | Revert r105790 and move back view counter back to WikiPage with two modificat... | Alexandre Emsenhuber | 2012-01-06 | 1 | -3/+12 |
* | Fix for r107945: also partially revert r107842 | Alexandre Emsenhuber | 2012-01-04 | 1 | -1/+8 |
* | Revert r107769, r107771, r107825, r107840, r107927, r107934 | Brion Vibber | 2012-01-03 | 1 | -11/+13 |
* | Per Aaron, fix for r107771: Title::getTouched() should return false on non-ex... | Alexandre Emsenhuber | 2012-01-03 | 1 | -1/+5 |
* | Give Title a decent loading mechanism: | Alexandre Emsenhuber | 2012-01-03 | 1 | -9/+6 |
* | Typofix r107842 | Niklas Laxström | 2012-01-02 | 1 | -1/+1 |
* | * Removed WikiPage::$mTouched and use the value from Title; that member is no... | Alexandre Emsenhuber | 2012-01-02 | 1 | -7/+7 |
* | * Store the value of the page.page_restrictions field in Title::loadFromRow()... | Alexandre Emsenhuber | 2012-01-02 | 1 | -3/+0 |
* | * Moved post-deletion code from WikiPage::doDeleteArticle() to WikiPage::doDe... | Alexandre Emsenhuber | 2011-12-30 | 1 | -24/+33 |
* | * Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consisten... | Alexandre Emsenhuber | 2011-12-29 | 1 | -29/+11 |
* | * Group related functions | Alexandre Emsenhuber | 2011-12-29 | 1 | -394/+394 |
* | Revert the fix for bug 32858 (r105664, r105161, r103476): no consensus, backw... | Tim Starling | 2011-12-27 | 1 | -12/+1 |
* | * Integrate $wgDeleteRevisionsLimit in Title::getUserPermissionsErrors() (onl... | Alexandre Emsenhuber | 2011-12-27 | 1 | -14/+12 |
* | * (bug 30711) WikiPage::replaceSection() now always the current text when add... | Alexandre Emsenhuber | 2011-12-26 | 1 | -10/+15 |
* | Follow-up r106567: pass the User object to LogPage::addEntry(); was breaking ... | Alexandre Emsenhuber | 2011-12-26 | 1 | -1/+1 |
* | follow-up to r106754 - using strict comparison, adding logic for editing exis... | Ryan Kaldari | 2011-12-20 | 1 | -3/+3 |
* | * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in... | Alexandre Emsenhuber | 2011-12-18 | 1 | -138/+175 |
* | added missing deprecation notices | Jeroen De Dauw | 2011-12-13 | 1 | -1/+5 |
* | Moved view count from WikiPage to Title; avoids an extra DB query when showin... | Alexandre Emsenhuber | 2011-12-11 | 1 | -19/+3 |
* | * Changed WikiPage::exists() to call Title::exists() | Alexandre Emsenhuber | 2011-12-10 | 1 | -12/+12 |
* | * Revert r103476, r105161 and implement the fix for bug 32858 (a.k.a. bug 324... | Tim Starling | 2011-12-09 | 1 | -1/+12 |
* | Unused $wgParser. Fix comment | Platonides | 2011-11-30 | 1 | -3/+1 |
* | (bug 29475) Remove "trackback" feature entirely from core. This has been disa... | Chad Horohoe | 2011-11-23 | 1 | -5/+1 |
* | (bug 26854) Invalid user names go unchecked. Applied most of the patch submit... | Roan Kattouw | 2011-11-20 | 1 | -1/+3 |
* | Fix for r103502: make PoolWorkArticleView::doWork() return true when the pars... | Alexandre Emsenhuber | 2011-11-18 | 1 | -1/+3 |
* | * Added WikiPage::getParserOutput() and changed Article::getParserOutput() to... | Alexandre Emsenhuber | 2011-11-17 | 1 | -4/+222 |
* | Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after... | Mark A. Hershberger | 2011-11-17 | 1 | -0/+1 |
* | * Put the LinkCache update in WikiPage::updateRevisionOn() so that we are sur... | Alexandre Emsenhuber | 2011-11-16 | 1 | -9/+12 |
* | Deprecated WikiPage::preSaveTransform() in favour of Parser::preSaveTransform... | Alexandre Emsenhuber | 2011-11-15 | 1 | -1/+5 |
* | Some cleanup to Article::view() and related: | Alexandre Emsenhuber | 2011-11-14 | 1 | -1/+1 |
* | Make use of Title::isSpecialPage() in various places | Aaron Schulz | 2011-11-02 | 1 | -1/+1 |
* | * Made mRedirectTarget, mLastRevision, mTimestamp, mTouched of WikiPage prote... | Aaron Schulz | 2011-10-31 | 1 | -5/+7 |
* | Fixes Bug #6793 — “New Variable __NEWSECTIONS__ like __TOC__” by | Mark A. Hershberger | 2011-10-27 | 1 | -1/+3 |
* | * Added pageJoinCond() and userJoinCond() to Revision and exposed them publicly | Aaron Schulz | 2011-10-27 | 1 | -4/+0 |
* | Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860 | Aaron Schulz | 2011-10-27 | 1 | -1/+2 |