| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-20 | clean up document | fukachan | |
| 2001-03-20 | update $args description | fukachan | |
| 2001-03-20 | accpet arbitrary ticket model name | fukachan | |
| 2001-03-20 | check more $home_dir or $ml_name is specified if we need_ml_name(). | fukachan | |
| 2001-03-16 | fmldoc supports perldoc [-vtuml] | fukachan | |
| 2001-03-16 | support options of perldoc -vtuml | fukachan | |
| 2001-03-14 | FML::Command is a dispatcher table. It used AUTOLOAD() to forward the | fukachan | |
| request to each FML::Command::$command module. | |||
| 2001-03-14 | pass $main_cf object to the real fml process | fukachan | |
| 2001-03-14 | $curproc->{ main_cf } holds the pointer to /etc/fml/main.cf | fukachan | |
| 2001-03-14 | s/croak/warn/ | fukachan | |
| 2001-03-14 | change argument of FML::Command method call. now it accpepts | fukachan | |
| method($self, $curproc, $args) where $args is prepared at FML::Process::Configure(). move the main code to subscribe.pm and unsubscribe.pm and change add.pm and bye.pm as an adapter for them. | |||
| 2001-03-14 | makefml uses dynamic method binding | fukachan | |
| when "makefml $method $ml_name" is given, we call it as follows: use FML::Command::$method; $obj = new FML::Command::$method; $obj->$method($curproc); | |||
| 2001-03-14 | a little more polite debug message | fukachan | |
| 2001-03-11 | fix some space padding | fukachan | |
| 2001-03-11 | clean up the argument parser to handle makefml in the special way | fukachan | |
| 2001-03-11 | make makefml work | fukachan | |
| 2001-03-11 | cleanup | fukachan | |
| 2001-03-11 | declare not yet implemented | fukachan | |
| 2001-03-11 | full documentation (alpha) | fukachan | |
| 2001-03-10 | clean up document | fukachan | |
| 2001-03-10 | bug fix $ml_home_dir check algorithm | fukachan | |
| 2001-03-10 | clean up documents and codes | fukachan | |
| modify Bootstrap2() to use _parse_argv() check $ml_home_dir existence in bootstrap modify debug codes to load Data::Dumper dinamically | |||
| 2001-03-10 | nuke FML::Debug | fukachan | |
| 2001-03-09 | clean up description | fukachan | |
| 2001-03-09 | clean up, remove empty line | fukachan | |
| 2001-03-09 | nuke FML::Debug and Data::Dumper to avoid loading Data::Dumper | fukachan | |
| 2001-03-09 | clean up documents | fukachan | |
| 2001-03-04 | change table generator | fukachan | |
| s/doc/manual/ add [Japanese memo] entry which is linked to $module_name.ja.txt if available | |||
| 2001-03-03 | nuke debug | fukachan | |
| 2001-02-28 | update documents | fukachan | |
| 2001-02-28 | add & enable fmlticket.cgi | fukachan | |
| Process::CGI is the base class for several CGI scripts details are in FML::CGI:: classes. | |||
| 2001-02-28 | prototype of dynamic loading FML::Command::$command | fukachan | |
| 2001-02-27 | define $available_commands | fukachan | |
| $config->has_attribute(variable, attribute) | |||
| 2001-02-25 | clean up doc | fukachan | |
| 2001-02-24 | resolve perl -cw warning | fukachan | |
| 2001-02-24 | prepare @@doc/ for text documents | fukachan | |
| 2001-02-24 | use @module.txt as a text version file name for module.pm, | fukachan | |
| which is generated by pod2text | |||
| 2001-02-24 | regen documents by new dir2url.pl | fukachan | |
| 2001-02-20 | regen *html | fukachan | |
| 2001-02-20 | move FML::SequenceFile and Utils to File:: | fukachan | |
| add File::Errors also to avoid errors | |||
| 2001-02-20 | rename FML::Lock to File::SimpleLock | fukachan | |
| 2001-02-19 | add prototype of mail loop checks e.g. message-id, X-ML-Info duplication | fukachan | |
| 2001-02-19 | we use dynamic binding to $header object for simple coding | fukachan | |
| if ($header->can($rule)) { $header->$rule($config, { ... }); } | |||
| 2001-02-19 | align the format in HISTORY section | fukachan | |
| 2001-02-18 | modify $ml_home_dir empty check | fukachan | |
| 2001-02-18 | check ticket object creation successes or not | fukachan | |
| 2001-02-18 | clean up FML::__template ... in documents | fukachan | |
| 2001-02-18 | write my name in copyright paragraph :) | fukachan | |
| 2001-02-18 | fix how to work when $argv[0] is not specified | fukachan | |
