<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/CGI/Utils.pm, branch master</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>$commands_for_ml_admin_cgi -&gt; $ml_admin_cgi_allowed_commands</title>
<updated>2008-09-09T09:49:29+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2008-09-09T09:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6d2ca92566549ff5329e7ecd2c9256ff529b93ae'/>
<id>6d2ca92566549ff5329e7ecd2c9256ff529b93ae</id>
<content type='text'>
ensure the return value for CGI action to be not "undef".

menu is enhanced to handle both *admin.cgi and anonymous cgi case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ensure the return value for CGI action to be not "undef".

menu is enhanced to handle both *admin.cgi and anonymous cgi case.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyright</title>
<updated>2005-06-04T08:51:28+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-06-04T08:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=403b7714f083ebdfa7bf62770307c1cc295db2d0'/>
<id>403b7714f083ebdfa7bf62770307c1cc295db2d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move get_ml_list definition, used only here, to this module.</title>
<updated>2005-06-04T08:21:28+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-06-04T08:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=baf52f1051f7d9469c8e25dff41f838e1e5e6b42'/>
<id>baf52f1051f7d9469c8e25dff41f838e1e5e6b42</id>
<content type='text'>
also it is changed to private.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also it is changed to private.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments (FNF)</title>
<updated>2004-07-23T13:16:30+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-07-23T13:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=017265cfc701f6abcd99f52a0fa6eb9516fd510f'/>
<id>017265cfc701f6abcd99f52a0fa6eb9516fd510f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>variable renaming:</title>
<updated>2004-04-18T05:59:42+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-04-18T05:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=fbf4ad4d8dfa0fba2cca3c37e3b25d456963287a'/>
<id>fbf4ad4d8dfa0fba2cca3c37e3b25d456963287a</id>
<content type='text'>
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/;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/;
</pre>
</div>
</content>
</entry>
<entry>
<title>variable renaming.</title>
<updated>2004-03-12T11:45:47+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-03-12T11:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=6a510300b7d8d081680f49dd9b84c960724eb87c'/>
<id>6a510300b7d8d081680f49dd9b84c960724eb87c</id>
<content type='text'>
[*_program -&gt; *_function]

$use_command_mail_program   -&gt; $use_command_mail_function
$use_digest_program         -&gt; $use_article_digest_function
$use_distribute_program	    -&gt; $use_article_post_function
$use_error_analyzer_program -&gt; $use_error_mail_analyzer_function

[command list]

$commands_for_user            -&gt; $user_command_mail_allowed_commands
$commands_for_stranger        -&gt; $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -&gt; $admin_command_mail_allowed_commands
$commands_for_admin_cgi	      -&gt; $admin_cgi_allowed_commands

[restrictions]

$post_restrictions -&gt; $article_post_restrictions
$post_restrictions_reject_notice_data_type
-&gt; $article_post_restrictions_reject_notice_data_type

$command_restrictions -&gt; $command_mail_restrictions
permit_commands_for_stranger -&gt; permit_anonymous_command_mail

$admin_command_restrictions -&gt; $admin_command_mail_restrictions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[*_program -&gt; *_function]

$use_command_mail_program   -&gt; $use_command_mail_function
$use_digest_program         -&gt; $use_article_digest_function
$use_distribute_program	    -&gt; $use_article_post_function
$use_error_analyzer_program -&gt; $use_error_mail_analyzer_function

[command list]

$commands_for_user            -&gt; $user_command_mail_allowed_commands
$commands_for_stranger        -&gt; $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -&gt; $admin_command_mail_allowed_commands
$commands_for_admin_cgi	      -&gt; $admin_cgi_allowed_commands

[restrictions]

$post_restrictions -&gt; $article_post_restrictions
$post_restrictions_reject_notice_data_type
-&gt; $article_post_restrictions_reject_notice_data_type

$command_restrictions -&gt; $command_mail_restrictions
permit_commands_for_stranger -&gt; permit_anonymous_command_mail

$admin_command_restrictions -&gt; $admin_command_mail_restrictions
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up.</title>
<updated>2004-01-21T03:40:43+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-21T03:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=bfc7b6b3f232b3e66f77d89a0c707eea31456e98'/>
<id>bfc7b6b3f232b3e66f77d89a0c707eea31456e98</id>
<content type='text'>
cosmetics.
more todo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cosmetics.
more todo.
</pre>
</div>
</content>
</entry>
<entry>
<title>FNF: fix copyright</title>
<updated>2004-01-01T08:48:38+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-01T08:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d48df2ad0fcce549bdbdc0891e14ea9c57d9d667'/>
<id>d48df2ad0fcce549bdbdc0891e14ea9c57d9d667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: cgi_var_cgi_mode() return null string by default.</title>
<updated>2004-01-01T08:41:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-01T08:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=182d9ae3bf62ee6fb6316190b3758f874b725c00'/>
<id>182d9ae3bf62ee6fb6316190b3758f874b725c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cgi_menu_map_list    -&gt; cgi_menu_address_map_list</title>
<updated>2003-10-17T08:16:27+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-10-17T08:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=01b24e268721cc5df5780b89a5c9e82c688dcd8f'/>
<id>01b24e268721cc5df5780b89a5c9e82c688dcd8f</id>
<content type='text'>
cgi_menu_default_map -&gt; cgi_menu_default_address_map
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cgi_menu_default_map -&gt; cgi_menu_default_address_map
</pre>
</div>
</content>
</entry>
</feed>
