summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2002-02-27work and bugfix _search_max_id_from_top()reply-message-basetmu
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-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 Reply-To: into our reply messagefukachan
2002-02-20fix command work againfukachan
2002-02-20log $@ if possiblefukachan
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-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-17confirm_keyword -> confirm_command_prefixfukachan
2002-02-17fix argumentfukachan
2002-02-17makefml htmlify elena --srcdir=.. --outdir=...fukachan
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-13rename module: TinyScheduler -> Calender::Litefukachan
2002-02-13Initial revisionfukachan
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-13Each command determines each lock needsfukachan
2002-02-13fix white spacefukachan
2002-02-11objective, deny are implemented.fukachan
2002-02-11memo on how to check data inputfukachan
2002-02-11is_valid_mail_address() is not usedfukachan
2002-02-11move methods on restriction pattern against input data to FML::Restriction.fukachan
FML::Filter::Utils::is_secure_command_string() -> FML::Restriction::Command::is_secure_command_string()
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-04determine the max sequence id by considering last mofieid time amongfukachan
the sequence file and thread databases.
2002-02-04implement db_last_modified()fukachan
It return the last modified time of "date" DB in dateabase as unix time.
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-02-02use FML::Process::Utils::__ml_home_prefix_from_main_cf() to get $ml_home_prefix.fukachan
2002-02-02define access methods: default_domain(), ml_home_prefix() (prototype)fukachan