summaryrefslogtreecommitdiff
path: root/fml/lib/FML/CGI
AgeCommit message (Collapse)Author
2008-09-10(1) check if the banner image format generator works or notfukachan
(2) if not, use ascii generator.
2008-09-09anonymous cgi initial versionfukachan
2008-09-09define anonymous_cgi_menu().fukachan
fix and update documents.
2006-03-05fix copyrightfukachan
2006-03-05changed to command_context object based.fukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-08-23fix copyrightfukachan
2005-08-23enable reviveml in cgifukachan
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust method naming convension.fukachan
langinfo_XXX() e.g. langinfo_get_charset()...
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
2005-06-26use ... not eval q{use ...}. to avoid errorfukachan
2005-06-04fix copyrightfukachan
2005-06-04moved get_address_list(), called only at this module, fromfukachan
FML::Process::Utils to here. Also, it is changed to the private method; get_address_list() -> _get_address_list().
2005-05-27fix comments (FNF)fukachan
2004-12-23move Calendar::Lite to FML::Demo::Calendar since this module needsfukachan
FML::* class.
2004-10-09yet another skin (old fashion)fukachan
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-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23fix comments.fukachan
fix error messages.
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-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-03-31modify message output engine.fukachan
enable close operation.
2004-03-31use cgi.config.$key as message translationfukachan
2004-03-31move config.cgi specific methods run_*() fromfukachan
FML::Process::CGI::Kernel to FML::CGI::Menu.
2004-03-31check existence of $ml_name value.fukachan
use Japanese title.
2004-03-29preliminary implementation of thread GUI.fukachan
2004-02-15white space cosmetics.fukachan
2004-01-21fix/udpate comments.fukachan
clean up.
2004-01-18add comments.fukachan
FNF: clean up style.
2004-01-18more comments.fukachan
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.
2004-01-01FNF: fix copyrightfukachan
2004-01-01update commentsfukachan
2003-11-02remove not-used variable.fukachan
2003-10-22change address list shown on the cgi menu from member to recipient.fukachan
XXX if we use member , it contains $admin_member_maps, it is ambiguous.
2003-10-17cgi_menu_map_list -> cgi_menu_address_map_listfukachan
cgi_menu_default_map -> cgi_menu_default_address_map
2003-10-15language_of_cgi_message() -> get_charset("cgi")fukachan
2003-10-15space cosmeticsfukachan
2003-10-14implement cgi_hidden_info_language() and modified to use it.fukachan
It holds language info within CGI operations.
2003-09-27more natural-language-d.fukachan
2003-09-27natural language extension in cgi menu.fukachan
2003-09-27add reset buttonfukachan
2003-09-27fix selected_key namefukachan
2003-09-27cgi_var_ml_name_list($ml_domain) -> cgi_var_ml_name_list()fukachan
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