Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / ChangesList.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-17 Niklas Laxström* Unsupport html
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-09 Leon WeberSlight improvement of enhanced recent changes lines...
2006-12-23 Brion VibberRevert r18540; unilateral change to recentchanges forma...
2006-12-23 Leon Weber* Moved the timestamps to the begin of each line in...
2006-12-14 Brion VibberXHTML fix in enhanced RC
2006-12-13 Leon Weber* Made the show change size function work on page moves...
2006-12-09 Leon Weber* DB schema change: added two columns (rc_old_len and...
2006-11-29 Nick JenkinsProbable variable name typo, currently passing ref...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
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-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-09-13 Rotem Liss(bug 7306) RTL text in an LTR wiki breaks appearance...
2006-06-24 Rob ChurchRevert for now so brion can sleep at night and so that...
2006-06-24 Rob Church* (bug 5852) Localise "number of watching users" accord...
2006-06-21 Rob ChurchIntroduce 'FetchChangesList' hook; see docs/hooks.txt...
2006-06-19 Rotem LissFixing the most annoying problem in Bug 5724: adding...
2006-06-16 Brion Vibber* (bug 6324) Fix regression in enhanced RC alignment
2006-06-15 Rob Church(bug 4054) Add "boteditletter" to recent changes flags
2006-06-06 Domas MituzasAutoLoad RecentChange
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussopublic / private / static stuff when loading Special...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-27 Niklas LaxströmDo some html-escaping
2006-03-18 Rob Church* Remove deprecated $wgOnlySysopsCanPatrol references...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-02-07 Brion Vibber* (bug 4842) Fix 'show number of watching users' with...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-06 Niklas LaxströmI guess this is missing require_once
2006-01-05 Tim StarlingFound RCCacheEntry crying, looking for its mummy. Happy...
2005-12-16 Brion Vibber* (bug 4298) Include rc_id on enhanced RC singleton...
2005-12-04 Antoine MussoClean up unused globals!
2005-11-28 Brion Vibber* Fix display of old recentchanges records for page...
2005-11-23 Brion Vibber* (bug 2894) Enhanced Recent Changes link fixes
2005-09-15 Brion Vibber* Clean up duplicate code for selection of changeslist...
2005-09-11 Brion Vibber* Fix regressions in ChangesList traditional layout
2005-09-06 Antoine Mussocosmetic
2005-09-06 Antoine MussoTurn stuff from OldChangesList into methods of its...
2005-09-06 Antoine Mussocode formatting (for vim code folding)
2005-09-06 Antoine MussoSplit enhanced and old changelist in two classes that...
2005-09-06 Antoine MussoComments, code formatting.
2005-09-06 Antoine Mussofname typo
2005-08-22 Brion Vibber* (bug 3220) Fix escaping of block URLs in Recentchanges
2005-08-12 Niklas Laxström*html-safety fixes
2005-07-24 Brion Vibber* Fix 1.5 regression: weird, backwards diff links on...
2005-07-03 Brion Vibberreally fix that enhanced rc changes link
2005-07-03 Brion Vibber* Fix diff order on Enhanced RC 'changes' link
2005-07-01 River Tarnellbackport changes for RC-backed watchlist in recentchang...
2005-07-01 River Tarnellupdate rc_this_oldid correctly
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-05-04 Ævar Arnfjörð Bjar... * Always use the date format specified in the users...
2005-04-24 Jens FrankBug 1761: Cleanup of Recent Changes indicator flags
2005-02-25 Brion VibberKill a couple of <font> tags
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-23 Jens FrankBUG#1384 Make patrol signs have the same width for...
2005-01-13 Jens FrankShow "block" link in Special:Recentchanges for logged...
2004-12-24 Brion VibberMerge enhanced RC change markers CSS fix from REL1_4
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-11 Brion Vibber* Hide RC patrol markers when patrol is disabled or...
2004-12-10 Brion VibberRevert unauthorized changes made without discussion...
2004-12-10 Nicholas Pisarro, JrNew feature: You can edit summaries and change the...
2004-12-04 Brion VibberFix wrong function call in changeslist for block link
2004-11-29 Brion VibberRC patrol fixlet: include rcid in 'diff' link in enhanc...
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...