summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/ThreadTrack.pm
AgeCommit message (Collapse)Author
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."
2003-02-11fix copyrightfukachan
2003-02-01FNF: not use $_fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-24fix comments. cosmetic changes.fukachan
2002-12-22fix commentsfukachan
2002-10-28fix db_update cannot get last_id from _speculate_last_id() use seqfiletmu
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
ml local library path to @INC. This is used for ml specific extention e.g. command extension.
2002-07-02clean up/fix commentsfukachan
2002-06-30fix ISA for ->speculate_max_id()fukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
within prepare() method now to handle virtual domains properly.
2002-06-01FNF-ifyfukachan
2002-04-10whitespace nichefukachan
2002-04-10clean up. FNF-ifyfukachan
2002-03-17nuke superflous \s*$fukachan
2002-02-27work and bugfix _search_max_id_from_top()reply-message-basetmu
2002-02-17bug fix definitions on hooksfukachan
2002-02-17implement several hooksfukachan
2002-02-04determine the max sequence id by considering last mofieid time amongfukachan
the sequence file and thread databases.
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-20update database for latest not-yet-analyzed articles.fukachan
2001-11-19split functions for list and summary.fukachan
"list" shows thread summary but "summary" shows thread summary + article summary. enhance fmlthread to provide CUI, oh this is useful !
2001-11-18fmlthread db_dump $ml [$type]fukachan
to dump hash table as text for e.g. backup
2001-11-18change max_id speculation strategy:fukachan
1. check the max_id is given or not, use it if given 2. try max_id() of FML::Article; 3. speculate_max_id($spool_dir) in FML::Article
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
threadview is view only and cannot change status.
2001-11-09more debug infofukachan
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 review ML RANGE srcdir=/some/wherefukachan
XXX srcdir=\S+ overwrites config->{ spool_dir } variable
2001-11-07fmlthread -f filterlist ...fukachan
2001-11-06db_mkdb -> db_rebuildfukachan
2001-11-05review() mode to show summary for articles in each threadfukachan
2001-11-04implement exist() and close()fukachan
2001-11-04enable db_mkdb, summary. define help()fukachan
2001-11-04enable db_clear operationfukachan
2001-11-03Mail::ThreadTrack based tread tracking systemfukachan
FML::Process::TicketSystem -> FML::Process::ThreadTrack