(bug 5409) Hide "show/hide patrolled edits" in Special:Recentchanges if patrolling...
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
2006-04-04 Rob Church(bug 5409) Hide "show/hide patrolled edits" in Special...
2006-04-03 Rob ChurchSome code cleanup and logic checking
2006-04-02 Rob Church(bug 5385) Allow hiding anonymous edits on Special...
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-15 Niklas LaxströmEvery time I see checkbox God kills a kitten, needs...
2006-02-11 Tim StarlingHide own edits from RC, mostly by Jason. No show/hide...
2006-02-07 Tim Starlingrc_timestamp >= $cutoff instead of rc_timestamp > ...
2006-02-02 Brion Vibbertypo in diff feed style
2006-01-30 Brion Vibber* (bug 1284) Inline styles for diffs in Recent Changes...
2006-01-09 Magnus ManskeBIG ONE - Possible DB server killer! (deactivated by...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2005-12-26 Domas MituzasProfiling bits from live site
2005-12-04 Antoine MussoClean up unused globals!
2005-11-18 Brion Vibber* (bug 3996) Fix text for new entries in RC RSS/Atom...
2005-11-15 Tim StarlingImplemented diff cache
2005-11-12 Domas Mituzasavoid filesorts on big dataset with name_title index...
2005-11-05 Brion Vibber* (bug 2392) Fix Atom items content type, upgrade to...
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-02 Niklas Laxströmmore killing
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-08-01 Niklas Laxström* Refactored namespace selector to it's own function
2005-07-31 Niklas Laxström* Special:Watchlist allowed only one type of limit...
2005-06-29 Brion Vibber* Various code cleanup and HTML escaping fixlets on...
2005-05-29 Tim StarlingRemoved "show updated marker" user preference option...
2005-05-28 Tim Starlingbasic support for special page inclusions
2005-05-15 Ævar Arnfjörð Bjar... Bah!!
2005-05-15 Ævar Arnfjörð Bjar... * Bah!
2005-05-15 Ævar Arnfjörð Bjar... * Changed the namespace selection form from a table...
2005-05-09 Ævar Arnfjörð Bjar... * Fixed a problem with the user preferences not being...
2005-05-04 Ævar Arnfjörð Bjar... * Some fixes from Nikerabbit.
2005-05-04 Erik Moelleras discussed on IRC, move into the same line, but to...
2005-05-04 Ævar Arnfjörð Bjar... * Reverting last commit by eloquence to version 1.65...
2005-05-04 Erik Moellermove invert box into same line as namespace selection...
2005-05-03 Ævar Arnfjörð Bjar... * Fixed a bug where a user would loose his namespace...
2005-05-03 Ævar Arnfjörð Bjar... * Added the ability to sort by namespaces (patch by...
2005-04-25 Jens FrankBug 1755: RecentChanges URL carries duplicate limit
2005-04-23 Ævar Arnfjörð Bjar... * (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom...
2005-04-03 Tim StarlingDon't need existence check for the article, it's implied
2005-04-03 Tim StarlingUse LinkBatch for faster link lookup
2005-03-27 Brion VibberFix query syntax which broke a couple functions' debug...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
2005-03-26 Ævar Arnfjörð Bjar... * (bug 1207) splitting 'all', into recentchangesall...
2005-03-05 Brion Vibber* Run UTF-8 validation on old text in Recentchanges...
2004-12-24 Zheng ZhuMerged my changes from REL1_4
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-12-18 Brion VibberClean up default options, and remove so-called "UseMod...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-12 Brion VibberLoad limiting work for Recentchanges RSS/Atom feeds:
2004-12-01 Brion VibberProfiling points. Bump version to 1.4.0beta0; update...
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...
2004-11-18 Tim StarlingLess obtrusive RC patrol feature, also works with enhan...
2004-10-24 Brion VibberDon't try to output bogus Last-Modified timestamp if...
2004-10-10 Brion Vibberfix for bug 149: Special:Recentchanges: Link that adds...
2004-10-09 Brion VibberMerge adjacent edits to same page by same user in the...
2004-10-09 Brion VibberPut diffs into the RecentChanges RSS/Atom feed to make...
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-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Antoine Mussoremoving call to the database for "recentchangestext...
2004-08-21 Antoine Mussodouble to single quotes
2004-08-10 Domas MituzasFix recent changes cutoff to use Database::timestamp
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-05-31 Brion Vibber<br/> isn't compatible with Netscape 4.x; use <br ...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-29 Brion VibberFix use of the <comments> field in RSS feed. It's not...
2004-04-28 Brion VibberAvoid duplication
2004-04-28 Antoine Musso+Enable Atom support for that script that isn't migrate...
2004-04-28 Antoine Musso+add the "comments" field to rss feeds
2004-04-09 Gabriel Wickecounter for tab indexes and similar
2004-04-01 Tim StarlingRefactored (object-orientified) to make them play nice...
2004-03-22 Gabriel Wickexhtml tweaks
2004-03-20 Brion VibberSend cache-control headers with feeds, this makes 304...
2004-03-19 Brion VibberSome more RSS syndication work. <author> tags now inclu...
2004-03-08 Brion VibberMake login work again; some var init fixes
2004-03-06 Brion VibberAdd digit transformation function Language::formatNum...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-08 Gabriel Wickemaximum ten seconds server-side caching
2004-01-30 Tim StarlingMore hide/show links in RC
2004-01-29 Mr. E23potentially uninitialized variable fixed
2004-01-29 Mr. E23Removed not-so-useful RC caching
2004-01-28 Mr. E23Short term caching of RC database query
2004-01-28 Mr. E23Cutoff on midnight always, making successive queries...
2004-01-25 Tim StarlingOption to hide logged in users
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2003-12-11 Mr. E23The purpose of this modification is to ensure that...
2003-11-30 Brion VibberSanity check hideminor param; fix the hide link in rc
2003-11-29 Evan ProdromouReduced the scope of the hideminor user preference...
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-08-30 Tim Starlingenhanced wfMsg: minor improvements
2003-07-02 Brion VibberEnhances special page links; allow some parameters...
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...
next