documented new hooks, deprecated old hooks
[lhc/web/wiklou.git] / includes / Article.php
2012-04-26 danieldocumented new hooks, deprecated old hooks
2012-04-26 danieldocu cleanup; marked contenthandler stuff as @since...
2012-04-25 danielmerged from master
2012-04-24 danieluse ContextSource in WikiPage::getParserOutput and...
2012-04-23 danieladded todo
2012-04-23 danielbugfix: provide context for getParserOutput()
2012-04-17 danielrenamed getDifferenceEngine to createDifferenceEngine
2012-04-17 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-17 jeroendedauwpass context instead of title to getParserOutput
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 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-16 danielmake html generation optional in Content::getParserOutput
2012-04-16 danielmake Article::getContentObject() protected. Not a good...
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-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 handling of JS/CSS pages
2012-04-04 Daniel Kinzlercatch exceptions while generating auto delete reason
2012-04-04 Daniel Kinzlerminimize use of textual page content, clean up hooks...
2012-04-04 Daniel Kinzleruse factory method to get difference engine everywhere
2012-04-04 Daniel Kinzlerfix JS/CSS view
2012-04-04 Daniel Kinzlerauto-summary, auto-delete-reason
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)
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-14 Alexandre Emsenhuber* (bug 34841) Fix for r103502: don't show edit links...
2012-03-09 Alexandre EmsenhuberLet's be consistent and use the same check to show...
2012-03-09 Alexandre EmsenhuberNo need to create a new Revision object if we already...
2012-03-09 Alexandre EmsenhuberUse WikiPage::getRevision() instead of another Revision...
2012-02-13 Andrew GarrettPort (with changes) r110866 to trunk. Reviewed by Brion...
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-01-29 Alexandre Emsenhuber* (bug 33967) "Previous revision" and "Newer revision...
2012-01-08 Alexandre EmsenhuberFix method name in comment: Article::followRedirect...
2012-01-06 Alexandre Emsenhuber* Added WikiPage to RequestContext and related so that...
2012-01-05 Alexandre EmsenhuberPer Nikerabbit, fix for r107637: added @since
2012-01-02 Alexandre EmsenhuberUse $wgUser instead of the User from the context in...
2012-01-01 Alexandre EmsenhuberRemoved useless call to Title::getArticleID(); let...
2011-12-30 Alexandre Emsenhuber* Removed usage of Article where possible in EditPage
2011-12-28 Alexandre Emsenhuber* Use Linker::getRevDeleteLink() where possible to...
2011-12-27 Alexandre EmsenhuberPer Reedy, fix for r107386: fix usage of undefined...
2011-12-27 Alexandre Emsenhuber* Integrate $wgDeleteRevisionsLimit in Title::getUserPe...
2011-12-18 Alexandre Emsenhuber* Merged WikiPage::updateRestrictions() and Title:...
2011-12-16 Alexandre EmsenhuberFix for r106476: forgot to remove debugging code
2011-12-16 Alexandre EmsenhuberPer Aaron, fix for r105764: only set the timestamp...
2011-12-14 Jeroen De Dauwfollow up to r106215 r106218 106219 unless my search...
2011-12-13 Jeroen De Dauwfix depracted method usage
2011-12-13 Jeroen De Dauwrevert r106095, fix apparently not this simple
2011-12-13 Jeroen De DauwlogName -> getName
2011-12-13 Jeroen De Dauwfix deprecated method usage
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-12-09 Tim StarlingAdd a configuration variable to work around the issue...
2011-12-04 John Du HartAdding new debugging toolbar
2011-11-30 Roan Kattouw(bug 32230) Expose wgRedirectedFrom (title of the page...
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-17 Alexandre Emsenhuber* Added WikiPage::getParserOutput() and changed Article...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-15 Aaron SchulzAdded Article::newFromWikiPage() function to create...
2011-11-15 PlatonidesFixup for r102997. If you add returns to a profiled...
2011-11-14 Alexandre EmsenhuberFix for r102997: forgot to change that variable
2011-11-14 Alexandre EmsenhuberSome cleanup to Article::view() and related:
2011-11-11 Alexandre EmsenhuberReordered some functions for more consistency: setOldSu...
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-08 Alexandre Emsenhuber* Changed OutputPage's handling of subtitles to use...
2011-11-06 Alexandre Emsenhuber* Merged Title::userCanRead() check in Title::getUserPe...
2011-11-05 Alexandre Emsenhuber* Made OuputPage::showPermissionsErrorPage() show a...
2011-11-03 Alexandre EmsenhuberCleanup to deletion related code:
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-29 John Du HartFollowup r100995, missed the darn @private tag
2011-10-29 Sam ReedMore documentation
2011-10-29 Sam ReedKill various unused variables
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-27 John Du HartRemove todo, it's public now
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-05 Sam ReedAdd/update documentation
2011-09-29 Aaron SchulzFU r98421: forgot to move mParserOptions field
2011-09-29 Aaron SchulzMoved getParserOptions() crap back to Article.php due...
2011-09-29 Aaron SchulzMade getParserOutput() actually use the right parserOpt...
2011-09-29 Aaron SchulzHTMLFileCache refactoring:
2011-09-24 Aaron SchulzArticle refactoring and changes for bug 31144. Dependen...
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-12 Robin Pepermans* Some documentation
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-07 Aaron SchulzFor r91123:
2011-09-07 Roan KattouwSome comment and whitespace fixes
2011-08-18 Sam ReedUpstreaming wikia change to WebRequest
2011-08-16 Mark A. Hershbergerw/s changes
next