With &debugmsg=1, PHP output a warning because the link trail no longer
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
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