fix var name
[lhc/web/wiklou.git] / includes / Content.php
2012-05-10 jeroendedauwfix var name
2012-05-10 jeroendedauwadd since tags
2012-05-02 danielimplement feature switch for ContentHandler database...
2012-04-30 danielbackporting changes made during review of core patch
2012-04-29 danielmerged from master
2012-04-26 danieldocu cleanup; marked contenthandler stuff as @since...
2012-04-25 danielmerged from master
2012-04-25 danieldocumentation cleanup; rm unreachable code
2012-04-24 danielreplaceSection() should replace entire content if the...
2012-04-23 danielfix replaceSection(): return null for content models...
2012-04-23 danielfixing Content::equals(): removing debug code, etc
2012-04-23 danieluse ContextSource with isCountable()
2012-04-18 jeroendedauwfix return value
2012-04-18 Nikola Smolenski$context can't be null since we are later getting its...
2012-04-17 danieladded Content::copy()
2012-04-17 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-17 danielrenamed serialize/unserialize to serializeContent/unser...
2012-04-17 jeroendedauwcontextSource instead of Title
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
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 jeroendedauwMerge branch 'Wikidata' of ssh://review/mediawiki/core...
2012-04-16 jeroendedauwadd fixme
2012-04-16 danieldocumenting Content class
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-16 danielmake html generation optional in Content::getParserOutput
2012-04-12 jeroendedauwminor cleanup
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-04 Daniel Kinzlerclean up comments & hints
2012-04-04 Daniel Kinzlerassert correct content model and format
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 KinzlergetNativeData()
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 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)