| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-04-01 | FML::{CGI,Process}::Scheduler | fukachan | |
| 2001-03-27 | demonstration to add a little CUI and GUI to the system. "fmlsch" and | fukachan | |
| "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-27 | bug fix. | fukachan | |
| we should not croak() for undefined $ml_name when ml_name is not needed. | |||
| 2001-03-25 | add more on relation among programs and modules | fukachan | |
| 2001-03-25 | move fmldoc to Process::DocView | fukachan | |
| 2001-03-25 | add documents on the relation among programs and modules | fukachan | |
| 2001-03-25 | regen (DocViewer is added) | fukachan | |
| 2001-03-25 | create FML::Process::DocView class for fmldoc program, whereas | fukachan | |
| FML::Process::Configure controls 'fmlconf' and 'makefml' since 'fmlconf' is considered as an alias of makefml showconf. | |||
| 2001-03-25 | rewritten to use the current FML::Command style | fukachan | |
| 2001-03-25 | define and use _fmldoc() for fmldoc program | fukachan | |
| 2001-03-24 | move lock/unlock to FML::Command class | fukachan | |
| 2001-03-24 | modified 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-24 | import program_name from libexec/loader | fukachan | |
| 2001-03-22 | align spaces | fukachan | |
| 2001-03-22 | resolve warning, add more alert for debug | fukachan | |
| 2001-03-22 | define load_module($args, $module) method. | fukachan | |
| load model dependent module. return the object for $module. | |||
| 2001-03-22 | move the main code to FML::Ticket::Model::$model->run_cgi() since each | fukachan | |
| CGI code are dependent on each model. | |||
| 2001-03-21 | clean up. nuke show_summary_in_html() | fukachan | |
| 2001-03-21 | move run() and _load_ticket_model_module() to FML::Process::* | fukachan | |
| 2001-03-21 | fix @ISA | fukachan | |
| call $ticket->mode( mode => text) to ensure text mode. | |||
| 2001-03-20 | modify $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-20 | ml_name is needed for fmlticket.cgi | fukachan | |
| 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 | |
