summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/CGI/Utils.pm
AgeCommit message (Collapse)Author
2008-09-09$commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
ensure the return value for CGI action to be not "undef". menu is enhanced to handle both *admin.cgi and anonymous cgi case.
2005-06-04fix copyrightfukachan
2005-06-04move get_ml_list definition, used only here, to this module.fukachan
also it is changed to private.
2004-07-23fix comments (FNF)fukachan
2004-04-18variable renaming:fukachan
s/cgi_language_list/cgi_language_select_list/; s/cgi_menu_address_map_list/cgi_menu_address_map_select_list/; s/error_analyzer_function_list/error_analyzer_function_select_list/; s/template_file_charset_list/template_file_charset_select_list/;
2004-03-12variable renaming.fukachan
[*_program -> *_function] $use_command_mail_program -> $use_command_mail_function $use_digest_program -> $use_article_digest_function $use_distribute_program -> $use_article_post_function $use_error_analyzer_program -> $use_error_mail_analyzer_function [command list] $commands_for_user -> $user_command_mail_allowed_commands $commands_for_stranger -> $anonymous_command_mail_allowed_commands $commands_for_privileged_user -> $admin_command_mail_allowed_commands $commands_for_admin_cgi -> $admin_cgi_allowed_commands [restrictions] $post_restrictions -> $article_post_restrictions $post_restrictions_reject_notice_data_type -> $article_post_restrictions_reject_notice_data_type $command_restrictions -> $command_mail_restrictions permit_commands_for_stranger -> permit_anonymous_command_mail $admin_command_restrictions -> $admin_command_mail_restrictions
2004-01-21clean up.fukachan
cosmetics. more todo.
2004-01-01FNF: fix copyrightfukachan
2004-01-01fix: cgi_var_cgi_mode() return null string by default.fukachan
2003-10-17cgi_menu_map_list -> cgi_menu_address_map_listfukachan
cgi_menu_default_map -> cgi_menu_default_address_map
2003-10-16cgi_var_language() returns '' not 'japanese' if language info not found.fukachan
2003-10-15FNF: add commentsfukachan
2003-10-15space cosmeticsfukachan
2003-10-14define cgi_var_language() and use itfukachan
2003-09-27define methods: cgi_var_navigator_title(), cgi_var_fml_project_url().fukachan
2003-09-27define 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-25change *::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).