summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2005-09-11move thread outline generator to FML::Article::Outlinefukachan
2005-09-11fix commentsfukachan
2005-09-06rename: *_overview -> *_outlinefukachan
2005-09-01article_thread_overview support.fukachan
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-31langinfo_get_charset() uses Content-Type: information as a hintfukachan
when Accept-Language: is not specified.
2005-08-31implement append() and prepend() methods.fukachan
2005-08-27use $msg->message_chain_as_array_ref() instead of $mp->{ next } form.fukachan
2005-08-23remove message when the message retrival succeeded.fukachan
2005-08-23handle $fetchfml_pop_serversfukachan
2005-08-23fix copyrightfukachan
2005-08-23enable reviveml in cgifukachan
2005-08-23implement reviveml command to revive a removed MLfukachan
2005-08-23$log_syslog_host -> $log_syslog_serversfukachan
2005-08-20deluser() -> remove_address()fukachan
2005-08-20var_dump -> dump_variablefukachan
2005-08-20merge_to_file -> merge_into_filefukachan
2005-08-20cut_off -> cutofffukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-19FNF: pick_up_queue -> pickup_queuefukachan
2005-08-19which_map -> map_to_termfukachan
which_map_nl -> map_to_term_nl set_print_style -> output_set_print_style get_print_style -> output_get_print_style
2005-08-19which_map -> map_to_termfukachan
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-19set_print_style() -> output_set_print_style()fukachan
2005-08-19bug fixed (forgotten import of module ;-)fukachan
2005-08-19$curproc->output_{set,get}_print_style().fukachan
2005-08-19convert_to_mail_address($list); -> address_resolve($list);fukachan
2005-08-18exclude explicit code e.g. euc-jp and use Mail::Message::Charset instead.fukachan
2005-08-18change ml_home_dir_removed_path() andfukachan
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-18check /etc/passwd only in the case of default domain.fukachan
follow changes of ml_home_dir_removed_path() arguments.
2005-08-18fix typofukachan
2005-08-17fix copyrightfukachan
2005-08-17removed_ml_home_dir_path -> ml_home_dir_removed_pathfukachan
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-17follow 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-17change {set,get}_emul_XXX() to internal use (_method)fukachan
2005-08-17FNF:fukachan
template_files_dir_for_newml() -> newml_command_template_files_dir() removed_ml_home_dir_path() -> ml_home_dir_removed_path()
2005-08-17import_data_from() -> add().fukachan
2005-08-17FNF: methond naming convension.fukachan
template_files_dir_for_newml() -> newml_command_template_files_dir();
2005-08-17align methond name user_XXX: changed userXXX() -> user_XXX().fukachan
follow FML::User::Info changes (import_from_mail_header() -> add()).
2005-08-17import_from_mail_header() -> add() with args changed (nuke $curproc).fukachan
2005-08-17FNF: adjust methond naming convension.fukachan
follow changes of FML::User::Control: userXXX() -> user_XXX()
2005-08-17FNF: adjust method naming convension.fukachan
langinfo_XXX() e.g. langinfo_get_charset()...
2005-08-17FNF: adjust method naming convension.fukachan
$curproc->thread_db_args(); -> $curproc->article_thread_init();
2005-08-15use sprintf instead of "${name}[${pid}]:" to avoid error in perl 5.6.xfukachan
2005-08-11get_preferred_XXX() -> _get_preferred_XXX() due to internal use.fukachan
2005-08-11load_module -> _load_module (internal only)fukachan
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
2005-08-11FNFfukachan
command_specific_recipient -> command_line_cui_specific_recipient cui_command_specific_options -> command_line_cui_specific_options
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-08-10FNF: current_process_ml_name_init() -> current_process_init().fukachan
2005-08-10s/incoming_message_queue_clean_up/incoming_message_cleanup_queue/g;fukachan