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/25 09:30:14 UTC

svn commit: r291382 - in /incubator/roller/branches/roller_2.0/web/WEB-INF/classes: ApplicationResources.properties rollerRuntimeConfigDefs.xml

Author: agilliland
Date: Sun Sep 25 00:30:11 2005
New Revision: 291382

URL: http://svn.apache.org/viewcvs?rev=291382&view=rev
Log:
adding new config property "users.registration.url" to support a configurable external registration url for those roller users who are tying into external systems.


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

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/classes/ApplicationResources.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/classes/ApplicationResources.properties?rev=291382&r1=291381&r2=291382&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/classes/ApplicationResources.properties (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/classes/ApplicationResources.properties Sun Sep 25 00:30:11 2005
@@ -193,6 +193,7 @@
 
 configForm.userSettings=User Settings
 configForm.allowNewUsers=Allow New Users?
+configForm.registrationUrl=External registration url
 configForm.adminUsers=Admin Users
 configForm.encryptPasswords=Encrypt Passwords?
 configForm.algorithm=Encryption Algorithm

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=291382&r1=291381&r2=291382&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 Sun Sep 25 00:30:11 2005
@@ -69,6 +69,10 @@
          <type>boolean</type>
          <default-value>true</default-value>
       </property-def>
+      <property-def  name="users.registration.url"  key="configForm.registrationUrl">
+          <type>string</type>
+          <default-value></default-value>
+      </property-def>
       <property-def  name="users.editor.pages"  key="configForm.editorPages">
          <type>text</type>
          <default-value>editor-ekit.jsp,editor-text.jsp,editor-dhtml.jsp,editor-text-js.jsp,editor-wiki-js.jsp,editor-rte.jsp</default-value>