Monotone-Parent: afb936940418b75e98e7e6cf8708708932b6179f

Monotone-Revision: 4698781d4a032bc88d4d9a572eb98273c608bed8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-04T15:02:23
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-09-04 15:02:23 +00:00
parent 2c3a717016
commit ab4a9bc60f
1 changed files with 16 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
requires = ( MAIN );
requires = ( MAIN, CommonUI );
publicResources = (
);
@ -59,13 +59,18 @@
categories = {
SOGo = { // TODO: move decls to class
methods = {
index = {
view = {
protectedBy = "View";
pageName = "SOGoRootPage";
pageName = "SOGoRootPage";
};
connect = {
protectedBy = "View";
pageName = "SOGoRootPage";
actionName = "connect";
};
GET = { // more or less a hack, see README of dbd
protectedBy = "View";
pageName = "SOGoRootPage";
pageName = "SOGoRootPage";
};
};
};
@ -77,13 +82,18 @@
protectedBy = "<public>";
pageName = "SOGoUserHomePage";
};
logoff = {
protectedBy = "<public>";
pageName = "SOGoUserHomePage";
actionName = "logoff";
};
};
};
SOGoGroupsFolder = {
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupsPage";
pageName = "SOGoGroupsPage";
};
};
};
@ -91,7 +101,7 @@
methods = {
index = {
protectedBy = "View";
pageName = "SOGoGroupPage";
pageName = "SOGoGroupPage";
};
};
};