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/10/12 21:05:06 UTC

svn commit: r315002 - in /incubator/roller/branches/roller_2.0/web: WEB-INF/classes/rollerRuntimeConfigDefs.xml website/edit-website.jsp

Author: agilliland
Date: Wed Oct 12 12:05:03 2005
New Revision: 315002

URL: http://svn.apache.org/viewcvs?rev=315002&view=rev
Log:
removing "site.emailnotify" property from runtime config because it's a dupe of "users.comments.emailnotify".

also removing duplicate entry field for default from email on weblog settings page.


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

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=315002&r1=315001&r2=315002&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 Wed Oct 12 12:05:03 2005
@@ -55,11 +55,6 @@
          <type>boolean</type>
          <default-value>false</default-value>
       </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 -->

Modified: incubator/roller/branches/roller_2.0/web/website/edit-website.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/website/edit-website.jsp?rev=315002&r1=315001&r2=315002&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/website/edit-website.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/website/edit-website.jsp Wed Oct 12 12:05:03 2005
@@ -39,12 +39,6 @@
     </tr>
 
     <tr>
-        <td class="label"><fmt:message key="websiteSettings.emailFromAddress" />
-        <td class="field"><html:text property="emailFromAddress" size="40"/></input></td>
-        <td class="description"><%-- <fmt:message key="websiteSettings.tip." /> --%></td>
-    </tr>
-
-    <tr>
         <td class="label"><fmt:message key="websiteSettings.homePage" /></td>
         <td class="field">
             <html:select property="defaultPageId" size="1">