The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-06 Brion Vibber* Recentchanges RSS/Atom feeds now use a separate messa...
2006-12-19 Rob Church* (bug 8109) Template parameters ignored in "recentchan...
2006-12-14 Antoine MussoUser::getOption now accept a default value to override...
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-11-03 Brion Vibber* (bug 7785) Postgres compatibility for timestamps...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-07 Jimmy Collinshtmlspecialchars
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-07-02 Jimmy Collins(bug 1023) More updates (XHTML-correctness)
2006-06-06 Domas MituzasAutoLoad Feed classes
2006-06-06 Domas MituzasAutoLoad Revision
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-28 Brion Vibber* (bug 472) Syndication feeds for the last few edits...
2006-05-17 Niklas Laxström* Do proper escaping
2006-05-08 Niklas Laxström* Added many missing formatNum calls
2006-05-01 Rob Church(bug 5696) Add a third parameter, $3, to "rcnote",...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-04-05 Rob Church(bug 5461) Use of deprecated "showhideminor" in Special...
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
next