summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2018-09-10handle subject_tag with % (e.g. %d, %05d) or not correctly to avoid warning.Ken'ichi Fukamachi
2018-09-08update comments on subject (mime header) handling.Ken'ichi Fukamachi
2018-09-08subject handling is changed to use Mail::Message::Subject based e.g. ↵Ken'ichi Fukamachi
mime_header_decode(). Mail::Message::Subject
2018-09-08subject handling is changed to mime_header_decode() and as_external_form() ↵Ken'ichi Fukamachi
style.
2018-09-08article_thread_init() modified to use Mail::Message::Subject.Ken'ichi Fukamachi
2018-09-08fix the document descriptions on rewrite_article_subject_tag().Ken'ichi Fukamachi
2018-09-08rewrite_article_subject_tag() switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
2018-09-04clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsoleteKen'ichi Fukamachi
by renaming to rewrite_article_subject_tag_obsolete(). It should be removed in the future. It will stay with the repository for a while.
2018-09-04Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete."Ken'ichi Fukamachi
This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43.
2018-09-04FML::Header::Subject->rewrite_article_subject_tag is obsolete.Ken'ichi Fukamachi
Temporarily, renamed to rewrite_article_subject_tag_obsolete() but it should be removed in the future.
2018-09-04renamed: ↵Ken'ichi Fukamachi
s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obsolete()/ to clarify it is obsolete.
2012-12-30catch up perl changes: defined(hashes and arrays) is deprecated,fukachan
instead use a simple test for size: if (@an_array) { ... }
2012-12-30catch up perl changes: not length(@array), use "scalar @array" to findfukachan
out how many elements these have.
2011-09-25include ErrorStatus module within it.fukachan
2011-09-25include ErrorStatus module within it.fukachan
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-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-07-14move calling _htmlify() from _deliver_article_prep() to finish()tmu
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
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-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
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-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
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
FML::CGI::User->anonymous_cgi_menu();
2008-09-09define anonymous_cgi_menu().fukachan
fix and update documents.
2008-09-09define $alnum_regexp class.fukachan
define 'session_id' and 'magic_string' regexp.
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