summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/on.pm
AgeCommit message (Collapse)Author
2006-10-07fix comments.fukachan
space cosmetics.
2006-03-05changed to command_context object based.fukachan
2006-03-04$command_args -> $command_context (OBJ), method stylefukachan
2005-11-30use $curproc->credential();fukachan
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust methond naming convension.fukachan
follow changes of FML::User::Control: userXXX() -> user_XXX()
2004-07-23white space cosmeticsfukachan
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-04-30more restrict error checks.fukachan
2004-04-28implement verify_syntax() using FML::Command::Syntaxfukachan
2004-02-15white space cosmetics.fukachan
2004-01-02fix copyrightfukachan
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.
2003-12-31update commentsfukachan
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-09-27FML/CGI/Admin/{List,ML,User}.pm -> FML/CGI/{List,ML,User}.pmfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-05-12we should operate only $primary_*_map not $*_maps in deleting the userfukachan
address.
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-02-13user{add,del}() checks input $address.fukachan
nuke the corresponding TODO.
2003-01-25FNF: fix commentsfukachan
2002-12-20fix comments and error messages.fukachan
add defined() more.
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-03white spacesfukachan
2002-07-22prototype on and off mode for recipient maptmu