Followup r78924: keep track of exception/warning comments separately, to prevent...
[lhc/web/wiklou.git] / includes / Article.php
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
2010-06-26 Matěj GrabovskýFollow-up r68606, per comments:
2010-06-26 Matěj Grabovský(bug 18891) Deprecated Article::insertNewArticle still...
2010-06-18 Max SemenikFixed hit counter on SQLite
2010-06-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-06-10 Alexandre Emsenhuber* Fix for r67185: cache the page if caching is allowed...
2010-06-09 Bryan Tong MinhReturn some more verbose error messages when editing...
2010-06-02 Happy-melonFollow-up r67230 - be consistent in use of IDs rather...
2010-06-02 Raimond Spekking Bug 23733 - Add IDs to messages used on CSS/JS pages
2010-06-01 Alexandre Emsenhuber* (bug 23740) Article::doRedirect() now use $extraQuery...
2010-06-01 Daniel Kinzlerallow parser/extensions to control for how long a Parse...
2010-05-30 Alexandre EmsenhuberPer jabowery1's comment on IRC: Article::followContent...
2010-05-30 TobiasNew feature RevisionMove (bug 21312). Introducing Speci...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-27 PlatonidesFollow up r65027. Use wfMsgForContent, the message...
2010-05-25 Happy-melonFollow-up r66878 per CR.
2010-05-25 Happy-melon(bug 23641) refactor code around Article::doEdit()...
2010-05-24 Aaron Schulz* Removed leftover token check of unhide=1 that was...
2010-05-14 Mark A. HershbergerStart adding support for leaving user's messages. ...
2010-05-01 Tobiasfixing documentation (it seems the function name has...
2010-04-11 Philip TzouFollow up r64876. Try to fix pagetitle-view-mainpage.
2010-04-10 Tim StarlingFix for issue noted on CR r64876: fatal error on CSS...
2010-04-10 Alexandre Emsenhuber* fixed some doxygen warnings
2010-04-10 Tim StarlingProposed cleanup of recent LanguageConverter-related...
2010-04-03 Alexandre EmsenhuberRemoved call to Title::invalidateCache() from Article...
2010-04-02 Alexandre EmsenhuberPer Nikerabbit, follow-up to r64522: use __METHOD__
2010-04-02 Alexandre EmsenhuberFix notice: Use of undefined constant __FUNC__ - assume...
2010-04-01 Alexandre EmsenhuberRemoved unused variable
2010-03-29 Tobias(bug 22627) Remove PHP notice when deleting a page...
2010-03-15 Lisa RidleyUpdated documentation on Title, Wiki. Added @internal...
next