documented new hooks, deprecated old hooks
[lhc/web/wiklou.git] / includes / ContentHandler.php
2012-04-26 danieldocumented new hooks, deprecated old hooks
2012-04-26 danieldocu cleanup; marked contenthandler stuff as @since...
2012-04-25 danieluse text/x-wiki instead of application/x-wiki, as per...
2012-04-25 danielmerged from master
2012-04-25 danieltype hinting
2012-04-25 danielspaces -> tabs
2012-04-25 danieluse application/x-wiki, not application/x-wikitext
2012-04-25 danieldocumentation and minor bugs
2012-04-24 danielminor bugs and docu
2012-04-24 danieldocu fix: declare param type
2012-04-24 danielintroducing ContentHandler::isParserCacheSupported()
2012-04-23 danielfix redirect detection in getAutosummary
2012-04-20 danielcheck content model in ContentHandler::merge3()
2012-04-20 danieltest ContentHandler::makeContent()
2012-04-20 danielmore tests for ContentHandler::getContentText
2012-04-18 danielsome todo comments
2012-04-17 danielfixed size-checks on non-existing revisions
2012-04-17 danielrenamed getDifferenceEngine to createDifferenceEngine
2012-04-17 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-17 danielrenamed emptyContent to makeEmptyContent
2012-04-17 danielrenamed serialize/unserialize to serializeContent/unser...
2012-04-17 jeroendedauwfix typo
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 danielmore documentation for ContentHandler
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-16 danielsome documentation for ContentHandler
2012-04-12 jeroendedauwminor cleanup, added todos and attempted (but aborted...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-11 jeroendedauwMerge branch 'Wikidata' of ssh://review/mediawiki/core...
2012-04-11 jeroendedauwcleanup and conflict fix
2012-04-10 jeroendedauwsome cleanup
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 Kinzlerclean up comments & hints
2012-04-04 Daniel Kinzlerreminder
2012-04-04 Daniel Kinzlerus isCssOrJsPage() only for script pages actually used...
2012-04-04 Daniel Kinzlerassert correct content model and format
2012-04-04 Daniel Kinzlersome fixes for data editing
2012-04-04 Daniel Kinzlerbaby steps towards editing structured data
2012-04-04 Daniel Kinzler$wgContentHandlerTextFallback
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 KinzlergetUndoContent()
2012-04-04 Daniel Kinzlerauto-summary, auto-delete-reason
2012-04-04 Daniel KinzlergetNativeData()
2012-04-04 Daniel Kinzlermessing with wfMerge
2012-04-04 Daniel Kinzlermessing with replaceSection()
2012-04-04 Daniel Kinzlerprep getSection, replaceSection
2012-04-04 Daniel Kinzlercreate Article, EditPage and ExternalEdit via ContentHa...
2012-04-04 Daniel Kinzlerfixed bad calls
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-04 Daniel Kinzlerfirst brain dump for ContentHandler interface