| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-02 | fix/update comments. | fukachan | |
| 2004-01-02 | more error checks. | fukachan | |
| fix comments. | |||
| 2004-01-02 | more strict error checks. | fukachan | |
| fix comments. | |||
| 2004-01-02 | fix lock algorithm. | fukachan | |
| clean up. fix comments. | |||
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-02 | update comments | fukachan | |
| 2004-01-02 | update comments. | fukachan | |
| sort. | |||
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-02 | remove/rename $args | fukachan | |
| 2004-01-02 | use of $args is ambiguous. change local variable names. | fukachan | |
| 2004-01-02 | remove $args from _cgi_resolve_ml_specific_variables(); | 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(); | |||
| 2004-01-02 | +set_config_files_list() | fukachan | |
| +append_to_config_files_list() +get_config_files_list() | |||
| 2004-01-02 | variable name $args is ambiguous. | fukachan | |
| $args -> $pcb_args. | |||
| 2004-01-01 | remove $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-01 | FNF: fix copyright | fukachan | |
| 2004-01-01 | update/fix comments. | fukachan | |
| use more proper local variable names. | |||
| 2004-01-01 | clean up. | fukachan | |
| use more proper variable names. change _show_log() to take $curproc as argv. | |||
| 2004-01-01 | fix comments. | fukachan | |
| use more proper local variable name. | |||
| 2004-01-01 | update comments | fukachan | |
| 2004-01-01 | fix: cgi_var_cgi_mode() return null string by default. | fukachan | |
| 2004-01-01 | fix message | fukachan | |
| 2003-12-31 | fix copyright | fukachan | |
| 2003-12-31 | update comments. | fukachan | |
| use $curproc->{ credential } reset address comparison level after main routine runs. | |||
| 2003-12-31 | update comments/messages. | fukachan | |
| use $curproc->{ credential } | |||
| 2003-12-31 | white space cosmetics | fukachan | |
| 2003-12-31 | update comments/messages | fukachan | |
| 2003-12-31 | update comments. | fukachan | |
| sort 'use ..' phrase. | |||
| 2003-12-31 | update comments. | fukachan | |
| clean up. modify routine names to be more readable. remove not used variables. bug fix cgi_menu() initialization phase. | |||
| 2003-12-31 | update comments. | fukachan | |
| clean up. use methods not direct editing of $self as could as possible. use $curproc->{ credential } reset address comparison level after main routine. | |||
| 2003-12-31 | update comments | fukachan | |
| 2003-12-31 | update comments. | fukachan | |
| use $curproc->ml_*() methods if could. modify local variable names to be more readble. | |||
| 2003-12-31 | update comments. | fukachan | |
| more readable method and variable names. | |||
| 2003-12-31 | update comments. | fukachan | |
| use $curproc->ml_*() methods if could. reset $ENV{'PATH'} while running editor. | |||
| 2003-12-31 | update comments. | fukachan | |
| implement check_ml_home_dir() and modify rules. | |||
| 2003-12-31 | update comments. | fukachan | |
| define and use $maplist. | |||
| 2003-12-31 | update comments | fukachan | |
| 2003-12-30 | fix typo | fukachan | |
| 2003-12-30 | clean up. | fukachan | |
| update comments. | |||
| 2003-12-30 | experimental implementation done. | fukachan | |
| 2003-12-30 | bug fix initialization. | fukachan | |
| update comments. sort. clarify function role by renaming: ProcessSwitch() -> load_module() Process::Switch | |||
| 2003-12-30 | import $default_ml_home_prefix from main.cf name space. | fukachan | |
| 2003-12-30 | get() return null string if the value is undefined | fukachan | |
| 2003-12-30 | validate $address input as data. | fukachan | |
| $cred = $curproc->{ credential }; update comments. | |||
| 2003-12-30 | FNF: defined $db ... | fukachan | |
| 2003-12-30 | import $directory_private_mode if could | fukachan | |
| 2003-12-30 | bug fix get_incoming_message_cache_file_path() | fukachan | |
| 2003-12-30 | update comments on $primary_*_map use. | fukachan | |
| use $curproc->{ credential } not call "use FML::Credential ...". | |||
| 2003-12-30 | validate $value (ARRAY_REF). | fukachan | |
| update comments. | |||
| 2003-12-30 | fix label name | fukachan | |
