Update of 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
In directory 
james.mmbase.org:/tmp/cvs-serv29685/subsite/src/webapp/editors/config/subsite

Modified Files:
        edit_subsite.xml 
Log Message:
CMSC-1239 - Site URL fragments for Live and Staging are limited to 40 
characters: fixed also regexp and language-redirect and rssfeed.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite
See also: http://www.mmbase.org/jira/browse/CMSC-1239


Index: edit_subsite.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/subsite/src/webapp/editors/config/subsite/edit_subsite.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- edit_subsite.xml    15 Dec 2008 12:18:55 -0000      1.2
+++ edit_subsite.xml    16 Feb 2009 17:09:50 -0000      1.3
@@ -10,8 +10,8 @@
       <prompt xml:lang="nl">Titel</prompt>
       <prompt xml:lang="zh">标题</prompt>
    </field>
-   <field name="urlfragment" dtmaxlength="40"
-      dtpattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,38}[a-zA-Z0-9]$">
+   <field name="urlfragment" dtmaxlength="255"
+      dtpattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,253}[a-zA-Z0-9]$">
       <prompt xml:lang="en">URL-fragment</prompt>
       <prompt xml:lang="nl">URL-fragment</prompt>
       <prompt xml:lang="zh">URL-片段</prompt>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to