summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2004-01-02fix/update comments.fukachan
2004-01-02more error checks.fukachan
fix comments.
2004-01-02more strict error checks.fukachan
fix comments.
2004-01-02fix lock algorithm.fukachan
clean up. fix comments.
2004-01-02fix copyrightfukachan
2004-01-02update commentsfukachan
2004-01-02update comments.fukachan
sort.
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-02use of $args is ambiguous. change local variable names.fukachan
2004-01-02remove $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-02variable name $args is ambiguous.fukachan
$args -> $pcb_args.
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-01update/fix comments.fukachan
use more proper local variable names.
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
2004-01-01fix: cgi_var_cgi_mode() return null string by default.fukachan
2004-01-01fix messagefukachan
2003-12-31fix copyrightfukachan
2003-12-31update comments.fukachan
use $curproc->{ credential } reset address comparison level after main routine runs.
2003-12-31update comments/messages.fukachan
use $curproc->{ credential }
2003-12-31white space cosmeticsfukachan
2003-12-31update comments/messagesfukachan
2003-12-31update comments.fukachan
sort 'use ..' phrase.
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
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-31update commentsfukachan
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.
2003-12-31update comments.fukachan
use $curproc->ml_*() methods if could. reset $ENV{'PATH'} while running editor.
2003-12-31update comments.fukachan
implement check_ml_home_dir() and modify rules.
2003-12-31update comments.fukachan
define and use $maplist.
2003-12-31update commentsfukachan
2003-12-30fix typofukachan
2003-12-30clean up.fukachan
update comments.
2003-12-30experimental implementation done.fukachan
2003-12-30bug fix initialization.fukachan
update comments. sort. clarify function role by renaming: ProcessSwitch() -> load_module() Process::Switch
2003-12-30import $default_ml_home_prefix from main.cf name space.fukachan
2003-12-30get() return null string if the value is undefinedfukachan
2003-12-30validate $address input as data.fukachan
$cred = $curproc->{ credential }; update comments.
2003-12-30FNF: defined $db ...fukachan
2003-12-30import $directory_private_mode if couldfukachan
2003-12-30bug fix get_incoming_message_cache_file_path()fukachan
2003-12-30update comments on $primary_*_map use.fukachan
use $curproc->{ credential } not call "use FML::Credential ...".
2003-12-30validate $value (ARRAY_REF).fukachan
update comments.
2003-12-30fix label namefukachan