summaryrefslogtreecommitdiff
path: root/fml/etc
AgeCommit message (Collapse)Author
2002-02-24define syscon_dir, mailconf_dir and mail_aliases_filefukachan
$sysconf_dir = $ml_home_prefix/etc $mailconf_dir = $sysconf_dir/mail $mail_aliases_file = $mailconf_dir/aliases
2002-02-24define $fml_owner and $fml_groupfukachan
2002-02-24add alias templatefukachan
2002-02-23validate if the requested admin command is permited or not.fukachan
define $available_commands_for_privileged_user rename $available_commands -> $available_commands_for_user
2002-02-20update $available_commands_for_stranger and $available_commandsfukachan
fix path: $message_template_dir -> $ml_home_dir o $guide_file o $help_file o $objective_file o $summary_file
2002-02-18"permit_anyone" can be used in {post,command}_restrictions.fukachan
2002-02-18fix dependence:fukachan
default_config.cf.ja.in: src/config.cf.ja/*.cf
2002-02-17add admin to $avaialble_commandsfukachan
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
define privileged_command_prefix
2002-02-04$ml_home_prefix -> $default_ml_home_prefixfukachan
2002-01-27fix directory for $virtual_mapsfukachan
2002-01-20define $virtual_mapsfukachan
2001-12-22fix $config_dir @sysconfdir@/fml -> @fmlconfdir@fukachan
remove $default_paths_cf, which is obsolete.
2001-12-18add comment on $fml_owner_home_dirfukachan
change default value of $html_archive_dir
2001-12-18regen ($use_html_archive added)fukachan
2001-12-18define new class $use_html_archivefukachan
2001-12-18fix dependencefukachan
2001-12-09define $executable_prefix (/usr/local/libexec/fml by default) forfukachan
convenience. FML::Config::Convert can replace $libexec_dir $ml_home_prefix $executable_prefix variables. "makefml newml" installs include and include-ctl w/ variable replacement.
2001-12-09define __varname__, which is replaced in installation phasefukachan
2001-12-09src/ based.fukachan
2001-12-09Initial revisionfukachan
2001-12-09clean: rule to remove created objectsfukachan
2001-12-09paths.cf is obsoletefukachan
2001-12-09removed. use new etc/ hierarchyfukachan
2001-11-27nuke $FML$ from paths.cf, regenfukachan
2001-11-27default_config.cf includes paths.cf in itfukachan
configure rewrites default_config.cf directly
2001-11-27@sysconfdir@ -> @sysconfdir@/fmlfukachan
2001-11-26define $use_thread_subject_tag to toggle header rewritefukachan
2001-11-18nuke paths.cf. configure speculate program paths nowfukachan
2001-11-18speculate program paths by configure (autoconf)fukachan
2001-11-18./configure creates paths.cf from .infukachan
2001-11-12main.cf.in not main.cf for configure (autoconf)fukachan
2001-11-04ticket -> threadfukachan
2001-10-17add $confirm_keyword to $available_commands_for_strangerfukachan
add $available_commands_for_stranger to $available_commands
2001-10-14define the following variables for filtering (FML::Filter)fukachan
+body_cksum_cache_dir = $db_dir/body_cksum +body_filter_rules = reject_not_iso2022jp_japanese_string +body_loop_check_rules = verify_body_cksum_uniqueness +header_filter_rules = is_valid_message_id +use_body_filter = yes +use_body_loop_check = yes +use_header_filter = yes
2001-10-13define ${guide,summary,objective}_filefukachan
2001-10-12define $message_message_dirfukachan
add chaddr to $available_commands
2001-10-12define new variablefukachan
o available_commands_for_stranger change o template_file_charset = $default_charset -> euc-jp
2001-10-10+command_prompot = >>>fukachan
+help_file = $message_template_dir/help +message_template_dir = $fml_share_dir/template/$template_file_charset +template_file_charset = $default_charset
2001-10-09define $share_prefix and $share_dirfukachan
2001-10-08change ticket_id_syntax to "$ml_name/%d" by defaultfukachan
define ticket_subject_tag_location as "appended"
2001-08-05clarify function: s/header_check/header_loop_check/fukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-06-10modify to use $ticket_driver. $ticket_driver is class name not modelfukachan
name.
2001-06-09change $database_model to class namefukachan
2001-05-09define the following new variables:fukachan
default_charset = iso-2022-jp reply_message_charset = $default_charset system_message_charset = $default_charset message_default_subject = fml system message reply_message_subject = reply from $ml_name ML system_message_subject = fml system message ($ml_name ML)
2001-05-06define mqueue_dirfukachan
2001-04-30fix pathfukachan
2001-04-30clean up documents hierarchy.fukachan
remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/
2001-04-24nuke fml/etc/defaults/NAMING_CONVENTIONfukachan