diff options
| author | fukachan <fukachan> | 2002-06-30 14:37:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-06-30 14:37:41 +0000 |
| commit | e371fc22909058907e2739958baed3a12e3bfc3b (patch) | |
| tree | 5412097e4f9e3dbfe87ca088b01976f88ca35076 | |
| parent | 39977a09114207062a9f93aa2999b2c89544cc99 (diff) | |
| download | fml8-e371fc22909058907e2739958baed3a12e3bfc3b.tar.gz fml8-e371fc22909058907e2739958baed3a12e3bfc3b.tar.bz2 fml8-e371fc22909058907e2739958baed3a12e3bfc3b.zip | |
reconstruct CGI and configuration loading mechanism.
clean up
| -rw-r--r-- | CHANGES.txt | 68 |
1 files changed, 67 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 049632ac..0e3ba51e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,72 @@ CHANGES Last Modified: $Date$ + + ドキュメントクリーニング きゃんぺーん + + +2002/06/30 + + ドキュメントクリーニング きゃんぺーん + + FML::Command::HTMLify + more check of input + + FML::Process::ThreadTrack + fix ISA for ->speculate_max_id() + + FML::Process::ConfViewer Spool.pm + fix the condition to show help + + FML::Process::Error + $self -> $curproc + +2002/06/28 + + FML::CGI::Admin::Menu + FML::Process::CGI::Kernel + separate execution of the command and the menu pop up. + Firstly execute run_cgi_main() and show tables after that. + + CGI の情報更新をきちんとするために、CGI の関数呼びだしの基本構 + 造を修正 + +2002/06/27 + + バーチャルドメインサポートの修正、全面的オーバホール + + FML::MTAControl + FML::Command::Admin::newml rmml.pm + FML::MTAControl::Postfix Qmail.pm + major overhaul + o reconstruct architecture + o bug fix virtual domain support + o sync w:::FML::Process overhaul to bug fix virtual domain support + + FML::Process::Alias Command.pm ConfViewer.pm + Configure Distribute.pm + DocViewer Error.pm HTMLify.pm + Kernel Spool.pm Switch.pm + ThreadTrack Utils.pm + FML::Process::CGI::Kernel + major overhaul::delayed loading of *.cf files. The loading is done + within prepare() method now to handle virtual domains properly. + + FML::Command::HTMLify + not need to validate ml existence + +2002/06/25 + + clean up CGI ... + + FML::CGI::Admin::List + scroll size is set by the length of maps + + FML::Command::Admin::rmml + fix virtual domain handling. sync w:::newml logic + clean up (white spaces) + clean up. nuke _get_domain_info (not used) + 2002/06/24 CGI の見栄えを大改良中 @@ -2640,4 +2706,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.82 2002/06/23 03:39:02 fukachan Exp $ +$FML: CHANGES.txt,v 1.83 2002/06/24 15:01:51 fukachan Exp $ |
