summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Article/Thread.pm
AgeCommit message (Collapse)Author
2018-09-08subject handling is changed to use Mail::Message::Subject based e.g. ↵Ken'ichi Fukamachi
mime_header_decode(). Mail::Message::Subject
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-09-17eval use ..fukachan
2005-09-06rename: *_overview -> *_outlinefukachan
2005-09-01remove obsolete codes.fukachan
private-ify: psw_*() -> _psw_*(). use article_summary cache as coudl as possible. To clean up around the codes, some codes are separeted to _generate_summary(). fix comments and documents. strict check of $status code. implement get_overview($id, $thread_args). It returns string holding article short summaries of a thread for this article $id.
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust method naming convension.fukachan
$curproc->thread_db_args(); -> $curproc->article_thread_init();
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
2004-10-31sort, clean up.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-31modify message output engine.fukachan
enable close operation.
2004-03-31fix comments (FNF)fukachan
2004-03-29preliminary implementation of thread GUI.fukachan
2004-03-28re-implemented for further plan to purge Mail::ThreadTrack.fukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-16fixe to meethod style.fukachan
FNF: fix comments.
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."