* Introduced FileRepoStatus -- result class for file repo operations.
[lhc/web/wiklou.git] / includes / SpecialLog.php
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Rob ChurchFix broken handling of log views for page titles consis...
2007-06-27 Brion VibberRevert r23034 for the moment; made it hard to clearly...
2007-06-27 Rob ChurchUse Linker::makeKnownLinkObj(); we have a Title object...
2007-06-27 Rob Church(bug 10360) Fix LogViewer::logLine() for new user log...
2007-06-16 Niklas Laxström* Group log output by date
2007-06-13 Raimond Spekking* (bug 8734) Different log message when article protect...
2007-06-04 Rob ChurchHad a bash at cleaning up the horrendous-looking deleti...
2007-04-19 Brion VibberRe-apply r20779 fix and use changed text for the (non...
2007-04-19 Brion VibberRevert Special:Log to r20745 with non-ugly form
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Rotem LissFixing a regression (caused by r20473 and then r20525...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-28 Aaron Schulz*Use intval() to stop $ns from becoming '' which breaks...
2007-03-28 Aaron Schulz*Don't embed $ns from string, for NS 0 it becomes ...
2007-03-27 Rob ChurchBeef up the Special:Log search form so it's laid out...
2007-03-27 Domas Mituzasanother miser-mode target...
2007-03-27 Domas Mituzasin misermode enforce maximum offset of 10000, people...
2007-03-26 Raimond Spekking* (bug 4756) Add user tool links for self created accou...
2007-03-22 Aaron Schulz*Fix row count bug causing log extracts to show "no...
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-15 Aaron Schulz*Fix bug causing (revert) links not to show for moves
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
2007-03-14 Aaron Schulz*Fix seek offset bug for showList() when there are...
2007-03-14 Raimond Spekkingfix for r20409. Thanks to VoA.
2007-03-13 Raimond Spekking* (bug 3984) Searching in logs by title%
2007-03-09 Raimond Spekking* (bug 6997) Link from Special:log/block to unblock...
2007-02-17 Antoine MussoSort log types in Special:Log
2007-01-23 Leon Weber* Added an option to make Linker::userToolLinks() show...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Niklas Laxström* Use the nice xml function we have
2007-01-08 Rob ChurchWhoops, the page itself is determined below anyway
2007-01-08 Rob ChurchPre-fill the link cache with talk page of the user...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
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 7550) Normalize user parameter normally on Speci...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-04 Rob Church* (bug 6185) Add standard user tool links to log page...
2006-06-10 Antoine Mussohaving some fun with doxygen error log
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoSome more PHP5 stuff
2006-04-08 Domas Mituzasactually... add STRAIGHT_JOIN :-)
2006-04-08 Domas MituzasFetch user_id before doing logging table scan, this...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-04-02 Tim Starlingspecify function name in query
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2005-12-29 Domas Mituzasuse times index for all-logs page, if it exists, on...
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
2005-09-06 Ævar Arnfjörð Bjar... * Code and documentation cleanup, bugfix
2005-08-31 Ævar Arnfjörð Bjar... * !empty( $par ) => $par != ''
2005-08-27 Niklas LaxströmDon't mess recent changes
2005-08-09 Antoine MussolimitResult() use 3 argument since ORACLE merge
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-06-27 Ævar Arnfjörð Bjar... * Using msg:allpagessubmit for the submit button instea...
2005-06-19 Brion Vibber* (bug 2459) Correct escaping in Special:Log prev/next...
2005-05-26 Brion Vibber* links and brokenlinks tables merged to pagelinks...
2005-05-01 Brion VibberRestore the public interface function used by SpecialUn...
2005-04-24 Jens FrankBUG#1644 - Fix: "Next #" link is displayed even if...
2005-04-03 Tim StarlingPage move undo feature
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-03-21 Jens FrankBug 1704: Untranslateable text in SpecialLog
2005-02-22 Brion VibberWar on cruft: commentBlock() usage, use a styled <span...
2005-02-05 Brion Vibber* (bug 1469) add missing <ul> tags on Special:Log
2005-01-17 Antoine MussoFix #1214 : incorrect previous & next links in Special:Log
2005-01-14 Tim Starlingelaborate fix for bug 1156: Block log: missing expiry...
2005-01-09 Brion VibberUse user's timezone in log display.
2004-12-28 Jens FrankBUG#1213 - i18n for Title: and User: labels
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-08 Brion VibberRe-order tables in FROM to get it working on PostgreSQL.
2004-09-04 Brion Vibberphpdoc comments
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-09-02 Brion VibberUse the result wrapper object.
2004-08-29 Brion VibberSnarf the deletion log entries on the undelete page...
2004-08-25 Brion VibberShow pretty localized log names in Recentchanges instea...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...