| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
command_specific_recipient -> command_line_cui_specific_recipient
cui_command_specific_options -> command_line_cui_specific_options
|
|
|
|
|
|
|
|
|
|
s/temp_file_path/tmp_file_path/g;
s/tmp_files_clean_up/tmp_file_cleanup/g;
|
|
module internal variables are changed.
renamed:
o summary() -> get_summary()
o removal_address() -> get_address_to_be_removed()
|
|
|
|
o htmlfy_rfc822_message() -> htmlify_rfc822_message().
o html_begin() -> html_start()
|
|
|
|
|
|
fix $addr_for_post -> $article_post_address.
enforce use of "return $value" form.
|
|
|
|
|
|
|
|
[sg]et_db_module_name() -> [sg]et_db_module_class().
get_time_from_header() -> _get_time_from_header().
mov get_time_from_header() to Mail::Message::Utils class.
clean up. remove not used variable.
fix db_close().
fix comments.
|
|
|
|
|
|
|
|
|
|
bug fix pcb handling.
method naming fixed to $curproc->OBJ_METHOD() form (FNF).
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
|
|
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
|
|
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
define _get_debug_level(), moved from FML::Process::Utils and made private.
|
|
|
|
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
|
|
o set_config_files_list -> config_files_set_list
o get_config_files_list -> config_files_get_list
o append_to_config_files_list -> config_files_append
o get_cui_menu -> menu_get_cui_config_file_path
o get_gui_menu -> menu_get_gui_config_file_path
remove get_ml_home_prefix_maps() definition, which is not used.
move definitions to proper module: get_ml_list(), get_address_list()
and get_debug_level().
|
|
also it is changed to private.
|
|
FML::Process::Utils to here. Also, it is changed to the private
method; get_address_list() -> _get_address_list().
|
|
|
|
[sg]et_event_timeout() -> event_[gs]et_timeout().
|
|
implement local_{dir,file}_path(), content_dup2(), open() and close().
queue_id = second + microsecond + pid + counter.
now other module can extend class for local use.
|
|
o move some log to logdebug.
o not use queue file directly. instead use $queue->open() method.
o use incoming_message_set_current_queue() instead of
mail_queue_set_incoming_queue().
o clean up incoming queue removal code.
|
|
|
|
|
|
|
|
|
|
o incoming_message_set_current_queue()
o incoming_message_get_current_queue()
o incoming_message_stack_queue_for_removal()
o incoming_message_remove_queue()
shared memory for IPC between parent and child $curproc processes.
o shared_hash_get()
|
|
implement NewProcess().
|
|
XXX alternative methods available in FML::Process::Utils.
|
|
define {set,get}_current_context().
|
|
set_incoming_message_cache_file_path -> incoming_message_set_cache_file_path
get_incoming_message_cache_file_path -> incoming_message_get_cache_file_path
|
|
saves the FML::Cache::Ring file path for later use. But it is
ambiguous. When many processes (> modules) runs simultaneously, $path
may be overwritten by the next content. Instead, use $queue_file
since $queue_file (queue/incoming/ID) is unique.
|
|
fix comments (FNF).
|
|
|
|
|
|
command_context_reset_try_admin_auth_request() and
command_context_get_try_admin_auth_request() to handle context of
$*command_restrictions.
|
|
Both restrictions uses same rule name but which needs different
keyring directories. So, we need to handle carefully the context of
two restrictions.
|