summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-24autoconf-2.54 to refer config.guessautoconf-2-54fukachan
2002-09-24Initial revisionfukachan
2002-09-23bug fix FML::Filter::BodyCheckfukachan
2002-09-23content filterfukachan
2002-09-23should not import STR2EUC from Mail::Message::Encodefukachan
bug fixed to use Mail::Message::Encode->convert()
2002-09-22remove superfluous white spacesfukachan
2002-09-22add section on FNFfukachan
2002-09-21update todofukachan
2002-09-21nuke doc todofukachan
2002-09-15 variablesfukachan
define $directory_{public,private}_mode FML::Process::Utils implement mkdir($dir, [$mode]) File::CacheDir FML::Confirm mkdirhier() -> mkpath() FML::Article FML::Command::HTMLify FML::Command::Admin::{check,newml} FML::Process::{Distribute,Kernel,Scheduler,Spool} switched to use of $curproc->mkdir() if could
2002-09-15nuke fml.*5 or 5->8fukachan
2002-09-15caution on aliases before testfukachan
2002-09-15merge/update documentfukachan
done: o implement mkdir() method o define $default_umask o define time zone
2002-09-15on ml specific extensionfukachan
2002-09-15define chapter.customize.commandfukachan
2002-09-15add &chapter.customize.command;fukachan
2002-09-15more commentsfukachan
2002-09-15switched to use of $curproc->mkdir() if couldfukachan
2002-09-15implement mkdir($dir, [$mode]) where available modes can be defined by ↵fukachan
FML::Config
2002-09-15mkdirhier() -> mkpath()fukachan
2002-09-14regen: define $directory_{public,private}_modefukachan
2002-09-14define $directory_{public,private}_modefukachan
2002-09-14define $default_umask and $timezonefukachan
2002-09-13add use Mail::Message::Encode at sub reject_japanese_command_syntaxtmu
because rejected by filter due to Undefined subroutine &FML::Filter::BodyCheck::STR2EUC called
2002-09-11fml5 -> fml8fukachan
2002-09-11FML::Log:fukachan
not use /dev/stderr INSTALL.sh: not use "id -p" (PR by fml-devel:241)
2002-09-11not use /dev/stderrfukachan
2002-09-09not use "id -p" (PR by fml-devel:241)fukachan
2002-09-09regen: fix typofukachan
2002-09-09fix typofukachan
2002-09-06test of add(key, STR)fukachan
2002-09-06draft-moore-auto-email-response-00.txt as a referencefukachan
2002-09-06compare_euc_string($buf, $pat)fukachan
2002-09-06simple add(KEY, ARRAY_REF) testtohtml-new-index-basefukachan
2002-09-06a few upgrade tipsfukachan
2002-09-06more checks when installation and newmlfukachan
2002-09-06log more error messagesfukachan
2002-09-06clean up for eyesfukachan
2002-09-02s/article_header/article_message_header/fukachan
s/article_body/article_message_body/
2002-08-28add a cheap diag: check the existence of $owner and $groupfukachan
2002-08-28validate $ml_home_prefix before mainfukachan
2002-08-28add a hook to reject non text/plain message.fukachan
2002-08-28catch up currentfukachan
2002-08-28 FML/Process/Kernelfukachan
proper handling of "$program /var/spool/ml/elena" case /^-/ string as a $ml_name and set $ml_domain to the default domain. IO::Adapter::File ensure rollback in calling get_value_*() FML::Error::Analyze error_continuity::in summation, bad if $v >= 2 FML::Credential is_same_address() validate input data more
2002-08-28proper handling of "$program /var/spool/ml/elena" casefukachan
2002-08-26bug fix my ml_name (+ ml_domain) detection code:fukachan
[back ground detail] "fmlconf -n elena@fml.org" works but "fmlconf -n elena" not works since we ignore the latter case. Regaredless of poorman's strategy but we pick up the first non /^-/ string as a $ml_name and set $ml_domain to the default domain.
2002-08-26is_same_address() validate input data morefukachan
2002-08-26error_continuity: in summation, bad if $v >= 2fukachan
2002-08-26update comments. add hook sectionfukachan
2002-08-26more comments on key=value and hooksfukachan