summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Expand)Author
2010-11-28fix vendor expansion bug (bug fix previous commit).fukachan
2010-11-09FML::Install is enhanced to try to install all files in all vendors,fukachan
2010-04-10fix/update copyright.fukachan
2010-03-06hmm, seems incorrect that increment_id() in calling HTML-ify functionfukachan
2009-07-14move calling _htmlify() from _deliver_article_prep() to finish()tmu
2009-06-10bugfix case timezone +0000tmu
2009-02-26fix copyrightfukachan
2008-11-30defined() before eqfukachan
2008-09-30fix comments (FNF)fukachan
2008-09-29verify_request() logs client ip address if could.fukachan
2008-09-15install/deinstall all CGI scripts for the specified domain.fukachan
2008-09-15delete scripts in the reverse order of creation.fukachan
2008-09-14fix admin.cgi removing operation bug.fukachan
2008-09-14define ml_name_list(), which returns the list of valid ml in thefukachan
2008-09-13listinfo operations fixed: install and deinstall index.html.{ja,en}.fukachan
2008-09-12delete cgi scripts and listinfo in runnign rmml.fukachan
2008-09-12clean up.fukachan
2008-09-10document: fix typofukachan
2008-09-10clean up setup_cgi_interface() to be more modular.fukachan
2008-09-10new() needs $curproc as the argument.fukachan
2008-09-10(1) check if the banner image format generator works or notfukachan
2008-09-09$commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
2008-09-09o generate anonymous session ID always (anyway).fukachan
2008-09-09fix how to search main_cf information.fukachan
2008-09-09anonymous cgi initial versionfukachan
2008-09-09import $fml_owner and $fml_group into $config name space from main.cf.fukachan
2008-09-09in setting up cgi, install cgi script(s) for anonymous users, too.fukachan
2008-09-09show menu for an anonymous user by callingfukachan
2008-09-09define anonymous_cgi_menu().fukachan
2008-09-09define $alnum_regexp class.fukachan
2008-09-09banner string generatorfukachan
2008-09-09generates a magic string and the identifier used for the session ID.fukachan
2008-09-09ascii presentation of letters.fukachan
2008-08-24fix copyrightfukachan
2008-08-24fixed: typo: add_outline_to_header_field -> add_outline_to_headerfukachan
2008-08-24allow sub-command "outline" load.fukachan
2008-08-24fix comments (FNF)fukachan
2008-08-24fix copyrightfukachan
2008-08-24rearrange isolated mails to under $isolated_queue_dir/YYYY/MM/DD dir.fukachan
2008-08-17bug fix: check isolated or ignored precisely and determine the final action.fukachan
2008-08-13bug fix: fix internal arguments passing bug to handle senderfukachan
2008-08-02fix copyrightfukachan
2008-08-02fixed that isolate operation works.fukachan
2008-08-02create isolated queue, too.fukachan
2008-07-20isolate the current incoming message if matchedfukachan
2008-07-20define isolate_system_special_accounts() andfukachan
2008-07-20define incoming_message_dup_content() andfukachan
2008-07-19fix copyrightfukachan
2008-07-06define "isolate" operation template.fukachan
2008-07-05fix typofukachan