summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
AgeCommit message (Collapse)Author
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-06-26fix comments.fukachan
change default: tail -100 by default.
2004-06-26fix comments.fukachan
change private method name. modify sanity check a little.
2004-06-26fix comments.fukachan
bug fix reset of $command_args values.
2004-06-26fix comments.fukachan
warn() -> ui_message().
2004-06-24clean up.fukachan
handle CUI case (ok?)
2004-05-22rename variable: $error_* -> $error_mail_*fukachan
error_analyzer_day_limit->error_mail_analyzer_day_limit error_analyzer_cache_dir->error_mail_analyzer_cache_dir error_analyzer_cache_type->error_mail_analyzer_cache_type error_analyzer_cache_mode->error_mail_analyzer_cache_mode error_analyzer_cache_size->error_mail_analyzer_cache_size error_analyzer_function_select_list->error_mail_analyzer_function_select_list error_analyzer_function->error_mail_analyzer_function error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
2004-05-19flush mail queuefukachan
2004-05-16remove is_cgi related codes.fukachan
2004-05-16fix copyrightfukachan
2004-05-02implemented for conveniencefukachan
2004-05-01asymmetric user controlfukachan
2004-04-30more restrict error checks.fukachan
fix rewrite_prompt().
2004-04-30more restrict error checks.fukachan
2004-04-28implement verify_syntax() using FML::Command::Syntaxfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-20-O algorithm= optionfukachan
2004-04-18variable renaming:fukachan
s/cgi_language_list/cgi_language_select_list/; s/cgi_menu_address_map_list/cgi_menu_address_map_select_list/; s/error_analyzer_function_list/error_analyzer_function_select_list/; s/template_file_charset_list/template_file_charset_select_list/;
2004-03-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-03-29list sub command do not run print_one_line_summary().fukachan
fix typo.
2004-03-28re-implemented. currently FML::Article::Thread based one.fukachan
2004-03-24fix copyrightfukachan
2004-03-23allow CUI(fml,makefml) to send messages.fukachan
this function disabled by default. fml and makefml can use --allow-send-message --send-to=ADDRESS option for it.
2004-03-23try to allow -O key=value command line options. Internally eachfukachan
function uses cui_command_specific_options() to get the command specific options.
2004-03-18rename merge -> mergemlfukachan
2004-03-17enable config.cf translatorfukachan
2004-03-17disable_include_files() -> disable_old_include_files()fukachan
2004-03-16top level dispather to merge fml8 and fml4.fukachan
2004-03-16implement {set,get}_force_mode().fukachan
modified to use it.
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-02-24fix copyrightfukachan
2004-02-15white space cosmetics.fukachan
2004-02-01validate input address by FML::Restriction::Base.fukachan
2004-02-01use $log_command_tail_starting_location.fukachan
fix comments.
2004-01-21fix copyrightfukachan
2004-01-18overhaul: more comments.fukachan
2004-01-02fix/update comments.fukachan
2004-01-02update commentsfukachan
2004-01-02update comments.fukachan
sort.
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
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.
2004-01-01fix comments.fukachan
use more proper local variable name.
2004-01-01update commentsfukachan
2003-12-31fix copyrightfukachan
2003-12-31update comments.fukachan
clean up. modify routine names to be more readable. remove not used variables. bug fix cgi_menu() initialization phase.
2003-12-31update comments.fukachan
use $curproc->ml_*() methods if could. modify local variable names to be more readble.
2003-12-31update comments.fukachan
more readable method and variable names.