Update of 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page
In directory 
james.mmbase.org:/tmp/cvs-serv29499/language-redirect/src/webapp/editors/config/page

Modified Files:
      Tag: b1_5
        edit_page.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/language-redirect/src/webapp/editors/config/page
See also: http://www.mmbase.org/jira/browse/CMSC-1239


Index: edit_page.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/language-redirect/src/webapp/editors/config/page/edit_page.xml,v
retrieving revision 1.2.4.2
retrieving revision 1.2.4.3
diff -u -b -r1.2.4.2 -r1.2.4.3
--- edit_page.xml       13 Feb 2009 17:12:49 -0000      1.2.4.2
+++ edit_page.xml       16 Feb 2009 17:09:04 -0000      1.2.4.3
@@ -11,7 +11,7 @@
       <prompt xml:lang="zh">标题</prompt>
    </field>
    <field name="urlfragment" dtmaxlength="255"
-      dtpattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,38}[a-zA-Z0-9]$">
+      dtpattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,253}[a-zA-Z0-9]$">
       <prompt xml:lang="en">Urlfragment</prompt>
       <prompt xml:lang="nl">Urlfragment</prompt>
       <prompt xml:lang="zh">URL片段</prompt>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to