summaryrefslogtreecommitdiff
path: root/fml/etc/src
AgeCommit message (Collapse)Author
2004-04-20white space cosmeticsfukachan
2004-04-20white space cosmeticsfukachan
2004-04-18variable 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-17define $log_ratate variablesfukachan
2004-03-21sync .ja w/ .enfukachan
2004-03-17fix commentsfukachan
2004-03-16fix comments.fukachan
2004-03-14fix $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-12variable name renaming but define the following rule for compatibility.fukachan
article_post_address = $address_for_post command_mail_address = $address_for_command
2004-03-11rename: $reply_message_* -> $report_mail_*fukachan
2004-03-11$log_command_tail_starting_location = 100 by default to sync w/ fml4.fukachan
2004-03-04regen: remove duplicated hooksfukachan
2004-02-26define $language_preference_orderfukachan
2004-02-01$article_non_mime_filter_rules = reject_empty_content_type permitfukachan
2004-02-01add $log_command_tail_starting_locationfukachan
2003-12-29*_private_dirs -> *_private_directoriesfukachan
2003-12-29timezone -> system_timezonefukachan
2003-12-21+ $list_command_default_mapsfukachan
+ $newml_command_ml_admin_default_address sort.
2003-11-30system_accounts -> system_special_accounts.fukachan
XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity.
2003-11-29--computer-output -> --log-computer-outputfukachan
$*computer_output -> $*log_computer_output
2003-11-29regen faker_*_hook addedfukachan
2003-11-29define $use_computer_output, $computer_output_enginefukachan
2003-11-29define $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-29s/x_ml_name/outgoing_mail_header_x_ml_name/g;fukachan
2003-11-26+use_address_compare_function = yesfukachan
+address_compare_function_type = user_part_case_insensitive
2003-11-26address_compare -> address_compare_functionfukachan
2003-11-25add section titlefukachan
2003-11-25implement switch to toggle case sensitive check of mail address.fukachan
+use_address_compare = yes +address_compare_type = user_part_case_insensitive
2003-11-23define 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-01has_* -> system_has_*fukachan
2003-10-30header_loop_check_rules -> incoming_mail_header_loop_check_rulesfukachan
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-29nuke invalid ^n (typo)fukachan
2003-10-22change 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-18default_file_mode -> file_default_modefukachan
default_directory_mode -> directory_default_mode move definitions from basic.cf to file.cf.
2003-10-18remove duplicated $default_directory_mode.fukachan
2003-10-18define log_file_*_charset and modify log module to use it.fukachan
2003-10-18summary_file -> article_summary_filefukachan
summary_format_style -> article_summary_file_format_style summary_format_address_length -> article_summary_file_format_address_length
2003-10-17command_prompt -> command_mail_reply_promptfukachan
2003-10-17cgi_menu_map_list -> cgi_menu_address_map_listfukachan
cgi_menu_default_map -> cgi_menu_default_address_map
2003-10-17sync w/ .ja: enhance charset definitionsfukachan
2003-10-17add $domain_local_*fukachan
2003-10-17add $domain_local_log_filefukachan
2003-10-16resutructure/enhance charset definitions:fukachan
${category}_default_charset and ${category}_charset_{ja,en,...}
2003-10-15define $default_cgi_language, $cgi_language_listfukachan
2003-09-25define $commands_for_ml_admin_cgifukachan
2003-08-20use_html_archive_address_mask = yesfukachan
html_archive_address_mask_type = all
2003-07-26Initial revisionfukachan
2003-07-19defined $udb_base_dirfukachan
2003-06-29check the number of request in get commands.fukachan