| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-10-15 | bug fix charset handling. | fukachan | |
| FNF: update comments | |||
| 2003-10-15 | FNF: add comments | fukachan | |
| 2003-10-15 | comment on charset | fukachan | |
| 2003-10-15 | consider Accept-Language: (but not used yet now ;-). | fukachan | |
| 2003-10-15 | remove obsolete language_of_reply_message(). | fukachan | |
| 2003-10-15 | remove language_of_cgi_message() | fukachan | |
| implement set_accept_language_list() and get_accept_language_list(). | |||
| 2003-10-15 | language_of_cgi_message() -> get_charset("cgi") | fukachan | |
| 2003-10-15 | bug fix masking variable definition | fukachan | |
| 2003-10-15 | space cosmetics | fukachan | |
| 2003-10-15 | enable languge change function | fukachan | |
| 2003-10-14 | implement get_charset() and set_charset(). modified to use it to | fukachan | |
| treat current charset changed dynamically on the fly. | |||
| 2003-10-14 | implement cgi_hidden_info_language() and modified to use it. | fukachan | |
| It holds language info within CGI operations. | |||
| 2003-10-14 | define cgi_var_language() and use it | fukachan | |
| 2003-10-14 | if (defined $pcb) { ...} | fukachan | |
| 2003-10-06 | handle article subject specilly where the key in db is "article_subject". | fukachan | |
| 2003-09-29 | disable _old_thread_check | fukachan | |
| 2003-09-27 | FNF: fix comment | fukachan | |
| 2003-09-27 | more natural-language-d. | fukachan | |
| 2003-09-27 | natural language extension in cgi menu. | fukachan | |
| 2003-09-27 | define methods: cgi_var_navigator_title(), cgi_var_fml_project_url(). | fukachan | |
| 2003-09-27 | make message_nl() handle enable language translation | fukachan | |
| 2003-09-27 | define new methods: cgi_var_address_map() cgi_var_address_map_list() | fukachan | |
| cgi_var_action() cgi_var_frame_target() switched to use cgi_var_*(). sort/cleanup initialization parts in each cgi_menu(). | |||
| 2003-09-25 | use cgi.*.top for top level help | fukachan | |
| 2003-09-25 | change *::CGI:: class architecture. | fukachan | |
| FML::CGI::*Admin::Menu inherits FML::CGI::Menu. methods in FML::Process::CGI::* returns the value by checking the current cgi mode (admin or ml-admin). | |||
| 2003-09-25 | change arguments of get_ml_list() to remove $args. | fukachan | |
| 2003-09-20 | define _find_longest_matched_entry() function and use it to find more | fukachan | |
| specific entry for getopt parameters and module definitons. | |||
| 2003-09-19 | new Header->add_message_id() | tmu | |
| change Header::MessageID->gen_id() Args change in Process::Kernel->_add_info_on_header() add add_message_id() | |||
| 2003-09-19 | fixed to avoid uninitialized ... | fukachan | |
| 2003-09-19 | implement _filespec_splitdir() which split filename to @filepath but | fukachan | |
| it uses File::Spec only in > perl 5.6.1. more specific match for $0 to resolve module we should use. | |||
| 2003-09-14 | Process::Flow and Process::Switch classes need to know $curproc | fukachan | |
| pointer each other. fix log message duplication mechanism. define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel. | |||
| 2003-09-13 | implement STDERR redirection to log STDERR messages and avoid output | fukachan | |
| to /dev/console. The STDERR messages are logged onto $ml_home_dir/log if could. This function works under the following conditions: 1. -q or --quiete command line option specified. 2. *.cgi process (automatically on). 3. process run under MTA (automatically on). | |||
| 2003-09-13 | implement is_cgi_process(), is_under_mta_process(). | fukachan | |
| 2003-09-13 | remove close_stderr_channel_if_quiet_option_specified(). | fukachan | |
| 2003-09-13 | implement ui_message(). | fukachan | |
| change label of log() from ok to info. | |||
| 2003-09-13 | use $curproc->config_cf_filepath(). | fukachan | |
| 2003-09-13 | comment on STDERR usage | fukachan | |
| 2003-09-13 | fix $0 handling for *.cgi: | fukachan | |
| program_fullname => $ENV{ 'SCRIPT_FILENAME' } || $0 | |||
| 2003-09-13 | extension: compare $0 against entry etc/modules by considering subdir. | fukachan | |
| 2003-09-06 | use removed_ml_home_dir_path() method to determine the dir path used | fukachan | |
| as the removed $ml_home_dir. | |||
| 2003-09-05 | bug fix: we should not use $main_cf in this module. | fukachan | |
| clean up. more comments. | |||
| 2003-09-05 | escape $curproc in eval | fukachan | |
| 2003-09-02 | bug fix wrong lvalue | fukachan | |
| 2003-08-30 | bug fix config(),pcb() (over-converted ;) | fukachan | |
| add simple log message queue logic as a prototype. | |||
| 2003-08-29 | over-converted ;) back again | fukachan | |
| 2003-08-29 | use $curproc->config(), pcb() not { config }, { pcb } respectively. | fukachan | |
| 2003-08-25 | FNF: fix comments | fukachan | |
| 2003-08-24 | save $@ via logwarn() not print STDERR .. | fukachan | |
| 2003-08-24 | remove debug | fukachan | |
| 2003-08-23 | fix copyright | fukachan | |
| 2003-08-23 | modified to use $curproc->log*() methods. | fukachan | |
