summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2001-04-03implemente $header_check_rules basic idea which containsfukachan
verify_message_id_uniqueness, verify_x_ml_info_uniqueness, verify_list_post_uniqueness. define the database directory for them in etc/defaults/header.cf.
2001-04-03clarify more. add TextDBfukachan
2001-04-02make File::LogStructuredData to build { key => value } pair in the logfukachan
structured file.
2001-04-02enable to trap */\d+ for every month todofukachan
2001-04-02enhance trap patternfukachan
pick up all files in ~/.tsch/
2001-04-01fix trap pattern to pick up MM/DD and MMDDfukachan
modify tht title nuke ^0 in DD to put into calender object
2001-04-01FML::{CGI,Process}::Schedulerfukachan
2001-04-01regen. nuke MemberControl.pm, add Filter/fukachan
2001-04-01add TinyScheduler.pmfukachan
2001-04-01ignore @@doc/fukachan
2001-03-30implement prototypes for is_valid_message_id(),fukachan
reject_invalid_message_id(), reject_virus_message()
2001-03-30prototype of filter rulesfukachan
2001-03-30protytype method() which are imported from fml 4.0 libenvffukachan
2001-03-28Initial revisionfukachan
2001-03-27demonstration to add a little CUI and GUI to the system. "fmlsch" andfukachan
"fmlsch.cgi" is a tiny scheduler using HTML::CalenderMonthSimple and w3m:) I log how to make them as a document, which is the purpose of this hack.
2001-03-27bug fix.fukachan
we should not croak() for undefined $ml_name when ml_name is not needed.
2001-03-26preserve \s+ in the string to MIME encodefukachan
2001-03-26implement MailingList::Messages::num_paragram() and make test tools for it.fukachan
it return the number of paragraph in the message ($self). modify MailingList::Messages::get_content_type() which removes ";" for convenience.
2001-03-25clean up comments and clean up codes a littlefukachan
2001-03-25remove a not used modulefukachan
2001-03-25fix document: s/FML::MemberControl/FML::Command::$command/fukachan
2001-03-25add more on relation among programs and modulesfukachan
2001-03-25move fmldoc to Process::DocViewfukachan
2001-03-25add documents on the relation among programs and modulesfukachan
2001-03-25regen (DocViewer is added)fukachan
2001-03-25create FML::Process::DocView class for fmldoc program, whereasfukachan
FML::Process::Configure controls 'fmlconf' and 'makefml' since 'fmlconf' is considered as an alias of makefml showconf.
2001-03-25rewritten to use the current FML::Command stylefukachan
2001-03-25define and use _fmldoc() for fmldoc programfukachan
2001-03-24s/prepend_index.ja.html/pointer.ja.html/fukachan
2001-03-24move lock/unlock to FML::Command classfukachan
2001-03-24modified to make makefml.cgi work.fukachan
XXX we should pass arguments in $args hash not @argv itself useful for XXX several programs with difference IO interface.
2001-03-24import program_name from libexec/loaderfukachan
2001-03-22fix initialization to avoid unilitialized warning.fukachan
2001-03-22filter mail header like strings more and more for more smart summaryfukachan
_header_summary() is changed to method() to accept $self attributes.
2001-03-22fix label to s/ARTICLE/LINE/ in while(<ARTICLE>) {}fukachan
ignore mail header like patterns to show mail body summary
2001-03-22change button name, s/change/go/fukachan
2001-03-22define show_articles_for_ticket() method.fukachan
ACTION=show uses this method to show all articles with the specified ticket_id.
2001-03-22add a comment on fmlticket.cgi class hierfukachan
2001-03-22modify look&feel for more easy debugfukachan
2001-03-22align spacesfukachan
2001-03-22relative ACTION url pathfukachan
enforce the output in Japanese EUC
2001-03-22resolve warning, add more alert for debugfukachan
2001-03-22move output routines to here since these are model dependent.fukachan
we use now HTML TABLE to show ticket and other attributes. implement run_cgi() which controls CGI details at the top.
2001-03-22define load_module($args, $module) method.fukachan
load model dependent module. return the object for $module.
2001-03-22move the main code to FML::Ticket::Model::$model->run_cgi() since eachfukachan
CGI code are dependent on each model.
2001-03-21clean up. nuke show_summary_in_html()fukachan
2001-03-21move run() and _load_ticket_model_module() to FML::Process::*fukachan
2001-03-21fix @ISAfukachan
call $ticket->mode( mode => text) to ensure text mode.
2001-03-21update documentfukachan
2001-03-21change ticket_model to minimal_states by defaultfukachan
show_summary() wraps show_summary_in_{text,html}() output mode (text or html) is controlled by $self->mode() method.