summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Configure.pm
AgeCommit message (Collapse)Author
2006-03-05changed to command_context object based.fukachan
2006-02-04use $curproc->{ml_name,ml_domain}() method.fukachan
$command_args includes ml_domain info.
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
get_article_id -> article_get_id set_article_id -> article_set_id config_files_append_to_list -> config_files_append append_to_config_files_list -> config_files_append_to_list get_config_files_list -> config_files_get_list load_config_files -> config_files_load set_config_files_list -> config_files_set_list verify_sender_credential -> credential_verify_sender get_current_process_ml_name -> current_process_get_ml_name set_current_process_ml_name -> current_process_set_ml_name fix_perl_include_path -> env_fix_perl_include_path parse_exception -> exception_parse parse_incoming_message -> incoming_message_parse clean_up_incoming_queue -> incoming_message_queue_clean_up get_cui_menu -> menu_get_cui_config_file_path get_gui_menu -> menu_get_gui_config_file_path resolve_ml_specific_variables -> ml_variables_resolve outgoing_message_open_channel -> outgoing_message_cache_open open_outgoing_message_channel -> outgoing_message_open_channel inform_reply_messages -> reply_message_inform prepare_file_to_return -> reply_message_prepare_template clean_up_tmpfiles -> tmp_files_clean_up reset_umask -> umask_reset set_umask_as_public -> umask_set_as_public
2005-05-26fix comments (FNF).fukachan
$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-11fix commentsfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-13fml --allow-send-message allows makefml/fml sends reply messages.fukachan
currently user mode "subscribe" and "unsubcribe" support this style.
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
$curproc->load_config_files($cf_list); -> $curproc->load_config_files();
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
$curproc->load_config_files( $args->{ cf_list } ); => $curproc->resolve_ml_specific_variables(); my $cf_list = $curproc->get_config_files_list(); $curproc->load_config_files($cf_list); $curproc->parse_incoming_message($args); => $curproc->parse_incoming_message();
2003-11-29define $use_computer_output.fukachan
modify FML::Process::* to use it. FML::Process::Kernel supports customization by $computer_output_engine definition. $curproc->log_message_init() is called within prepare() method of each program.
2003-11-16fixed argument handling to support:fukachan
o makefml method domain o fml domain method
2003-09-13remove close_stderr_channel_if_quiet_option_specified().fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function() formfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-18support --quiet options for makefml and fml.fukachan
It closes STDERR before the main routine begins. define close_stderr_channel_if_quiet_option_specified().
2003-02-09cosmetics (white spaces)fukachan
2003-01-11fix comments.fukachan
2003-01-07fix copyrightfukachan
2003-01-05prepare "fml" command for convenience.fukachan
It is same as makefml except for the argument order. 1. fml $ml $command options 2. makefml $command $ml options
2002-12-18fix comments, more error messagsefukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
ml local library path to @INC. This is used for ml specific extention e.g. command extension.
2002-07-02fix commentsfukachan
remove rewrite_config_if_needed() bug $ml_name handling
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
within prepare() method now to handle virtual domains properly.
2002-05-25at the first stage of makefml, care $config and rewrite it, if needed,fukachan
when we handle virtual domain. implement $curproc->rewrite_config_if_needed() for it.
2002-04-20log raw error messagefukachan
2002-04-10fix commentsfukachan
2002-02-17bug fix definitions on hooksfukachan
2002-02-17implement several hooksfukachan
2001-12-22update comments, documentsfukachan
2001-12-22remove \s*$fukachan
2001-12-08fix error handling, define finish() to avoid loading errorfukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25verify_request() checks @ARGV and show help() if neededfukachan
2001-11-25implement help() methodfukachan
2001-11-04my $myname = $curproc->myname();fukachan
my $argv = $curproc->command_line_argv();
2001-10-14sync style w/ Process::Commandfukachan
2001-10-14$optargs -> $command_argsfukachan
2001-08-26pass {command_mode = admin} to FML::Commandfukachan
2001-07-15add more description on _fmlconf() and _makefml()fukachan