summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Expand)Author
2001-11-19implement set_fd(), get_fd()fukachan
2001-11-19implement show_articles_in_thread()fukachan
2001-11-19check value of header fields, which is undefined in some casesfukachan
2001-11-18define default for a few variablesfukachan
2001-11-18fmlthread db_dump $ml [$type]fukachan
2001-11-18change max_id speculation strategy:fukachan
2001-11-18implement speculate_max_id()fukachan
2001-11-18nuke paths.cf. configure speculate program paths nowfukachan
2001-11-18speculate program paths by configure (autoconf)fukachan
2001-11-18make fml/etc/paths.cf.in from configure.infukachan
2001-11-18./configure creates paths.cf from .infukachan
2001-11-17show processing a littlefukachan
2001-11-17ignore loaderfukachan
2001-11-17renamed ticketsystem -> threadtrack: ticket system is renewaledfukachan
2001-11-17Initial revisionfukachan
2001-11-17hmm, loader is renamed, loader -> loader.infukachan
2001-11-17change default target to _topfukachan
2001-11-17disable debug code, enable it when $ENV{debug} is definedfukachan
2001-11-16fix _status but in unpolite way. XXX fix it !fukachan
2001-11-16new(): save $args as _saved_args in $selffukachan
2001-11-13fix address regexp, define $command, modify error return wayfukachan
2001-11-13rewrite in new method stylefukachan
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-12/bin/sh -> @SHELL@fukachan
2001-11-12ignore files generated by configurefukachan
2001-11-12ignore loader, which is generated by configurefukachan
2001-11-12consider *prefix of autoconffukachan
2001-11-12apply configure for fml/bin/fukachan
2001-11-12default_config -> default_config_cffukachan
2001-11-12expand ${variable}fukachan
2001-11-12main.cf.in not main.cf for configure (autoconf)fukachan
2001-11-12fix to introduce $config_dir (etc/fml) from main.cffukachan
2001-11-12loader generated from loader.in (autoconf)fukachan
2001-11-12we use autoconf now. define prototypefukachan
2001-11-12fix typo, $myname resolved by $curproc->myname()fukachan
2001-11-11oops, too removed ;) back again info messagefukachan
2001-11-11move "function to get paramlist" to FML::Process::CGI::Param modulefukachan
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
2001-11-11enable "show" and "change_status" to workfukachan
2001-11-11allow action =~ /^[-a-z_]+$/fukachan
2001-11-11workaround: header( -target => "ResultsWindow" ) anywayfukachan
2001-11-11reset buttonfukachan
2001-11-11modified to fit FML::Process::CGI structure.fukachan
2001-11-11header( -charset => $charset)fukachan
2001-11-11define article_id, method -> actionfukachan
2001-11-11change article_summary_lines to 5 by defaultfukachan
2001-11-11dynamic binding accoding to mode: text or htmlfukachan
2001-11-10defined $rh->{ _articles }->{ $thread_id }fukachan