summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-20define Log(), LogWarn() and LogError().fukachan
$args accpets $priority.
2001-03-20change default ticket model name. s/toymodel/minimal_by_db/fukachan
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-19clean up documentfukachan
2001-03-19change $map_params structurefukachan
2001-03-18IO::Adapter::DBI -< IO::Adapter::MySQLfukachan
SQL::Schema::toymodel holds model specific functions and nuke $args->{query} parameters.
2001-03-18clean up variable namesfukachan
re-order function() locations
2001-03-18fix close() bugfukachan
define add( $addr ) and delete( $addr ) method
2001-03-18mysql 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-18fix module name to sync w/ currentfukachan
2001-03-18nuke defined() to avoid perl warningfukachan
2001-03-18generate documents on SQL::fukachan
2001-03-18fix dependences for lost IO::Adapter::MySQLfukachan
2001-03-18remove document et. al.fukachan
2001-03-18modify MySQL adapter interfacefukachan
move model specific part to SQL::Schema class remove IO::Adapter::MySQL class
2001-03-18Initial revisionfukachan
2001-03-16clean upfukachan
import args of new()
2001-03-16fmldoc supports perldoc [-vtuml]fukachan
2001-03-16support options of perldoc -vtumlfukachan
2001-03-15fix document generation for IO::Adapter::MySQLfukachan
2001-03-15implemente 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-14fix tr() to make chars upper casefukachan
2001-03-14generate FML::Command documentsfukachan
2001-03-14nuke .pm in NAMEfukachan
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-14nuke "delete" command which is ambiguous in identify that it is tofukachan
remove a member or a file. rewrite resign.pm is an adapter for unsubscribe.pm
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-14split FML::MemberControl to FML::Command/$method.pm for each $methodfukachan
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-14run "make html" in each directoryfukachan
generate index.ja.html after it
2001-03-13fix dependence, fix typofukachan
2001-03-13clean up documentsfukachan
2001-03-13prototype of mysqlfukachan
2001-03-13Initial revisionfukachan
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-11rewrite close($fh) to $fh->close().fukachan
resolve ambiguous close() call.
2001-03-11replace() method and the checkerfukachan
2001-03-11update documents on add() and delete()fukachan
2001-03-11implement delete(regexp)fukachan
delete lines which matches $regexp from the specified map
2001-03-11fix @ISA handlingfukachan
fix typo