summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2001-11-26toggle header rewriting (subject) to add thread id. off by defaultfukachan
2001-11-26bug fix missing mkdir() argumentfukachan
2001-11-25more tainted safe (but needs more consideration, may be use of FML::Restricti...fukachan
2001-11-25modified to use FML::Restrictionfukachan
2001-11-25oops, forgot fmlsch not under $curproc;) fix to trap -h or --helpfukachan
2001-11-25reconstructured safe parameter definitionsfukachan
2001-11-25change defualt target to _topfukachan
2001-11-25update copyrightfukachan
2001-11-25fix, clean up help()fukachan
2001-11-25define dummy finish(), fix help() trap patternfukachan
2001-11-25enable distribute and commandfukachan
2001-11-25check whether getopt() options are given or not.fukachan
2001-11-25show help ASAP when --help specifiedfukachan
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25verify_request() checks @ARGV and show help() if neededfukachan
2001-11-25enable --help for all command line programsfukachan
2001-11-25trap --help in new() to show and exit asapfukachan
2001-11-25implement help() methodfukachan
2001-11-25xxx.cgi SHOULD NOT ACCPET the same options as command line program xxxfukachan
2001-11-23clean up fmlschfukachan
2001-11-22fmlsch -h to show helpfukachan
2001-11-20update database for latest not-yet-analyzed articles.fukachan
2001-11-19split functions for list and summary.fukachan
2001-11-18fmlthread db_dump $ml [$type]fukachan
2001-11-18change max_id speculation strategy:fukachan
2001-11-18speculate program paths by configure (autoconf)fukachan
2001-11-17change default target to _topfukachan
2001-11-17disable debug code, enable it when $ENV{debug} is definedfukachan
2001-11-13fix address regexp, define $command, modify error return wayfukachan
2001-11-13move get_ml_list() to FML::Process::CGI::Kernelfukachan
2001-11-13less ambiguous of error messagefukachan
2001-11-13some cgi may need no ml_namefukachan
2001-11-12default_config -> default_config_cffukachan
2001-11-12fix to introduce $config_dir (etc/fml) from main.cffukachan
2001-11-11move "function to get paramlist" to FML::Process::CGI::Param modulefukachan
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
2001-11-11allow action =~ /^[-a-z_]+$/fukachan
2001-11-11workaround: header( -target => "ResultsWindow" ) anywayfukachan
2001-11-11header( -charset => $charset)fukachan
2001-11-11define article_id, method -> actionfukachan
2001-11-10remove makefml issue.fukachan
2001-11-10bug fix: format $reasonfukachan
2001-11-09more debug infofukachan
2001-11-09check defined( $id )fukachan
2001-11-09modified to fit FML::Process::CGI hierarchyfukachan
2001-11-09least error infomation by default OR raw $@ if debugfukachan
2001-11-08use FML::Process::CGI::{Kernel,Param}fukachan
2001-11-08Initial revisionfukachan
2001-11-08modify error messagefukachan
2001-11-07modified to use File::Spec stylefukachan