diff -r b9a8e7109370 -r 4e3ca117c275 schemas/Bookmark.py --- a/schemas/Bookmark.py Fri May 21 08:45:25 2010 +0200 +++ b/schemas/Bookmark.py Tue May 25 10:55:57 2010 +0200 @@ -34,7 +34,7 @@ } title = String(required=True, maxsize=128, internationalizable=True) - path = String(maxsize=512, required=True, + path = String(maxsize=2048, required=True, description=_("relative url of the bookmarked page")) bookmarked_by = SubjectRelation('CWUser',