summaryrefslogtreecommitdiffstats
path: root/.zfproject.xml
diff options
context:
space:
mode:
authorBjörn Geiger2011-04-05 17:36:16 +0200
committerBjörn Geiger2011-04-05 17:36:16 +0200
commite0935357c77f0fbeea2b0ffaec447d3521368006 (patch)
tree6009c5511dfbf6dba493baed536212b23d2cfc4f /.zfproject.xml
parentPaging bei Person, Group und Role (diff)
parentrecht für superadmin vergessen (diff)
downloadpbs2-e0935357c77f0fbeea2b0ffaec447d3521368006.tar.gz
pbs2-e0935357c77f0fbeea2b0ffaec447d3521368006.tar.xz
pbs2-e0935357c77f0fbeea2b0ffaec447d3521368006.zip
Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2
Diffstat (limited to '.zfproject.xml')
-rw-r--r--.zfproject.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.zfproject.xml b/.zfproject.xml
index 21e4994..3a64fde 100644
--- a/.zfproject.xml
+++ b/.zfproject.xml
@@ -184,6 +184,9 @@
<controllerFile controllerName="Preboot">
<actionMethod actionName="index"/>
</controllerFile>
+ <controllerFile controllerName="Session">
+ <actionMethod actionName="index"/>
+ </controllerFile>
</controllersDirectory>
<formsDirectory>
<formFile formName="Login"/>
@@ -342,6 +345,9 @@
<viewControllerScriptsDirectory forControllerName="Person">
<viewScriptFile forActionName="show"/>
</viewControllerScriptsDirectory>
+ <viewControllerScriptsDirectory forControllerName="Session">
+ <viewScriptFile forActionName="index"/>
+ </viewControllerScriptsDirectory>
</viewScriptsDirectory>
</viewsDirectory>
<bootstrapFile filesystemName="Bootstrap.php"/>
@@ -827,6 +833,7 @@
<testApplicationControllerFile filesystemName="AuthControllerTest.php"/>
<testApplicationControllerFile filesystemName="StatsControllerTest.php"/>
<testApplicationControllerFile filesystemName="PrebootControllerTest.php"/>
+ <testApplicationControllerFile filesystemName="SessionControllerTest.php"/>
</testApplicationControllerDirectory>
</testApplicationDirectory>
<testLibraryDirectory>