summaryrefslogtreecommitdiff
path: root/fml/etc
AgeCommit message (Collapse)Author
2004-04-23comment on RFC2142fukachan
2004-04-20white space cosmeticsfukachan
2004-04-20fix typofukachan
2004-04-20white space cosmeticsfukachan
2004-04-20white space cosmeticsfukachan
2004-04-18regen: *_list -> *_select_listfukachan
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-17regen: log_rotatefukachan
2004-04-17define $log_ratate variablesfukachan
2004-03-31switch to FML::CGI::Thread (purge old thread module)fukachan
2004-03-23allow CUI(fml,makefml) to send messages.fukachan
this function disabled by default. fml and makefml can use --allow-send-message --send-to=ADDRESS option for it.
2004-03-23try to allow -O key=value command line options. Internally eachfukachan
function uses cui_command_specific_options() to get the command specific options.
2004-03-21regenfukachan
2004-03-21sync .ja w/ .enfukachan
2004-03-17regen: update commentsfukachan
2004-03-17fix commentsfukachan
2004-03-16fix comments.fukachan
2004-03-14regen: $command_mail_restrictionsfukachan
2004-03-14fix $command_mail_restrictions by using new rules:fukachan
permit_anonymous_command, permit_user_command rules.
2004-03-14fix typofukachan
2004-03-14fml --allow-send-message --mode=userfukachan
makefml --allow-send-message --mode=user
2004-03-12regen.fukachan
[*_program -> *_function] $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[*_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-12regen: variable renaming address_for_*fukachan
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-12variable renaming:fukachan
s/use_digest_program/use_article_digest_function/g; s/use_distribute_program/use_article_post_function/g;
2004-03-11change $log_command_tail_starting_location default value.fukachan
rename $reply_message_ -> $report_mail_
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-26regen: $language_preference_orderfukachan
2004-02-26define $language_preference_orderfukachan
2004-02-26remove not used -params optionsfukachan
2004-02-26new option -o key=value which overrider configurations.fukachan
you can use duplicated -o options e.g. -o key1=value1 -o key2=value2.
2004-02-01regenfukachan
2004-02-01$article_non_mime_filter_rules = reject_empty_content_type permitfukachan
2004-02-01add $log_command_tail_starting_locationfukachan
2003-12-29regen: system_timezone, newml_com.*_directoriesfukachan
2003-12-29*_private_dirs -> *_private_directoriesfukachan
2003-12-29timezone -> system_timezonefukachan
2003-12-26workaround: bug fix installation of default_config.cf et.alfukachan
(PR by fml-devel 643).
2003-12-24add and enable libexec/fakerfukachan
2003-12-21remove hard-coded language dependent information by moving it tofukachan
$nl_template_files in install.cf.in.
2003-12-21wrong,back out a little. define CLEANUP_OBJ for clean rule.fukachan
2003-12-21remove not used variables: TARGET_DIR, CONV.fukachan
2003-12-21fix $(OBJ) and clean up targetsfukachan
2003-12-21regen:fukachan
+ $list_command_default_maps + $newml_command_ml_admin_default_address sort.
2003-12-21+ $list_command_default_mapsfukachan
+ $newml_command_ml_admin_default_address sort.
2003-11-30s/system_accounts/system_special_accounts/gfukachan
2003-11-30system_accounts -> system_special_accounts.fukachan
XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity.