catch exceptions while generating auto delete reason
[lhc/web/wiklou.git] / includes / Article.php
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
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...
next