summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Switch.pm
AgeCommit message (Collapse)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30use File::Spec.fukachan
2001-12-23update documents, commentsfukachan
2001-12-22not load $main_cf->{ default_paths_cf }fukachan
2001-12-22remove \s*$fukachan
2001-11-27modified not to use Standalone.pmfukachan
loader has Standalone by itself now.
2001-11-25enable distribute and commandfukachan
2001-11-25check whether getopt() options are given or not.fukachan
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25enable --help for all command line programsfukachan
2001-11-25xxx.cgi SHOULD NOT ACCPET the same options as command line program xxxfukachan
does.
2001-11-22fmlsch -h to show helpfukachan
2001-11-18speculate program paths by configure (autoconf)fukachan
2001-11-17change default target to _topfukachan
use $msg_base_url to show link to article
2001-11-12default_config -> default_config_cffukachan
2001-11-12fix to introduce $config_dir (etc/fml) from main.cffukachan
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
threadview is view only and cannot change status.
2001-11-10bug fix: format $reasonfukachan
2001-11-09more debug infofukachan
2001-11-09least error infomation by default OR raw $@ if debugfukachan
2001-11-08modify error messagefukachan
2001-11-07enable fmlthread options:fukachan
--article_id_max=\d+ to override /var/spool/ml/$ml/seq --reverse to reverse time order in showing "review"
2001-11-07we should use long line options since we support it :)fukachan
o define --spool_dir for fmlthread. for example: % fmlthread db_clear fml-help % fmlthread --spool_dir=/some/where -f /tmp/filter db_rebuild fml-help % fmlthread --spool_dir=/some/where review fml-help last:100
2001-11-07fmlthread -f filterlist ...fukachan
2001-11-05fmlhtmlify [-I dir]fukachan
2001-11-05new utility: fmlhtmlify src_dir dst_dirfukachan
2001-11-04enhance close() to accept MH style paramfukachan
2001-11-04eval FML::Process::Flow::ProcessStart($obj, $args);fukachan
and trap error. If error traped and $obj has help() method, run $obj->help(). also upcall the $@ by croak($@)
2001-11-04ticket -> threadfukachan
2001-11-03fmlticket -> fmlthreadfukachan
2001-11-03Mail::ThreadTrack based tread tracking systemfukachan
FML::Process::TicketSystem -> FML::Process::ThreadTrack
2001-10-08enable "loader --ctladdr" behaves as libexec/commandfukachan
more debug messages modify style e.g. eval q## -> eval q{} et. al.
2001-06-28define print_specific_month() method at TinyScheduler class.fukachan
fmlsch (fmlsch -a) and fmlsch.cgi uses this method to show 3 continuous months once.
2001-05-28clean up documentsfukachan
2001-04-15warn relations among uid,euid,gid,egidfukachan
2001-04-05fmlsch -D data_dir -F data_file -m modefukachan
2001-03-27demonstration to add a little CUI and GUI to the system. "fmlsch" andfukachan
"fmlsch.cgi" is a tiny scheduler using HTML::CalenderMonthSimple and w3m:) I log how to make them as a document, which is the purpose of this hack.
2001-03-25create FML::Process::DocView class for fmldoc program, whereasfukachan
FML::Process::Configure controls 'fmlconf' and 'makefml' since 'fmlconf' is considered as an alias of makefml showconf.
2001-03-24import program_name from libexec/loaderfukachan
2001-03-20ml_name is needed for fmlticket.cgifukachan
2001-03-20update $args descriptionfukachan
2001-03-16support options of perldoc -vtumlfukachan
2001-03-14pass $main_cf object to the real fml processfukachan
2001-03-11clean up the argument parser to handle makefml in the special wayfukachan
2001-03-11make makefml workfukachan
2001-03-10clean up documentfukachan
2001-03-10clean up documents and codesfukachan
modify Bootstrap2() to use _parse_argv() check $ml_home_dir existence in bootstrap modify debug codes to load Data::Dumper dinamically
2001-03-09nuke FML::Debug and Data::Dumper to avoid loading Data::Dumperfukachan
2001-02-28add & enable fmlticket.cgifukachan
Process::CGI is the base class for several CGI scripts details are in FML::CGI:: classes.
2001-02-18fix how to work when $argv[0] is not specifiedfukachan