summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2005-08-27use $msg->message_chain_as_array_ref() instead of $mp->{ next } form.fukachan
2005-08-27define open() and close()fukachan
2005-08-25fix copyrightfukachan
2005-08-25renamed methonds:fukachan
o analyze -> add o db_open -> _db_open o db_close -> _db_close
2005-08-25renamed: db->analyze() => db->add()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-23preliminary LDAP supportfukachan
2005-08-23PostgreSQL supportfukachan
2005-08-23change dsn to form "DBI:$driver:dbname=$database;host=$host".fukachan
always $dbh->commit(); enhanced to handle a list of dsn and to retry sql servers if needed. DBI->connect with { AutoCommit => 0 } option.
2005-08-23$sql_server -> $sql_servers.fukachan
enhanced to handle a list of dsn. fix comments.
2005-08-23IO::Adapter supports PostgreSQLfukachan
2005-08-23$log_syslog_host -> $log_syslog_serversfukachan
2005-08-20fix copyrightfukachan
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-19fix copyrightfukachan
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-19better method naming convension: from_to_name -> from_address_to_namefukachan
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 methond naming convension.fukachan
str_dump() -> dump_string()
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-11typo fix title in _update_montly_thread_index_master()tmu