| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-04-20 | white space cosmetics | fukachan | |
| 2004-04-20 | white space cosmetics | fukachan | |
| 2004-04-18 | variable renaming: | fukachan | |
| s/cgi_language_list/cgi_language_select_list/; s/cgi_menu_address_map_list/cgi_menu_address_map_select_list/; s/error_analyzer_function_list/error_analyzer_function_select_list/; s/template_file_charset_list/template_file_charset_select_list/; | |||
| 2004-04-17 | define $log_ratate variables | fukachan | |
| 2004-03-21 | sync .ja w/ .en | fukachan | |
| 2004-03-17 | fix comments | fukachan | |
| 2004-03-16 | fix comments. | fukachan | |
| 2004-03-14 | fix $command_mail_restrictions by using new rules: | fukachan | |
| permit_anonymous_command, permit_user_command rules. | |||
| 2004-03-12 | [*_program -> *_function] | fukachan | |
| $use_command_mail_program -> $use_command_mail_function $use_digest_program -> $use_article_digest_function $use_distribute_program -> $use_article_post_function $use_error_analyzer_program -> $use_error_mail_analyzer_function [command list] $commands_for_user -> $user_command_mail_allowed_commands $commands_for_stranger -> $anonymous_command_mail_allowed_commands $commands_for_privileged_user -> $admin_command_mail_allowed_commands $commands_for_admin_cgi -> $admin_cgi_allowed_commands [restrictions] $post_restrictions -> $article_post_restrictions $post_restrictions_reject_notice_data_type -> $article_post_restrictions_reject_notice_data_type $command_restrictions -> $command_mail_restrictions permit_commands_for_stranger -> permit_anonymous_command_mail $admin_command_restrictions -> $admin_command_mail_restrictions | |||
| 2004-03-12 | variable name renaming but define the following rule for compatibility. | fukachan | |
| article_post_address = $address_for_post command_mail_address = $address_for_command | |||
| 2004-03-11 | rename: $reply_message_* -> $report_mail_* | fukachan | |
| 2004-03-11 | $log_command_tail_starting_location = 100 by default to sync w/ fml4. | fukachan | |
| 2004-03-04 | regen: remove duplicated hooks | fukachan | |
| 2004-02-26 | define $language_preference_order | fukachan | |
| 2004-02-01 | $article_non_mime_filter_rules = reject_empty_content_type permit | fukachan | |
| 2004-02-01 | add $log_command_tail_starting_location | fukachan | |
| 2003-12-29 | *_private_dirs -> *_private_directories | fukachan | |
| 2003-12-29 | timezone -> system_timezone | fukachan | |
| 2003-12-21 | + $list_command_default_maps | fukachan | |
| + $newml_command_ml_admin_default_address sort. | |||
| 2003-11-30 | system_accounts -> system_special_accounts. | fukachan | |
| XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity. | |||
| 2003-11-29 | --computer-output -> --log-computer-output | fukachan | |
| $*computer_output -> $*log_computer_output | |||
| 2003-11-29 | regen faker_*_hook added | fukachan | |
| 2003-11-29 | define $use_computer_output, $computer_output_engine | fukachan | |
| 2003-11-29 | define $use_computer_output. | fukachan | |
| modify FML::Process::* to use it. FML::Process::Kernel supports customization by $computer_output_engine definition. $curproc->log_message_init() is called within prepare() method of each program. | |||
| 2003-11-29 | s/x_ml_name/outgoing_mail_header_x_ml_name/g; | fukachan | |
| 2003-11-26 | +use_address_compare_function = yes | fukachan | |
| +address_compare_function_type = user_part_case_insensitive | |||
| 2003-11-26 | address_compare -> address_compare_function | fukachan | |
| 2003-11-25 | add section title | fukachan | |
| 2003-11-25 | implement switch to toggle case sensitive check of mail address. | fukachan | |
| +use_address_compare = yes +address_compare_type = user_part_case_insensitive | |||
| 2003-11-23 | define the folloging variables: | fukachan | |
| + $primary_user_db_gecos_map + $primary_user_db_subscribe_date_map + $user_db_gecos_maps + $user_db_subscribe_date_maps | |||
| 2003-11-01 | has_* -> system_has_* | fukachan | |
| 2003-10-30 | header_loop_check_rules -> incoming_mail_header_loop_check_rules | fukachan | |
| use_header_loop_check -> use_incoming_mail_header_loop_check body_loop_check_rules -> incoming_mail_body_loop_check_rules use_body_loop_check -> use_incoming_mail_body_loop_check body_cksum_cache_dir -> incoming_mail_body_cksum_cache_dir | |||
| 2003-10-29 | nuke invalid ^n (typo) | fukachan | |
| 2003-10-22 | change address list shown on the cgi menu from member to recipient. | fukachan | |
| XXX if we use member , it contains $admin_member_maps, it is ambiguous. | |||
| 2003-10-18 | default_file_mode -> file_default_mode | fukachan | |
| default_directory_mode -> directory_default_mode move definitions from basic.cf to file.cf. | |||
| 2003-10-18 | remove duplicated $default_directory_mode. | fukachan | |
| 2003-10-18 | define log_file_*_charset and modify log module to use it. | fukachan | |
| 2003-10-18 | summary_file -> article_summary_file | fukachan | |
| summary_format_style -> article_summary_file_format_style summary_format_address_length -> article_summary_file_format_address_length | |||
| 2003-10-17 | command_prompt -> command_mail_reply_prompt | fukachan | |
| 2003-10-17 | cgi_menu_map_list -> cgi_menu_address_map_list | fukachan | |
| cgi_menu_default_map -> cgi_menu_default_address_map | |||
| 2003-10-17 | sync w/ .ja: enhance charset definitions | fukachan | |
| 2003-10-17 | add $domain_local_* | fukachan | |
| 2003-10-17 | add $domain_local_log_file | fukachan | |
| 2003-10-16 | resutructure/enhance charset definitions: | fukachan | |
| ${category}_default_charset and ${category}_charset_{ja,en,...} | |||
| 2003-10-15 | define $default_cgi_language, $cgi_language_list | fukachan | |
| 2003-09-25 | define $commands_for_ml_admin_cgi | fukachan | |
| 2003-08-20 | use_html_archive_address_mask = yes | fukachan | |
| html_archive_address_mask_type = all | |||
| 2003-07-26 | Initial revision | fukachan | |
| 2003-07-19 | defined $udb_base_dir | fukachan | |
| 2003-06-29 | check the number of request in get commands. | fukachan | |
