index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
FML
/
Config.pm
Age
Commit message (
Expand
)
Author
2001-10-13
avoid infinite loop
fukachan
2001-10-13
expand_variable_in_buffer can take optional $args
fukachan
2001-10-12
expand_variable_in_buffer: expand $varname to $config->{ varname }
fukachan
2001-10-10
check defined() more
fukachan
2001-10-10
more debug info
fukachan
2001-09-22
if ($ENV{'debug'}) { ... debug ...;}
fukachan
2001-09-13
define FIRSTKEY and NEXTKEY for complete hash emulation
fukachan
2001-08-23
fml special hack to read/write configuration:
fukachan
2001-08-05
template of config.cf modification
fukachan
2001-07-15
define object_id to identify each object since FML::Config is
fukachan
2001-07-15
add comment on _pid
fukachan
2001-07-15
use _pid (s/pid/_pid/) in configuration
fukachan
2001-07-15
enabled read and write back configuration file
fukachan
2001-07-15
prepare "makefml edit $ml_name" command which provides methods to
fukachan
2001-07-14
define _read_file() split from load_file() for further extension
fukachan
2001-05-27
clean up documentation
fukachan
2001-05-18
fix typo
fukachan
2001-05-05
evaluate variable expansion on demand when $config->{} (FETCH()) is
fukachan
2001-04-08
relocate error() et. al. definitions for each module to have each
fukachan
2001-03-20
s/error_reset/error_clear/
fukachan
2001-03-20
rewritten to ErrorMessages::Status module for unification of error
fukachan
2001-02-27
define $available_commands
fukachan
2001-02-25
clean up doc
fukachan
2001-02-25
clean up doc
fukachan
2001-02-24
resolve perl -cw warning
fukachan
2001-02-22
disable strftime() expansion which causes conflictions
fukachan
2001-02-19
import strftime only from POSIX module
fukachan
2001-02-19
define _expand_special_syntax()
fukachan
2001-02-06
fmlconf -n shows variables which differ from the default value.
fukachan
2001-02-06
define %_default_fml_config which has default values.
fukachan
2001-02-05
define $config->{pid} in initialize phase
fukachan
2001-01-30
expand variables in variables when it matches ^[a-z0-9]+[a-z0-9]$
fukachan
2001-01-28
s/incoming_mail/incoming_message/
fukachan
2001-01-26
check defined() before replacing
fukachan
2001-01-24
check the key is defined or not
fukachan
2001-01-24
ticket system be more independent of header_rewrite, and clean up more
fukachan
2001-01-21
share _expand_variables()
fukachan
2001-01-21
import ml_home_dir from fmlwrapper
fukachan
2001-01-21
expand variables after we load all *cf files
fukachan
2001-01-21
nuke \s*$ of value
fukachan
2001-01-20
import loading codes from Standalone.pm
fukachan
2001-01-20
s/logfile/log_file/
fukachan
2001-01-19
check recursive definition or not
fukachan
2001-01-19
Initial revision
fukachan