Follow-up to r111091. Dont paste md5 in the code.
[lhc/web/wiklou.git] / includes / logging /
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Aaron Schulz(bug 33374) - 'Deletion log summary not properly truncated'
2012-02-08 Aaron SchulzFixes for r96546 (bug 33167):
2012-02-07 Aaron SchulzIn LogFormatter:
2012-02-07 Aaron SchulzMade LogEntry::getPerformer() not fail miserable if...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-20 Niklas LaxströmCan't PHP just DWIM? Ping r109628
2012-01-20 Niklas LaxströmReducy query flood in r96546. Allow formatters to provi...
2012-01-20 Niklas LaxströmSplit LogPager out of LogEventsList.php
2012-01-15 Jeroen De Dauwadded some docs
2011-12-31 Krinkle[Core JS] More fixing of global config variable usage
2011-12-20 Brian WolffIf you request LogEventList to display the combination...
2011-12-16 Jeroen De Dauwfollow up to r106393 - re-add these notices, since...
2011-12-14 Jeroen De Dauwmove logging pages to logging dir
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-06 Aaron SchulzFixed doc typo
2011-11-03 Niklas LaxströmQuick ugly fix to avoid duplicate log entries in rc...
2011-10-29 Sam ReedKill various unused variables
2011-10-27 PlatonidesRemoval of unused globals
2011-10-21 John Du HartFollowup r100396, use is_string instead of !is_array
2011-10-21 John Du HartBugfix to r96441, class_exists throws warnings when...
2011-10-03 Niklas LaxströmFollowup r97138 - could not reproduce myself
2011-09-28 Niklas LaxströmFollowup r98135
2011-09-20 Niklas LaxströmMoved PatrolLog to logging folder, sorted the autoloade...
2011-09-19 Niklas LaxströmConverted patrol log to the new system
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-15 Niklas LaxströmThis should fix the following PHP notice and the displa...
2011-09-14 Niklas LaxströmAdded a bit defensive programming, as suggested by...
2011-09-14 Niklas LaxströmRevisionDeleter:
2011-09-14 Niklas LaxströmThere was a double space between log action text and...
2011-09-14 Niklas LaxströmInstead of throwing fatals, accept null titles in old...
2011-09-14 Niklas LaxströmDrop JSON support. It was never used and causes problem...
2011-09-10 Alexandre EmsenhuberFix comment
2011-09-09 Niklas LaxströmThis should fix regression reported in r96545
2011-09-08 Niklas LaxströmSwitch JSON to (un)serialize
2011-09-08 Niklas LaxströmEnabled MoveLogFormatter
2011-09-07 Sam ReedFix whitespace
2011-09-07 Siebrand MazelandRan stylize.php. Required manual corrections:
2011-09-07 Niklas LaxströmFfixes to r96443 and r96441
2011-09-07 Niklas LaxströmCommitting my new logging classes for review. Will...