* Fix WebRequest.php
[lhc/web/wiklou.git] / includes / Article.php
2008-08-02 Chad HorohoeRemove unused global.
2008-08-02 Chad HorohoeTake Article::viewRedirect() public and have it return...
2008-07-31 Chad HorohoeI honestly have no clue how this got committed; wasn...
2008-07-31 Chad Horohoe(no commit message)
2008-07-27 Aaron Schulzset baseRevId (bug 14947)
2008-07-27 Aryeh Gregor* Add count() method to TitleArray and UserArray.
2008-07-25 Aryeh GregorMove more initialization to member variable defaults...
2008-07-25 Aryeh GregorChange a few hardcoded select() parameters (one of...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-09 Raimond SpekkingMove the hook 'NewRevisionFromEditComplete'
2008-07-07 Chad HorohoeRemove unused (and seemingly useless) param from confir...
2008-07-07 Chad HorohoeImplement OFFSET in getContributors(). Nothing currentl...
2008-07-04 Aaron SchulzRe-commit fixed r37006
2008-07-04 Brion VibberRevert r37006 -- causes fatal errors:
2008-07-03 Aaron SchulzMake redirects work properly with flagging (bug 14714)
2008-07-03 Aaron SchulzRefactor some code
2008-07-02 Aaron SchulzAppend subtitle to keep existing stuff for redirects...
2008-06-27 Andrew GarrettCore changes for AbuseFilter extension.
2008-06-21 Aaron Schulz* Revert r36478; I don't see the point in this cryptic...
2008-06-19 Alexandre EmsenhuberNote that restrictions are rights, not groups. So now...
2008-06-19 Brion VibberRevert r36273:
2008-06-16 Chad HorohoeAdd wfDeprecated() to Article::getDB()
2008-06-16 Chad HorohoePhase out the last of Article::getDB().
2008-06-13 Aaron Schulz* Fix confused code
2008-06-12 Alexandre Emsenhuber(bug 14511) MediaWiki:Delete-legend is no longer double...
2008-06-11 Brion VibberRevert r36093 (bug 14404).
2008-06-09 Alexandre EmsenhuberSome tweaks to the {{int:...}} parser function:
2008-06-05 Raimond Spekking* (Bug 13828) Split parameter $1 (combines title and...
2008-06-02 Daniel FriesenSplarka wanted a way to hide the diff so here's &hidedi...
2008-06-01 Daniel FriesenshowDiff needs headers as parameters, even though they...
2008-06-01 Daniel FriesenSolved bug 14263, showing a diff on revert.
2008-05-25 Aaron SchulzRename 'hiderevision' to 'suppressrevision'
2008-05-24 Aaron SchulzExtra sanity check
2008-05-24 Leon Weber* Refactored Article::getAutosummary(), so there's...
2008-05-23 Tim StarlingIn FlaggedRevs:
2008-05-22 Aaron SchulzRevision:getId() not getID()
2008-05-22 Aaron Schulz*Redo newRevisionFromEditComplete hook. Pass an Article...
2008-05-21 Aaron SchulzMove rewRevisionFromEditComplete call down till after...
2008-05-21 Aaron Schulz$user->setNewtalk( false ) for deleted user talk pages...
2008-05-21 Aaron SchulzMove this till after ID set
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-17 Aaron Schulz* Add higher level newRevisionFromEditComplete hook
2008-05-17 Brion VibberRevert r34906, r34907, r34928 -- mixing high-level...
2008-05-16 Aaron SchulzImprove efficiency of autoreviewing of edits rollbacks...
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-11 Bryan Tong MinhPut code to view redirect page in new method Article...
2008-05-10 Niklas Laxström* Automatic edit summaries can be turned of with $wgUse...
2008-05-09 Bryan Tong Minh* Use getters where appropriate
2008-05-08 Leon Weber(bug 14044) Don't increment page view counters on views...
2008-05-03 Alexandre EmsenhuberCustom rollback summaries now accept the same arguments...
2008-04-28 Alexandre Emsenhuberbug fixes:
2008-04-28 Aaron SchulzwfProfileOut( __METHOD__ );
2008-04-28 Aaron SchulzFix profiling
2008-04-28 Andrew GarrettPass the old article ID in the ArticleDeleteComplete...
2008-04-27 Aaron SchulzRemove log debugging code, not needed anymore
2008-04-26 Aaron SchulzMake suppression require hiderevision
2008-04-23 Rotem Liss* When undoing an edit, make sure it wasn't deleted.
2008-04-22 Raimond Spekking* Move hardcoded text "Diff:..." to new message 'missin...
2008-04-17 Aaron SchulzRemove unused message
2008-04-16 Aaron Schulz* Move affectedRows count up
2008-04-16 Aaron SchulzNo need to pass db around, should be the same
2008-04-15 Aaron Schulz* Allow for things that call addEntry() to pass in...
2008-04-15 Roan Kattouw(bug 13745) Fix regression from r33133 by changing...
2008-04-15 Brion VibberRevert some chunks of r33133 and r33375:
2008-04-15 Alexandre Emsenhuber(bug 13752) Section redirects now works again
2008-04-14 Alexandre Emsenhuber(bug 13736) Don't show MediaWiki:Anontalkpagetext on...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-14 Aaron SchulzDon't delete logs from RC on page delete (bug 13727)
2008-04-12 Victor Vasiliev* Cache image redirects (and enable them)
2008-04-12 Aaron SchulzDon't log if we unprotect and unprotected page but...
2008-04-11 Aaron SchulzReset ID before adding to log. That way it goes in...
2008-04-11 Roan KattouwCommitting patch for bug 10931, which also fixes bug...
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-07 Aaron Schulz* Populate rev_parent_id
2008-04-04 Alexandre EmsenhuberForce line breaks to avoid some XHTML errors with some...
2008-04-02 Aaron SchulzAdd showLogExtract() and remove use of FauxRequest...
2008-04-01 Aaron SchulzUse 'suppress' right rather than 'oversight'
2008-03-25 Brion Vibber* Trackback display formatting fixed
2008-03-25 Brion Vibber* (bug 344) Purge cache for talk/article pages when...
2008-03-24 Alexandre Emsenhuber* Fixed call to deprecated functions
2008-03-21 Greg Sabino MullaneRevert last patch: not needed due to 32233.
2008-03-21 Greg Sabino MullaneDon't attempt to insert if there are no rows.
2008-03-20 Aryeh Gregor(bug 13454) Article::updateCategoryCounts can attempt...
2008-03-19 Aryeh GregorRemove apparently pointless $dbw parameter to Article...
2008-03-19 Tim StarlingFixed no-op update query in common code path
2008-03-18 Aryeh GregorThis is a schema change. It's only a table creation...
2008-03-16 Aaron SchulzMight as well show username here if allowed
2008-03-13 Raimond Spekking* Add a CSS id to the table of the deletion form
2008-03-09 Alexandre Emsenhuber* Use Linker::revComment() to format the comment
2008-03-09 Aaron Schulz* Add revisiondelete links on page view
2008-03-06 Raimond Spekking* (bug 13274) Change links for messages to ucfirst...
2008-03-06 Raimond Spekking* Add links to page and file deletion forms to edit...
2008-03-05 Alexandre Emsenhuber(bug 13110) Don't show "Permission error" page but...
2008-03-04 Raimond Spekking* (bug 13019) Message cache for some extensions not...
2008-03-01 Alexandre Emsenhuber(bug 11561) Fix fatal error when calling action=revert...
2008-02-28 Roan Kattouw(bug 12575) Prevent duplicate patrol log entries from...
2008-02-26 Rotem Liss(bug 13132) Unable to unprotect pages protected with...
2008-02-25 Brion VibberRevert r31243, r31244 -- regression: spews bogus protec...
2008-02-25 Andrew GarrettFor pages with hidden categories, add a list of these...
next