aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialWatchlist.php
Commit message (Expand)AuthorAgeFilesLines
* Page subtitle HTML fixes from HEAD.Brion Vibber2005-08-251-1/+1
* * (bug 3162) Fix 'undefined property page_is_new' error on watchlistBrion Vibber2005-08-171-1/+1
* Some backporting, see also bug 3162Niklas Laxström2005-08-151-1/+2
* * (bug 3001) Updated and applied live hack for recentchanges-based watchlistBrion Vibber2005-08-031-41/+33
* Removed some nonsense and fixed ugly HTMLNiklas Laxström2005-07-311-4/+3
* * Special:Watchlist allowed only one type of limit at a timeNiklas Laxström2005-07-311-32/+53
* Remove extra semicolonBrion Vibber2005-07-221-1/+1
* set rc_this_oldid to rev_id in newfromcur so the watchlist displays the actua...River Tarnell2005-06-281-1/+1
* * Don't show bogus messages about watchlist notifications when disabledBrion Vibber2005-06-281-3/+4
* * Fixed a bug where the watchlist count without talk pages would be off by aÆvar Arnfjörð Bjarmason2005-06-281-1/+1
* * (bug 2530) Not displaying talk pages on Special:Watchlist/editÆvar Arnfjörð Bjarmason2005-06-271-1/+3
* * cur_title => page_title and cur_namespace => page_namespace (overlookedÆvar Arnfjörð Bjarmason2005-06-251-1/+1
* * Displaying namespace subheadings on Special:Watchlist/editÆvar Arnfjörð Bjarmason2005-06-211-12/+30
* * (bug 2173) Fatal error when removing an article with an empty title fromBrion Vibber2005-06-021-1/+1
* Removed "show updated marker" user preference option. It's now visually inoff...Tim Starling2005-05-291-17/+22
* Attempting to get enotif into working order. Many aesthetic changes, a fair n...Tim Starling2005-05-141-22/+24
* * Using getBool() instead of getVal() for hideOwn which allowed for some code...Ævar Arnfjörð Bjarmason2005-04-281-15/+7
* * (bug 1207) splitting 'all', into recentchangesall, imagelistall,Ævar Arnfjörð Bjarmason2005-03-261-2/+2
* BUG#190 Hide your own edits on the watchlistJens Frank2005-03-191-3/+24
* Cruft war continues: more uses of isAnon() and isLoggedIn()Brion Vibber2005-02-211-2/+2
* Prune some unnecessarily long and invalid-html-ful messagesBrion Vibber2005-02-061-1/+12
* Switch some messages to wikitext, html cleanupBrion Vibber2005-02-061-7/+8
* More quotes of the single varietyTom Gilder2005-01-311-42/+42
* BUG#1363 Fix Enotif Reset Nofication Flags - by Dieter MenneJens Frank2005-01-191-1/+1
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-12/+13
* Change WebRequest::getVal() to always return a string (or null), and add getA...Brion Vibber2004-12-181-1/+1
* Refactor a bit; move a couple methods from UserMailer (?!) to User. Use the p...Brion Vibber2004-12-181-3/+3
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-7/+46
* Split recentchanges and image history list formatters from Skin, where they n...Brion Vibber2004-11-251-3/+4
* Fix potential HTML breakage if removechecked message were to include an apost...Brion Vibber2004-10-141-2/+2
* Third batch of files modified to replace selected wgLang with wgContLangZheng Zhu2004-09-241-4/+4
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-2/+11
* Fixed register_globals dependence, fixed HTML-insertion vulnerability by repl...Tim Starling2004-08-131-12/+15
* use Database::timestamp() for cutoffDomas Mituzas2004-08-101-1/+1
* In Special:Watchlist?magic=yes, show links to non-existent pages in redArne Heizmann2004-08-091-15/+15
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-15/+18
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-10/+3
* Load balancing enabled in places where it's thought to be reasonably safeTim Starling2004-07-101-7/+14
* Quote backslash slipup. Cosmetic.Brion Vibber2004-06-121-1/+1
* Detect bad titles on watchlist (shouldn't happen, but we want to live through...Brion Vibber2004-06-121-4/+8
* Remove 'USE INDEX' for non-mysqlDomas Mituzas2004-06-091-3/+3
* include_once -> require_onceTim Starling2004-05-071-2/+2
* tab indexes on diff linksGabriel Wicke2004-04-091-1/+2
* XHTML fixesBrion Vibber2004-04-031-4/+4
* Replace the random boolean parameters on Title::getURL() with a set ofBrion Vibber2004-03-071-2/+2
* Add digit transformation function Language::formatNum() for Arabic and otherBrion Vibber2004-03-061-6/+8
* * Fixed magic quotes in $_REQUEST, in Setup.phpTim Starling2004-03-061-2/+5
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* fixed subtle bug -- missing comma in SQL causing watchlist to display user pa...Tim Starling2004-01-311-1/+1