aboutsummaryrefslogtreecommitdiffstats
path: root/includes/LogPage.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 2774) Add three new $wgHooks to LogPage which enable extensions to addÆvar Arnfjörð Bjarmason2005-07-221-0/+5
* * Not showing " : " in recentchanges if the rcComment is emptyÆvar Arnfjörð Bjarmason2005-07-071-3/+6
* * Documented the constructorÆvar Arnfjörð Bjarmason2005-07-071-4/+8
* whitespaceBrion Vibber2005-06-191-27/+24
* Major changes to user groups:Tim Starling2005-05-011-2/+3
* Changed LogPage::actionText() calling convention to allow for 1.4-style move ...Tim Starling2005-04-031-11/+28
* 1) omit "N Image:Bla.jpg" entry from Recent Changes for file uploadsErik Moeller2005-03-241-5/+10
* Stop showing moves directly in recentchanges, instead use the logging system ...Antoine Musso2005-01-311-5/+11
* elaborate fix for bug 1156: Block log: missing expiry time. Changed schema fo...Tim Starling2005-01-141-9/+40
* Bug 1168: Missing text on the bureaucrat logBrion Vibber2004-12-231-1/+1
* Merge unblock fix from REL1_4Brion Vibber2004-12-231-1/+1
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* Implementing user levels management. This is only a very basic interface and ...Antoine Musso2004-10-241-1/+7
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-1/+1
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+4
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-9/+32
* Old log page -> logging table importer.Brion Vibber2004-08-251-3/+19
* Show pretty localized log names in Recentchanges instead of Special:Log/uploa...Brion Vibber2004-08-251-0/+33
* Special:Log and the logging table -- unified logging scariness!Brion Vibber2004-08-241-157/+72
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-13/+13
* fixup timestampsDomas Mituzas2004-08-201-6/+8
* Always use the global default date setting for log entries.Brion Vibber2004-08-081-1/+3
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-2/+2
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-24/+45
* More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)Brion Vibber2004-03-081-3/+9
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* * Recent Changes improvements: object oriented back end, move page annotation...Tim Starling2004-01-171-7/+3
* The purpose of this modification is to ensure that every normal requestMr. E232003-12-111-1/+4
* Evan's patch for bug 827757: Wikitext not escaped in log entry descriptionsBrion Vibber2003-11-281-1/+5
* wfQuery now takes three parameters -- one extra for DB replication purposesTim Starling2003-09-201-4/+4
* Update cache validation timestamp on logs when we update themBrion Vibber2003-08-301-3/+4
* Date/time fixes: try to ensure that timestamps are always kept in GMT, with c...Brion Vibber2003-06-301-1/+1
* Cache slow special pages allpages, lonelypages, longpages, shortpages, watned...Brion Vibber2003-05-161-3/+38
* Initial revisionLee Daniel Crocker2003-04-141-0/+118