summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2001-06-21removed due to obsolete rulefukachan
2001-06-10modify to use $ticket_driver. $ticket_driver is class name not modelfukachan
name.
2001-06-02clean up documentfukachan
2001-05-31clean up documentsfukachan
2001-05-30clean up documentsfukachan
2001-05-30clean up documentsfukachan
2001-05-29clean up documentsfukachan
2001-05-28clean up documentsfukachan
2001-05-19pick up queue by Mail::Delivery::Queue and send it sequentially usingfukachan
FML::Mailer
2001-05-19make _add_info_on_header() to add x-* and list-* header fields.fukachan
2001-05-19send queue by FML::Process::QueueManagerfukachan
2001-05-18prepare queue_dir/info/{sender,recipients}/ directory to controlfukachan
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-16modify 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-05disable expand_variables() call. See FML::Config for more details.fukachan
variable expansion is evaluated dynamically on demand.
2001-04-30clean 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-15warn relations among uid,euid,gid,egidfukachan
2001-04-15nuke cred->is_member() and use curproc->permit_post()fukachan
2001-04-15move sender_is_member() to FML::Credentialfukachan
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-15define ticket->add_info() which adds X-Ticket-Status: andfukachan
X-Ticket-History: if possible. aggreate adding information fucntion to ticket->add_info()
2001-04-14simple_loop_check() logs the result of loop checksfukachan
XXX now log only not exits when we detect loop.
2001-04-08a new $curproc format: $curproc->{ xxx }->{ message } is a referencefukachan
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-06correct method name and internal variable names. now we use data andfukachan
data_type mainly by default not content_*.
2001-04-05overwrite new() not to use FML::Process::Kernel::new()fukachan
change behaviour followed by given $mode (-m option)
2001-04-05fmlsch -D data_dir -F data_file -m modefukachan
2001-04-03change class hiererychy from MailingList -> Mailfukachan
Mail::Delivery is the entrance for all delivery systems. Mail::Message handles mail message/content, multipart operations et. al.
2001-04-01FML::{CGI,Process}::Schedulerfukachan
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-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-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-22align spacesfukachan
2001-03-22resolve warning, add more alert for debugfukachan
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-20modify $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-20ml_name is needed for fmlticket.cgifukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-20clean up documentfukachan
2001-03-20update $args descriptionfukachan