Remove some stuff marked as deprecated <= 1.16 unused
[lhc/web/wiklou.git] / includes / Article.php
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
2011-03-05 Alexandre EmsenhuberFollow-up r83240: seems people prefer returning false...
2011-03-04 Alexandre Emsenhuber* (bug 27763) Article::getParserOutput() no longer...
2011-02-24 Sam ReedFollowup r82727, improve comments, cast return value...
2011-02-22 Ryan Schmidt* random redirect-related fixes:
2011-02-18 PlatonidesFollow up r63584. The change of resetArticleID() could...
2011-02-17 Alexandre Emsenhuber* Don't use assignment in a condition check
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-10 PlatonidesConvert the if into an early exit. Whitespace ignoring...
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-02-08 Daniel FriesenFix bug slightly caused by moving legacy code out of...
2011-02-05 Alexandre EmsenhuberDeprecated wfMsgWeirdKey(), use wfMessage() instead...
2011-02-03 Alexandre EmsenhuberFollow-up r81456: forgot to remove a global declaration
2011-02-03 Alexandre Emsenhuber* Use wfMessage() instead of wfMsgGetKey() and wfEmptyMsg()
2011-01-26 Alexandre Emsenhuber* Replaced $wgMessageCache by MessageCache::singleton...
2011-01-16 Robert LeveringtonAdd new hook ArticlePrepareTextForEdit, called when...
2011-01-15 Alexandre EmsenhuberAdded wfDeprecated() to Article::insertNewArticle(...
2011-01-14 Alexandre EmsenhuberAdded ArticleViewFooter hook to allow extensions adding...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-12 Alexandre EmsenhuberSet $mRevision to null by default so we don't need...
2011-01-10 Alexandre EmsenhuberBe sure to use the latest rev id and not whatever getRe...
2011-01-09 Alexandre EmsenhuberFix for r79874: only set $mRevIdFetched from fetchConte...
2011-01-09 Alexandre EmsenhuberKill Article::$mCurID, not set anywhere, not used anywh...
2011-01-09 Alexandre EmsenhuberFix typo from r79874
2011-01-09 Alexandre EmsenhuberChanged to calls to Article::getContent() to Article...
2011-01-08 Alexandre EmsenhuberOnly set $mUser, $mUserText, $mComment and $mTimestamp...
2011-01-06 Happy-melonRemove ancient deprecated functions:
2011-01-06 Happy-melonname attribute is invalid on <tr>s, and long-since...
2011-01-06 Happy-melonMore documentation formatting
2011-01-04 Alexandre EmsenhuberRun preSaveTransform() with the user that did the edit...
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2011-01-03 Alexandre Emsenhuber* Modified Article::loadPageData() to use a slave datab...
2011-01-03 Alexandre EmsenhuberJust call loadPageData() if not already done to get...
2011-01-03 Alexandre Emsenhuberno need to set $this->mOldId, this is already done...
2011-01-01 Sam ReedDocument getParserOutput() return type in Article
2011-01-01 Alexandre EmsenhuberMade the page_count update defered, as for the site_sta...
2010-12-29 Platonides(Bug 26458) Section edit links appear on pages that...
2010-12-28 PlatonidesFix bug 14404. The articles are now always saved with...
2010-12-28 PlatonidesPlay safe and clear the article object internals, too...
2010-12-26 PlatonidesRemove ParserOptions clonations, already cloned in...
2010-12-20 Happy-melonRevert rollback implementation of r78585, r78599. ...
2010-12-19 Happy-melonFollow-up r78585: Make Token::PERSISTENT the default...
2010-12-18 Happy-melonMerge in Token class from my branch; would like some...
2010-12-14 Alexandre EmsenhuberChecking permissions for $wgUser while doing an edit...
2010-12-14 PlatonidesDo not access to mTouched internals of Article from...
2010-12-13 Alexandre EmsenhuberRemoved trailing whitespaces
2010-12-08 Aaron SchulzAssert that revision timestamp actually matches Article...
2010-12-06 Ilmari KaronenFix bug causing rebuildFileCache.php to create inapprop...
2010-12-05 Chad HorohoeMore useful debug output
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-19 Jack Phoenixwrap the redirect message (arrow image + target page...
2010-11-13 Sam ReedFixup some more documentation
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Sam ReedMore deprecated method calls
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-23 Roan KattouwRevert r70640 per CR: don't expose unsalted edit tokens...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-02 Siebrand MazelandRemove some references to no longer supported PHP version.
2010-09-30 Chad HorohoeRefactor GAID_FOR_UPDATE into Title::GAID_FOR_UPDATE...
next