Cleanup for r43315 (per aaron's comment): remove extra set of parenthesis
[lhc/web/wiklou.git] / includes / Article.php
2008-11-09 Alexandre EmsenhuberCleanup for r43315 (per aaron's comment): remove extra...
2008-11-08 Alexandre Emsenhuber(bug 8345) Don't autosummarize where a redirect was...
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-02 Siebrand Mazeland(bug 15761) Add user toggle to omit diff after rollback...
2008-10-29 Aaron SchulzFix typo
2008-10-23 Alex ZCleanup for purge form:
2008-10-20 Andrew GarrettAdd revision ID to revision-info-current, revision...
2008-10-13 Aaron SchulzDon't use vague boolean
2008-10-12 Tim StarlingReverted r41655. Causes a text load on parser cache...
2008-10-10 Fran RogersFix template-included categories from 'leaking' from...
2008-10-07 Raimond SpekkingCleanup for r41782: use a common class, not a series...
2008-10-06 Raimond Spekking* Fix sequence of tabindex
2008-10-04 Aaron SchulzMake sure all RC entries for page are cleared on delete...
2008-10-04 X!Implement a configurable per-namespace and per-page...
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...
next