summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2002-02-24install aliases when makefml newml runs.fukachan
2002-02-23update todofukachan
2002-02-23fix filename= in mime headerfukachan
2002-02-23cosmeticsfukachan
2002-02-20fix command work againfukachan
2002-02-18we should not inherit anything as could as possible.fukachan
remove FML::Command::Utils and ErroStatus
2002-02-18we should not inherit anything as could as possible.fukachan
remove FML::Command::Utils and ErroStatus
2002-02-17remove ErrorStatus, FML::Command::Utils;fukachan
define new() call User::Command::XXX without lock since already locked now.
2002-02-17enable to workfukachan
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
2002-02-17makefml htmlify elena --srcdir=.. --outdir=...fukachan
2002-02-17remove \s*$fukachan
2002-02-13remove import of ErrorStatusfukachan
2002-02-13define access method need_lock().fukachan
each command module determins whether it needs lock or not.
2002-02-13fix white spacefukachan
2002-02-11objective, deny are implemented.fukachan
2002-02-11send back file file in $ml_home_dir if found.fukachan
return the default message if not found. "guide", "help", "objective" commands use this logic.
2002-02-11send help in $DIR for backward compatibility if it is found.fukachan
if not, send the defaulte message.
2002-02-03we should not use $curproc->{ main_cf } directrly in modules out of ↵fukachan
FML::Process:: we implement the following methods in FML::Process::Utils and use them. o $curproc->executable_prefix() o $curproc->template_files_dir_for_newml()
2002-02-03ml_home_prefix() can recognize virtual domain.fukachan
modified to use it.
2002-01-30use File::Specfukachan
2002-01-27"makefml newml" virtual domain support. For exmaple,fukachan
makefml newml elena@nuinui.net The ml_home_dir is speculated from $virtual_maps in main.cf.
2002-01-27clarify function arguments morefukachan
2002-01-27clarify function acl, arguments morefukachan
2002-01-20fixed to call up error to FML::Process::Command layerfukachan
2001-12-23remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-23update documents, commentsfukachan
2001-12-23update doc,comment. for (@files) ...fukachan
2001-12-22update documents, commentsfukachan
2001-12-22update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-12-11ensure installed file mode to be 0644fukachan
2001-12-09define $executable_prefix (/usr/local/libexec/fml by default) forfukachan
convenience. FML::Config::Convert can replace $libexec_dir $ml_home_prefix $executable_prefix variables. "makefml newml" installs include and include-ctl w/ variable replacement.
2001-12-09installing with replacing __varname__ keyword in config.cffukachan
We use FML::Config::Convert module for it.
2001-10-22makefml htmlifythreadtrack-pm-basefukachan
2001-10-22accept command line option: srcdir=$srcdirfukachan
2001-10-21makefml htmlify $ml outdir=$htmlified_artilces_dirfukachan
2001-10-17summarize todofukachan
2001-10-17alias of guide commandfukachan
2001-10-17fix typofukachan
2001-10-17FML/Command/ACL.pm -> FML/Command/Attribute.pmfukachan
modified FML::Command uses get_attribute() in FML::Command::Attribute
2001-10-17support MH style arg: first, last, cur, first:\d+ and last:\d+fukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-14prototype to use FML::Command::SendFilefukachan
$optargs -> $command_args
2001-10-14$optargs -> $command_argsfukachan
2001-10-13fix duplicatoin for $charsetfukachan
2001-10-13implement guide and summary commandsfukachan
2001-10-13FML::Command::SendFile based. This module provides basic file sending functionsfukachan