| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-30 | catch up perl changes: not length(@array), use "scalar @array" to find | fukachan | |
| out how many elements these have. | |||
| 2005-08-10 | config_files_XXX() -> config_cf_files_XXX() to clarify the meaning. | fukachan | |
| 2005-06-04 | method 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-27 | fix comments (FNF) | fukachan | |
| 2004-07-11 | fix comments | fukachan | |
| 2004-04-23 | remove "use FML::Log;". | fukachan | |
| 2004-01-31 | not use "$cf_list = $curproc->get_config_files_list();". | fukachan | |
| $curproc->load_config_files($cf_list); -> $curproc->load_config_files(); | |||
| 2004-01-02 | fix/update comments. | fukachan | |
| 2004-01-02 | fix copyright | fukachan | |
| 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-12-24 | remove the direct use of $args, use utility methods via $curproc | fukachan | |
| 2003-08-29 | use $curproc->config(), pcb() not { config }, { pcb } respectively. | fukachan | |
| 2003-08-24 | save $@ via logwarn() not print STDERR .. | fukachan | |
| 2003-08-23 | fix comments: =head2 function() form | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-01-11 | fix comments (FNF). | fukachan | |
| 2002-12-18 | fix comments, more error messagse | fukachan | |
| 2002-09-29 | "fmlconf $ml $varname" shows "$varname = $value". | fukachan | |
| unless $varname specified, dump all variables. | |||
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-14 | apply fix_perl_include_path(); after load_config_files() runs to add | fukachan | |
| ml local library path to @INC. This is used for ml specific extention e.g. command extension. | |||
| 2002-07-02 | clean up/fix comments | fukachan | |
| 2002-06-30 | fix the condition to show help | fukachan | |
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan | |
| within prepare() method now to handle virtual domains properly. | |||
| 2002-04-07 | clean up | fukachan | |
| 2002-03-17 | nuke superflous \s*$ | fukachan | |
| 2002-02-17 | bug fix definitions on hooks | fukachan | |
| 2002-02-17 | implement several hooks | fukachan | |
| 2001-12-22 | update comments, documents | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-11-27 | remove not used modules | fukachan | |
| update comments FNF-ify | |||
| 2001-11-27 | nuke "#!/usr/local/bin/perl -w" in the head | fukachan | |
| 2001-11-25 | more tainted safe (but needs more consideration, may be use of ↵ | fukachan | |
| FML::Restriction class) | |||
| 2001-11-25 | define dummy finish(), fix help() trap pattern | fukachan | |
| 2001-11-25 | fmlconf and makefml are separete now | fukachan | |
