<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/Flow.pm, branch merge-2nd-base</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>s/incoming_message_queue_clean_up/incoming_message_cleanup_queue/g;</title>
<updated>2005-08-10T13:09:46+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-10T13:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=15cdcec34d9afb35db6d7167be27b668fda69b7e'/>
<id>15cdcec34d9afb35db6d7167be27b668fda69b7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FNF:</title>
<updated>2005-08-10T12:55:32+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-08-10T12:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=33512fe5b6bd26bff92a98a169b166f1d042a183'/>
<id>33512fe5b6bd26bff92a98a169b166f1d042a183</id>
<content type='text'>
	s/temp_file_path/tmp_file_path/g;
	s/tmp_files_clean_up/tmp_file_cleanup/g;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	s/temp_file_path/tmp_file_path/g;
	s/tmp_files_clean_up/tmp_file_cleanup/g;
</pre>
</div>
</content>
</entry>
<entry>
<title>method naming fixed to $curproc-&gt;OBJ_METHOD() form (FNF).</title>
<updated>2005-06-04T08:49:05+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-06-04T08:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=dde828a99ad5c8e0afc414ddcc98068aee21831e'/>
<id>dde828a99ad5c8e0afc414ddcc98068aee21831e</id>
<content type='text'>
get_article_id                 -&gt; article_get_id
set_article_id                 -&gt; article_set_id
config_files_append_to_list    -&gt; config_files_append
append_to_config_files_list    -&gt; config_files_append_to_list
get_config_files_list          -&gt; config_files_get_list
load_config_files              -&gt; config_files_load
set_config_files_list          -&gt; config_files_set_list
verify_sender_credential       -&gt; credential_verify_sender
get_current_process_ml_name    -&gt; current_process_get_ml_name
set_current_process_ml_name    -&gt; current_process_set_ml_name
fix_perl_include_path          -&gt; env_fix_perl_include_path
parse_exception                -&gt; exception_parse
parse_incoming_message         -&gt; incoming_message_parse
clean_up_incoming_queue        -&gt; incoming_message_queue_clean_up
get_cui_menu                   -&gt; menu_get_cui_config_file_path
get_gui_menu                   -&gt; menu_get_gui_config_file_path
resolve_ml_specific_variables  -&gt; ml_variables_resolve
outgoing_message_open_channel  -&gt; outgoing_message_cache_open
open_outgoing_message_channel  -&gt; outgoing_message_open_channel
inform_reply_messages          -&gt; reply_message_inform
prepare_file_to_return         -&gt; reply_message_prepare_template
clean_up_tmpfiles              -&gt; tmp_files_clean_up
reset_umask                    -&gt; umask_reset
set_umask_as_public            -&gt; umask_set_as_public
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_article_id                 -&gt; article_get_id
set_article_id                 -&gt; article_set_id
config_files_append_to_list    -&gt; config_files_append
append_to_config_files_list    -&gt; config_files_append_to_list
get_config_files_list          -&gt; config_files_get_list
load_config_files              -&gt; config_files_load
set_config_files_list          -&gt; config_files_set_list
verify_sender_credential       -&gt; credential_verify_sender
get_current_process_ml_name    -&gt; current_process_get_ml_name
set_current_process_ml_name    -&gt; current_process_set_ml_name
fix_perl_include_path          -&gt; env_fix_perl_include_path
parse_exception                -&gt; exception_parse
parse_incoming_message         -&gt; incoming_message_parse
clean_up_incoming_queue        -&gt; incoming_message_queue_clean_up
get_cui_menu                   -&gt; menu_get_cui_config_file_path
get_gui_menu                   -&gt; menu_get_gui_config_file_path
resolve_ml_specific_variables  -&gt; ml_variables_resolve
outgoing_message_open_channel  -&gt; outgoing_message_cache_open
open_outgoing_message_channel  -&gt; outgoing_message_open_channel
inform_reply_messages          -&gt; reply_message_inform
prepare_file_to_return         -&gt; reply_message_prepare_template
clean_up_tmpfiles              -&gt; tmp_files_clean_up
reset_umask                    -&gt; umask_reset
set_umask_as_public            -&gt; umask_set_as_public
</pre>
</div>
</content>
</entry>
<entry>
<title>remove _xxx() methods among modules: rename _XXX() to sysflow_XXX().</title>
<updated>2005-05-26T12:56:35+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2005-05-26T12:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=5a1df32f48b53157812d6c3616867df0604524a8'/>
<id>5a1df32f48b53157812d6c3616867df0604524a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments</title>
<updated>2004-07-11T15:43:36+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-07-11T15:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cd4dcdf032c6e03bd8983f14d5fa957f5b812618'/>
<id>cd4dcdf032c6e03bd8983f14d5fa957f5b812618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>call $process-&gt;clean_up_incoming_queue();</title>
<updated>2004-05-25T03:35:16+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-05-25T03:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=49721cbecac2a5891597e1848f2dd2d482a847fb'/>
<id>49721cbecac2a5891597e1848f2dd2d482a847fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update/fix comments</title>
<updated>2004-01-04T03:25:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-04T03:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8ce8342388a203ebc9394e1d6ab202eb0e21b07e'/>
<id>8ce8342388a203ebc9394e1d6ab202eb0e21b07e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyright</title>
<updated>2004-01-02T14:42:42+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T14:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=073b66e090c58758b6b16b44e4240e349beaec55'/>
<id>073b66e090c58758b6b16b44e4240e349beaec55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Process::Flow and Process::Switch classes need to know $curproc</title>
<updated>2003-09-14T04:05:46+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-09-14T04:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0db4bf5bef9912092c3f5188b9de45b773663de1'/>
<id>0db4bf5bef9912092c3f5188b9de45b773663de1</id>
<content type='text'>
pointer each other.

fix log message duplication mechanism.

define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pointer each other.

fix log message duplication mechanism.

define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement STDERR redirection to log STDERR messages and avoid output</title>
<updated>2003-09-13T13:05:18+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-09-13T13:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b7acc425f646738e648546e3f0e14b89aec74e90'/>
<id>b7acc425f646738e648546e3f0e14b89aec74e90</id>
<content type='text'>
to /dev/console. The STDERR messages are logged onto $ml_home_dir/log
if could.

This function works under the following conditions:
1. -q or --quiete command line option specified.
2. *.cgi process (automatically on).
3. process run under MTA (automatically on).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to /dev/console. The STDERR messages are logged onto $ml_home_dir/log
if could.

This function works under the following conditions:
1. -q or --quiete command line option specified.
2. *.cgi process (automatically on).
3. process run under MTA (automatically on).
</pre>
</div>
</content>
</entry>
</feed>
