summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2002-08-07enable automatic user removing (prototype)fukachan
2002-08-07lock() and unlock() accepts channel as the argument if needed.fukachan
implemented o is_timeout( $channel ) o get_timeout( $channel ) o set_timeout( $channel, $time )
2002-08-07$scheduler_queue_dir -> $event_queue_dirfukachan
2002-08-07create FML::Error:: with separate clesses for cache manipulation andfukachan
analyzer. modified to FML::Error::Cache for cache writing.
2002-08-07define $curproc->{ scheduler } not _schedulerfukachan
define access method scheduler(). please use it e.g. $curproc->scheduler().
2002-08-03white spacesfukachan
2002-08-03scheduler_init()fukachan
2002-07-31use LogError() if appropriatefukachan
2002-07-31disable some debug messagesfukachan
2002-07-30move error analyzer core functions to FML::ErrorAnalyzefukachan
2002-07-30libexec/error not need reply_message()fukachan
2002-07-29bug fix: resolve_ml_specific_variables() and load_config_files()fukachan
add a few function prototypes
2002-07-25improve log messagesfukachan
2002-07-25improve error messagesfukachan
2002-07-23FNFfukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
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
2002-07-19remove not used variablefukachan
2002-07-18check whether this command is allowed in this $levelfukachan
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-15define the following access methods:fukachan
config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message().
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-14implement which_message_nl()fukachan
2002-07-14disabled makefml NOT TO USE reply_message() nowfukachan
2002-07-13check defined($ml_name) in ml_* variable handlingsfukachan
2002-07-02remove not-used functions:fukachan
- mail_aliases() - rewrite_config_if_needed()
2002-07-02remove obsolete commentsfukachan
2002-07-02fix commentsfukachan
trap -h disable some debug codes remove load_module(), which is not used
2002-07-02fix commentsfukachan
remove rewrite_config_if_needed() bug $ml_name handling
2002-07-02fix commentsfukachan
2002-07-02remove obsolete linefukachan
2002-07-02clean up/fix comments, fix copyrightfukachan
2002-07-02clean up/fix commentsfukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-30$self -> $curprocfukachan
2002-06-30fix the condition to show helpfukachan
2002-06-30fix ISA for ->speculate_max_id()fukachan
2002-06-28separate execution of the command and the menu pop up.fukachan
Firstly execute run_cgi_main() and show tables after that.
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
within prepare() method now to handle virtual domains properly.
2002-06-25change locations for command_help() and options()fukachan
2002-06-25get_recipient_list() -> get_address_list( $map )fukachan
2002-06-25beautify cgi interfacefukachan
2002-06-24bug fix ml_home_prefix() search algorithmfukachan
2002-06-24clean up menu, bug fix run_cgi_menu() argsfukachan
2002-06-24more defined() checks and sanity check if couldfukachan
2002-06-24bug fix ml_home_prefix() args, more defined() checksfukachan
2002-06-24get_ml_list(): check $ml_home_prefix, bug fix default domain handlingfukachan
2002-06-22define ml_name() methodfukachan
ml_domain() returns the current process's domain not default one. ml_home_prefix() and get_ml_list() behave more properly to reflect the current situation. fix ml_domain handling of rewrite_config_if_needed().
2002-06-22align (white spaces)fukachan