Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / Article.php
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
2011-08-11 Victor VasilievAllow extensions to add pages with non-wikitext display...
2011-08-04 Chad HorohoeFix profiling in Article::getParserOutput()
2011-08-03 Platonidesr93683 missed return in line 1890
2011-08-01 Sam ReedAdd Profiling to trunk from r93681
2011-07-27 Alexandre Emsenhuber* Changed OutputPage::$mIsArticle flag to be false...
2011-07-21 Alexandre EmsenhuberFix for r92702: there's no such method in Article class
2011-07-20 Robin PepermansUse $this->getLang() per Nikerabbit on r91648.
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-11 Brion VibberRevert r91870, r91873 -- seems to be trying to remove...
2011-07-11 Leo Koppelkammr91870 : Got tricked into believing it was action=diff...
2011-07-11 Leo KoppelkammwgAction incorrectly asumes 'view' instead of 'historys...
2011-07-07 Robin Pepermans(Update for r91646) Use mw-content-ltr/rtl so bullet...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-04 Antoine MussoRevert old page navigation back to a subtitle
2011-07-02 Aaron SchulzMoved doCascadeProtectionUpdates() to WikiPage.php
2011-07-02 Alexandre EmsenhuberThe User object parameter of WikiPage::doRollback(...
2011-07-02 Alexandre EmsenhuberMoved action=rollback to an Action subclass
2011-07-02 Aaron SchulzRemoved followRedirectText, unused
2011-07-01 Aaron Schulz* Fixed getLatest() check in Article
2011-07-01 Alexandre Emsenhuber* Changed action=revert to use a subclass of Action
2011-07-01 Aaron SchulzFollow-up r91123:
2011-06-30 Aaron Schulz* Fixes for r91123:
2011-06-29 Aaron Schulz* Split off WikiPage class from Article, WikiFilePage...
2011-06-28 Brian WolffUse content language in formatting of dates in revertpa...
2011-06-28 Aaron SchulzFollow-up r85226: use getContext()->getUser() instead...
2011-06-25 Aaron SchulzFollow-up r90749:
2011-06-24 Robin PepermansDirectionality and language improvements as part of...
2011-06-24 Alexandre EmsenhuberSimplify a bit by using getRawText() instead of creatin...
2011-06-20 Matěj GrabovskýFollow-up r90371, per comment by ^demon
2011-06-20 Alexandre EmsenhuberMoved action=info to an Action subclass; also changed...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-14 Brion VibberFix one bad doc comment entry from r86848
2011-06-12 Alexandre EmsenhuberMoved action=deletetrackback and action=markpatrolled...
2011-06-11 Alexandre EmsenhuberMoved part of action handling functions near other...
2011-06-09 Alexandre EmsenhuberMarked Article::doRedirect() as deprecated, was used...
2011-06-07 PlatonidesReinstate r79122 (fix for bug 14404), reverting r83868...
2011-06-06 KrinkleFix syntax error (Follow-up r89545)
2011-06-06 KrinkleWatchAction requires token (BREAKING CHANGE)
2011-06-01 Chad Horohoerm only core usage of in_string(), I think it's silly
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd some more parameter documentation!!
2011-05-26 Sam ReedRemove unused variables/globals
2011-05-22 Alexandre EmsenhuberMoved MediaWiki::articleFromTitle() to Article::newFrom...
2011-05-21 Sam ReedMore documentation updates and additions
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 Siebrand Mazeland* remove unneeded behavior change for action=info in...
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-05-13 Sam ReedFix unused variables
2011-05-10 Chad HorohoeTurn forUpdate() into an actual no-op
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Sam ReedRemove some stuff marked as deprecated <= 1.16 unused
2011-04-30 Alexandre EmsenhuberRecommit r87129 and follow-ups but with a fix for the...
2011-04-29 Brion VibberRevert r87129 "(bug 21196) Article::getContributors...
2011-04-29 Alexandre Emsenhuber* (bug 21196) Article::getContributors() no longer...
2011-04-25 Happy-melonDocumentation, type-hinting and deprecated functions...
2011-04-20 Alexandre EmsenhuberUse OutputPage::addWikiMsg() instead of OutputPage...
2011-04-18 Alexandre Emsenhuber* (bug 28592) Wrong timestamp were displayed in old...
2011-04-16 Alexandre Emsenhuber* (bug 28568) Entries in the iwlinks table are now...
2011-04-15 Chad HorohoeMerge r81448 from REL1_17: reverting RevisionMove featu...
2011-04-15 Aaron Schulz* Pass around parser options instead of users and made...
2011-04-14 Alexandre EmsenhuberFix warning: Missing argument 1 for wfDeprecated()...
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-04-13 Aaron Schulz* Removed getSelectOptions, which did nothing other...
2011-04-12 Happy-melonImplement a $context and getContext/setContext methods...
2011-04-12 Aaron SchulzAdded pageDataFromId return type to docs
2011-04-12 Aaron Schulz* Made pageDataFromTitle protected (unused elsewhere)
2011-04-12 Happy-melonClean up some direct $db->query($sql) calls. Remove...
2011-04-11 Sam ReedRevert r85785
2011-04-11 Sam Reed* (bug 13921) deadlocks mass-deleting media files in...
2011-04-10 Aaron Schulz* Removed some of the duplicated latest revision attrib...
2011-04-04 Happy-melonAdd the revision-info and revision-info-current message...
2011-04-03 Daniel FriesenStart better utalizing OutputPage as the focal point...
2011-03-25 Mark A. HershbergerFixes Bug #28214 - When page not found, sends malformed...
2011-03-24 Ryan LaneFollow up to r84638. Moving the $wgUser global, and...
2011-03-24 Brian Wolff(follow-up 79778) Make $wgLang->truncate function consi...
2011-03-23 Ryan LaneRemoving pass by reference, and making the $error argum...
2011-03-23 Ryan LaneMoving deletion hooks into doArticleDelete so that...
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-21 Max SemenikRemoved Article::insertNewArticle() and Article::update...
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Happy-melonFollow-up r84249: reimplement isAllowedAny(), and resto...
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-03-14 Tim StarlingRevert r79122, causes bug 27891 (old version seen immed...
2011-03-12 Happy-melonFollow-up r83755: @deprecated @since is wrong, doesn...
2011-03-12 Alexandre EmsenhuberSkip a part of useless code when redirecting because...
2011-03-11 Alexandre EmsenhuberOnly call User::getSkin() when necessary.
2011-03-08 Mark A. Hershbergermisc w/s cleanups, “svn diff -x-w” clean
next