summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/HTMLify.pm
AgeCommit message (Collapse)Author
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04fix copyrightfukachan
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
2004-04-23remove "use FML::Log;".fukachan
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-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-01-11fix comments (FNF).fukachan
2002-12-22fix commentsfukachan
2002-11-18more debug infofukachan
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-02clean up/fix commentsfukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
within prepare() method now to handle virtual domains properly.
2002-04-27clean up white spacesfukachan
2002-04-20use FML::Command::HTMLify to share htmlify code between fmlhtmlify andfukachan
"makefml htmlify".
2002-04-20bug fix subdir checkingfukachan
2002-04-19cosmetics: white spacesfukachan
2002-04-15consider spool/ may has subdir(s)fukachan
2002-04-08fix/clean up documentsfukachan
2002-03-31rename class: Mail::HTML::Lite -> Mail::Message::ToHTMLfukachan
2002-03-17nuke superflous \s*$fukachan
2002-02-17bug fix definitions on hooksfukachan
2002-02-17implement several hooksfukachan
2002-02-02fix copyrightfukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-17disable debug code, enable it when $ENV{debug} is definedfukachan
2001-11-07dummy finish()fukachan
2001-11-05fmlhtmlify [-I dir]fukachan
2001-11-05new utility: fmlhtmlify src_dir dst_dirfukachan