summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Config.pm
AgeCommit message (Expand)Author
2001-10-13avoid infinite loopfukachan
2001-10-13expand_variable_in_buffer can take optional $argsfukachan
2001-10-12expand_variable_in_buffer: expand $varname to $config->{ varname }fukachan
2001-10-10check defined() morefukachan
2001-10-10more debug infofukachan
2001-09-22if ($ENV{'debug'}) { ... debug ...;}fukachan
2001-09-13define FIRSTKEY and NEXTKEY for complete hash emulationfukachan
2001-08-23fml special hack to read/write configuration:fukachan
2001-08-05template of config.cf modificationfukachan
2001-07-15define object_id to identify each object since FML::Config isfukachan
2001-07-15add comment on _pidfukachan
2001-07-15use _pid (s/pid/_pid/) in configurationfukachan
2001-07-15enabled read and write back configuration filefukachan
2001-07-15prepare "makefml edit $ml_name" command which provides methods tofukachan
2001-07-14define _read_file() split from load_file() for further extensionfukachan
2001-05-27clean up documentationfukachan
2001-05-18fix typofukachan
2001-05-05evaluate variable expansion on demand when $config->{} (FETCH()) isfukachan
2001-04-08relocate error() et. al. definitions for each module to have eachfukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
2001-02-27define $available_commandsfukachan
2001-02-25clean up docfukachan
2001-02-25clean up docfukachan
2001-02-24resolve perl -cw warningfukachan
2001-02-22disable strftime() expansion which causes conflictionsfukachan
2001-02-19import strftime only from POSIX modulefukachan
2001-02-19define _expand_special_syntax()fukachan
2001-02-06fmlconf -n shows variables which differ from the default value.fukachan
2001-02-06define %_default_fml_config which has default values.fukachan
2001-02-05define $config->{pid} in initialize phasefukachan
2001-01-30expand variables in variables when it matches ^[a-z0-9]+[a-z0-9]$fukachan
2001-01-28s/incoming_mail/incoming_message/fukachan
2001-01-26check defined() before replacingfukachan
2001-01-24check the key is defined or notfukachan
2001-01-24ticket system be more independent of header_rewrite, and clean up morefukachan
2001-01-21share _expand_variables()fukachan
2001-01-21import ml_home_dir from fmlwrapperfukachan
2001-01-21expand variables after we load all *cf filesfukachan
2001-01-21nuke \s*$ of valuefukachan
2001-01-20import loading codes from Standalone.pmfukachan
2001-01-20s/logfile/log_file/fukachan
2001-01-19check recursive definition or notfukachan
2001-01-19Initial revisionfukachan