summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Expand)Author
2002-04-23regenfukachan
2002-04-23add path_ for newaliases, postfix and postaliasfukachan
2002-04-23enable newml, rmml on cgifukachan
2002-04-22sort ml listfukachan
2002-04-22error if the article already existsfukachan
2002-04-22check value of $args->{ use_subdir }fukachan
2002-04-22bug fix subdirs sorting algorithmfukachan
2002-04-21you can specify $ENV{MAX}fukachan
2002-04-21install .htaccess only for the first timefukachan
2002-04-21sort -n subdirs listfukachan
2002-04-21sort years in monthly.indexfukachan
2002-04-20htmlify_dir() accepts options: $has_fork and $max (for debug)fukachan
2002-04-20for () { fork() && call htmlify_file() }fukachan
2002-04-20disable almost all codes imported from fml 4.0 once anywayfukachan
2002-04-20comment out "local($*) = 0;"fukachan
2002-04-20apply perl -cw for /*.pm$/ filesfukachan
2002-04-20remove $optionsfukachan
2002-04-20log raw error messagefukachan
2002-04-20prototype of "makefml htmlify"fukachan
2002-04-20use FML::Command::HTMLify to share htmlify code between fmlhtmlify andfukachan
2002-04-20bug fix subdir checkingfukachan
2002-04-19bug fix: check the source file existence more severelyfukachan
2002-04-19stop $ml_home_dir search when we can get it.fukachan
2002-04-19check argument and show help if invalidfukachan
2002-04-19cosmetics: white spacesfukachan
2002-04-18$use_spool_subdir -> $spool_type (plane or subdir) + $spool_subdir_unitfukachan
2002-04-18eval htmlify_file() to avoid unknown error ;)fukachan
2002-04-18check $args->{ file } more severely in _update_relation()fukachan
2002-04-18eval filteringfukachan
2002-04-16fix conversion algorithmfukachan
2002-04-16fmlspool --srcdir not --dstdirfukachan
2002-04-15prototype module of fmlspool utilityfukachan
2002-04-15implement subdirpath().fukachan
2002-04-15enable fmlspoolfukachan
2002-04-15implement ml_home_dir()fukachan
2002-04-15add a new utility: fmlspool to handle spool directoryfukachan
2002-04-15consider spool/ may has subdir(s)fukachan
2002-04-15BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File); }fukachan
2002-04-15umask and permission control for html archivesfukachan
2002-04-15implement set_umask_as_public(), reset_umask() for umask control.fukachan
2002-04-15regenfukachan
2002-04-14clean upfukachan
2002-04-14define $have_forkfukachan
2002-04-14set $code for Jcode if neededfukachan
2002-04-14validate or warn input into Jcodefukachan
2002-04-14validate $curid ($self->{ _current_id})fukachan
2002-04-14fix $subdir handling on month boundaryfukachan
2002-04-13o reply_message() can handle OBJ(Mail::Message).fukachan
2002-04-13reply_message( OBJ(Mail::Message) ) when the message is rejected byfukachan
2002-04-13implement whole_message_as_string_ref()fukachan