summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2006-10-22fix comments.fukachan
use more proper variable names.
2006-10-22fix comments.fukachan
move definitions to near the codes. use more proper variable names.
2006-10-22clean up. fix comments.fukachan
2006-10-22use gloval_ prefix for package gloval variable:fukachan
current_context -> global_current_context
2006-10-22more error logs.fukachan
move $curproc definition to near message logging.
2006-10-14fix importationfukachan
2006-10-14clean up.fukachan
2006-10-14fmlproj: GanttProject XML format extension.fukachan
--xml options dump GanttProject XML format by default.
2006-10-14fix copyrightfukachan
2006-10-11fix commentsfukachan
2006-10-10fix comments.fukachan
rename private variables to more proper ones. remove not used private variables.
2006-10-10fix commentsfukachan
2006-10-08not usedfukachan
2006-10-08fix definition of "use lib ...".fukachan
fix comments.
2006-10-08fix label usage.fukachan
fix regexp bug.
2006-10-08bug fix comments.fukachan
2006-10-08white space cosmeticsfukachan
2006-10-08bug fix comments.fukachan
2006-10-07fix comments.fukachan
space cosmetics.
2006-09-24NL-ify (use FML::Demo::Language if needed)fukachan
enabled to expand YY/DD-YY/DD form to date list. cosmetics. status and misc support.
2006-09-24fix initialization code.fukachan
_shrink_date() for column list. sort main data before printing.
2006-07-30fix commentsfukachan
2006-07-30fix comments.fukachan
aggregate PATH operations into within one block.
2006-07-09white space cosmeticsfukachan
2006-07-09clean up.fukachan
fix comments. white space cosmetics. more debug log.
2006-07-03fix copyrightfukachan
2006-06-25validate if find_first_plaintext_message() returns object.fukachan
2006-06-15change default @indexstmu
safety htmlify if broken mail header
2006-05-22_update_montly_thread_index_master() rewrite same logictmu
using _update_id_montly_index_master()
2006-05-17fix comment (FNF)fukachan
2006-05-17all translations except for CONFIRMD and MTI are done.fukachan
2006-05-16check the number of users in {member,recipient}_maps exceeds the limit.fukachan
2006-05-16define get_user_total(), return the total number of addresses in list.fukachan
2006-05-14envelop based filterfukachan
2006-05-13fix comments (FNF)fukachan
2006-05-13enable body based loop checkfukachan
2006-05-12loop check restructured.fukachan
add envelope based loop check.
2006-05-11implement md5_file()fukachan
2006-05-11restructured.fukachan
define md5_str_ref() too, same as md5().
2006-05-09restructure qmail-ext command emulation.fukachan
currently libexec/error traps the request and switch the context to command process. FML::Process::QMail no more used. FML::Command::QmailExt provides qmail-ext emulation functions.
2006-05-09define is_spammer()fukachan
2006-05-09implement reject_spammer_maps()fukachan
2006-05-05fix copyrightfukachan
2006-05-04constuctor imports $expire_limit in the argument.fukachan
delete() and remove() can accept queue id if specified. define expire() which removes too old queue files in the specified queue. It expires all queue if $class unspecified. expire()/cleanup() is overhauled. queue removing is done by remove(). define {set,get}_expire_limit() access methods.
2006-05-04fix typo: $use_admin_command_mail_fucntionfukachan
2006-05-04bug fix: pass recipient information to reply_message_nl().fukachan
2006-05-04move "send welcome message" code to FML::Command::Admin::subscribe class.fukachan
2006-05-04send back welcome file in subscription when running under CGI/MTA process.fukachan
2006-05-04expire too old submitted queue after $moderate_queue_expire_limit.fukachan
2006-05-04expire article summary (remove content, corresponding with expiredfukachan
articles, in summary).