* Follow-up r84610: don't assume a Parser object is attached
[lhc/web/wiklou.git] / includes / Article.php
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...
2010-09-29 PlatonidesTiny changes, fix comment, remove unused globals and...
2010-09-23 OverlordQFix regression caused by r62087 which failed to insert...
2010-09-15 PlatonidesGo back to Status objects after r71805. We return an...
2010-09-15 PlatonidesFollow up r71805: Drop PoolWork from the configuration...
2010-09-12 Aaron SchulzMade getUndoText() not use unreliable getContent()...
2010-08-27 PlatonidesMake a bunch of incompatible changes to the PoolCounter.
2010-08-23 PlatonidesUse the common code at switch end if viewing the curren...
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam Reed$parseroptions to $options
2010-08-09 PlatonidesUse only the page relevant pieces in the parser cache...
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-09 Tim StarlingPer CR r52888, have Article::getParserOptions() clone...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-07 PlatonidesSome minor changes I had in my working copy.
2010-08-07 Alexandre EmsenhuberPer comments, follow-up to r70278: make patrol tokens...
2010-08-05 PlatonidesChange quickUserCan( 'edit' ) and getIsPrintable()...
2010-08-03 Platonidesmediawiki.org/wiki/User:Catrope/Stub_threshold shows...
2010-08-03 PlatonidesRemove all calls to $wgMessageCache->loadAllMessages()
2010-08-02 Max SemenikRemoved Article::getRobotPolicyForView() - deprecated...
2010-08-01 Alexandre Emsenhuber* (bug 24418) action=markpatrolled now requires a token
2010-07-27 PlatonidesFinish fixing r69883
2010-07-27 PlatonidesUse the canonical names for classes.
2010-07-27 Siebrand MazelandPartial revert of r69883. Broke page deletion because...
2010-07-25 PlatonidesMark used $wgUser as global.
2010-07-25 Sam ReedMore unused globals
2010-07-24 Sam ReedRemove various unused globals
2010-07-08 Roan KattouwFollowup to r51583: actually use the rd_interwiki and...
2010-06-30 Niklas LaxströmExtra whitespace which annoys me
2010-06-28 Niklas LaxströmCode cleanup
next