summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Article
AgeCommit message (Collapse)Author
2018-09-08update comments on subject (mime header) handling.Ken'ichi Fukamachi
2018-09-08subject handling is changed to use Mail::Message::Subject based e.g. ↵Ken'ichi Fukamachi
mime_header_decode(). Mail::Message::Subject
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() ↵Ken'ichi Fukamachi
style.
2008-08-24fix copyrightfukachan
2008-08-24fixed: typo: add_outline_to_header_field -> add_outline_to_headerfukachan
2006-10-14fix importationfukachan
2006-10-14fix copyrightfukachan
2006-10-11fix commentsfukachan
2006-05-05fix copyrightfukachan
2006-05-04expire article summary (remove content, corresponding with expiredfukachan
articles, in summary).
2006-04-16fix variable names:fukachan
num_file -> num_files num_dir -> num_dirs
2006-03-05fix comments (FNF)fukachan
2006-03-05fix copyrightfukachan
2006-03-05changed to command_context object based.fukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-09-17check method existence before calling.fukachan
rename method names.
2005-09-17eval use ..fukachan
2005-09-14changed to FML::Article->add_outline($tdb_args) style.fukachan
2005-09-11move thread outline generator to FML::Article::Outlinefukachan
2005-09-06rename: *_overview -> *_outlinefukachan
2005-09-01remove obsolete codes.fukachan
private-ify: psw_*() -> _psw_*(). use article_summary cache as coudl as possible. To clean up around the codes, some codes are separeted to _generate_summary(). fix comments and documents. strict check of $status code. implement get_overview($id, $thread_args). It returns string holding article short summaries of a thread for this article $id.
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust method naming convension.fukachan
$curproc->thread_db_args(); -> $curproc->article_thread_init();
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
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-26FNF.fukachan
$fh -> $rh
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-10-31sort, clean up.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23$dir -> $entryfukachan
fix comments.
2004-07-23fix comments (FNF).fukachan
use //o if could.
2004-07-11fix commentsfukachan
2004-05-25more strict write error trackingfukachan
2004-04-23remove "use FML::Log;".fukachan
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-04-10implement copy() and append() methods $curproc provides to removefukachan
File::Utils class.
2004-03-31modify message output engine.fukachan
enable close operation.
2004-03-31fix comments (FNF)fukachan
2004-03-29preliminary implementation of thread GUI.fukachan
2004-03-28re-implemented for further plan to purge Mail::ThreadTrack.fukachan
2004-03-04charcode_convert() -> charcode_convert_to_external_charset().fukachan
2004-02-15check input data more.fukachan
2004-02-13ensure initial value of $min and $maxfukachan
2004-02-06switch to new Mail::Message::* framework.fukachan
2004-02-04modified to use new Mail::Message::* framekwork.fukachan