summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/CGI/Kernel.pm
AgeCommit message (Expand)Author
2008-09-30fix comments (FNF)fukachan
2008-09-29verify_request() logs client ip address if could.fukachan
2008-09-09o generate anonymous session ID always (anyway).fukachan
2006-03-05changed to command_context object based.fukachan
2006-01-09white space cosmetics.fukachan
2005-08-19set_print_style() -> output_set_print_style()fukachan
2005-08-17FNF: adjust method naming convension.fukachan
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2005-05-27remove the duplicated code.fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-10-09show "back to top" menu in old fashion skin case.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix typo.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-18variable renaming:fukachan
2004-03-31move config.cgi specific methods run_*() fromfukachan
2004-03-12variable renaming.fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
2004-01-21more todo comments.fukachan
2004-01-18overhaul: more commentsfukachan
2004-01-02remove $args from _cgi_resolve_ml_specific_variables();fukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
2004-01-01remove $args.fukachan
2004-01-01FNF: fix copyrightfukachan
2004-01-01fix messagefukachan
2003-12-24use is_need_ml_name() not $args->{ ... }fukachan
2003-12-06cosmetics: white spacefukachan
2003-11-02move safe_cgi_action_name from FML::Process::Utils tofukachan
2003-10-18Mail::Message::Charset has tables on code, charset and languge.fukachan
2003-10-16bug fix _cgi_resolve_ml_specific_variables() for correct ml_* handling.fukachan
2003-10-15bug fix charset handling.fukachan
2003-10-15language_of_cgi_message() -> get_charset("cgi")fukachan
2003-10-15space cosmeticsfukachan
2003-10-15enable languge change functionfukachan
2003-10-14implement cgi_hidden_info_language() and modified to use it.fukachan
2003-10-14define cgi_var_language() and use itfukachan
2003-09-27more natural-language-d.fukachan
2003-09-27natural language extension in cgi menu.fukachan
2003-09-25use cgi.*.top for top level helpfukachan
2003-09-25change *::CGI:: class architecture.fukachan
2003-09-13use $curproc->config_cf_filepath().fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-02-16oops ;) we should check syntax if the value is not emplty.fukachan
2003-02-16use language_*() to determine $charset.fukachan
2003-02-15switched to use safe_cgi_action_name()fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-22fix commentsfukachan