summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17improve "admin" command and hooksfukachan
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-17remove todo:fukachan
o FML/Restriction/00_CHECK_INPUT.txt o access methods for main_cf o find() in IO::Adapter o rename *Scheduler o FML/Command/SendFile.pm o FML::MIME o access methods in FML::Command::*::* o makefml htmlify --srcidr --outdir=
2002-02-17add HTML-Template-2.5fukachan
2002-02-17Initial revisionfukachan
2002-02-17fix argumentfukachan
2002-02-17restriction overviewfukachan
2002-02-17makefml htmlify elena --srcdir=.. --outdir=...fukachan
2002-02-17add a hook examplefukachan
2002-02-17update rfc(s) and the relations:fukachan
rfc3234.txt rfc2874.txt rfc1886.txt rfc3152.txt rfc3207.txt rfc2772.txt rfc2766.txt rfc2553.txt rfc2133.txt rfc2546.txt
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-16catch up latest 2002/02/16fukachan
2002-02-16fixed to use entity name: fml[45] -> &fml..&fukachan
2002-02-13define access method need_lock() for command modules.fukachan
rename module::TinyScheduler -> Calender::Lite clean up FML::Command::SendFile
2002-02-13add policy(?)fukachan
2002-02-13harmful trick in htmlfukachan
2002-02-13a little modified unusual patternfukachan
2002-02-13rename module: TinyScheduler -> Calender::Litefukachan
2002-02-13Initial revisionfukachan
2002-02-13read test of virtual_maps (only file: now)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-13Each command determines each lock needsfukachan
2002-02-13fix white spacefukachan
2002-02-11o create FML::Restriction::Command classfukachan
o change help, guide, deny, objective (user) command to use message/$lang/$category/$key not template/ ... o bug fix ThreadTarck o $ml_home_prefix -> $default_ml_home_prefix o handle virtual domains in newml o implemente access methods: default_domain(), ml_home_prefix() o use File::spec
2002-02-11objective, deny are implemented.fukachan
2002-02-11o FML/Restriction/00_CHECK_INPUT.txtfukachan
o how to deal virtual domains in running "makefml newml".
2002-02-11memo on how to check data inputfukachan
2002-02-11use only message/$lang/$category/$key ... not template/fukachan
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()