summaryrefslogtreecommitdiff
path: root/fml/lib/FML/CGI/Admin/Menu.pm
AgeCommit message (Collapse)Author
2004-10-09implement plural GUI skins.fukachan
create FML::CGI::Skin::* class. remove FML::CGI::Menu. FML::CGI::Menu -> FML::CGI::Skin::Base and create sub classes inheriting Base.
2004-07-23fix comments (FNF)fukachan
2004-01-21fix/udpate comments.fukachan
clean up.
2004-01-18more comments.fukachan
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).
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-02-16use language_*() method to determine $charsetfukachan
2003-02-15switched to use safe_cgi_action_name()fukachan
2002-12-18clean up.fukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-02fix commentsfukachan
clean up structure, variable usage use cgi_try_get_ml_name() not safe_param_ml_name() remove rewrite_config_if_needed()
2002-06-30clean up: nuke \s*$fukachan
2002-06-28separate execution of the command and the menu pop up.fukachan
Firstly execute run_cgi_main() and show tables after that.
2002-06-25navigation bar tries to follow the current *commandfukachan
2002-06-24clean up menu, bug fix run_cgi_menu() argsfukachan
2002-06-22classify the command in the navigation and mainfukachan
2002-06-21set up $ml_name dynamicallyfukachan
2002-04-25rename variable: available_commands_for_xxx -> commands_for_xxxfukachan
2002-04-23define cgi_try_get_ml_name()fukachan
enabled newml and rmml on CGI.
2002-04-10fix/clean up documents, commentsfukachan
2002-03-30white space cosmetics: nuke \s*$fukachan
2002-03-20remove run_cgi_help() oncefukachan
2002-03-19o prepend cgi_ or run_cgi to function name.fukachan
o implement trampoline mechanism using FML::Command: class. o change: pop_menu -> scrolling_list
2002-03-18cosmeticsfukachan
FNF define cgi_execute_command() and try_get_address() into FML::Process::CGI::Kernel and remove them from FML::CGI::Admin::Menu
2002-03-18color of the main menu is white by defaultfukachan
2002-03-18fix copyrightfukachan
2002-03-18Initial revisionfukachan