summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/log.pm
AgeCommit message (Collapse)Author
2006-07-30fix commentsfukachan
2006-07-09white space cosmeticsfukachan
2006-03-04$command_args -> $command_context (OBJ), method stylefukachan
2006-02-22option -O date=PATTERN simulates "grep for the log file".fukachan
especially, "-O date=yesterday" shows yesterday's log.
2005-08-19$curproc->output_{set,get}_print_style().fukachan
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust method naming convension.fukachan
langinfo_XXX() e.g. langinfo_get_charset()...
2004-06-26fix comments.fukachan
change default: tail -100 by default.
2004-02-15white space cosmetics.fukachan
2004-02-01use $log_command_tail_starting_location.fukachan
fix comments.
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2004-01-01FNF: fix copyrightfukachan
2004-01-01clean up.fukachan
use more proper variable names. change _show_log() to take $curproc as argv.
2003-10-18define log_file_*_charset and modify log module to use it.fukachan
2003-10-15language_of_cgi_message() -> get_charset("cgi")fukachan
2003-10-07fix html style:fukachan
<pre>str1</pre> <pre>str2</pre> ... -> <pre>str1\nstr2 ... </pre>
2003-10-06fix printing_style value: cgi -> htmlfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-02-20cosmetics (\s*$)fukachan
2003-02-16use language_*() method to determine $charsetfukachan
2003-01-27FNF: we should not use $_fukachan
2003-01-25FNF: fix commentsfukachan
2002-12-20fix comments.fukachan
fix typo. bug fix the usage of _show_log() method.
2002-12-15clean up commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-16switch FML::Language to Mail::Message::Encodefukachan
2002-07-17define printing style format such as 'text', 'html', ...fukachan
you can control it by the following access methods, get_print_style() and set_print_style(mode)
2002-06-25nuke superflous line (cgi mode)fukachan
2002-04-07remove \s*$fukachan
2002-04-07fix/add commentsfukachan
use HTML::FromText class to espace metchars
2002-03-30white space cosmetics: nuke \s*$fukachan
2002-03-19admin log protytpe, which can be used in text and html modefukachan