Update of
/var/cvs/contributions/CMSContainer_Modules/rssfeed/config/applications/rssfeed/builders
In directory
james.mmbase.org:/tmp/cvs-serv14364/rssfeed/config/applications/rssfeed/builders
Modified Files:
rssfeed.xml
Log Message:
CMSC-682 Move secure and inmenu fields to navigationitem
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/rssfeed/config/applications/rssfeed/builders
See also: http://www.mmbase.org/jira/browse/CMSC-682
Index: rssfeed.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/rssfeed/config/applications/rssfeed/builders/rssfeed.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- rssfeed.xml 11 Dec 2007 14:45:02 -0000 1.7
+++ rssfeed.xml 16 Jan 2008 10:56:16 -0000 1.8
@@ -22,26 +22,73 @@
</descriptions>
<properties></properties>
<fieldlist>
+
<field>
<descriptions>
<description xml:lang="nl"></description>
<description xml:lang="en"></description>
</descriptions>
<gui>
- <guiname xml:lang="nl">Titel</guiname>
- <guiname xml:lang="en">Title</guiname>
+ <guiname xml:lang="nl">Aangemaakt</guiname>
+ <guiname xml:lang="en">Creationdate</guiname>
</gui>
<editor>
<positions>
- <input>1</input>
- <list>1</list>
- <search>1</search>
+ <input>4</input>
+ <list>-1</list>
+ <search>-1</search>
</positions>
</editor>
- <datatype base="line"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ <datatype base="created"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
<db>
- <name>title</name>
- <type key="false" notnull="true" size="512"
state="persistent">STRING</type>
+ <name>creationdate</name>
+ <type key="false" notnull="false"
state="system">DATETIME</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">Gewijzigd</guiname>
+ <guiname xml:lang="en">Lastmodifieddate</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>5</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype base="lastmodified"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ <db>
+ <name>lastmodifieddate</name>
+ <type key="false" notnull="false"
state="system">DATETIME</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">Publicatie
datum</guiname>
+ <guiname xml:lang="en">Publishdate</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>6</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <default value="now" />
+ </datatype>
+ <db>
+ <name>publishdate</name>
+ <type key="false" notnull="false"
state="persistent">DATETIME</type>
</db>
</field>
<field>
@@ -50,6 +97,76 @@
<description xml:lang="en"></description>
</descriptions>
<gui>
+ <guiname xml:lang="nl">Verloopdatum</guiname>
+ <guiname xml:lang="en">Expiredate</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>7</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <default value="today + 100 year" />
+ </datatype>
+ <db>
+ <name>expiredate</name>
+ <type key="false" notnull="false"
state="persistent">DATETIME</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">Gewijzigd door</guiname>
+ <guiname xml:lang="en">Lastmodifier</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>8</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype base="lastmodifier"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ <db>
+ <name>lastmodifier</name>
+ <type key="false" notnull="false" size="1024"
state="system">STRING</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">use_expirydate</guiname>
+ <guiname xml:lang="en">use_expirydate</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>9</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype base="yesno"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ <db>
+ <name>use_expirydate</name>
+ <type key="false" required="true"
state="persistent">BOOLEAN</type>
+ </db>
+ </field>
+
+
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
<guiname xml:lang="nl">URL-fragment</guiname>
<guiname xml:lang="en">URL-fragment</guiname>
</gui>
@@ -72,6 +189,99 @@
<description xml:lang="en"></description>
</descriptions>
<gui>
+ <guiname xml:lang="nl">Titel</guiname>
+ <guiname xml:lang="en">Title</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>11</input>
+ <list>11</list>
+ <search>11</search>
+ </positions>
+ </editor>
+ <datatype base="line"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ <db>
+ <name>title</name>
+ <type key="false" required="true" size="255"
state="persistent">STRING</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">Omschrijving</guiname>
+ <guiname xml:lang="en">Description</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>12</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype base="line"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
+ <db>
+ <name>description</name>
+ <type key="false" required="false" size="1024"
state="persistent">STRING</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">In menu</guiname>
+ <guiname xml:lang="en">In menu</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>13</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype base="yesno" xmlns="http://www.mmbase.org/xmlns/datatypes">
+ <default value="true"/>
+ </datatype>
+ <db>
+ <name>inmenu</name>
+ <type key="false" required="true"
state="persistent">BOOLEAN</type>
+ </db>
+ </field>
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
+ <guiname xml:lang="nl">Beveiligd</guiname>
+ <guiname xml:lang="en">Secure</guiname>
+ </gui>
+ <editor>
+ <positions>
+ <input>14</input>
+ <list>-1</list>
+ <search>-1</search>
+ </positions>
+ </editor>
+ <datatype base="yesno" xmlns="http://www.mmbase.org/xmlns/datatypes"
/>
+ <db>
+ <name>secure</name>
+ <type key="false" required="true" state="persistent">BOOLEAN</type>
+ </db>
+ </field>
+
+<!-- Rssfeed specific fields -->
+
+ <field>
+ <descriptions>
+ <description xml:lang="nl"></description>
+ <description xml:lang="en"></description>
+ </descriptions>
+ <gui>
<guiname xml:lang="nl">Maximum
(aantal)</guiname>
<guiname xml:lang="en">Maximum
(number)</guiname>
</gui>
@@ -158,28 +368,6 @@
<description xml:lang="en"></description>
</descriptions>
<gui>
- <guiname xml:lang="nl">Beschrijving</guiname>
- <guiname xml:lang="en">Description</guiname>
- </gui>
- <editor>
- <positions>
- <input>6</input>
- <list>-1</list>
- <search>-1</search>
- </positions>
- </editor>
- <datatype base="string"
xmlns="http://www.mmbase.org/xmlns/datatypes" />
- <db>
- <name>description</name>
- <type key="false" notnull="true" size="2048"
state="persistent">STRING</type>
- </db>
- </field>
- <field>
- <descriptions>
- <description xml:lang="nl"></description>
- <description xml:lang="en"></description>
- </descriptions>
- <gui>
<guiname xml:lang="nl">Copyright</guiname>
<guiname xml:lang="en">Copyright</guiname>
</gui>
@@ -240,6 +428,9 @@
<type key="false" notnull="true" size="512"
state="persistent">STRING</type>
</db>
</field>
+
+<!-- Virtual fields -->
+
<field>
<descriptions>
<description xml:lang="en">The complete path
for this page</description>
@@ -282,27 +473,5 @@
<type key="false" notnull="false" size="4000"
state="virtual" readonly="true">STRING</type>
</db>
</field>
- <field>
- <descriptions>
- <description xml:lang="nl"></description>
- <description xml:lang="en"></description>
- </descriptions>
- <gui>
- <guiname xml:lang="nl">Beveiligd</guiname>
- <guiname xml:lang="en">Secure</guiname>
- </gui>
- <editor>
- <positions>
- <input>10</input>
- <list>-1</list>
- <search>-1</search>
- </positions>
- </editor>
- <datatype base="yesno" xmlns="http://www.mmbase.org/xmlns/datatypes"
/>
- <db>
- <name>secure</name>
- <type key="false" required="true" state="persistent">BOOLEAN</type>
- </db>
- </field>
</fieldlist>
</builder>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs