summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/UserControl.pm
AgeCommit message (Collapse)Author
2002-08-03white spacesfukachan
2002-07-24change argv of FML::Credential::has_address_in_map():fukachan
($map, $address) -> ($map, $config, $address)
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
2002-07-17define printing style format such as 'text', 'html', ...fukachan
you can control it by the following access methods, get_print_style() and set_print_style(mode)
2002-07-14copy message and send it to $maintainer toofukachan
use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently.
2002-07-14use message_nl( {add,del}_{ok,fail} ... ) as a replyfukachan
2002-07-02clean up/fix commentsfukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-25userlist: print $addr, <br> if under CGIfukachan
2002-06-21ignore non-existed files, not croak()fukachan
2002-06-21use IO::Adapter->get_next_key() not getline() for member list upfukachan
2002-04-10whitespace nichefukachan
2002-04-07admin_member_passwd_maps -> admin_member_password_mapsfukachan
more friendly variable name syntax more comments, documents
2002-04-01enable "admin list" commandfukachan
2002-03-30white space cosmetics: nuke \s*$fukachan
2002-03-19define FML::Command::UserControl class to share user control codes.fukachan
modified Admin::{subscribe,unsubscribe} commands to use it.