The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / LogPage.php
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-16 Rob Church* (bug 8621) Log revisions marked as patrolled
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-09 Rob Church* (bug 6638) List block flags in block log entries
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-07-14 Tim StarlingRemoved forced call-by-reference from LogPage::addEntry...
2006-06-20 Rotem LissRights log changes:
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-25 Brion VibberTo simplify the lives of extension developers, the...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-30 Rob Church* (bug 5593) Change "bureaucrat log" to "rights log"
2006-04-18 Anders Wegge JakobsenFix for bug 5592
2006-04-15 Rob Church(Forgot to remove debugging line)
2006-04-15 Rob Church*(bug 5426) Lowercase treatment of titles in rights...
2006-04-05 Rob Church(bug 5458) Fix double-URL encoding in block log link...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-03-11 Lupintrailing whitespace removal
2006-03-06 Tim Starlingbetter IRC lines for log entries
2006-02-14 Brion Vibber* Unknown log types no longer throw notices everywhere...
2006-02-05 Rob ChurchGrrr...remove duplicate $, thanks Niklas
2006-02-05 Rob ChurchFix broken contribs link in block log
2006-01-29 Rob ChurchClean up code in, and add contributions link to block...
2006-01-09 Brion Vibber* Skip loading of RecentChange.php except where needed
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2005-12-30 Rob Church* (bug 4359) red [[user:#id]] links generated in [...
2005-10-20 Ævar Arnfjörð Bjar... * Added a TODO comment
2005-09-30 Ævar Arnfjörð Bjar... * Removed function validActions(), no longer used by...
2005-09-09 Ævar Arnfjörð Bjar... * Documentation
2005-08-27 Niklas LaxströmDon't mess recent changes
2005-08-27 Niklas Laxström+* Experimental feature to allow translation of block...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-22 Ævar Arnfjörð Bjar... * (bug 2774) Add three new $wgHooks to LogPage which...
2005-07-07 Ævar Arnfjörð Bjar... * Not showing " : " in recentchanges if the rcComment...
2005-07-07 Ævar Arnfjörð Bjar... * Documented the constructor
2005-06-19 Brion Vibberwhitespace
2005-05-01 Tim StarlingMajor changes to user groups:
2005-04-03 Tim StarlingChanged LogPage::actionText() calling convention to...
2005-03-24 Erik Moeller1) omit "N Image:Bla.jpg" entry from Recent Changes...
2005-01-31 Antoine MussoStop showing moves directly in recentchanges, instead...
2005-01-14 Tim Starlingelaborate fix for bug 1156: Block log: missing expiry...
2004-12-23 Brion VibberBug 1168: Missing text on the bureaucrat log
2004-12-23 Brion VibberMerge unblock fix from REL1_4
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
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-25 Brion VibberOld log page -> logging table importer.
2004-08-25 Brion VibberShow pretty localized log names in Recentchanges instea...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-20 Domas Mituzasfixup timestamps
2004-08-08 Brion VibberAlways use the global default date setting for log...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
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-28 Brion VibberEvan's patch for bug 827757: Wikitext not escaped in...
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-08-30 Brion VibberUpdate cache validation timestamp on logs when we updat...
2003-06-30 Brion VibberDate/time fixes: try to ensure that timestamps are...
2003-05-16 Brion VibberCache slow special pages allpages, lonelypages, longpag...
2003-04-14 Lee Daniel CrockerInitial revision