* Some enhancements to live preview
[lhc/web/wiklou.git] / includes / SpecialWatchlist.php
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-22 Tim StarlingIn Special:Watchlist: do user/user talk page existence...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-07 Tim StarlingWatchlist query group.
2006-12-31 Leon WeberMan, it's not a fake anymore. Damn, that's important!
2006-12-29 Rob Church* (bug 8018) Allow hiding minor edits from the watchlist
2006-12-29 Rob Church* (bug 5827) Use full text for option link labels on...
2006-12-24 Rob ChurchRemove old unused watchlist cache (leftover from old...
2006-12-23 Leon Weber* (bug 8331) Added the change size value to watchlists...
2006-12-21 Greg Sabino MullaneFix Watchlist with patch from Sven Klemm, bug 8350
2006-12-11 Antoine Mussoremove some white spaces, add some for clarity
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-09 Brion Vibber* Fix regression in Special:Watchlist text header
2006-10-08 Jimmy Collins* (bug 7519) Add plural in SpecialWatchlist
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-09-24 Jimmy CollinsImproved layout after deleting items from watchlist
2006-07-11 Antoine Musso* Form indentation
2006-07-11 Antoine Musso* Fix double escaping (thanks brion)
2006-07-11 Antoine MussoUse Xml functions
2006-06-28 Rob Church* Show a more specific message when an anonymous user...
2006-06-06 Domas MituzasAutoload WatchedItem
2006-05-25 Anders Wegge JakobsenFix hardcoded 'done.' when removing watchlist entries
2006-05-23 Rob Church(bug 4610) Indicate patrolled status on watchlists...
2006-05-17 Niklas Laxström* More escaping
2006-05-01 Rob Church(bug 5696) Add a third parameter, $3, to "rcnote",...
2006-04-23 River Tarnellwatchlist edit form should run UnwatchArticle hooks
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-18 Brion VibberNever trust preferences
2006-04-18 Anders Wegge JakobsenAdd preference settings for extended watchlists
2006-04-18 Tim StarlingRevert serendipitous feature
2006-04-18 Rob ChurchOne more small fix, causes the URL to behave as the...
2006-04-18 Rob ChurchFix link weirdness \o/
2006-04-18 Rob ChurchRemove an unused global, and fall back to a cleaner...
2006-04-18 Rob ChurchFix up issues with being unable to show all (when the...
2006-04-18 Rob ChurchWatchlist cleanup #1
2006-04-17 Rob Church(bug 2910) Default view preferences for watchlists
2006-04-17 Rob ChurchAdd watchlist clear function to allow quick purging...
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-04-08 Rob ChurchFix silly little ballsed-up wrong-way-round join causin...
2006-04-05 Rob Church* (bug 5467) Link to page histories in watchlist edit...
2006-04-04 Brion VibberFix typo that spews notice crap all over the watchlist
2006-04-04 Rob Church(bug 1862) Namespace filtering in watchlists
2006-04-04 Rob Church(bug 759) Wrap redirects on the watchlist editing page...
2006-04-02 Rob Church(bug 2871) Links to talk pages in watchlist editing...
2006-03-20 Rob Church(bug 4114) Spacing in watchlist rows (in editing mode)
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-04 Antoine MussoClean up unused globals!
2005-09-15 Brion Vibber* Clean up duplicate code for selection of changeslist...
2005-09-06 Antoine MussoSplit enhanced and old changelist in two classes that...
2005-08-28 Anders Wegge JakobsenI have ghosts in my cvs today :-(
2005-08-28 Anders Wegge JakobsenAlways read a diff before committing code
2005-08-27 Anders Wegge JakobsenAdd filter for robot edits to Special:Watchlist
2005-08-25 Brion VibberMore HTML validation checks on page subtitle. Not explo...
2005-08-20 Tim Starlingforward ported recentchanges-based method
2005-07-31 Niklas LaxströmRemoved some nonsense and fixed ugly HTML
2005-07-31 Niklas Laxström* Special:Watchlist allowed only one type of limit...
2005-07-22 Brion VibberRemove extra semicolon
2005-06-28 River Tarnellset rc_this_oldid to rev_id in newfromcur so the watchl...
2005-06-28 Brion Vibber* Don't show bogus messages about watchlist notificatio...
2005-06-28 Ævar Arnfjörð Bjar... * Fixed a bug where the watchlist count without talk...
2005-06-27 Ævar Arnfjörð Bjar... * (bug 2530) Not displaying talk pages on Special:Watch...
2005-06-25 Ævar Arnfjörð Bjar... * cur_title => page_title and cur_namespace => page_nam...
2005-06-21 Ævar Arnfjörð Bjar... * Displaying namespace subheadings on Special:Watchlist...
2005-06-02 Brion Vibber* (bug 2173) Fatal error when removing an article with...
2005-05-29 Tim StarlingRemoved "show updated marker" user preference option...
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-04-28 Ævar Arnfjörð Bjar... * Using getBool() instead of getVal() for hideOwn which...
2005-03-26 Ævar Arnfjörð Bjar... * (bug 1207) splitting 'all', into recentchangesall...
2005-03-19 Jens FrankBUG#190 Hide your own edits on the watchlist
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-06 Brion VibberPrune some unnecessarily long and invalid-html-ful...
2005-02-06 Brion VibberSwitch some messages to wikitext, html cleanup
2005-01-31 Tom GilderMore quotes of the single variety
2005-01-19 Jens FrankBUG#1363 Fix Enotif Reset Nofication Flags - by Dieter...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion VibberChange WebRequest::getVal() to always return a string...
2004-12-18 Brion VibberRefactor a bit; move a couple methods from UserMailer...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...
2004-10-14 Brion VibberFix potential HTML breakage if removechecked message...
2004-09-24 Zheng ZhuThird batch of files modified to replace selected wgLan...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-13 Tim StarlingFixed register_globals dependence, fixed HTML-insertion...
2004-08-10 Domas Mituzasuse Database::timestamp() for cutoff
2004-08-09 Arne HeizmannIn Special:Watchlist?magic=yes, show links to non-exist...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-06-12 Brion VibberQuote backslash slipup. Cosmetic.
2004-06-12 Brion VibberDetect bad titles on watchlist (shouldn't happen, but...
next