| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-04-03 | implemente $header_check_rules basic idea which contains | fukachan | |
| 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-03 | clarify more. add TextDB | fukachan | |
| 2001-04-02 | make File::LogStructuredData to build { key => value } pair in the log | fukachan | |
| structured file. | |||
| 2001-04-02 | enable to trap */\d+ for every month todo | fukachan | |
| 2001-04-02 | enhance trap pattern | fukachan | |
| pick up all files in ~/.tsch/ | |||
| 2001-04-01 | fix trap pattern to pick up MM/DD and MMDD | fukachan | |
| modify tht title nuke ^0 in DD to put into calender object | |||
| 2001-04-01 | FML::{CGI,Process}::Scheduler | fukachan | |
| 2001-04-01 | regen. nuke MemberControl.pm, add Filter/ | fukachan | |
| 2001-04-01 | add TinyScheduler.pm | fukachan | |
| 2001-04-01 | ignore @@doc/ | fukachan | |
| 2001-03-30 | implement prototypes for is_valid_message_id(), | fukachan | |
| reject_invalid_message_id(), reject_virus_message() | |||
| 2001-03-30 | prototype of filter rules | fukachan | |
| 2001-03-30 | protytype method() which are imported from fml 4.0 libenvf | fukachan | |
| 2001-03-28 | Initial revision | fukachan | |
| 2001-03-27 | demonstration to add a little CUI and GUI to the system. "fmlsch" and | fukachan | |
| "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-27 | bug fix. | fukachan | |
| we should not croak() for undefined $ml_name when ml_name is not needed. | |||
| 2001-03-26 | preserve \s+ in the string to MIME encode | fukachan | |
| 2001-03-26 | implement 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-25 | clean up comments and clean up codes a little | fukachan | |
| 2001-03-25 | remove a not used module | fukachan | |
| 2001-03-25 | fix document: s/FML::MemberControl/FML::Command::$command/ | fukachan | |
| 2001-03-25 | add more on relation among programs and modules | fukachan | |
| 2001-03-25 | move fmldoc to Process::DocView | fukachan | |
| 2001-03-25 | add documents on the relation among programs and modules | fukachan | |
| 2001-03-25 | regen (DocViewer is added) | fukachan | |
| 2001-03-25 | create FML::Process::DocView class for fmldoc program, whereas | fukachan | |
| FML::Process::Configure controls 'fmlconf' and 'makefml' since 'fmlconf' is considered as an alias of makefml showconf. | |||
| 2001-03-25 | rewritten to use the current FML::Command style | fukachan | |
| 2001-03-25 | define and use _fmldoc() for fmldoc program | fukachan | |
| 2001-03-24 | s/prepend_index.ja.html/pointer.ja.html/ | fukachan | |
| 2001-03-24 | move lock/unlock to FML::Command class | fukachan | |
| 2001-03-24 | modified 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-24 | import program_name from libexec/loader | fukachan | |
| 2001-03-22 | fix initialization to avoid unilitialized warning. | fukachan | |
| 2001-03-22 | filter mail header like strings more and more for more smart summary | fukachan | |
| _header_summary() is changed to method() to accept $self attributes. | |||
| 2001-03-22 | fix label to s/ARTICLE/LINE/ in while(<ARTICLE>) {} | fukachan | |
| ignore mail header like patterns to show mail body summary | |||
| 2001-03-22 | change button name, s/change/go/ | fukachan | |
| 2001-03-22 | define show_articles_for_ticket() method. | fukachan | |
| ACTION=show uses this method to show all articles with the specified ticket_id. | |||
| 2001-03-22 | add a comment on fmlticket.cgi class hier | fukachan | |
| 2001-03-22 | modify look&feel for more easy debug | fukachan | |
| 2001-03-22 | align spaces | fukachan | |
| 2001-03-22 | relative ACTION url path | fukachan | |
| enforce the output in Japanese EUC | |||
| 2001-03-22 | resolve warning, add more alert for debug | fukachan | |
| 2001-03-22 | move 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-22 | define load_module($args, $module) method. | fukachan | |
| load model dependent module. return the object for $module. | |||
| 2001-03-22 | move the main code to FML::Ticket::Model::$model->run_cgi() since each | fukachan | |
| CGI code are dependent on each model. | |||
| 2001-03-21 | clean up. nuke show_summary_in_html() | fukachan | |
| 2001-03-21 | move run() and _load_ticket_model_module() to FML::Process::* | fukachan | |
| 2001-03-21 | fix @ISA | fukachan | |
| call $ticket->mode( mode => text) to ensure text mode. | |||
| 2001-03-21 | update document | fukachan | |
| 2001-03-21 | change ticket_model to minimal_states by default | fukachan | |
| show_summary() wraps show_summary_in_{text,html}() output mode (text or html) is controlled by $self->mode() method. | |||
