Oops, gotta use $exp here
[lhc/web/wiklou.git] / includes / LogPage.php
2008-05-22 Aaron SchulzMake saveContent() protected
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-14 Victor Vasiliev* Move $var ? true : false check to boolval function
2008-04-28 Aaron SchulzUse $log_id
2008-04-28 Aaron SchulzLooks like this is not over yet. Silently log failures...
2008-04-27 Aaron SchulzRemove log debugging code, not needed anymore
2008-04-27 Aaron SchulzwfReadOnly() check does not belong here
2008-04-26 Aaron SchulzAdd debug log entry
2008-04-25 Aaron Schulz-1 is bad too
2008-04-17 Aaron SchulzAll or nothing
2008-04-16 Aaron Schulz* Move affectedRows count up
2008-04-16 Aaron SchulzNo need to pass db around, should be the same
2008-04-15 Aaron Schulz* Allow for things that call addEntry() to pass in...
2008-04-15 Aaron SchulzReturn false if nothing changed
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Alexandre EmsenhuberBe sure that the text is escaped
2008-04-08 Aaron SchulzKill useless div that bumps everything down
2008-04-08 Raimond SpekkingAdd a CSS class to the headertext
2008-04-02 Aaron SchulzMove isDeleted and userCan functions
2008-04-02 Aaron Schulz* User Pager for special:log
2008-03-12 Aaron Schulz* Merge in log_deleted constants
2008-03-06 Aryeh GregorMore typos
2008-03-06 Alexandre Emsenhuber(bug 13012) Use content messages for block options...
2007-11-25 Aaron Schulz*Add a special page to merge non-overlapping page histo...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-09-28 Niklas Laxström* Load all messages because extensions can add new...
2007-09-10 Rotem Liss(bug 5387) Block log items on RecentChanges don't make...
2007-08-06 Rob ChurchErrant escaping of titles
2007-08-06 Rob Church* (bug 10655) Show standard tool links for blocked...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo
2007-05-07 Tim StarlingCompromise: don't reference log_id on MySQL.
2007-05-04 Brion VibberTemporarily revert r21784; field changes not live
2007-05-02 Niklas Laxström* Added date headers to logs to make them a bit clearer
2007-05-02 River Tarnellmissing log_id in insert causes sadness on Oracle,...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-21 Rotem LissUse the expanded text (e.g. anonymous users only, accou...
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
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...
next