don't just assume we get a valid title object
[lhc/web/wiklou.git] / includes / SpecialWatchlist.php
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...
2004-06-09 Domas MituzasRemove 'USE INDEX' for non-mysql
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-09 Gabriel Wicketab indexes on diff links
2004-04-03 Brion VibberXHTML fixes
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-31 Tim Starlingfixed subtle bug -- missing comma in SQL causing watchl...
2004-01-25 Tim StarlingWatchlist caching, and some junk in DefaultSettings...
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2003-12-05 Brion Vibber3-day default cutoff for shortlisters. FIXME: make...
2003-12-03 Brion VibberRaise watchlist cutoff to 12 hours for 1000+ items
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-19 Brion VibberMerge several bits into wlshowlast
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-17 T.D. CorellAdded translation phrases in wlCutoffLinks().
2003-08-08 Brion VibberUse default time cutoff only for users with over 250...
2003-08-07 Brion VibberUpdates to watchlist:
2003-08-02 Brion VibberReactivate the cutoff date in the watchlist to speed...
2003-06-30 Brion VibberDate/time fixes: try to ensure that timestamps are...
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-04-14 Lee Daniel CrockerInitial revision