summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/digest.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-02-01validate input address by FML::Restriction::Base.fukachan
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-01update 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-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-02-09cosmetics (white spaces)fukachan
2003-01-25FNF: fix commentsfukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-20fix comments and error messages.fukachan
add defined() more.
2002-12-10white space cosmeticsfukachan
2002-11-23clean upfukachan
2002-11-19init digest on off for admintmu