summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Article.pm
AgeCommit message (Expand)Author
2006-07-09clean up.fukachan
2006-05-04expire article summary (remove content, corresponding with expiredfukachan
2006-05-03modify log messagesfukachan
2006-05-03implement expire(), which function expires too old articles.fukachan
2005-09-14changed to FML::Article->add_outline($tdb_args) style.fukachan
2005-09-11fix commentsfukachan
2005-08-31implement append() and prepend() methods.fukachan
2005-06-03switched to use $curproc->incoming_message_get_cache_file_path();fukachan
2005-05-26use_spool -> use_article_spoolfukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-10-28update article message-id cache if article is saved successfully.fukachan
2004-08-14log more info in failing over.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-05-28When we fail to create article file, we try to save the originalfukachan
2004-05-25more strict write error handling.fukachan
2004-05-18bug fix: avoid duplicated initialization.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-11fix commentsfukachan
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
2003-12-30clean up.fukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-04-20, not *path() method but spool_in() creates subdir if neededfukachan
2003-03-16move id related functions to FML::Article::Sequencefukachan
2003-03-16define new lock channel: article_spoolfukachan
2003-03-03bug fix: try to mkdir $dir ($subdir) when $use_subdir enabled.fukachan
2002-12-26fix if (defined $sfh) { $sfh-> .. }fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-15id() returns data on memory or in sequence_file if not found on memory.fukachan
2002-10-20clean up white spacesfukachan
2002-09-28care subdir case morefukachan
2002-09-22add section on FNFfukachan
2002-09-15switched to use of $curproc->mkdir() if couldfukachan
2002-09-11fml5 -> fml8fukachan
2002-09-06clean up for eyesfukachan
2002-07-31use LogError() if appropriatefukachan
2002-07-31s/Article/article/fukachan
2002-06-30fix comments. white spaces. FNF-ify.fukachan
2002-06-01defined() overhaulfukachan
2002-04-22error if the article already existsfukachan
2002-04-18$use_spool_subdir -> $spool_type (plane or subdir) + $spool_subdir_unitfukachan
2002-04-15implement subdirpath().fukachan
2002-04-06mkdir subdir if neededfukachan
2002-04-05enable $use_spool_subdir. we use subdir by default such as spool/0/999fukachan
2002-04-03clean up doc & codes, FNF-ifyfukachan
2002-03-31Mail::Message::Spool::spool arg changes: $spool_dir -> $base_dirfukachan
2002-03-30use Mail::Message::Spool::filepath() to determine the article file path.fukachan
2002-03-30FML::Article::filepath() determines the article file path.fukachan