[FileRepo] Purging/transaction fixes.
[lhc/web/wiklou.git] / includes / WikiPage.php
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "(bug 35993) gettoken should go die in a fire...
2012-05-08 Brion VIBBERMerge "Make backupTestPass.inc require_once by itself...
2012-05-08 Brion VIBBERMerge "[FileRepo] Locking and transaction fixes."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 36568) Fixed "Illegal string offset 'LIMIT...
2012-05-08 Aaron SchulzMerge "Don't make two database requests to load the...
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-08 Brion VIBBERMerge "ORDER BY/GROUP BY accept arrays"
2012-05-08 HasharMerge "Added Linker::getInvalidTitleDescription() to...
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 Aaron SchulzMerge "fix 2 missing "local var" JavaScript statements"
2012-05-07 Aaron SchulzMerge "Made WikiPage recall the source of the data...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 Alexandre EmsenhuberMade WikiPage recall the source of the data used to...
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 Tim StarlingMerge "(bug 29296) Expanded Blacklist for SVG Files"
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "ImagePage refactoring"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-02 HasharMerge "Bumping minimum supported version of PHPUnit...
2012-05-02 KaldariMerge "Prevents sidebar links from jumping on page...
2012-05-01 Aaron SchulzMerge "enable email for PreferencesTest.php"
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "Few documentation/type hint updates"
2012-05-01 ReedyFew documentation/type hint updates
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-26 Brion VIBBERMerge "[FileBackend] Some documentation and minor clean...
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added a script to copy files from...
2012-04-26 Brion VIBBERMerge "[FileBackend] Tweaked various cache parameters...
2012-04-26 Brion VIBBERMerge "strip off subpages direct in GenderCache"
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 Brion VIBBERMerge "(bug 30410) Remove deprecated $wgFilterCallback...
2012-04-26 Brion VIBBERMerge "Edit notices can now be translated."
2012-04-26 Brion VIBBERMerge "[FileRepo] Added hook to let us copy thumbnails...
2012-04-26 Brion VIBBERMerge "No environment reset for failure after prefetch...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added container stat caching to...
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "Make data loading a bit better in ApiProtect."
2012-04-26 Aaron SchulzMerge "Use WikiPage::newFromID() instead of Title:...
2012-04-26 Aaron SchulzMerge "Optimise WikiPage::newFromID() to load all the...
2012-04-17 Alexandre EmsenhuberOptimise WikiPage::newFromID() to load all the data...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
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...
next