openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4c3cc2b394eaeeff012cd40441b1189f3f8eb81f
parent 12873225a0fc269b9af5be58fe92e64f1e1b12a6
Author: dankert <devnull@localhost>
Date:   Tue, 24 Jan 2006 00:07:11 +0100

Steuerung der Aktionsklassen ?ber .ini-Dateien

Diffstat:
actionClasses/BackgroundAction.ini.php | 5+++++
actionClasses/BorderAction.ini.php | 5+++++
actionClasses/ElementAction.ini.php | 3+++
actionClasses/FileAction.ini.php | 14++++++++++++++
actionClasses/FolderAction.ini.php | 28++++++++++++++++++++++++++++
actionClasses/GroupAction.ini.php | 41+++++++++++++++++++++++++++++++++++++++++
actionClasses/IndexAction.ini.php | 31+++++++++++++++++++++++++++++++
actionClasses/LanguageAction.ini.php | 3+++
actionClasses/LinkAction.ini.php | 3+++
actionClasses/MainAction.ini.php | 48++++++++++++++++++++++++++++++++++++++++++++++++
actionClasses/MainmenuAction.ini.php | 33+++++++++++++++++++++++++++++++++
actionClasses/PageAction.ini.php | 18++++++++++++++++++
actionClasses/PageelementAction.ini.php | 3+++
actionClasses/ProfileAction.ini.php | 21+++++++++++++++++++++
actionClasses/ProjectAction.ini.php | 26++++++++++++++++++++++++++
actionClasses/SearchAction.ini.php | 3+++
actionClasses/TemplateAction.ini.php | 10++++++++++
actionClasses/TitleAction.ini.php | 6++++++
actionClasses/TreeAction.ini.php | 11+++++++++++
actionClasses/TreemenuAction.ini.php | 6++++++
actionClasses/TreetitleAction.ini.php | 5+++++
actionClasses/UserAction.ini.php | 55+++++++++++++++++++++++++++++++++++++++++++++++++++++++
22 files changed, 378 insertions(+), 0 deletions(-)

diff --git a/actionClasses/BackgroundAction.ini.php b/actionClasses/BackgroundAction.ini.php @@ -0,0 +1,5 @@ + +[default] +goto=show + +[show] diff --git a/actionClasses/BorderAction.ini.php b/actionClasses/BorderAction.ini.php @@ -0,0 +1,5 @@ + +[default] +goto=show + +[show] diff --git a/actionClasses/ElementAction.ini.php b/actionClasses/ElementAction.ini.php @@ -0,0 +1,3 @@ + +[default] +goto=show diff --git a/actionClasses/FileAction.ini.php b/actionClasses/FileAction.ini.php @@ -0,0 +1,13 @@ + +[default] +goto=show + +[show] + +[edit] + +[prop] + +[pub] + +[rights]+ \ No newline at end of file diff --git a/actionClasses/FolderAction.ini.php b/actionClasses/FolderAction.ini.php @@ -0,0 +1,27 @@ + +[default] +goto=show + +[show] +menu=show + +[prop] + +[order] + +[rights] + +[pub] + +[create] + +[createfolder] + +[createlink] + +[createfile] + +[createpage] + +[menu] +show=show,order+ \ No newline at end of file diff --git a/actionClasses/GroupAction.ini.php b/actionClasses/GroupAction.ini.php @@ -0,0 +1,40 @@ +[default] +goto=listing + +[add] +menu=listing +target=addgroup + +[addgroup] + +[listing] +menu=listing + +[remove] +menu=edit +target=delete + +[delete] +goto=listing + +[edit] +menu=edit +target=save + +[save] +goto=listing + +[users] +menu=users + +[adduser] +target=addusertogroup +menu=users + +[addusertogroup] +goto=users + +[menu] +listing=listing,add +users=users,adduser +edit=edit,remove+ \ No newline at end of file diff --git a/actionClasses/IndexAction.ini.php b/actionClasses/IndexAction.ini.php @@ -0,0 +1,30 @@ + +[default] +goto=show + +[logout] +goto=showlogin + +[object] +goto=show + +[project] +goto=show + +[showlogin] +menu=login + +[administration] +goto=show + +[login] +goto=show + +[projectmenu] +menu=menu + +[show] + +[menu] +login=showlogin,register,password +menu=projectmenu,administration,logout+ \ No newline at end of file diff --git a/actionClasses/LanguageAction.ini.php b/actionClasses/LanguageAction.ini.php @@ -0,0 +1,3 @@ + +[default] +goto=show diff --git a/actionClasses/LinkAction.ini.php b/actionClasses/LinkAction.ini.php @@ -0,0 +1,3 @@ + +[default] +goto=show diff --git a/actionClasses/MainAction.ini.php b/actionClasses/MainAction.ini.php @@ -0,0 +1,48 @@ + +[default] +goto=show + +[element] +goto=show + +[file] +goto=show + +[folder] +goto=show + +[group] +goto=show + +[language] +goto=show + +[link] +goto=show + +[model] +goto=show + +[page] +goto=show + +[pageelement] +goto=show + +[project] +goto=show + +[search] +goto=show + +[show] +goto=show + +[template] +goto=show + +[transfer] +goto=show + +[user] +goto=show diff --git a/actionClasses/MainmenuAction.ini.php b/actionClasses/MainmenuAction.ini.php @@ -0,0 +1,33 @@ + +[default] +goto=show + +[element] + +[file] + +[folder] + +[group] + +[language] + +[link] + +[model] + +[page] + +[pageelement] + +[project] + +[search] + +[show] + +[template] + +[transfer] + +[user] diff --git a/actionClasses/PageAction.ini.php b/actionClasses/PageAction.ini.php @@ -0,0 +1,17 @@ + +[default] +goto=show + +[show] + +[edit] + +[el] + +[pub] + +[prop] + +[src] + +[rights]+ \ No newline at end of file diff --git a/actionClasses/PageelementAction.ini.php b/actionClasses/PageelementAction.ini.php @@ -0,0 +1,3 @@ + +[default] +goto=show diff --git a/actionClasses/ProfileAction.ini.php b/actionClasses/ProfileAction.ini.php @@ -0,0 +1,20 @@ + +[default] +goto=edit + +[edit] +target=saveprofile +menu=edit + +[pwchange] +target=savepw +menu=edit + +[savepw] +goto:edit + +[saveprofile] +goto=edit + +[menu] +edit=edit,pwchange+ \ No newline at end of file diff --git a/actionClasses/ProjectAction.ini.php b/actionClasses/ProjectAction.ini.php @@ -0,0 +1,25 @@ + +[default] +goto=listing + +[listing] +menu=list + +[remove] +menu=edit +target=delete + +[edit] +target=save +menu=edit + +[addproject] +goto=listing + +[add] +menu=list +target=addproject + +[menu] +list=listing,add +edit=edit,remove+ \ No newline at end of file diff --git a/actionClasses/SearchAction.ini.php b/actionClasses/SearchAction.ini.php @@ -0,0 +1,3 @@ + +[default] +goto=show diff --git a/actionClasses/TemplateAction.ini.php b/actionClasses/TemplateAction.ini.php @@ -0,0 +1,9 @@ +[listing] +menu=list + +[new] +menu=list +target=donew + +[donew] +goto=listing+ \ No newline at end of file diff --git a/actionClasses/TitleAction.ini.php b/actionClasses/TitleAction.ini.php @@ -0,0 +1,5 @@ + +[default] +goto=show + +[show]+ \ No newline at end of file diff --git a/actionClasses/TreeAction.ini.php b/actionClasses/TreeAction.ini.php @@ -0,0 +1,11 @@ + +[default] +goto=show + +[show] + +[load] + +[open] + +[close] diff --git a/actionClasses/TreemenuAction.ini.php b/actionClasses/TreemenuAction.ini.php @@ -0,0 +1,5 @@ + +[default] +goto=show + +[show]+ \ No newline at end of file diff --git a/actionClasses/TreetitleAction.ini.php b/actionClasses/TreetitleAction.ini.php @@ -0,0 +1,5 @@ + +[default] +goto=show + +[show] diff --git a/actionClasses/UserAction.ini.php b/actionClasses/UserAction.ini.php @@ -0,0 +1,54 @@ + +[default] +goto=listing + +[listing] +menu=listing + +[add] +menu=listing +target=adduser + +[adduser] + +[edit] +menu=edit +target=save + +[save] +goto=listing + +[remove] +menu=edit +target=delete + +[delete] +goto=listing + +[groups] +menu=groups + +[addgroup] +menu=groups +target=addgrouptouser + +[delgroup] +goto=groups + +[addgrouptouser] +goto=groups + +[pw] +menu=pw +target=pwchange + +[rights] + +[pwchange] +goto=pw + +[menu] +listing=listing,add +edit=edit,remove +groups=groups,addgroup +pw=pw+ \ No newline at end of file