Followup r78924: keep track of exception/warning comments separately, to prevent...
[lhc/web/wiklou.git] / includes / WatchlistEditor.php
2011-01-08 Roan KattouwFollowup r74298: add ORDER BY wl_namespace, wl_title...
2011-01-06 Sam ReedFollowup r79707, nicer whitespace. Beyond this, I'm...
2011-01-06 Sam ReedFixup raw sql building
2010-11-25 Sam ReedRevert r77297, Won't be reverting MimeMagic
2010-11-25 Antoine Mussorevert r76464
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-10-31 Sam ReedMore deprecated method calls
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-05 Greg Sabino MullaneMake the watchlist query ordering consistent across...
2010-09-04 Sam ReedBraces and spaces
2010-08-10 Raimond SpekkingMake the subtitle of Special:Watchlist more consistent...
2010-06-15 PlatonidesAdd page_latest to the LinkCache.
2010-05-08 Alexandre Emsenhuber* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine
2009-06-07 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-02-09 Siebrand Mazeland(bug 7509) Separation strings should be configurable
2008-12-13 Ilmari Karonen(bug 16635) Add TOC to Special:Watchlist/edit
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-10-19 Brion VibberBacking out r42128 for now "added 'UnwatchArticle'...
2008-10-15 Jason Richeyadded 'UnwatchArticle', 'WatchArticle' and 'WatchArticl...
2008-10-15 Danny B* added line-wraps to make the XHTML output easier...
2008-10-15 Jason Richeyadded "UnwatchArticleComplete" hook to watchlisteditor...
2008-09-18 Brion VibberRevert r40953 '(bug 7509) Don't hardcode separation...
2008-09-17 Siebrand Mazeland(bug 7509) Don't hardcode separation strings, make...
2008-07-31 Brion VibberRevert r38302,38306 -- "Add an order by to the list...
2008-07-31 Aryeh GregorFix r38302:
2008-07-31 Greg Sabino MullaneAdd an order by to the list of watched pages.
2008-05-22 Alexandre EmsenhuberFix some doxygen warnings
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-08 Aaron SchulzRevert r34444, breaks submissions
2008-05-08 River Tarnellon SJS Web Server with action paths, 'action' is always...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Aaron SchulzPartial revert of r32982; old Title method is fine...
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2007-10-27 Brion Vibber* Removed "Clear" link in watchlist editor tools, as...
2007-10-21 Rotem LissStandard links, using subpage rather than the action...
2007-09-03 Raimond SpekkingRe-revert of r25349 per Brion on
2007-09-01 Rob ChurchRevert r25349 and offspring; the watchlist editor shows...
2007-09-01 Rotem LissUse standard URL for contributions page.
2007-09-01 Rotem LissUsing the function Title::isSubpage instead.
2007-09-01 Rotem LissDon't show contributions link to user subpages in the...
2007-08-31 Raimond Spekking* Add link to user contributions in normal watchlist...
2007-08-11 Rob ChurchShould be using master here, otherwise we risk inconsis...
2007-07-13 Rob Church(bug 10558) Remove duplicate titles in WatchlistEditor...
2007-07-12 Brion Vibber* bug 10557 -- use a line break in raw watchlist edit...
2007-07-12 Raimond SpekkingUse appropriate message for talk page links.
2007-07-09 Rob ChurchAdd some navigation between watchlist modes
2007-07-09 Rob ChurchLet's be a little bit clever here; faster code path...
2007-07-09 Rob ChurchMake WatchlistEditor use arrays of strings, which are...
2007-07-05 Rob ChurchImprovements to the watchlist editor per Brion; diff...
2007-07-04 Rob ChurchRevert part of r23695; "parsemag" is superfluous when...
2007-07-04 Rob ChurchMake WatchlistEditor::extractTitles() more robust when...
2007-07-04 Raimond Spekking* Make {{PLURAL:}} available for 2 messages
2007-07-04 Rob ChurchMove all watchlist editing into WatchlistEditor class...