summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Config
AgeCommit message (Collapse)Author
2006-11-19fix copyrightfukachan
2006-11-12fix commentsfukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-08-20merge_to_file -> merge_into_filefukachan
2005-08-10FNF:fukachan
s/temp_file_path/tmp_file_path/g; s/tmp_files_clean_up/tmp_file_cleanup/g;
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
2005-05-26not use str.strfukachan
2005-05-26not use str.strfukachan
2004-11-23fix comments (FNF).fukachan
2004-11-21fix menu path from testbed one.fukachan
2004-11-21basic support of CUI configuration menu.fukachan
2004-07-23fix comments (FNF)fukachan
2004-01-21fix copyrightfukachan
2004-01-18fix comments.fukachan
use //o if could.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-04-19fix virtual domain handling (fml-devel:417)fukachan
2003-03-11read (/etc/fml/)defaults/$version/main.cf if exists and merge it withfukachan
main.cf (/etc/fml/main.cf). we use FML::Config::Tiny, which just reads and parses the file. It is a tiny version of FML::Config module.
2003-02-01fix copyrightfukachan
2003-02-01FNF: not use $_fukachan
2002-12-20fix commentsfukachan
2002-09-28hold file mode. set $dst mode same as $src modefukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-02clean upfukachan
2002-06-01nuke white spaces \s*$fukachan
2002-05-24implement convert_file(srcfile, dstfile, params)fukachan
2002-03-20replace __hints_for_fml_process__fukachan
2002-02-24replace $fml_owner and $ml_home_dir.fukachan
2001-12-22update comments, documentsfukachan
2001-12-22remove \s*$fukachan
2001-12-09define $executable_prefix (/usr/local/libexec/fml by default) forfukachan
convenience. FML::Config::Convert can replace $libexec_dir $ml_home_prefix $executable_prefix variables. "makefml newml" installs include and include-ctl w/ variable replacement.
2001-12-09Initial revisionfukachan