Some code cleanup per Nikerabbit
[lhc/web/wiklou.git] / includes / Article.php
2008-09-27 Aaron SchulzNew "ArticleEditUpdates" hook (bug 15490)
2008-09-26 Aaron SchulzDon't use filecache if $parserOutput->containsOldMagic...
2008-09-25 Aaron SchulzFileCache cleanup:
2008-09-25 Tim StarlingRe r41198: if you're going to break the interface,...
2008-09-25 Aaron SchulzBreak some long lines
2008-09-24 Aaron SchulzSelf-revert and re-add transactions here. Sacrifices...
2008-09-24 Tim StarlingFixes for r41154 and r41155:
2008-09-23 Aaron Schulz* Make Article::doEdit() return the revId, not just...
2008-09-22 Aaron SchulzRemove Revision::revText() and move functionality to...
2008-09-21 Matt Johnston(Bug 15650) Limit length of displayed deletion log...
2008-09-21 Tim StarlingRevert r41095, the bug is there because giving an error...
2008-09-21 Niklas Laxström* An attempt to fix bug 11119
2008-09-21 Tim StarlingwfGetDB() needs a parameter.
2008-09-21 Tim StarlingRevert r40752. Causes lock contention on site_stats...
2008-09-21 Aryeh GregorProhibit empty page titles at a low level
2008-09-21 Aryeh GregorWhitespace/braces
2008-09-20 Aaron Schulz* Avoid doing templatelinks query (which can get huge...
2008-09-20 Aaron SchulzRemove unnecessary transaction
2008-09-20 Aaron SchulzUse cur_id condition alone so that it actually deletes...
2008-09-19 Aaron Schulzopps, use trim() instead
2008-09-19 Aaron SchulzTweak edit comment space
2008-09-19 Aaron SchulzRemove some individual transactions
2008-09-19 Aaron Schulz* Clean up patrol code to not possibly log twice (depen...
2008-09-18 Aaron SchulzWrap $log->addEntry() in transaction
2008-09-16 Aaron SchulzAvoid undefined var errors if data fetch fails
2008-09-16 Alex Z*Re-implement r40723 in Article::view()
2008-09-16 Aaron Schulz* Make sure we have the right article ID, not slave...
2008-09-16 Aaron Schulz* Deal with new page move scenario (bug 3481)
2008-09-16 Aaron Schulzwhitespace tweaks
2008-09-16 Tim StarlingRevert r40723, and associated i18n. Unexpected side...
2008-09-15 Tim StarlingFix $user parameter to Article::doEdit(), which was...
2008-09-13 Aaron Schulz* Fix edit comment spacing
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-12 Aaron SchulzTweak transaction for bug 13039
2008-09-11 Alexandre EmsenhuberUse content language as this will be hardcoded in the...
2008-09-11 Alex Z(bug 15551) Show deletion log excerpts when a user...
2008-09-10 Aaron SchulzWe still want details in page history
2008-09-10 Aaron SchulzMove protection log parameters to log_params. Solves...
2008-09-04 Alexandre Emsenhuber(bug 15292) New message notification for unregistred...
2008-09-04 Roan Kattouw* Split patrol code
2008-09-02 Aaron SchulzAdd ampersand to hook
2008-08-28 Roan Kattouw(bug 15358) Article::doEdit() ignores $user when insert...
2008-08-27 Brion VibberRevert r40042 "* In Article::replaceSection(), actually...
2008-08-26 Roan Kattouw* In Article::replaceSection(), actually return null...
2008-08-26 Aaron Schulzmark getOldIDFromRequest as public
2008-08-22 Guy Van den BroeckHistory page with HTML diff enabled now also works...
2008-08-21 Guy Van den BroeckAdded button for Visual Comparison to history page...
2008-08-20 Aaron Schulzfunction is not static
2008-08-19 Chad HorohoeMove the call to view() for Action::purge() up from...
2008-08-19 Brion VibberReverting r39619 "(bug 13689) Page output can be suppre...
2008-08-18 Chad Horohoe(bug 13689) Page output can be suppressed on Article...
2008-08-18 Alexandre EmsenhuberTweaks for Credits and Metadata:
2008-08-16 Andrew GarrettCore changes for DeleteQueue:
2008-08-10 Aaron SchulzFilecache should check &useskin. This should be backported.
2008-08-08 Tim StarlingFix fix r38823
2008-08-08 Siebrand MazelandFix on r38763 for "PHP Fatal error: Call to a member...
2008-08-07 Tim StarlingChanges for NewUserMessage:
2008-08-06 Aryeh Gregor(bug 15007) New 'pagetitle-view-mainpage' message allow...
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
next