| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-03-05 | check $hook is defined or not. | fukachan | |
| 2002-02-24 | set(key, value) and update() informs FML::Config to expand variables. | fukachan | |
| 2002-02-17 | fix return value by FETCH() to be without \s*$ | fukachan | |
| 2002-02-17 | fix variable name creation (cvs broke it ?) | fukachan | |
| 2002-02-17 | remove \s*$ | fukachan | |
| 2002-02-17 | implement hook extension. For example, | fukachan | |
| $config->is_hook_defined( 'START_HOOK' ); $config->get_hook( 'START_HOOK' ); | |||
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-30 | fix copyright | fukachan | |
| 2002-01-13 | remove \s*$ | fukachan | |
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-10-27 | new section "Data IN/OUT among modules" but ... ??? | fukachan | |
| 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 | |
| buf fix $mode scope | |||
| 2001-09-13 | define FIRSTKEY and NEXTKEY for complete hash emulation | fukachan | |
| 2001-08-23 | fml special hack to read/write configuration: | fukachan | |
| If key = "value1 value2 value3" and key -= value2 is given (mode = '-'), key becomes "value1 value3". If "key += value4, key becomes "value1 value2 value3 value4". | |||
| 2001-08-05 | template of config.cf modification | fukachan | |
| 2001-07-15 | define object_id to identify each object since FML::Config is | fukachan | |
| implemented as a link to global hash. back up config.cf | |||
| 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 | |
| read/write configuration file keeping the comment. We can read one configuration file and holds the information in the object. This is a prototype. We need to implement methods to write and edit them. | |||
| 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 | |
| bug fix dump_variables: show %_fml_config_result not %_fml_config | |||
| 2001-05-05 | evaluate variable expansion on demand when $config->{} (FETCH()) is | fukachan | |
| called. nuke _expand_special_syntax() reorder methods and add documents on them. | |||
| 2001-04-08 | relocate error() et. al. definitions for each module to have each | fukachan | |
| handlers within under the hierarchy. | |||
| 2001-03-20 | s/error_reset/error_clear/ | fukachan | |
| change =item to =head2 C<> | |||
| 2001-03-20 | rewritten to ErrorMessages::Status module for unification of error | fukachan | |
| buffer handling. | |||
| 2001-02-27 | define $available_commands | fukachan | |
| $config->has_attribute(variable, attribute) | |||
| 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 | |
| we can now expand %\w syntax by POSIX::strftime() XXX so, you should not use % syntax in variable name and value XXX it is interpreted as a special meainig. | |||
| 2001-02-06 | fmlconf -n shows variables which differ from the default value. | fukachan | |
| fmlconf shows all variables | |||
| 2001-02-06 | define %_default_fml_config which has default values. | fukachan | |
| print key = value if the value differs from the default one. clean up dump_variables() which is used by libexec/fmlconf. | |||
| 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 | |
