summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2003-11-29--computer-output -> --log-computer-outputfukachan
2003-11-29define $use_computer_output.fukachan
2003-11-29support --computer-output option, which is currently same as --log-dup yet.fukachan
2003-11-29implement config() method.fukachan
2003-11-25ensure valid exit codefukachan
2003-11-23create FML::User::* class to manipulate user database.fukachan
2003-11-16fixed argument handling to support:fukachan
2003-11-16switched to new ml_home_prefix framework, which is enhanced virtualfukachan
2003-11-16we use this module as simplified FML::Process::Kernel for debug.fukachan
2003-11-05define $primary_ml_home_prefix_map in main.cf.fukachan
2003-11-02debug_level() -> get_debug_level().fukachan
2003-11-02move safe_cgi_action_name from FML::Process::Utils tofukachan
2003-10-30header_loop_check_rules -> incoming_mail_header_loop_check_rulesfukachan
2003-10-26define $site_default_config_cf to remove hard-coded site_default_config.cf.fukachan
2003-10-18default_file_mode -> file_default_modefukachan
2003-10-18Mail::Message::Charset has tables on code, charset and languge.fukachan
2003-10-17command_prompt -> command_mail_reply_promptfukachan
2003-10-17cgi_menu_map_list -> cgi_menu_address_map_listfukachan
2003-10-16bug fix _cgi_resolve_ml_specific_variables() for correct ml_* handling.fukachan
2003-10-16cgi_var_language() returns '' not 'japanese' if language info not found.fukachan
2003-10-16modify debug messagefukachan
2003-10-16resutructure/enhance charset definitions:fukachan
2003-10-16get_charset() can handle accpet-language: and charset requested byfukachan
2003-10-15bug fix charset handling.fukachan
2003-10-15FNF: add commentsfukachan
2003-10-15comment on charsetfukachan
2003-10-15consider Accept-Language: (but not used yet now ;-).fukachan
2003-10-15remove obsolete language_of_reply_message().fukachan
2003-10-15remove language_of_cgi_message()fukachan
2003-10-15language_of_cgi_message() -> get_charset("cgi")fukachan
2003-10-15bug fix masking variable definitionfukachan
2003-10-15space cosmeticsfukachan
2003-10-15enable languge change functionfukachan
2003-10-14implement get_charset() and set_charset(). modified to use it tofukachan
2003-10-14implement cgi_hidden_info_language() and modified to use it.fukachan
2003-10-14define cgi_var_language() and use itfukachan
2003-10-14if (defined $pcb) { ...}fukachan
2003-10-06handle article subject specilly where the key in db is "article_subject".fukachan
2003-09-29disable _old_thread_checkfukachan
2003-09-27FNF: fix commentfukachan
2003-09-27more natural-language-d.fukachan
2003-09-27natural language extension in cgi menu.fukachan
2003-09-27define methods: cgi_var_navigator_title(), cgi_var_fml_project_url().fukachan
2003-09-27make message_nl() handle enable language translationfukachan
2003-09-27define new methods: cgi_var_address_map() cgi_var_address_map_list()fukachan
2003-09-25use cgi.*.top for top level helpfukachan
2003-09-25change *::CGI:: class architecture.fukachan
2003-09-25change arguments of get_ml_list() to remove $args.fukachan
2003-09-20define _find_longest_matched_entry() function and use it to find morefukachan
2003-09-19new Header->add_message_id()tmu