merged from master
[lhc/web/wiklou.git] / includes / WikiPage.php
2012-04-29 danielmerged from master
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-26 danielmerged incoming
2012-04-26 danieldocumented new hooks, deprecated old hooks
2012-04-26 danielspaces -> tabs
2012-04-26 danielremoved use of getNativeData() from WikiPage
2012-04-26 danielspaces -> tabs
2012-04-26 danielremoved use of getNativeData() from WikiPage
2012-04-26 danieldocu cleanup; marked contenthandler stuff as @since...
2012-04-25 danielmerged from master
2012-04-24 danielminor bugs and docu
2012-04-24 danieluse ContextSource in WikiPage::getParserOutput and...
2012-04-24 danielin isCountable(), take model and format from edit info...
2012-04-24 danielintroducing ContentHandler::isParserCacheSupported()
2012-04-24 danielfix doQuickEdit()
2012-04-23 danielupdate page_content_model from revision
2012-04-23 danielfix handling of per-revision content model if different...
2012-04-18 danielsome todo comments
2012-04-18 jeroendedauwfix return value
2012-04-17 Alexandre EmsenhuberOptimise WikiPage::newFromID() to load all the data...
2012-04-17 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-17 danielrenamed serialize/unserialize to serializeContent/unser...
2012-04-17 jeroendedauwpass context instead of title to getParserOutput
2012-04-17 danieluse ParserOutput::getSecondaryDataUpdates() as the...
2012-04-16 Nikola SmolenskiMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-16 jeroendedauwMerge branch 'Wikidata' of ssh://review/mediawiki/core...
2012-04-16 danielallow CotentHandler to override actions
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 jeroendedauwattempt to fix issues due to incorrect merge conflict...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-05 danieluse ParserOutput::getLinksUpdateAndOtherUpdates() in...
2012-04-05 danielfix getAutosummary() for cases where is empty
2012-04-05 DemonMerge "fix effective content model for non-existing...
2012-04-05 danielfix effective content model for non-existing pages
2012-04-04 Daniel Kinzlerbaby steps towards editing structured data
2012-04-04 Daniel KinzlerEditPage to use Content objects
2012-04-04 Daniel Kinzlerreworking EditPage to use the content object - work...
2012-04-04 Daniel KinzlerdoEdit(), etc
2012-04-04 Daniel Kinzlerfix JS/CSS view
2012-04-04 Daniel KinzlergetUndoContent()
2012-04-04 Daniel Kinzlerauto-summary, auto-delete-reason
2012-04-04 Daniel KinzlerisCountable()
2012-04-04 Daniel Kinzleravoid getNativeData()
2012-04-04 Daniel KinzlergetNativeData()
2012-04-04 Daniel Kinzlermessing with replaceSection()
2012-04-04 Daniel Kinzlerfixed several bugs (this is still a mess)
2012-04-04 Daniel Kinzlerreplacing deprecated getText, etc
2012-04-04 Daniel Kinzleradapted WikiPage and Article (work in progress)
2012-04-04 Daniel Kinzlerintegration with Title and Revision (work in progress)
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...
next