| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-08-27 | use $msg->message_chain_as_array_ref() instead of $mp->{ next } form. | fukachan | |
| 2005-08-27 | define open() and close() | fukachan | |
| 2005-08-25 | fix copyright | fukachan | |
| 2005-08-25 | renamed methonds: | fukachan | |
| o analyze -> add o db_open -> _db_open o db_close -> _db_close | |||
| 2005-08-25 | renamed: db->analyze() => db->add() | 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 | preliminary LDAP support | fukachan | |
| 2005-08-23 | PostgreSQL support | fukachan | |
| 2005-08-23 | change 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-23 | IO::Adapter supports PostgreSQL | fukachan | |
| 2005-08-23 | $log_syslog_host -> $log_syslog_servers | fukachan | |
| 2005-08-20 | fix copyright | 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 | fix copyright | 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-19 | better method naming convension: from_to_name -> from_address_to_name | 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 methond naming convension. | fukachan | |
| str_dump() -> dump_string() | |||
| 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 | typo fix title in _update_montly_thread_index_master() | tmu | |
