aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WikiPage.php
Commit message (Expand)AuthorAgeFilesLines
* Fix my stupid mistake in r110750 that resulted in fake "can't delete page" er...Max Semenik2012-02-081-1/+1
* Follow-up r110750: move constants to a different class per CRMax Semenik2012-02-071-18/+19
* Fixed r63018: made it possible to delte half-baked images w/o descriptions, c...Max Semenik2012-02-061-7/+53
* * Use $this->getRevision() to get the latest revision instead of loading it e...Alexandre Emsenhuber2012-02-051-3/+4
* wfTime() -> microtime( true ), no need to use the former which is just a wrap...Alexandre Emsenhuber2012-02-031-2/+2
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-1/+1
* * Group related functionsAlexandre Emsenhuber2012-01-271-195/+195
* * Do the page existence check before calling ignore_user_abort() so that we d...Alexandre Emsenhuber2012-01-261-9/+9
* Fix bug 32948:Alexandre Emsenhuber2012-01-211-2/+4
* * Use WikiPage instead of Article to call commitRollback()Alexandre Emsenhuber2012-01-141-1/+1
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+3
* Kill "* @return void"Sam Reed2012-01-121-3/+0
* Profile all returns (r107319 follow-up)Platonides2012-01-071-0/+1
* Simplify the check to make it more understandableAlexandre Emsenhuber2012-01-071-1/+1
* Cleanup in WikiPage::getRedirectURL():Alexandre Emsenhuber2012-01-071-25/+28
* Revert r105790 and move back view counter back to WikiPage with two modificat...Alexandre Emsenhuber2012-01-061-3/+12
* Fix for r107945: also partially revert r107842Alexandre Emsenhuber2012-01-041-1/+8
* Revert r107769, r107771, r107825, r107840, r107927, r107934Brion Vibber2012-01-031-11/+13
* Per Aaron, fix for r107771: Title::getTouched() should return false on non-ex...Alexandre Emsenhuber2012-01-031-1/+5
* Give Title a decent loading mechanism:Alexandre Emsenhuber2012-01-031-9/+6
* Typofix r107842Niklas Laxström2012-01-021-1/+1
* * Removed WikiPage::$mTouched and use the value from Title; that member is no...Alexandre Emsenhuber2012-01-021-7/+7
* * Store the value of the page.page_restrictions field in Title::loadFromRow()...Alexandre Emsenhuber2012-01-021-3/+0
* * Moved post-deletion code from WikiPage::doDeleteArticle() to WikiPage::doDe...Alexandre Emsenhuber2011-12-301-24/+33
* * Added Title::getLinksFrom() and Title::getTemplateLinksFrom() for consisten...Alexandre Emsenhuber2011-12-291-29/+11
* * Group related functionsAlexandre Emsenhuber2011-12-291-394/+394
* Revert the fix for bug 32858 (r105664, r105161, r103476): no consensus, backw...Tim Starling2011-12-271-12/+1
* * Integrate $wgDeleteRevisionsLimit in Title::getUserPermissionsErrors() (onl...Alexandre Emsenhuber2011-12-271-14/+12
* * (bug 30711) WikiPage::replaceSection() now always the current text when add...Alexandre Emsenhuber2011-12-261-10/+15
* Follow-up r106567: pass the User object to LogPage::addEntry(); was breaking ...Alexandre Emsenhuber2011-12-261-1/+1
* follow-up to r106754 - using strict comparison, adding logic for editing exis...Ryan Kaldari2011-12-201-3/+3
* * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in...Alexandre Emsenhuber2011-12-181-138/+175
* added missing deprecation noticesJeroen De Dauw2011-12-131-1/+5
* Moved view count from WikiPage to Title; avoids an extra DB query when showin...Alexandre Emsenhuber2011-12-111-19/+3
* * Changed WikiPage::exists() to call Title::exists()Alexandre Emsenhuber2011-12-101-12/+12
* * Revert r103476, r105161 and implement the fix for bug 32858 (a.k.a. bug 324...Tim Starling2011-12-091-1/+12
* Unused $wgParser. Fix commentPlatonides2011-11-301-3/+1
* (bug 29475) Remove "trackback" feature entirely from core. This has been disa...Chad Horohoe2011-11-231-5/+1
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-1/+3
* Fix for r103502: make PoolWorkArticleView::doWork() return true when the pars...Alexandre Emsenhuber2011-11-181-1/+3
* * Added WikiPage::getParserOutput() and changed Article::getParserOutput() to...Alexandre Emsenhuber2011-11-171-4/+222
* Apply cryptocoryne's patch from Bug 32454 - ArticlePurge hook is broken after...Mark A. Hershberger2011-11-171-0/+1
* * Put the LinkCache update in WikiPage::updateRevisionOn() so that we are sur...Alexandre Emsenhuber2011-11-161-9/+12
* Deprecated WikiPage::preSaveTransform() in favour of Parser::preSaveTransform...Alexandre Emsenhuber2011-11-151-1/+5
* Some cleanup to Article::view() and related:Alexandre Emsenhuber2011-11-141-1/+1
* Make use of Title::isSpecialPage() in various placesAaron Schulz2011-11-021-1/+1
* * Made mRedirectTarget, mLastRevision, mTimestamp, mTouched of WikiPage prote...Aaron Schulz2011-10-311-5/+7
* Fixes Bug #6793 — “New Variable __NEWSECTIONS__ like __TOC__” byMark A. Hershberger2011-10-271-1/+3
* * Added pageJoinCond() and userJoinCond() to Revision and exposed them publiclyAaron Schulz2011-10-271-4/+0
* Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860Aaron Schulz2011-10-271-1/+2