summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Article/Sequence.pm
AgeCommit message (Collapse)Author
2006-10-14fix copyrightfukachan
2006-10-11fix commentsfukachan
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-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23fix comments (FNF).fukachan
use //o if could.
2004-05-25more strict write error trackingfukachan
2004-04-22bug fix: need open() before getline()fukachan
2004-04-12bug fix variable initialization.fukachan
2004-04-11switch File::Sequence to IO::Adapter based sequence operationfukachan
2004-02-01fix copyrightfukachan
2004-02-01$sequence_file -> $article_sequence_filefukachan
use //o if could.
2003-12-30fix typofukachan
2003-12-30clean up.fukachan
update comments.
2003-08-23modified to use $curproc->log*() methods.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-03-16fix usage of File::Sequencefukachan
2003-03-16move id related functions to FML::Article::Sequencefukachan