summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2001-03-20s/Dialect/Language/fukachan
2001-03-20regenfukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20s/error_reset/error_clear/fukachan
change =item to =head2 C<>
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
buffer handling.
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-18fix module name to sync w/ currentfukachan
2001-03-16fmldoc supports perldoc [-vtuml]fukachan
2001-03-16support options of perldoc -vtumlfukachan
2001-03-14generate FML::Command documentsfukachan
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-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-11declare not yet implementedfukachan
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-10add missing descriptionsfukachan
2001-03-10nuke execute_ticket_system() which is not usedfukachan
define regexp_compile() method which wraps _regexp_compile() for modules outside FML::Header::Subject.
2001-03-10clean up and add missing descriptionsfukachan
2001-03-10s/traditional/fml4_compatible/fukachan
add comments on FML::Config and FML::Credential
2001-03-10clean up documentsfukachan
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-10clean up descriptionfukachan
2001-03-09clean up descriptionfukachan
2001-03-09clean up descriptionfukachan
2001-03-09nuke 00_DESIGN.txtfukachan
2001-03-09merge referencesfukachan
2001-03-09merge *.txt to index.ja.html in each directoryfukachan
2001-03-09clean up, remove empty linefukachan