summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2002-03-17nuke superflous \s*$fukachan
2002-03-17implemneted chaddr command.fukachan
2002-03-17enable chaddr commandfukachan
2002-03-17implement chaddr, admin chaddr, makefml chaddrdfukachan
2002-03-17change $command_args argument:fukachan
$command_args->{ adddress } => $command_args->{ command_data }
2002-03-17works again!fukachan
if either old or new addresses in chaddr arguments is an ML member, try to confirm this request irrespective of "From:" address.
2002-03-17reply_message: append \n to message if \n$ is missingfukachan
2002-03-17reconstruct message queue subsystem internal.fukachan
we can handle output styles for message queue input properly now.
2002-03-16reply_message_nl(): fix reply_message() argsfukachan
2002-03-16new message queue handling. sync with reply-message branchfukachan
2002-03-07add menu.cgi using FML::CGI::Admin::Menufukachan
2002-03-07define $available_commands_for_admin_cgifukachan
2002-03-06makefml --force $command $ml ...fukachan
2002-03-06define $newml_command_template_filesfukachan
2002-03-06implement get_as_array_ref()fukachan
2002-03-06define directory for cgi and HTML article archivefukachan
2002-03-05check $hook is defined or not.fukachan
2002-03-05add $ml_domain within $html_archive_dir.fukachan
= $fml_owner_home_dir/public_html/mlarchive/$ml_domain/$ml_name
2002-03-05modify comments: #<ALIASES> .. #</ALIASED>fukachan
2002-02-27work and bugfix _search_max_id_from_top()reply-message-basetmu
2002-02-26alias installationfukachan
2002-02-24install aliases when makefml newml runs.fukachan
2002-02-24set(key, value) and update() informs FML::Config to expand variables.fukachan
2002-02-24replace $fml_owner and $ml_home_dir.fukachan
2002-02-24define fml_owner(), fml_group() and mail_aliases().fukachan
2002-02-24define syscon_dir, mailconf_dir and mail_aliases_filefukachan
$sysconf_dir = $ml_home_prefix/etc $mailconf_dir = $sysconf_dir/mail $mail_aliases_file = $mailconf_dir/aliases
2002-02-24define $fml_owner and $fml_groupfukachan
2002-02-24add alias templatefukachan
2002-02-23update todofukachan
2002-02-23validate if the requested admin command is permited or not.fukachan
define $available_commands_for_privileged_user rename $available_commands -> $available_commands_for_user
2002-02-23fix filename= in mime headerfukachan
2002-02-23cosmeticsfukachan
2002-02-20add prototype anywayfukachan
2002-02-20add Reply-To: into our reply messagefukachan
2002-02-20fix command work againfukachan
2002-02-20log $@ if possiblefukachan
2002-02-20update $available_commands_for_stranger and $available_commandsfukachan
fix path: $message_template_dir -> $ml_home_dir o $guide_file o $help_file o $objective_file o $summary_file
2002-02-20add function _search_max_id_from_top()tmu
2002-02-19remove require_lock()fukachan
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-18"permit_anyone" can be used in {post,command}_restrictions.fukachan
2002-02-18fix dependence:fukachan
default_config.cf.ja.in: src/config.cf.ja/*.cf
2002-02-17make "admin" command work.fukachan
fix "confirm" to re-work.
2002-02-17fix file name in searching message templatefukachan
2002-02-17bug fix definitions on hooksfukachan
2002-02-17change use() and new().fukachan
not use ErrorStatus. check $command_args->{ override_need_no_lock } to control lock.
2002-02-17fix return value by FETCH() to be without \s*$fukachan
2002-02-17remove ErrorStatus, FML::Command::Utils;fukachan
define new() call User::Command::XXX without lock since already locked now.
2002-02-17fix variable name creation (cvs broke it ?)fukachan