summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2001-04-01FML::{CGI,Process}::Schedulerfukachan
2001-03-27demonstration to add a little CUI and GUI to the system. "fmlsch" andfukachan
"fmlsch.cgi" is a tiny scheduler using HTML::CalenderMonthSimple and w3m:) I log how to make them as a document, which is the purpose of this hack.
2001-03-27bug fix.fukachan
we should not croak() for undefined $ml_name when ml_name is not needed.
2001-03-25add more on relation among programs and modulesfukachan
2001-03-25move fmldoc to Process::DocViewfukachan
2001-03-25add documents on the relation among programs and modulesfukachan
2001-03-25regen (DocViewer is added)fukachan
2001-03-25create FML::Process::DocView class for fmldoc program, whereasfukachan
FML::Process::Configure controls 'fmlconf' and 'makefml' since 'fmlconf' is considered as an alias of makefml showconf.
2001-03-25rewritten to use the current FML::Command stylefukachan
2001-03-25define and use _fmldoc() for fmldoc programfukachan
2001-03-24move lock/unlock to FML::Command classfukachan
2001-03-24modified to make makefml.cgi work.fukachan
XXX we should pass arguments in $args hash not @argv itself useful for XXX several programs with difference IO interface.
2001-03-24import program_name from libexec/loaderfukachan
2001-03-22align spacesfukachan
2001-03-22resolve warning, add more alert for debugfukachan
2001-03-22define load_module($args, $module) method.fukachan
load model dependent module. return the object for $module.
2001-03-22move the main code to FML::Ticket::Model::$model->run_cgi() since eachfukachan
CGI code are dependent on each model.
2001-03-21clean up. nuke show_summary_in_html()fukachan
2001-03-21move run() and _load_ticket_model_module() to FML::Process::*fukachan
2001-03-21fix @ISAfukachan
call $ticket->mode( mode => text) to ensure text mode.
2001-03-20modify $args passed from libexec/loader by analyzing CGI->param().fukachan
XXX we should remove this in the future. XXX the code should be in libexec/loader ?
2001-03-20ml_name is needed for fmlticket.cgifukachan
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