summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2011-08-24add decode_mime_utf8_to_euc() for utf8 subjecttmu
2011-08-24fix copyrightfukachan
2010-11-28fix vendor expansion bug (bug fix previous commit).fukachan
*important changes* do not overwrite file in installation. changes for the further enhancement, e.g. in other softowares. Actually, the current fml installation does not chanes since the file/directory names do not conflict.
2010-11-09FML::Install is enhanced to try to install all files in all vendors,fukachan
which is useful for 3rd party. so, bump up to the version 7.98.16.
2010-04-10fix/update copyright.fukachan
2010-03-28clean upfukachan
2010-03-28clean up. update/fix descriptions.fukachan
2010-03-28update copyright.fukachan
update status. test environemnts: + perl 5.10.0 on NetBSD 5.0.2
2010-03-18fixed and clean up.fukachan
2010-03-06hmm, seems incorrect that increment_id() in calling HTML-ify functionfukachan
since already the article ID is incremated at _deliver_article_prep(). changed to use $article->id(); by fetching the current article ID.
2009-12-26clean up a little ...fukachan
2009-12-26use version managed bookinfo entity. clean up a little.fukachan
2009-12-26define bookinfo.cooked entity.fukachan
we use it as version-managed bookinfo.sgml.
2009-12-26version replacement utilityfukachan
2009-12-26replace version in include/bookinfo.sgml alwaysfukachan
using fml/utils/bin/version_replace.pl utility. catch up the change in clean and export rules.
2009-07-14move calling _htmlify() from _deliver_article_prep() to finish()tmu
2009-06-10bugfix case timezone +0000tmu
2009-02-26fix copyrightfukachan
2008-11-30ok 5.10.0 on NetBSD 2.xfukachan
2008-11-30defined() before eqfukachan
2008-10-31update status: todo/done/removedfukachan
2008-09-30fix comments (FNF)fukachan
2008-09-29verify_request() logs client ip address if could.fukachan
2008-09-28add usage of anonymous cgifukachan
2008-09-15install/deinstall all CGI scripts for the specified domain.fukachan
2008-09-15delete scripts in the reverse order of creation.fukachan
define {get,set}_force_mode().
2008-09-14fix admin.cgi removing operation bug.fukachan
count up the number of valid ml, remove admin.cgi only if ensured that no more valid ml exists.
2008-09-14define ml_name_list(), which returns the list of valid ml in thefukachan
specified domain. fix documents and todo.
2008-09-13regen: $listinfo_template_base_dirfukachan
2008-09-13define $listinfo_template_base_dirfukachan
2008-09-13listinfo operations fixed: install and deinstall index.html.{ja,en}.fukachan
2008-09-13us-ascii version, derived from euc-jp/index.html.jafukachan
2008-09-13change default url for submission of subscribe/unsubscribe request.fukachan
mailto:... -> /.../submit.cgi
2008-09-12regen: $ml_anonymous_cgi_base_urlfukachan
2008-09-12regen: $ml_anonymous_cgi_base_urlfukachan
2008-09-12define $ml_anonymous_cgi_base_urlfukachan
2008-09-12delete cgi scripts and listinfo in runnign rmml.fukachan
2008-09-12clean up.fukachan
warn() -> ui_message() + logwarn(). change variable names to be more proper. fix comments.
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
as_png() checks if GD perl module is available. if not, return undef.
2008-09-10(1) check if the banner image format generator works or notfukachan
(2) if not, use ascii generator.
2008-09-09regen: anonymous cgifukachan
2008-09-09renamed: $commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
define $ml_anonymous_cgi_allowed_commands
2008-09-09definition changed: $cgi_base_dir, $admin_cgi_base_dir andfukachan
$ml_admin_cgi_base_dir. define variables for anonymous cgi: $use_anonymous_cgi_function, $anonymous_cgi_expire_limit, $anonymous_cgi_base_dir, $ml_anonymous_cgi_base_dir, $html_tmp_dir, and $html_tmp_base_url.
2008-09-09add definition "anonymous/*/*/submit.cgi FML::CGI::Anonymous::Submit".fukachan
while space cosmetics.
2008-09-09$commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
ensure the return value for CGI action to be not "undef". menu is enhanced to handle both *admin.cgi and anonymous cgi case.
2008-09-09o generate anonymous session ID always (anyway).fukachan
o finish() calls message flush sub-system. o cgi_execute_command() is enhanced to handle both *admin.cgi and anonymous cgi case. o some error messages are natural-languaged. o use cgi_var_*() and specify -target if could.
2008-09-09fix how to search main_cf information.fukachan
define set_allow_reply_message() and get_allow_reply_message(). We can enable or disable reply_message*() functions dynamically.
2008-09-09anonymous cgi initial versionfukachan