summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Expand)Author
2001-03-22filter mail header like strings more and more for more smart summaryfukachan
2001-03-22fix label to s/ARTICLE/LINE/ in while(<ARTICLE>) {}fukachan
2001-03-22change button name, s/change/go/fukachan
2001-03-22define show_articles_for_ticket() method.fukachan
2001-03-22add a comment on fmlticket.cgi class hierfukachan
2001-03-22modify look&feel for more easy debugfukachan
2001-03-22align spacesfukachan
2001-03-22relative ACTION url pathfukachan
2001-03-22resolve warning, add more alert for debugfukachan
2001-03-22move output routines to here since these are model dependent.fukachan
2001-03-22define load_module($args, $module) method.fukachan
2001-03-22move the main code to FML::Ticket::Model::$model->run_cgi() since eachfukachan
2001-03-21clean up. nuke show_summary_in_html()fukachan
2001-03-21move run() and _load_ticket_model_module() to FML::Process::*fukachan
2001-03-21fix @ISAfukachan
2001-03-21update documentfukachan
2001-03-21change ticket_model to minimal_states by defaultfukachan
2001-03-21ticket_model = minimal_states by defaultfukachan
2001-03-21define ticket_cgi_title and ticket_cgi_bgcolorfukachan
2001-03-21define ticket_cgi_base_url and ldap_query_filterfukachan
2001-03-21define ticket_cgi_base_urlfukachan
2001-03-20modify $args passed from libexec/loader by analyzing CGI->param().fukachan
2001-03-20ml_name is needed for fmlticket.cgifukachan
2001-03-20add /usr/local/libexec/fml to @INCfukachan
2001-03-20define ldap_query_filterpre-cgifukachan
2001-03-20remove Dialect/fukachan
2001-03-20s/Dialect/Language/fukachan
2001-03-20Initial revisionfukachan
2001-03-20regenfukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-20define Log(), LogWarn() and LogError().fukachan
2001-03-20change default ticket model name. s/toymodel/minimal_by_db/fukachan
2001-03-20clean up documentfukachan
2001-03-20update $args descriptionfukachan
2001-03-20accpet arbitrary ticket model namefukachan
2001-03-20check more $home_dir or $ml_name is specified if we need_ml_name().fukachan
2001-03-19SQL is implemented as a prototypefukachan
2001-03-19clean up documentfukachan
2001-03-19change $map_params structurefukachan
2001-03-18IO::Adapter::DBI -< IO::Adapter::MySQLfukachan
2001-03-18clean up variable namesfukachan
2001-03-18add http://www.fml.org/mlarchives/fml-devel/fukachan
2001-03-18fix close() bugfukachan
2001-03-18mysql map can work.fukachan
2001-03-18fix module name to sync w/ currentfukachan
2001-03-18nuke defined() to avoid perl warningfukachan
2001-03-18generate documents on SQL::fukachan