summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2004-01-02update comments.fukachan
sort.
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2004-01-01FNF: fix copyrightfukachan
2004-01-01clean up.fukachan
use more proper variable names. change _show_log() to take $curproc as argv.
2004-01-01fix comments.fukachan
use more proper local variable name.
2004-01-01update commentsfukachan
2003-12-31fix copyrightfukachan
2003-12-31update comments.fukachan
use $curproc->{ credential } reset address comparison level after main routine runs.
2003-12-31update comments/messages.fukachan
use $curproc->{ credential }
2003-12-31white space cosmeticsfukachan
2003-12-31update comments/messagesfukachan
2003-12-31update comments.fukachan
sort 'use ..' phrase.
2003-12-31update comments.fukachan
clean up. modify routine names to be more readable. remove not used variables. bug fix cgi_menu() initialization phase.
2003-12-31update commentsfukachan
2003-12-31update comments.fukachan
use $curproc->ml_*() methods if could. modify local variable names to be more readble.
2003-12-31update comments.fukachan
more readable method and variable names.
2003-12-31update comments.fukachan
use $curproc->ml_*() methods if could. reset $ENV{'PATH'} while running editor.
2003-12-31update comments.fukachan
implement check_ml_home_dir() and modify rules.
2003-12-31update comments.fukachan
define and use $maplist.
2003-12-31update commentsfukachan
2003-12-30validate $address input as data.fukachan
$cred = $curproc->{ credential }; update comments.
2003-12-30update comments on $primary_*_map use.fukachan
use $curproc->{ credential } not call "use FML::Credential ...".
2003-12-28clean up class hierarchy.fukachan
o FML::HomeDir::Prefix -> FML::ML::HomePrefix; o FML::MTAControl -> FML::MTA::Control o move main codes in newml and rmml to FML::ML::Control class.
2003-12-20use $newml_command_ml_admin_default_address as $ml-admin value.fukachan
if unspecified, use the default fml owner value.
2003-12-20use $list_command_default_maps not hard-coded value.fukachan
change default map to $recipient_maps not $member_maps.
2003-11-30system_accounts -> system_special_accounts.fukachan
XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity.
2003-11-26try to list up arbitorary map if could.fukachan
FML::User::Control::{userlist -> print_userlist}
2003-11-23create FML::User::* class to manipulate user database.fukachan
1. move FML::Command::UserControl to FML::User::Control class (renaemd only). 2. implement FML::User::DB (basic functions are implemented).
2003-11-23create FML::User::* class to manipulate user database.fukachan
1. move FML::Command::UserControl to FML::User::Control class. 2. implement FML::User::DB (committed later).
2003-11-22separete database part in FML::Confirm to FML::Cache::Journal whichfukachan
can be shared between other modules. change FML::Confirm::new() to take $curproc.
2003-11-17fix argument FML::Confirm::is_expired($id) from time to id.fukachan
2003-11-16validate argumentsfukachan
2003-11-16fixed argument handling to support:fukachan
o makefml method domain o fml domain method
2003-11-16switched to new ml_home_prefix framework, which is enhanced virtualfukachan
domain operation. See fml-devel in 2003/10.
2003-11-15add templatenew-domain-op-basefukachan
2003-11-08call croak() if address to remove not foundfukachan
2003-10-18define log_file_*_charset and modify log module to use it.fukachan
2003-10-18summary_file -> article_summary_filefukachan
summary_format_style -> article_summary_file_format_style summary_format_address_length -> article_summary_file_format_address_length
2003-10-17command_prompt -> command_mail_reply_promptfukachan
2003-10-15messager/rfc822 part not need charset ;)fukachan
2003-10-15language_of_cgi_message() -> get_charset("cgi")fukachan
2003-10-15space cosmeticsfukachan
2003-10-14implement get_charset() and set_charset(). modified to use it tofukachan
treat current charset changed dynamically on the fly.
2003-10-07fix html style:fukachan
<pre>str1</pre> <pre>str2</pre> ... -> <pre>str1\nstr2 ... </pre>
2003-10-06fix printing_style value: cgi -> htmlfukachan
2003-09-27FML/CGI/Admin/{List,ML,User}.pm -> FML/CGI/{List,ML,User}.pmfukachan
2003-09-25change *::CGI:: class architecture.fukachan
FML::CGI::*Admin::Menu inherits FML::CGI::Menu. methods in FML::Process::CGI::* returns the value by checking the current cgi mode (admin or ml-admin).
2003-09-25change arguments of get_ml_list() to remove $args.fukachan