summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2002-07-28rename: init_config_dir_list -> newml_command_init_dirsfukachan
added $shared_db_dir $var_dir $db_dir $lock_dir $tmp_dir $spool_dir
2002-07-26add/del moderator in {members,recipients}-moderatorfukachan
2002-07-26update $primary_admin_recipient_map toofukachan
2002-07-25regen: define *moderator*map(s)fukachan
2002-07-25define *moderator*map(s)fukachan
2002-07-25update $primary_admin_recipient_map toofukachan
2002-07-25disabledfukachan
2002-07-25rename: IO::File::Atomic -> IO::Adapter::AtomicFilefukachan
2002-07-25not an admin memberfukachan
2002-07-25bug fix so that getline() returns undef if not openedfukachan
2002-07-25improve log messagesfukachan
2002-07-25improve error messagesfukachan
2002-07-25ignore ~:fukachan
2002-07-24implemente getline() of DBIfukachan
2002-07-24removed replace()fukachan
2002-07-24sync todo w/ the current statusfukachan
2002-07-24add missing open(), close()fukachan
2002-07-24clean upfukachan
remove AUTOLOAD()
2002-07-24clean up commentsfukachan
2002-07-24regenfukachan
2002-07-24tune up sql statementsfukachan
2002-07-24change argv of FML::Credential::has_address_in_map():fukachan
($map, $address) -> ($map, $config, $address)
2002-07-23discard sql model based frameworkfukachan
2002-07-23updatefukachan
2002-07-23bug fix {+,-}= operation in the second level.fukachan
2002-07-23.ini sytle extension. for examplefukachan
[mysql:id] key = value So, we have the 2nd level hash value such as $config->{ key1 }->{ key2 } = $value and read/write it.
2002-07-23FNFfukachan
2002-07-23reconstruct MySQL functionsfukachan
o get_next_key() works now. o disable some functions once.
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
2002-07-23regen: update mysqlfukachan
2002-07-23align variable name to $sql_XXXfukachan
sync sql statement with regress/mysql/ model.
2002-07-23rename id;) xxx.cgi.yyy -> xxxcgi.yyy as a workaroundfukachan
2002-07-23define image.cgi.*fukachan
2002-07-23disable troubleshootingfukachan
2002-07-23fix typofukachan
2002-07-23import a few memofukachan
2002-07-22prototype on and off mode for recipient maptmu
2002-07-22add is_recipient() for sender is an ML recipient or not.tmu
2002-07-22regen: mysqlfukachan
2002-07-22add mysql samplefukachan
2002-07-22regen: READ_ONLY($admin_member_maps)fukachan
2002-07-22READ_ONLY($admin_member_maps)fukachan
2002-07-22accept READ_ONLY($map)fukachan
prohibit add/delete/replace call for read only maps.
2002-07-22expand READ_ONLY($array) -> an array of READ_ONLY($array[$i])fukachan
2002-07-22add more tags, add io-reconstruct-basefukachan
2002-07-22moved cvstags.sgml to hereio-reconstruct-basefukachan
2002-07-20member_map use config primary_member_map to member_mapstmu
recipient_map use config primary_recipient_map to recipient_maps
2002-07-19add comments on internal.cgi.problemsfukachan
2002-07-19cgi_execute_command() checks the command is allowed infukachan
commands_for_admin_cgi. XXX "commands_for_admin_cgi" is hard-coded. XXX we should enhance this for ml-admin/*.cgi et.al.
2002-07-19repyl_message() handles makefml and *.cgi as special cases.fukachan