summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-20clean up documentfukachan
2001-03-20update $args descriptionfukachan
2001-03-20accpet arbitrary ticket model namefukachan
2001-03-20check more $home_dir or $ml_name is specified if we need_ml_name().fukachan
2001-03-16fmldoc supports perldoc [-vtuml]fukachan
2001-03-16support options of perldoc -vtumlfukachan
2001-03-14FML::Command is a dispatcher table. It used AUTOLOAD() to forward thefukachan
request to each FML::Command::$command module.
2001-03-14pass $main_cf object to the real fml processfukachan
2001-03-14$curproc->{ main_cf } holds the pointer to /etc/fml/main.cffukachan
2001-03-14s/croak/warn/fukachan
2001-03-14change argument of FML::Command method call. now it accpeptsfukachan
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-14makefml uses dynamic method bindingfukachan
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-14a little more polite debug messagefukachan
2001-03-11fix some space paddingfukachan
2001-03-11clean up the argument parser to handle makefml in the special wayfukachan
2001-03-11make makefml workfukachan
2001-03-11cleanupfukachan
2001-03-11declare not yet implementedfukachan
2001-03-11full documentation (alpha)fukachan
2001-03-10clean up documentfukachan
2001-03-10bug fix $ml_home_dir check algorithmfukachan
2001-03-10clean up documents and codesfukachan
modify Bootstrap2() to use _parse_argv() check $ml_home_dir existence in bootstrap modify debug codes to load Data::Dumper dinamically
2001-03-10nuke FML::Debugfukachan
2001-03-09clean up descriptionfukachan
2001-03-09clean up, remove empty linefukachan
2001-03-09nuke FML::Debug and Data::Dumper to avoid loading Data::Dumperfukachan
2001-03-09clean up documentsfukachan
2001-03-04change table generatorfukachan
s/doc/manual/ add [Japanese memo] entry which is linked to $module_name.ja.txt if available
2001-03-03nuke debugfukachan
2001-02-28update documentsfukachan
2001-02-28add & enable fmlticket.cgifukachan
Process::CGI is the base class for several CGI scripts details are in FML::CGI:: classes.
2001-02-28prototype of dynamic loading FML::Command::$commandfukachan
2001-02-27define $available_commandsfukachan
$config->has_attribute(variable, attribute)
2001-02-25clean up docfukachan
2001-02-24resolve perl -cw warningfukachan
2001-02-24prepare @@doc/ for text documentsfukachan
2001-02-24use @module.txt as a text version file name for module.pm,fukachan
which is generated by pod2text
2001-02-24regen documents by new dir2url.plfukachan
2001-02-20regen *htmlfukachan
2001-02-20move FML::SequenceFile and Utils to File::fukachan
add File::Errors also to avoid errors
2001-02-20rename FML::Lock to File::SimpleLockfukachan
2001-02-19add prototype of mail loop checks e.g. message-id, X-ML-Info duplicationfukachan
2001-02-19we use dynamic binding to $header object for simple codingfukachan
if ($header->can($rule)) { $header->$rule($config, { ... }); }
2001-02-19align the format in HISTORY sectionfukachan
2001-02-18modify $ml_home_dir empty checkfukachan
2001-02-18check ticket object creation successes or notfukachan
2001-02-18clean up FML::__template ... in documentsfukachan
2001-02-18write my name in copyright paragraph :)fukachan
2001-02-18fix how to work when $argv[0] is not specifiedfukachan