summaryrefslogtreecommitdiff
path: root/fml/lib/FML/CGI/List.pm
AgeCommit message (Collapse)Author
2006-03-05fix copyrightfukachan
2006-03-05changed to command_context object based.fukachan
2005-05-27fix comments (FNF)fukachan
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-02-15white space cosmetics.fukachan
2004-01-18add comments.fukachan
FNF: clean up style.
2004-01-02fix copyrightfukachan
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2003-10-17cgi_menu_map_list -> cgi_menu_address_map_listfukachan
cgi_menu_default_map -> cgi_menu_default_address_map
2003-10-14implement cgi_hidden_info_language() and modified to use it.fukachan
It holds language info within CGI operations.
2003-09-27natural language extension in cgi menu.fukachan
2003-09-27add reset buttonfukachan
2003-09-27bug fix method name.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-27FML/CGI/Admin/{List,ML,User}.pm -> FML/CGI/{List,ML,User}.pmfukachan