| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-06-21 | removed due to obsolete rule | fukachan | |
| 2001-06-10 | modify to use $ticket_driver. $ticket_driver is class name not model | fukachan | |
| name. | |||
| 2001-06-02 | clean up document | fukachan | |
| 2001-05-31 | clean up documents | fukachan | |
| 2001-05-30 | clean up documents | fukachan | |
| 2001-05-30 | clean up documents | fukachan | |
| 2001-05-29 | clean up documents | fukachan | |
| 2001-05-28 | clean up documents | fukachan | |
| 2001-05-19 | pick up queue by Mail::Delivery::Queue and send it sequentially using | fukachan | |
| FML::Mailer | |||
| 2001-05-19 | make _add_info_on_header() to add x-* and list-* header fields. | fukachan | |
| 2001-05-19 | send queue by FML::Process::QueueManager | fukachan | |
| 2001-05-18 | prepare queue_dir/info/{sender,recipients}/ directory to control | fukachan | |
| envelope information. To set the information, queue->set(key, value) method is used. FML::Process::QueueManager class is a prototype to send queues in queue_dir/. | |||
| 2001-05-16 | modify inform_reply_message() et. al. a lot. | fukachan | |
| queue a message on "not a member" to sent back in var/mqueue/. XXX queue only now. we should be able to send it ;) | |||
| 2001-05-05 | disable expand_variables() call. See FML::Config for more details. | fukachan | |
| variable expansion is evaluated dynamically on demand. | |||
| 2001-04-30 | clean up documents hierarchy. | fukachan | |
| remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/ | |||
| 2001-04-15 | warn relations among uid,euid,gid,egid | fukachan | |
| 2001-04-15 | nuke cred->is_member() and use curproc->permit_post() | fukachan | |
| 2001-04-15 | move sender_is_member() to FML::Credential | fukachan | |
| define premit_post($args) and permit_command($args). They are the entrance for _check_resitrictions() which compares the sender address with reject_system_accounts. | |||
| 2001-04-15 | define ticket->add_info() which adds X-Ticket-Status: and | fukachan | |
| X-Ticket-History: if possible. aggreate adding information fucntion to ticket->add_info() | |||
| 2001-04-14 | simple_loop_check() logs the result of loop checks | fukachan | |
| XXX now log only not exits when we detect loop. | |||
| 2001-04-08 | a new $curproc format: $curproc->{ xxx }->{ message } is a reference | fukachan | |
| to a chain of Mail::Message objects. This modification comes from the change of our parser. See Mail::Message class (1.8-1.9) for on Mail::Message->parse(). | |||
| 2001-04-06 | correct method name and internal variable names. now we use data and | fukachan | |
| data_type mainly by default not content_*. | |||
| 2001-04-05 | overwrite new() not to use FML::Process::Kernel::new() | fukachan | |
| change behaviour followed by given $mode (-m option) | |||
| 2001-04-05 | fmlsch -D data_dir -F data_file -m mode | fukachan | |
| 2001-04-03 | change class hiererychy from MailingList -> Mail | fukachan | |
| Mail::Delivery is the entrance for all delivery systems. Mail::Message handles mail message/content, multipart operations et. al. | |||
| 2001-04-01 | FML::{CGI,Process}::Scheduler | 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-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 | 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 | align spaces | fukachan | |
| 2001-03-22 | resolve warning, add more alert for debug | fukachan | |
| 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-20 | modify $args passed from libexec/loader by analyzing CGI->param(). | fukachan | |
| XXX we should remove this in the future. XXX the code should be in libexec/loader ? | |||
| 2001-03-20 | ml_name is needed for fmlticket.cgi | fukachan | |
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-20 | clean up document | fukachan | |
| 2001-03-20 | update $args description | fukachan | |
