summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2004-09-06launch warning on site_init.ph and site_force.ph if needed.fukachan
2004-09-04print only valid queuefukachan
2004-09-03show all entries not only within active queue.fukachan
2004-08-14show number of requests if requests > 0fukachan
2004-07-26rewritten to use $curproc->thread_db_args() method for code sharing.fukachan
2004-07-26fix copyright.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23fix error messagesfukachan
2004-07-23fix comments.fukachan
use //o if could.
2004-07-23fix comments (FNF).fukachan
ensure initial value.
2004-07-23fix typo of error messages.fukachan
2004-07-11fix commentsfukachan
2004-07-06always ignore arguments of {subscribe,unsubscribe} command mail requestsfukachan
to ensure more correct confirmation.
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-06-27bug fix: implement verify_syntax().fukachan
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
bug fix reset of $command_args .
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-26fix comments.fukachan
my (@var) = ... style.
2004-06-26fix comments.fukachan
quotemeta search key.
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-30call command specific rewrite_prompt() if could.fukachan
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-27bug fix search logic.fukachan
move quotemeta() from IO::Adapter to here.
2004-04-23bug fix: we need to touch etc/passwd-admin file firstly.fukachan
2004-04-23fix copyrightfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-22when unsubscribe command, stop the current process sincefukachan
no more processing is required. XXX ? hmm, wrong in some cases e.g. unsubscribe + guide. XXX but ignore it ;-)
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-23modified for "--allow-send-message --send-to=ADDRESS" option.fukachan
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.