summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Article
AgeCommit message (Collapse)Author
2004-02-15check input data more.fukachan
2004-02-13ensure initial value of $min and $maxfukachan
2004-02-06switch to new Mail::Message::* framework.fukachan
2004-02-04modified to use new Mail::Message::* framekwork.fukachan
2004-02-01fix copyrightfukachan
2004-02-01fix comments, messages. fix initialization by adding default value.fukachan
2004-02-01$sequence_file -> $article_sequence_filefukachan
use //o if could.
2003-12-30fix typofukachan
2003-12-30clean up.fukachan
update comments.
2003-10-18summary_file -> article_summary_filefukachan
summary_format_style -> article_summary_file_format_style summary_format_address_length -> article_summary_file_format_address_length
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21method-ify date_to_unixtime() of Mail::Message::Date.fukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-16fix usage of File::Sequencefukachan
2003-03-16fixe to meethod style.fukachan
FNF: fix comments.
2003-03-16rename class: FML::Spool -> FML::Article::Spoolfukachan
2003-03-16move id related functions to FML::Article::Sequencefukachan
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."
2003-03-14validate input.fukachan
implement dump() method to show the whole summary_file.
2003-02-16$summary_format_address_length determines address length in summary file.fukachan
2003-01-11fix comments (FNF).fukachan
2002-12-15redireced to STDOUT if output channel cannot be opened.fukachan
add todo(s) as comments.
2002-12-10white space cosmeticsfukachan
2002-12-01bug fix article object handling:fukachan
we should not initialize article object under libexec/distribute runs. pass $article object to $summary object by append($article, $id).
2002-12-01date should be sync-ed with article datefukachan
2002-11-26make jcode of summary file "jis-jp".fukachan
implement append($id).
2002-11-26implement $summary->rebuild() to enable "fmlsummary rebuild $ml_name".fukachan
2002-11-26FNF-ify.fukachan
clean up. nuke debug.
2002-11-26Initial revisionfukachan