summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
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
2002-02-17make "admin" works though without authentication:) yet.fukachan
2002-02-17enable to workfukachan
2002-02-17add admin to $avaialble_commandsfukachan
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
define privileged_command_prefix
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
2002-02-17fix argumentfukachan
2002-02-17restriction overviewfukachan
2002-02-17makefml htmlify elena --srcdir=.. --outdir=...fukachan
2002-02-17obsoletefukachan
2002-02-17Initial revisionfukachan
2002-02-17remove \s*$fukachan
2002-02-17implement several hooksfukachan
2002-02-17implement hook extension. For example,fukachan
$config->is_hook_defined( 'START_HOOK' ); $config->get_hook( 'START_HOOK' );
2002-02-16add chapter on hookfukachan
2002-02-16fixed to use entity name: fml[45] -> &fml..&fukachan
2002-02-13add policy(?)fukachan
2002-02-13rename module: TinyScheduler -> Calender::Litefukachan
2002-02-13Initial revisionfukachan
2002-02-13remove import of ErrorStatusfukachan