You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/19 21:11:57 UTC

svn commit: r290243 - /incubator/roller/branches/roller_2.0/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml

Author: agilliland
Date: Mon Sep 19 12:11:56 2005
New Revision: 290243

URL: http://svn.apache.org/viewcvs?rev=290243&view=rev
Log:
oops.  i removed the site.emailnotify property thinking it was a dupe.  adding it back now.


Modified:
    incubator/roller/branches/roller_2.0/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml?rev=290243&r1=290242&r2=290243&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/classes/rollerRuntimeConfigDefs.xml Mon Sep 19 12:11:56 2005
@@ -54,7 +54,12 @@
       <property-def name="pings.suspendPingProcessing" key="configForm.suspendPingProcessing">
          <type>boolean</type>
          <default-value>false</default-value>
-      </property-def>    
+      </property-def>
+      <property-def  name="site.emailnotify"  key="configForm.emailNotification">
+         <type>boolean</type>
+         <!-- defaults to false because we don't distribute mail jars -->
+         <default-value>false</default-value>
+      </property-def>
    </display-group >
 
    <!-- User Settings Group -->