summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-07add messages around manual operation.fukachan
2006-01-07use reply_message() in chaddr operations to send back log.fukachan
2006-01-07Accoding to ${command}_command_operation_mode, it works differently.fukachan
1. XXX_command_operation_mode == automatic, fml8 do subscription et.al. automatically. 2. XXX_command_operation_mode == manual, notify "the request is confirmed" to $maintainer, who do actual subscription et.al.
2006-01-07move location of reseting compare_level.fukachan
rewritten to call FML::Command::Message->send_notification() not direct reply_message() calls in Command::User:: class. send_notification() works differently according to the value of $XXX_command_auth_type variable.
2006-01-07+moderatefukachan
+udb
2006-01-07+revivemlfukachan
2006-01-07regen: *_command_operation_modefukachan
2006-01-072006 versionfukachan
2006-01-07regen: *_command_operation_modefukachan
2006-01-07+chaddr_command_operation_mode = automaticfukachan
+subscribe_command_operation_mode = automatic +unsubscribe_command_operation_mode = automatic
2006-01-04bug fix fml 4 to 8 conversion.fukachan
share $config (config.ph values) among modules.
2006-01-04bug fix fml 4 to 8 conversion rule.fukachan
updated module to File::MMagic 1.25
2006-01-04Initial revisionfukachan
2006-01-04done: 4 to 8 rule translate bug fixed.fukachan
todo: .cgi should use cookie ?
2006-01-04follow change of diff() return value.fukachan
croak() if eval() fails.
2006-01-04modify initialization logic.fukachan
add missing comments. check the current key in appling if() conditions.
2006-01-04regen: converter fixed.fukachan
2006-01-04change diff() return value to ($config, $diff), ARRAY of HASH_REF's.fukachan
add debug codes.
2006-01-04modify private function names.fukachan
fix bug of output indent level. croak() if unknown rule found.
2006-01-042nd generation prototype: check diff between default_config.ph andfukachan
config.ph and translate rules bsaed on config.ph vlaues. fix copyright of module header template.
2006-01-04update todofukachan
2006-01-02regenfukachan
2006-01-02new keyword system.fukachan
fix some rules.
2006-01-02IO::Adapter::LDAP supported.fukachan
IO::Adapter::PostgreSQL supported. some of documents updated. 4 to 8 translation rules are wrong. FML::Article::Thread should use UDB.
2006-01-02fix comments (FNF).fukachan
fix copyright.
2006-01-01remove not-used modules: Class::NamedParms, Class::ParmList, AsciiDB::*.fukachan
2006-01-01AsciiDB::* class removedfukachan
2006-01-01not used, so removed:fukachan
Class::NamedParms Class::ParmList
2006-01-01begin to fix FML::Merge ...fukachan
2006-01-01add comments on each stepsfukachan
2006-01-01translate() takes $config as an argv.fukachan
avoid exit() exception in config.ph
2006-01-01not_yet_implemented option is moved to method based.fukachan
use more proper function names. $config is passed to translate(). add more error handlings. add more comments. clean up.
2006-01-01pass $config to translation*() methods.fukachan
support MODERATOR_MEMBER_LIST, ADMIN_LOG_DEFAULT_LINE_LIMIT. implement translate_not_yet_implemented(). clean up. modify comments.
2006-01-01merge-2nd-basemerge-2nd-basefukachan
2006-01-01current status these daysfukachan
2005-12-197.98.6: basic moderator mode is implemented.fukachan
2005-12-19implement permit_moderator_member_maps().fukachan
2005-12-19implement is_moderator_member()fukachan
2005-12-19regen: moderate class et.al.fukachan
2005-12-19permit_forward_to_moderator() returns (matched, ignore)fukachan
2005-12-19remove moderation queue if distribution succeded.fukachan
2005-12-19change is_permit_post() retruns action string not number (0/1) tofukachan
support 3 permit/ignore/deny states.
2005-12-18fundameltan support for moderationfukachan
2005-12-18implement id(), set(), get()fukachan
2005-12-18o fix comments.fukachan
o if (defined ) { .. open .. }
2005-12-18fix copyrightfukachan
2005-12-18workaround: unlock() call lock object via IO::Adapter if saved objectfukachan
undefined. bug fix loop check functions to check enabler variable definition.
2005-12-18implement fundamental functions:fukachan
o forward_to_moderator o distribute_article
2005-12-18clean upfukachan
2005-12-18support fundamental functions:fukachan
o extract queue_id from confirmaion database. o distribute article.