This is giving me a syntax error. It looks gross this way, but I can't think of any...
[lhc/web/wiklou.git] / includes / SpecialRecentchangeslinked.php
2007-10-19 Aryeh GregorRevert 26830, which 1) completely breaks recentchangesl...
2007-10-18 Thomas DaltonShow changes to pages linked to via a redirect on Speci...
2007-08-28 Rob Church(bug 11022) Use a more accurate page title for Special...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-03-29 Brion Vibber* (bug 5817) Special:Recentchangeslinked now shows...
2007-03-29 Brion VibberRevert r14063; listed as fix for bug 5817 in May 2006...
2007-03-25 Domas Mituzasdefine querygroup
2007-03-21 Greg Sabino MullaneMore GROUP BY fun, fixes bug #9363, thanks to Mathias...
2007-03-14 Aaron Schulz*Add rc_deleted
2007-03-05 Raimond Spekkingfix for r20148. Thanks to Nikerabbit for save me from...
2007-03-05 Raimond SpekkingSame behavior for 'rcnote' as on RC and WL
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Greg Sabino MullaneAdd 2 new select-clause columns to groupby clause.
2006-12-14 Antoine MussoUser::getOption now accept a default value to override...
2006-12-09 Leon WeberFixing a bug in my last commit to make it also work...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-08-04 Greg Sabino MullaneRefactor GROUP BY clause, add extra columns for SQL...
2006-08-03 Brion Vibberrevert 15898, broke the wiki
2006-07-30 Greg Sabino MullaneMake SQL more SQL compliant, remove some debugging...
2006-06-29 Niklas Laxström* ChangesList assumes rc_bot exists
2006-05-03 Rob Church(bug 5817) Appropriate handling for Special:Recentchang...
2006-05-01 Rob Church(bug 5696) Add a third parameter, $3, to "rcnote",...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-08 Magnus ManskeFixing bug 2082: Related changes views (Special:Recentc...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-04 Antoine MussoClean up unused globals!
2005-11-27 Brion Vibber* (bug 4090) Fix diff links in Special:Recentchangeslinked
2005-11-23 Brion Vibber* (bug 4059) fix 'hide minor edits' on Recentchangeslinked
2005-11-12 Domas Mituzascategories deserve recentchanges based recentchanges...
2005-11-12 Domas Mituzasrecentchanges based recentchanges linked
2005-11-12 Domas Mituzaspage_timestamp does not exist, eh eh, page_touched...
2005-11-12 Domas Mituzasthere were two queries to be fixed, ...
2005-11-12 Domas Mituzasdo not join revision for pages not touched, saves some...
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-25 Brion VibberMore HTML validation checks on page subtitle. Not explo...
2005-08-16 Antoine Mussofirst letter lowercase
2005-07-03 Antoine Mussofix #923 : correct title for RCLinked special page
2005-06-29 Brion Vibber* Various code cleanup and HTML escaping fixlets on...
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-06 Ævar Arnfjörð Bjar... * Special:Allpages, Special:Contributions, Special...
2005-02-21 Domas Mituzasremove inverse_timestamp wherever it is found and disab...
2005-02-08 Brion VibberSomebody forgot the table names *ahem*
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-03 Brion Vibber(bug 144) Dan Keshet's category backlinks special-casin...
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...
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-03 Antoine MussoSome comments
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-01 Domas Mituzasinclude all fields in group-by, required by nonmysql...
2004-08-13 Brion VibberAntiglobalization!
2004-08-10 Domas Mituzascutoff timestamps use Database::timestamp()
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-06 Gabriel Wickeone unclosed br partisan
2004-04-19 Antoine MussoImplement feature request 937430
2004-04-19 Gabriel Wickecounter for tab indexes
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-04-01 Tim Starlinguse of $wgRequest
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim StarlingBug fixes: watchlist and recent changes linked were...
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-11-17 Brion VibberSecurity fix: include path
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-09-20 Tim Starlingchanging wfQuery to allow replication
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