summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2008-09-15install/deinstall all CGI scripts for the specified domain.fukachan
2008-09-12delete cgi scripts and listinfo in runnign rmml.fukachan
2008-09-12clean up.fukachan
warn() -> ui_message() + logwarn(). change variable names to be more proper. fix comments.
2008-09-09show menu for an anonymous user by callingfukachan
FML::CGI::User->anonymous_cgi_menu();
2008-08-24fix copyrightfukachan
2008-08-24allow sub-command "outline" load.fukachan
2006-12-03fix comments.fukachan
ensure initial value.
2006-12-03fix comments.fukachan
ensure initial value. add assert. show more error messages.
2006-10-28fix copyrightfukachan
2006-10-22fix comments.fukachan
permit case insensitive commands. more error messages. validate temorary message file more.
2006-10-22fix comments.fukachan
define the default message.
2006-10-22fix comments.fukachan
use more proper variable names.
2006-10-22fix comments.fukachan
move definitions to near the codes. use more proper variable names.
2006-10-22clean up. fix comments.fukachan
2006-10-08white space cosmeticsfukachan
2006-10-08bug fix comments.fukachan
2006-10-07fix comments.fukachan
space cosmetics.
2006-07-30fix commentsfukachan
2006-07-30fix comments.fukachan
aggregate PATH operations into within one block.
2006-07-09white space cosmeticsfukachan
2006-07-03fix copyrightfukachan
2006-06-25validate if find_first_plaintext_message() returns object.fukachan
2006-05-17fix comment (FNF)fukachan
2006-05-16check the number of users in {member,recipient}_maps exceeds the limit.fukachan
2006-05-09restructure qmail-ext command emulation.fukachan
currently libexec/error traps the request and switch the context to command process. FML::Process::QMail no more used. FML::Command::QmailExt provides qmail-ext emulation functions.
2006-05-04fix typo: $use_admin_command_mail_fucntionfukachan
2006-05-04bug fix: pass recipient information to reply_message_nl().fukachan
2006-05-04move "send welcome message" code to FML::Command::Admin::subscribe class.fukachan
2006-05-04send back welcome file in subscription when running under CGI/MTA process.fukachan
2006-05-02modified to use $confirm_command_expire_limit which value is convertedfukachan
to the integer by as_second() method of FML::Config.
2006-04-16clean up variable name style.fukachan
2006-03-06define $use_admin_command_mail_fucntion ("no" by default).fukachan
2006-03-05fix copyrightfukachan
2006-03-05duplicate FML::Context::Command object by object dup method not by myself.fukachan
2006-03-05changed to command_context object based.fukachan
2006-03-04$command_args -> $command_context (OBJ), method stylefukachan
2006-03-04command context information switched to use of FML::Context::Command object.fukachan
2006-02-22option -O date=PATTERN simulates "grep for the log file".fukachan
especially, "-O date=yesterday" shows yesterday's log.
2006-02-15fix method name: remove -> deletefukachan
2006-02-04fix copyrightfukachan
2006-02-04add basic CREATE-ON-POST support.fukachan
2006-02-04use $command_args->{ ml_name } and $command_args->{ ml_domain };fukachan
not udpate alias relates information if update-alias = no specified.
2006-02-04use $command_args->{ ml_name } and $command_args->{ ml_domain };fukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2006-01-08fix copyrightfukachan
2006-01-07Accoding to ${command}_command_operation_mode, it works differently.fukachan
1. XXX_command_operation_mode == automatic, fml8 do subscription et.al. automatically. 2. XXX_command_operation_mode == manual, notify "the request is confirmed" to $maintainer, who do actual subscription et.al.
2006-01-07move location of reseting compare_level.fukachan
rewritten to call FML::Command::Message->send_notification() not direct reply_message() calls in Command::User:: class. send_notification() works differently according to the value of $XXX_command_auth_type variable.
2005-12-18fix copyrightfukachan
2005-12-18support fundamental functions:fukachan
o extract queue_id from confirmaion database. o distribute article.
2005-12-18pass _confirm_id information to called process.fukachan
support "moderate" command.