diff options
| author | fukachan <fukachan> | 2008-06-28 22:51:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-06-28 22:51:12 +0000 |
| commit | aebc6144d05345e62761f3a96ec4fe2da84bc4cb (patch) | |
| tree | 1699bfa2c21cb738c9fe4f9aad60f7285a273b1d | |
| parent | c428a4551f72a42db1c6afd041c483dd11d932ac (diff) | |
| download | fml8-aebc6144d05345e62761f3a96ec4fe2da84bc4cb.tar.gz fml8-aebc6144d05345e62761f3a96ec4fe2da84bc4cb.tar.bz2 fml8-aebc6144d05345e62761f3a96ec4fe2da84bc4cb.zip | |
who can do newml in create-on-post?
| -rw-r--r-- | CHANGES.txt | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4a7af67b..915d87cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -40,6 +40,30 @@ ルキューイングシステムを使ってエラー処理や再送処理を行ないます。 +2008/06/29 + + CREATE-ON-POST 機能では、動的にMLの作成、メンバーの追加が + 出来るわけですが、MLの作成が可能なユーザの制限を可能としました。 + + FML::Credential + implement is_ml_domain() method. + fix debug and pod descriptions. + + FML::Restriction::Post + implement permit_ml_domain() + + FML::Restriction::CreateOnPost + define permit_createonpost_newml_maps + + FML::Process::CreateOnPost + "who can do newml operations" code is rewritten to use of + createonpost_newml_restrictions. + + variables + define $createonpost_newml_restrictions. + define $createonpost_newml_maps. + remove $createonpost_maintainer_maps. + 2008/06/08 create-on-post enhanced. @@ -10095,4 +10119,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.298 2008/06/08 13:15:55 fukachan Exp $ +$FML: CHANGES.txt,v 1.299 2008/06/08 13:26:34 fukachan Exp $ |
