* Removed messages in English, they'll be inherited from the parent.
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
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...
2003-04-14 Lee Daniel CrockerInitial revision