| Age | Commit message (Collapse) | Author |
|
ensure the return value for CGI action to be not "undef".
menu is enhanced to handle both *admin.cgi and anonymous cgi case.
|
|
|
|
also it is changed to private.
|
|
|
|
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/;
|
|
[*_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
|
|
cosmetics.
more todo.
|
|
|
|
|
|
cgi_menu_default_map -> cgi_menu_default_address_map
|
|
|
|
|
|
|
|
|
|
|
|
cgi_var_action() cgi_var_frame_target()
switched to use cgi_var_*().
sort/cleanup initialization parts in each cgi_menu().
|
|
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).
|