summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
AgeCommit message (Collapse)Author
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-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-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. 2. implement FML::User::DB (committed later).
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-10-18define log_file_*_charset and modify log module to use it.fukachan
2003-10-15language_of_cgi_message() -> get_charset("cgi")fukachan
2003-10-15space cosmeticsfukachan
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
2003-09-13use $curproc->ui_message() instead of "print STDERR ...".fukachan
2003-09-12clarify error messages more.fukachan
2003-09-08fix copyrigtfukachan
2003-09-06use removed_ml_home_dir_path() method to determine the dir path usedfukachan
as the removed $ml_home_dir.
2003-09-04use $curproc->config()fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-05-28list up summary for each algorithm defined in $error_analyzer_function_list.fukachan
2003-05-20move the status dump code from FML::Command::Admin:error to FML::Error.fukachan
2003-05-20disable lock since FML::Error locks itself if needed.fukachan
2003-05-12we should operate only $primary_*_map not $*_maps in deleting the userfukachan
address.
2003-04-29modify format to be more similar to usual mailq output.fukachan
2003-04-19fix virtual domain handling (fml-devel:417)fukachan
2003-04-18mkdir $ml_home_prefix if not foundfukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-18fix copyrightfukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-18not need lockfukachan
2003-03-17move the main code to FML::Command::Auth.fukachan
2003-03-17move the main code to FML::Command::UserControl.fukachan
modified to use FML::Command::UserControl.
2003-03-16need no giant lock.fukachan
FML::Spool -> FML::Article::Spool fix argument handling.
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."
2003-03-15remove fmlspoolfukachan
2003-03-14add todo.fukachan
FNF: fix comments.
2003-03-14fmlerror is obsolete.fukachan
2003-03-14summary functions, which is imported from fmlsummary core.fukachan
2003-03-14fix copyrightfukachan