| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-20 | define Log(), LogWarn() and LogError(). | fukachan | |
| $args accpets $priority. | |||
| 2001-03-20 | change default ticket model name. s/toymodel/minimal_by_db/ | 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-19 | clean up document | fukachan | |
| 2001-03-19 | change $map_params structure | fukachan | |
| 2001-03-18 | IO::Adapter::DBI -< IO::Adapter::MySQL | fukachan | |
| SQL::Schema::toymodel holds model specific functions and nuke $args->{query} parameters. | |||
| 2001-03-18 | clean up variable names | fukachan | |
| re-order function() locations | |||
| 2001-03-18 | fix close() bug | fukachan | |
| define add( $addr ) and delete( $addr ) method | |||
| 2001-03-18 | mysql map can work. | fukachan | |
| IO::MapAdapter->new() accpets two parameters, $map and the parameters $map_params. my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params); where $map_params = { config => {}, query => {} }; | |||
| 2001-03-18 | fix module name to sync w/ current | fukachan | |
| 2001-03-18 | nuke defined() to avoid perl warning | fukachan | |
| 2001-03-18 | generate documents on SQL:: | fukachan | |
| 2001-03-18 | fix dependences for lost IO::Adapter::MySQL | fukachan | |
| 2001-03-18 | remove document et. al. | fukachan | |
| 2001-03-18 | modify MySQL adapter interface | fukachan | |
| move model specific part to SQL::Schema class remove IO::Adapter::MySQL class | |||
| 2001-03-18 | Initial revision | fukachan | |
| 2001-03-16 | clean up | fukachan | |
| import args of new() | |||
| 2001-03-16 | fmldoc supports perldoc [-vtuml] | fukachan | |
| 2001-03-16 | support options of perldoc -vtuml | fukachan | |
| 2001-03-15 | fix document generation for IO::Adapter::MySQL | fukachan | |
| 2001-03-15 | implemente primitive getline() call to MySQL and the cheker of it. | fukachan | |
| fix the name to toymode.pm not .pl TODO is things not yet imported from fml 4.0. | |||
| 2001-03-14 | fix tr() to make chars upper case | fukachan | |
| 2001-03-14 | generate FML::Command documents | fukachan | |
| 2001-03-14 | nuke .pm in NAME | 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 | nuke "delete" command which is ambiguous in identify that it is to | fukachan | |
| remove a member or a file. rewrite resign.pm is an adapter for unsubscribe.pm | |||
| 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 | split FML::MemberControl to FML::Command/$method.pm for each $method | fukachan | |
| 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-14 | run "make html" in each directory | fukachan | |
| generate index.ja.html after it | |||
| 2001-03-13 | fix dependence, fix typo | fukachan | |
| 2001-03-13 | clean up documents | fukachan | |
| 2001-03-13 | prototype of mysql | fukachan | |
| 2001-03-13 | Initial revision | 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 | rewrite close($fh) to $fh->close(). | fukachan | |
| resolve ambiguous close() call. | |||
| 2001-03-11 | replace() method and the checker | fukachan | |
| 2001-03-11 | update documents on add() and delete() | fukachan | |
| 2001-03-11 | implement delete(regexp) | fukachan | |
| delete lines which matches $regexp from the specified map | |||
| 2001-03-11 | fix @ISA handling | fukachan | |
| fix typo | |||
