summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Expand)Author
2003-11-24fix comment: FNFfukachan
2003-11-23run FML::User::Infoal->import_from_mail_header() to save user infofukachan
2003-11-23avoid duplication.fukachan
2003-11-23create FML::User::* class to manipulate user database.fukachan
2003-11-23create FML::User::* class to manipulate user database.fukachan
2003-11-22added as a templatefukachan
2003-11-22separete database part in FML::Confirm to FML::Cache::Journal whichfukachan
2003-11-17implement is_user_part_case_sensitive() and modified to use it.fukachan
2003-11-17fix argument FML::Confirm::is_expired($id) from time to id.fukachan
2003-11-16validate argumentsfukachan
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-15add templatenew-domain-op-basefukachan
2003-11-11change message-id format for match RFC2822tmu
2003-11-08call croak() if address to remove not foundfukachan
2003-11-05define $primary_ml_home_prefix_map in main.cf.fukachan
2003-11-02remove not-used variable.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-26To remove hard-coded file list to install as sample,fukachan
2003-10-22change address list shown on the cgi menu from member to recipient.fukachan
2003-10-18default_file_mode -> file_default_modefukachan
2003-10-18comment on Japanese specific codesfukachan
2003-10-18define log_file_*_charset and modify log module to use it.fukachan
2003-10-18summary_file -> article_summary_filefukachan
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-15messager/rfc822 part not need charset ;)fukachan
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-14recursive multipart checksfukachan