| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-09-11 | move thread outline generator to FML::Article::Outline | fukachan | |
| 2005-09-11 | fix comments | fukachan | |
| 2005-09-06 | rename: *_overview -> *_outline | fukachan | |
| 2005-09-01 | article_thread_overview support. | fukachan | |
| 2005-09-01 | remove 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-31 | langinfo_get_charset() uses Content-Type: information as a hint | fukachan | |
| when Accept-Language: is not specified. | |||
| 2005-08-31 | implement append() and prepend() methods. | fukachan | |
| 2005-08-27 | use $msg->message_chain_as_array_ref() instead of $mp->{ next } form. | fukachan | |
| 2005-08-23 | remove message when the message retrival succeeded. | fukachan | |
| 2005-08-23 | handle $fetchfml_pop_servers | fukachan | |
| 2005-08-23 | fix copyright | fukachan | |
| 2005-08-23 | enable reviveml in cgi | fukachan | |
| 2005-08-23 | implement reviveml command to revive a removed ML | fukachan | |
| 2005-08-23 | $log_syslog_host -> $log_syslog_servers | fukachan | |
| 2005-08-20 | deluser() -> remove_address() | fukachan | |
| 2005-08-20 | var_dump -> dump_variable | fukachan | |
| 2005-08-20 | merge_to_file -> merge_into_file | fukachan | |
| 2005-08-20 | cut_off -> cutoff | fukachan | |
| 2005-08-19 | FNF: XXX_clean_up() -> XXX_cleanup() | fukachan | |
| 2005-08-19 | FNF: pick_up_queue -> pickup_queue | fukachan | |
| 2005-08-19 | which_map -> map_to_term | fukachan | |
| which_map_nl -> map_to_term_nl set_print_style -> output_set_print_style get_print_style -> output_get_print_style | |||
| 2005-08-19 | which_map -> map_to_term | fukachan | |
| which_map_nl -> map_to_term_nl convert_to_mail_address -> address_resolve set_print_style -> output_set_print_style get_print_style -> output_get_print_style | |||
| 2005-08-19 | set_print_style() -> output_set_print_style() | fukachan | |
| 2005-08-19 | bug fixed (forgotten import of module ;-) | fukachan | |
| 2005-08-19 | $curproc->output_{set,get}_print_style(). | fukachan | |
| 2005-08-19 | convert_to_mail_address($list); -> address_resolve($list); | fukachan | |
| 2005-08-18 | exclude explicit code e.g. euc-jp and use Mail::Message::Charset instead. | fukachan | |
| 2005-08-18 | change ml_home_dir_removed_path() and | fukachan | |
| ml_home_dir_find_latest_removed_path() argument order: e.g. ml_home_dir_removed_path($curproc, $ml_home_prefix, $ml_name); removed_path format is changed to $ml_name.YYYYMMDD.COUNT style. | |||
| 2005-08-18 | check /etc/passwd only in the case of default domain. | fukachan | |
| follow changes of ml_home_dir_removed_path() arguments. | |||
| 2005-08-18 | fix typo | fukachan | |
| 2005-08-17 | fix copyright | fukachan | |
| 2005-08-17 | removed_ml_home_dir_path -> ml_home_dir_removed_path | fukachan | |
| find_latest_removed_ml_home_dir -> ml_home_dir_find_latest_removed_path template_files_dir_for_newml -> newml_command_template_files_dir set_language_hint -> langinfo_set_language_hint get_language_hint -> langinfo_get_language_hint set_charset -> langinfo_set_charset get_charset -> langinfo_get_charset set_accept_language_list -> langinfo_set_accept_language_list get_accept_language_list -> langinfo_get_accept_language_list thread_db_args -> article_thread_init changed to internal use. language_of_html_file -> _language_of_html_file move lang_to_charset() and remove_too_old_files_in_dir() to FML::Process::Kernel. | |||
| 2005-08-17 | follow changes of FML::Cache::Ring. | fukachan | |
| use langinfo_XXX(). moved lang_to_charset() and remove_too_old_files_in_dir() from FML::Process::Utils to here and change lang_to_charset() and remove_too_old_files_in_dir() to module internal use. | |||
| 2005-08-17 | change {set,get}_emul_XXX() to internal use (_method) | fukachan | |
| 2005-08-17 | FNF: | fukachan | |
| template_files_dir_for_newml() -> newml_command_template_files_dir() removed_ml_home_dir_path() -> ml_home_dir_removed_path() | |||
| 2005-08-17 | import_data_from() -> add(). | fukachan | |
| 2005-08-17 | FNF: methond naming convension. | fukachan | |
| template_files_dir_for_newml() -> newml_command_template_files_dir(); | |||
| 2005-08-17 | align methond name user_XXX: changed userXXX() -> user_XXX(). | fukachan | |
| follow FML::User::Info changes (import_from_mail_header() -> add()). | |||
| 2005-08-17 | import_from_mail_header() -> add() with args changed (nuke $curproc). | fukachan | |
| 2005-08-17 | FNF: adjust methond naming convension. | fukachan | |
| follow changes of FML::User::Control: userXXX() -> user_XXX() | |||
| 2005-08-17 | FNF: adjust method naming convension. | fukachan | |
| langinfo_XXX() e.g. langinfo_get_charset()... | |||
| 2005-08-17 | FNF: adjust method naming convension. | fukachan | |
| $curproc->thread_db_args(); -> $curproc->article_thread_init(); | |||
| 2005-08-15 | use sprintf instead of "${name}[${pid}]:" to avoid error in perl 5.6.x | fukachan | |
| 2005-08-11 | get_preferred_XXX() -> _get_preferred_XXX() due to internal use. | fukachan | |
| 2005-08-11 | load_module -> _load_module (internal only) | fukachan | |
| 2005-08-11 | FNF: article_max_id -> article_get_max_id | fukachan | |
| 2005-08-11 | FNF | fukachan | |
| command_specific_recipient -> command_line_cui_specific_recipient cui_command_specific_options -> command_line_cui_specific_options | |||
| 2005-08-10 | config_files_XXX() -> config_cf_files_XXX() to clarify the meaning. | fukachan | |
| 2005-08-10 | FNF: current_process_ml_name_init() -> current_process_init(). | fukachan | |
| 2005-08-10 | s/incoming_message_queue_clean_up/incoming_message_cleanup_queue/g; | fukachan | |
