summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Expand)Author
2001-11-20validate input for db_mkdb()fukachan
2001-11-20update database for latest not-yet-analyzed articles.fukachan
2001-11-20validate variablesfukachan
2001-11-20db_hash( $type ) to return hash reference for $typefukachan
2001-11-20more debugfukachan
2001-11-20implement search_max_id() in hash keyfukachan
2001-11-19check get_first_plaintext_message() return valuefukachan
2001-11-19implemente set_order()fukachan
2001-11-19summary listing on CGI is normal order by defaultfukachan
2001-11-19check reverse_order value ;-)fukachan
2001-11-19enable --reverse for summary, list commandfukachan
2001-11-19split functions for list and summary.fukachan
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-18speculate program paths by configure (autoconf)fukachan
2001-11-17show processing a littlefukachan
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-12default_config -> default_config_cffukachan
2001-11-12fix to introduce $config_dir (etc/fml) from main.cffukachan
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
2001-11-10clean up summary() mode for both text and html modes.fukachan
2001-11-10change cost evaluation logic (numeric now)fukachan
2001-11-10remove makefml issue.fukachan
2001-11-10bug fix: format $reasonfukachan