Index: openacs-4/packages/acs-subsite/www/admin/site-map/mount-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/mount-2.tcl,v diff -u -r1.2.26.3 -r1.2.26.4 --- openacs-4/packages/acs-subsite/www/admin/site-map/mount-2.tcl 29 Jul 2014 11:14:15 -0000 1.2.26.3 +++ openacs-4/packages/acs-subsite/www/admin/site-map/mount-2.tcl 29 Jul 2014 11:23:58 -0000 1.2.26.4 @@ -6,8 +6,8 @@ @creation-date 2000-09-12 @cvs-id $Id$ } { - node_id:integer,notnull - package_id:integer,notnull + node_id:naturalnum,notnull + package_id:naturalnum,notnull {expand:integer,multiple {}} root_id:naturalnum,optional } Index: openacs-4/packages/acs-subsite/www/admin/site-map/mount.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/mount.tcl,v diff -u -r1.3.22.1 -r1.3.22.2 --- openacs-4/packages/acs-subsite/www/admin/site-map/mount.tcl 29 Jul 2014 11:14:15 -0000 1.3.22.1 +++ openacs-4/packages/acs-subsite/www/admin/site-map/mount.tcl 29 Jul 2014 11:23:58 -0000 1.3.22.2 @@ -6,7 +6,7 @@ @creation-date 2000-09-12 @cvs-id $Id$ } { - node_id:integer,notnull + node_id:naturalnum,notnull {expand:integer,multiple {}} root_id:naturalnum,optional } Index: openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl,v diff -u -r1.5.16.1 -r1.5.16.2 --- openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl 9 Sep 2013 16:44:24 -0000 1.5.16.1 +++ openacs-4/packages/acs-subsite/www/admin/site-map/new.tcl 29 Jul 2014 11:23:58 -0000 1.5.16.2 @@ -5,7 +5,7 @@ @cvs-id $Id$ } { - parent_id:integer,notnull + parent_id:naturalnum,notnull name:notnull node_type:notnull {expand:integer,multiple {}} Index: openacs-4/packages/acs-subsite/www/admin/site-map/package-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/package-new.tcl,v diff -u -r1.12.10.2 -r1.12.10.3 --- openacs-4/packages/acs-subsite/www/admin/site-map/package-new.tcl 29 Jul 2014 11:14:16 -0000 1.12.10.2 +++ openacs-4/packages/acs-subsite/www/admin/site-map/package-new.tcl 29 Jul 2014 11:23:58 -0000 1.12.10.3 @@ -11,7 +11,7 @@ } { {new_package_id:integer ""} - node_id:integer,notnull + node_id:naturalnum,notnull {new_node_p f} {node_name:trim ""} {instance_name ""} Index: openacs-4/packages/acs-subsite/www/admin/site-map/rename.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/rename.tcl,v diff -u -r1.2.22.1 -r1.2.22.2 --- openacs-4/packages/acs-subsite/www/admin/site-map/rename.tcl 29 Jul 2014 11:14:16 -0000 1.2.22.1 +++ openacs-4/packages/acs-subsite/www/admin/site-map/rename.tcl 29 Jul 2014 11:23:58 -0000 1.2.22.2 @@ -25,7 +25,7 @@ @creation-date 2000-06-20 @cvs-id $Id$ } { - node_id:integer,notnull + node_id:naturalnum,notnull instance_name:notnull {expand:integer,multiple {}} root_id:naturalnum,optional Index: openacs-4/packages/acs-subsite/www/admin/site-map/unmount.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/unmount.tcl,v diff -u -r1.3.26.2 -r1.3.26.3 --- openacs-4/packages/acs-subsite/www/admin/site-map/unmount.tcl 29 Jul 2014 11:14:16 -0000 1.3.26.2 +++ openacs-4/packages/acs-subsite/www/admin/site-map/unmount.tcl 29 Jul 2014 11:23:58 -0000 1.3.26.3 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - node_id:integer,notnull + node_id:naturalnum,notnull {expand:integer,multiple ""} root_id:naturalnum,optional } Index: openacs-4/packages/acs-subsite/www/permissions/grant.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/grant.tcl,v diff -u -r1.14.10.5 -r1.14.10.6 --- openacs-4/packages/acs-subsite/www/permissions/grant.tcl 11 Oct 2013 11:44:55 -0000 1.14.10.5 +++ openacs-4/packages/acs-subsite/www/permissions/grant.tcl 29 Jul 2014 11:23:58 -0000 1.14.10.6 @@ -6,7 +6,7 @@ @creation-date 2000-08-20 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull privileges:multiple,optional {application_url ""} {return_url ""} Index: openacs-4/packages/acs-subsite/www/permissions/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/one.tcl,v diff -u -r1.13.10.2 -r1.13.10.3 --- openacs-4/packages/acs-subsite/www/permissions/one.tcl 10 Oct 2013 21:00:46 -0000 1.13.10.2 +++ openacs-4/packages/acs-subsite/www/permissions/one.tcl 29 Jul 2014 11:23:58 -0000 1.13.10.3 @@ -8,7 +8,7 @@ @creation-date 2000-08-20 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull {children_p "f"} {application_url ""} } Index: openacs-4/packages/acs-subsite/www/permissions/perm-user-add-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/perm-user-add-include.tcl,v diff -u -r1.7.4.3 -r1.7.4.4 --- openacs-4/packages/acs-subsite/www/permissions/perm-user-add-include.tcl 29 Jul 2014 10:56:35 -0000 1.7.4.3 +++ openacs-4/packages/acs-subsite/www/permissions/perm-user-add-include.tcl 29 Jul 2014 11:23:58 -0000 1.7.4.4 @@ -1,6 +1,6 @@ ad_page_contract { } { - object_id:integer,notnull + object_id:naturalnum,notnull return_url page:naturalnum,optional } Index: openacs-4/packages/acs-subsite/www/permissions/revoke-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/revoke-2.tcl,v diff -u -r1.5 -r1.5.10.1 --- openacs-4/packages/acs-subsite/www/permissions/revoke-2.tcl 10 Jan 2007 21:22:09 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/permissions/revoke-2.tcl 29 Jul 2014 11:23:58 -0000 1.5.10.1 @@ -6,7 +6,7 @@ @creation-date 2000-08-20 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull revoke_list:multiple { operation "" } {application_url ""} Index: openacs-4/packages/acs-subsite/www/permissions/revoke.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/revoke.tcl,v diff -u -r1.4.22.3 -r1.4.22.4 --- openacs-4/packages/acs-subsite/www/permissions/revoke.tcl 28 Sep 2013 15:14:52 -0000 1.4.22.3 +++ openacs-4/packages/acs-subsite/www/permissions/revoke.tcl 29 Jul 2014 11:23:59 -0000 1.4.22.4 @@ -6,7 +6,7 @@ @creation-date 2000-08-20 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull {revoke_list:multiple,optional {}} {application_url ""} } Index: openacs-4/packages/acs-subsite/www/permissions/toggle-inherit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/toggle-inherit.tcl,v diff -u -r1.5.12.1 -r1.5.12.2 --- openacs-4/packages/acs-subsite/www/permissions/toggle-inherit.tcl 6 Sep 2013 16:01:47 -0000 1.5.12.1 +++ openacs-4/packages/acs-subsite/www/permissions/toggle-inherit.tcl 29 Jul 2014 11:23:59 -0000 1.5.12.2 @@ -8,7 +8,7 @@ @creation-date 2000-09-30 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull {application_url ""} {return_url {[export_vars -base "one" {application_url object_id}]}} } Index: openacs-4/packages/acs-templating/www/doc/demo/list4/view-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list4/view-one.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/acs-templating/www/doc/demo/list4/view-one.tcl 9 Feb 2006 02:40:10 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list4/view-one.tcl 29 Jul 2014 11:23:59 -0000 1.1.12.1 @@ -2,7 +2,7 @@ @author Neophytos Demetriou @creation-date 2001-09-02 } { - template_demo_note_id:integer,notnull + template_demo_note_id:naturalnum,notnull } -properties { context:onevalue title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list5/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list5/add-edit.tcl,v diff -u -r1.2 -r1.2.10.1 --- openacs-4/packages/acs-templating/www/doc/demo/list5/add-edit.tcl 25 Sep 2007 15:22:39 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/demo/list5/add-edit.tcl 29 Jul 2014 11:23:59 -0000 1.2.10.1 @@ -9,7 +9,7 @@ object type, using ad_form and package Tcl API tools. } -query { - note_id:integer,notnull,optional + note_id:naturalnum,notnull,optional } -properties { context:onevalue page_title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl,v diff -u -r1.1.12.1 -r1.1.12.2 --- openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl 6 Sep 2013 16:01:47 -0000 1.1.12.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl 29 Jul 2014 11:23:59 -0000 1.1.12.2 @@ -6,7 +6,7 @@ @creation-date 2000-10-23 @cvs-id $Id$ } { - template_demo_note_id:integer,notnull,multiple + template_demo_note_id:naturalnum,notnull,multiple } # Here, we delete all the notes being fed to us, which is all Index: openacs-4/packages/acs-templating/www/doc/demo/list5/view-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list5/view-one.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/acs-templating/www/doc/demo/list5/view-one.tcl 9 Feb 2006 06:39:55 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list5/view-one.tcl 29 Jul 2014 11:23:59 -0000 1.1.12.1 @@ -2,7 +2,7 @@ @author Neophytos Demetriou @creation-date 2001-09-02 } { - template_demo_note_id:integer,notnull + template_demo_note_id:naturalnum,notnull } -properties { context:onevalue title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.tcl,v diff -u -r1.3 -r1.3.10.1 --- openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.tcl 25 Sep 2007 15:22:39 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.tcl 29 Jul 2014 11:23:59 -0000 1.3.10.1 @@ -9,7 +9,7 @@ object type, using ad_form and package Tcl API tools. } -query { - template_demo_note_id:integer,notnull,optional + template_demo_note_id:naturalnum,notnull,optional } -properties { context:onevalue page_title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl,v diff -u -r1.2.12.1 -r1.2.12.2 --- openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl 6 Sep 2013 16:01:47 -0000 1.2.12.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list6/delete.tcl 29 Jul 2014 11:23:59 -0000 1.2.12.2 @@ -6,7 +6,7 @@ @creation-date 2000-10-23 @cvs-id $Id$ } { - template_demo_note_id:integer,notnull,multiple + template_demo_note_id:naturalnum,notnull,multiple } foreach template_demo_note_id $template_demo_note_id { Index: openacs-4/packages/acs-templating/www/doc/demo/list6/view-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list6/view-one.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/acs-templating/www/doc/demo/list6/view-one.tcl 10 Feb 2006 00:47:17 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list6/view-one.tcl 29 Jul 2014 11:23:59 -0000 1.1.12.1 @@ -2,7 +2,7 @@ @author Neophytos Demetriou @creation-date 2001-09-02 } { - template_demo_note_id:integer,notnull + template_demo_note_id:naturalnum,notnull } -properties { context:onevalue title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl,v diff -u -r1.2 -r1.2.10.1 --- openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl 25 Sep 2007 15:22:40 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/demo/list7/add-edit.tcl 29 Jul 2014 11:23:59 -0000 1.2.10.1 @@ -9,7 +9,7 @@ object type, using ad_form and package Tcl API tools. } -query { - note_id:integer,notnull,optional + note_id:naturalnum,notnull,optional } -properties { context:onevalue page_title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list7/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list7/delete.tcl,v diff -u -r1.3.12.1 -r1.3.12.2 --- openacs-4/packages/acs-templating/www/doc/demo/list7/delete.tcl 6 Sep 2013 16:01:48 -0000 1.3.12.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list7/delete.tcl 29 Jul 2014 11:23:59 -0000 1.3.12.2 @@ -6,7 +6,7 @@ @creation-date 2000-10-23 @cvs-id $Id$ } { - template_demo_note_id:integer,notnull,multiple + template_demo_note_id:naturalnum,notnull,multiple } foreach template_demo_note_id $template_demo_note_id { Index: openacs-4/packages/acs-templating/www/doc/demo/list7/view-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list7/view-one.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/acs-templating/www/doc/demo/list7/view-one.tcl 12 Feb 2006 00:42:42 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list7/view-one.tcl 29 Jul 2014 11:23:59 -0000 1.1.12.1 @@ -2,7 +2,7 @@ @author Neophytos Demetriou @creation-date 2001-09-02 } { - note_id:integer,notnull + note_id:naturalnum,notnull } -properties { context:onevalue title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list8/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list8/add-edit.tcl,v diff -u -r1.4 -r1.4.10.1 --- openacs-4/packages/acs-templating/www/doc/demo/list8/add-edit.tcl 25 Sep 2007 15:22:40 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/demo/list8/add-edit.tcl 29 Jul 2014 11:23:59 -0000 1.4.10.1 @@ -9,7 +9,7 @@ object type, using ad_form and package Tcl API tools. } -query { - template_demo_note_id:integer,notnull,optional + template_demo_note_id:naturalnum,notnull,optional } -properties { context:onevalue page_title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl,v diff -u -r1.5.12.1 -r1.5.12.2 --- openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl 6 Sep 2013 16:01:48 -0000 1.5.12.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list8/delete.tcl 29 Jul 2014 11:24:00 -0000 1.5.12.2 @@ -6,7 +6,7 @@ @creation-date 2000-10-23 @cvs-id $Id$ } { - template_demo_note_id:integer,notnull,multiple + template_demo_note_id:naturalnum,notnull,multiple } foreach template_demo_note_id $template_demo_note_id { Index: openacs-4/packages/acs-templating/www/doc/demo/list8/view-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list8/view-one.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/acs-templating/www/doc/demo/list8/view-one.tcl 13 Feb 2006 12:37:53 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list8/view-one.tcl 29 Jul 2014 11:24:00 -0000 1.1.12.1 @@ -2,7 +2,7 @@ @author Neophytos Demetriou @creation-date 2001-09-02 } { - note_id:integer,notnull + note_id:naturalnum,notnull } -properties { context:onevalue title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list9/add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list9/add-edit.tcl,v diff -u -r1.2 -r1.2.10.1 --- openacs-4/packages/acs-templating/www/doc/demo/list9/add-edit.tcl 25 Sep 2007 15:22:40 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/demo/list9/add-edit.tcl 29 Jul 2014 11:24:00 -0000 1.2.10.1 @@ -9,7 +9,7 @@ object type, using ad_form and package Tcl API tools. } -query { - template_demo_note_id:integer,notnull,optional + template_demo_note_id:naturalnum,notnull,optional } -properties { context:onevalue page_title:onevalue Index: openacs-4/packages/acs-templating/www/doc/demo/list9/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list9/delete.tcl,v diff -u -r1.1.12.1 -r1.1.12.2 --- openacs-4/packages/acs-templating/www/doc/demo/list9/delete.tcl 6 Sep 2013 16:01:48 -0000 1.1.12.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list9/delete.tcl 29 Jul 2014 11:24:00 -0000 1.1.12.2 @@ -6,7 +6,7 @@ @creation-date 2000-10-23 @cvs-id $Id$ } { - template_demo_note_id:integer,notnull,multiple + template_demo_note_id:naturalnum,notnull,multiple } foreach template_demo_note_id $template_demo_note_id { Index: openacs-4/packages/acs-templating/www/doc/demo/list9/view-one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list9/view-one.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/acs-templating/www/doc/demo/list9/view-one.tcl 13 Feb 2006 13:11:12 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list9/view-one.tcl 29 Jul 2014 11:24:00 -0000 1.1.12.1 @@ -2,7 +2,7 @@ @author Neophytos Demetriou @creation-date 2001-09-02 } { - note_id:integer,notnull + note_id:naturalnum,notnull } -properties { context:onevalue title:onevalue Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl,v diff -u -r1.1 -r1.1.14.1 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl 11 Nov 2005 20:32:46 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl 29 Jul 2014 11:24:00 -0000 1.1.14.1 @@ -1,22 +1,22 @@ -ad_page_contract { - -} { - textarea_id:notnull - community_id:integer,notnull -} - -# select the correct language file for htmlarea - -switch [lang::user::language -site_wide] { - en - - de { - set htmlarea_lang_file [lang::user::language -site_wide] - } - default { - set htmlarea_lang_file "en" - } -} - - - -ad_return_template +ad_page_contract { + +} { + textarea_id:notnull + community_id:naturalnum,notnull +} + +# select the correct language file for htmlarea + +switch [lang::user::language -site_wide] { + en - + de { + set htmlarea_lang_file [lang::user::language -site_wide] + } + default { + set htmlarea_lang_file "en" + } +} + + + +ad_return_template Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl,v diff -u -r1.4.8.2 -r1.4.8.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl 29 Jul 2014 11:14:16 -0000 1.4.8.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl 29 Jul 2014 11:24:00 -0000 1.4.8.3 @@ -4,7 +4,7 @@ @creation-date 13.10.2005 @cvs-id $Id$ } { - {fs_package_id:integer,notnull,optional} + {fs_package_id:naturalnum,notnull,optional} {folder_id:naturalnum,optional} {orderby:optional} {selector_type "image"} Index: openacs-4/packages/acs-templating/www/scripts/xinha/file-selector.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/file-selector.tcl,v diff -u -r1.2.8.2 -r1.2.8.3 --- openacs-4/packages/acs-templating/www/scripts/xinha/file-selector.tcl 29 Jul 2014 11:14:16 -0000 1.2.8.2 +++ openacs-4/packages/acs-templating/www/scripts/xinha/file-selector.tcl 29 Jul 2014 11:24:00 -0000 1.2.8.3 @@ -4,7 +4,7 @@ @creation-date 13.10.2005 @cvs-id $Id$ } { - {fs_package_id:integer,notnull,optional} + {fs_package_id:naturalnum,notnull,optional} {folder_id:naturalnum,optional} {orderby:optional} {selector_type "image"} Index: openacs-4/packages/attachments/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add-2.tcl,v diff -u -r1.6.4.3 -r1.6.4.4 --- openacs-4/packages/attachments/www/file-add-2.tcl 2 Oct 2013 23:08:45 -0000 1.6.4.3 +++ openacs-4/packages/attachments/www/file-add-2.tcl 29 Jul 2014 11:24:00 -0000 1.6.4.4 @@ -5,10 +5,10 @@ @creation-date 6 Nov 2000 @cvs-id $Id$ } { - folder_id:integer,notnull + folder_id:naturalnum,notnull upload_file:notnull,trim upload_file.tmpfile:tmpfile - object_id:integer,notnull + object_id:naturalnum,notnull return_url:notnull title:notnull,trim description Index: openacs-4/packages/attachments/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/file-add.tcl,v diff -u -r1.6.4.2 -r1.6.4.3 --- openacs-4/packages/attachments/www/file-add.tcl 2 Oct 2013 23:08:45 -0000 1.6.4.2 +++ openacs-4/packages/attachments/www/file-add.tcl 29 Jul 2014 11:24:00 -0000 1.6.4.3 @@ -5,8 +5,8 @@ @creation-date 6 Nov 2000 @cvs-id $Id$ } { - folder_id:integer,notnull - object_id:integer,notnull + folder_id:naturalnum,notnull + object_id:naturalnum,notnull return_url:notnull pretty_object_name:notnull {title ""} Index: openacs-4/packages/attachments/www/go-to-attachment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/go-to-attachment.tcl,v diff -u -r1.10.4.1 -r1.10.4.2 --- openacs-4/packages/attachments/www/go-to-attachment.tcl 2 Oct 2013 23:08:45 -0000 1.10.4.1 +++ openacs-4/packages/attachments/www/go-to-attachment.tcl 29 Jul 2014 11:24:00 -0000 1.10.4.2 @@ -4,8 +4,8 @@ @author Ben Adida (ben@openforce.net) } { - {object_id:integer,notnull} - {attachment_id:integer,notnull} + {object_id:naturalnum,notnull} + {attachment_id:naturalnum,notnull} } # We check permissions on the object Index: openacs-4/packages/attachments/www/simple-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/simple-add-2.tcl,v diff -u -r1.5.4.2 -r1.5.4.3 --- openacs-4/packages/attachments/www/simple-add-2.tcl 2 Oct 2013 23:08:45 -0000 1.5.4.2 +++ openacs-4/packages/attachments/www/simple-add-2.tcl 29 Jul 2014 11:24:00 -0000 1.5.4.3 @@ -5,8 +5,8 @@ @creation-date 6 Nov 2000 @cvs-id $Id$ } { - folder_id:integer,notnull - object_id:integer,notnull + folder_id:naturalnum,notnull + object_id:naturalnum,notnull return_url:notnull title:notnull,trim description Index: openacs-4/packages/attachments/www/simple-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/simple-add.tcl,v diff -u -r1.9.4.2 -r1.9.4.3 --- openacs-4/packages/attachments/www/simple-add.tcl 2 Oct 2013 23:08:45 -0000 1.9.4.2 +++ openacs-4/packages/attachments/www/simple-add.tcl 29 Jul 2014 11:24:00 -0000 1.9.4.3 @@ -6,8 +6,8 @@ @creation-date 01 April 2002 @cvs-id $Id$ } { - folder_id:integer,notnull - object_id:integer,notnull + folder_id:naturalnum,notnull + object_id:naturalnum,notnull return_url:notnull pretty_object_name:notnull {type "fs_url"} Index: openacs-4/packages/attachments/www/toggle-approved.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attachments/www/toggle-approved.tcl,v diff -u -r1.2 -r1.2.22.1 --- openacs-4/packages/attachments/www/toggle-approved.tcl 10 Sep 2002 22:22:22 -0000 1.2 +++ openacs-4/packages/attachments/www/toggle-approved.tcl 29 Jul 2014 11:24:01 -0000 1.2.22.1 @@ -5,8 +5,8 @@ @cvs-id $Id$ } -query { - {object_id:integer,notnull} - {item_id:integer,notnull} + {object_id:naturalnum,notnull} + {item_id:naturalnum,notnull} {approved_p ""} {return_url:notnull} } Index: openacs-4/packages/calendar/www/cal-item-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/cal-item-delete.tcl,v diff -u -r1.5 -r1.5.10.1 --- openacs-4/packages/calendar/www/cal-item-delete.tcl 18 Mar 2005 14:12:08 -0000 1.5 +++ openacs-4/packages/calendar/www/cal-item-delete.tcl 29 Jul 2014 11:24:01 -0000 1.5.10.1 @@ -4,7 +4,7 @@ @author Ben Adida (ben@openforce.net) @creation-date 2002-06-02 } { - cal_item_id:integer,notnull + cal_item_id:naturalnum,notnull {return_url "view"} {confirm_p 0} } Index: openacs-4/packages/categories/www/search-result.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/search-result.tcl,v diff -u -r1.2 -r1.2.12.1 --- openacs-4/packages/categories/www/search-result.tcl 1 Mar 2005 00:01:26 -0000 1.2 +++ openacs-4/packages/categories/www/search-result.tcl 29 Jul 2014 11:24:01 -0000 1.2.12.1 @@ -5,7 +5,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - query_id:integer,notnull + query_id:naturalnum,notnull } -properties { page_title:onevalue context_bar:onevalue Index: openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl,v diff -u -r1.7.4.3 -r1.7.4.4 --- openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl 29 Jul 2014 11:14:17 -0000 1.7.4.3 +++ openacs-4/packages/categories/www/cadmin/category-link-add-2.tcl 29 Jul 2014 11:24:01 -0000 1.7.4.4 @@ -5,9 +5,9 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - link_tree_id:integer,notnull - category_id:integer,notnull - tree_id:integer,notnull + link_tree_id:naturalnum,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl,v diff -u -r1.4.4.1 -r1.4.4.2 --- openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl 29 Jul 2014 11:14:17 -0000 1.4.4.1 +++ openacs-4/packages/categories/www/cadmin/category-link-add-3.tcl 29 Jul 2014 11:24:01 -0000 1.4.4.2 @@ -6,8 +6,8 @@ @cvs-id $Id: } { link_category_id:integer,multiple - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl,v diff -u -r1.4.4.1 -r1.4.4.2 --- openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl 29 Jul 2014 11:14:17 -0000 1.4.4.1 +++ openacs-4/packages/categories/www/cadmin/category-link-add-4.tcl 29 Jul 2014 11:24:01 -0000 1.4.4.2 @@ -6,8 +6,8 @@ @cvs-id $Id: } { link_category_id:integer,multiple - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/category-link-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-link-add.tcl,v diff -u -r1.4.4.1 -r1.4.4.2 --- openacs-4/packages/categories/www/cadmin/category-link-add.tcl 29 Jul 2014 11:14:17 -0000 1.4.4.1 +++ openacs-4/packages/categories/www/cadmin/category-link-add.tcl 29 Jul 2014 11:24:01 -0000 1.4.4.2 @@ -5,8 +5,8 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/category-links-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/category-links-view.tcl,v diff -u -r1.6.4.1 -r1.6.4.2 --- openacs-4/packages/categories/www/cadmin/category-links-view.tcl 29 Jul 2014 11:14:17 -0000 1.6.4.1 +++ openacs-4/packages/categories/www/cadmin/category-links-view.tcl 29 Jul 2014 11:24:01 -0000 1.6.4.2 @@ -5,8 +5,8 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional orderby:optional Index: openacs-4/packages/categories/www/cadmin/object-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/object-map.tcl,v diff -u -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/categories/www/cadmin/object-map.tcl 29 Jul 2014 11:14:18 -0000 1.6.2.1 +++ openacs-4/packages/categories/www/cadmin/object-map.tcl 29 Jul 2014 11:24:01 -0000 1.6.2.2 @@ -7,7 +7,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - object_id:integer,notnull + object_id:naturalnum,notnull ctx_id:naturalnum,optional {locale ""} } -properties { Index: openacs-4/packages/categories/www/cadmin/one-object.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/one-object.tcl,v diff -u -r1.8 -r1.8.16.1 --- openacs-4/packages/categories/www/cadmin/one-object.tcl 11 Feb 2004 11:44:00 -0000 1.8 +++ openacs-4/packages/categories/www/cadmin/one-object.tcl 29 Jul 2014 11:24:01 -0000 1.8.16.1 @@ -5,7 +5,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - object_id:integer,notnull + object_id:naturalnum,notnull {locale ""} } Index: openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl,v diff -u -r1.3.4.1 -r1.3.4.2 --- openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl 29 Jul 2014 11:14:18 -0000 1.3.4.1 +++ openacs-4/packages/categories/www/cadmin/synonym-delete-2.tcl 29 Jul 2014 11:24:01 -0000 1.3.4.2 @@ -6,8 +6,8 @@ @cvs-id $Id: } { synonym_id:integer,multiple - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/synonym-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonym-delete.tcl,v diff -u -r1.3.4.1 -r1.3.4.2 --- openacs-4/packages/categories/www/cadmin/synonym-delete.tcl 29 Jul 2014 11:14:18 -0000 1.3.4.1 +++ openacs-4/packages/categories/www/cadmin/synonym-delete.tcl 29 Jul 2014 11:24:01 -0000 1.3.4.2 @@ -6,8 +6,8 @@ @cvs-id $Id: } { synonym_id:integer,multiple - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/synonym-form.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonym-form.tcl,v diff -u -r1.5.4.2 -r1.5.4.3 --- openacs-4/packages/categories/www/cadmin/synonym-form.tcl 29 Jul 2014 11:14:18 -0000 1.5.4.2 +++ openacs-4/packages/categories/www/cadmin/synonym-form.tcl 29 Jul 2014 11:24:01 -0000 1.5.4.3 @@ -6,8 +6,8 @@ @cvs-id $Id: } { synonym_id:naturalnum,optional - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/synonyms-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/synonyms-view.tcl,v diff -u -r1.4.4.1 -r1.4.4.2 --- openacs-4/packages/categories/www/cadmin/synonyms-view.tcl 29 Jul 2014 11:14:18 -0000 1.4.4.1 +++ openacs-4/packages/categories/www/cadmin/synonyms-view.tcl 29 Jul 2014 11:24:02 -0000 1.4.4.2 @@ -5,8 +5,8 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - category_id:integer,notnull - tree_id:integer,notnull + category_id:naturalnum,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional orderby:optional Index: openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl,v diff -u -r1.7.4.1 -r1.7.4.2 --- openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl 29 Jul 2014 11:14:18 -0000 1.7.4.1 +++ openacs-4/packages/categories/www/cadmin/tree-delete-2.tcl 29 Jul 2014 11:24:02 -0000 1.7.4.2 @@ -5,7 +5,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/tree-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-delete.tcl,v diff -u -r1.11.2.1 -r1.11.2.2 --- openacs-4/packages/categories/www/cadmin/tree-delete.tcl 29 Jul 2014 11:14:18 -0000 1.11.2.1 +++ openacs-4/packages/categories/www/cadmin/tree-delete.tcl 29 Jul 2014 11:24:02 -0000 1.11.2.2 @@ -5,7 +5,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/tree-map-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-map-2.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/categories/www/cadmin/tree-map-2.tcl 29 Jul 2014 11:14:19 -0000 1.7.2.1 +++ openacs-4/packages/categories/www/cadmin/tree-map-2.tcl 29 Jul 2014 11:24:02 -0000 1.7.2.2 @@ -9,10 +9,10 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {category_id:naturalnum,optional ""} {locale ""} - object_id:integer,notnull + object_id:naturalnum,notnull {edit_p 0} ctx_id:naturalnum,optional } Index: openacs-4/packages/categories/www/cadmin/tree-map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-map.tcl,v diff -u -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/categories/www/cadmin/tree-map.tcl 29 Jul 2014 11:14:19 -0000 1.9.2.2 +++ openacs-4/packages/categories/www/cadmin/tree-map.tcl 29 Jul 2014 11:24:02 -0000 1.9.2.3 @@ -7,7 +7,7 @@ } { tree_id:integer {locale ""} - object_id:integer,notnull + object_id:naturalnum,notnull ctx_id:naturalnum,optional } -properties { page_title:onevalue Index: openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl,v diff -u -r1.6.4.1 -r1.6.4.2 --- openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl 29 Jul 2014 11:14:19 -0000 1.6.4.1 +++ openacs-4/packages/categories/www/cadmin/tree-unmap-2.tcl 29 Jul 2014 11:24:02 -0000 1.6.4.2 @@ -5,9 +5,9 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {locale ""} - object_id:integer,notnull + object_id:naturalnum,notnull ctx_id:naturalnum,optional } Index: openacs-4/packages/categories/www/cadmin/tree-unmap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-unmap.tcl,v diff -u -r1.7.4.1 -r1.7.4.2 --- openacs-4/packages/categories/www/cadmin/tree-unmap.tcl 29 Jul 2014 11:14:19 -0000 1.7.4.1 +++ openacs-4/packages/categories/www/cadmin/tree-unmap.tcl 29 Jul 2014 11:24:02 -0000 1.7.4.2 @@ -5,9 +5,9 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {locale ""} - object_id:integer,notnull + object_id:naturalnum,notnull ctx_id:naturalnum,optional } -properties { page_title:onevalue Index: openacs-4/packages/categories/www/cadmin/tree-usage.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-usage.tcl,v diff -u -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/categories/www/cadmin/tree-usage.tcl 29 Jul 2014 11:14:19 -0000 1.9.2.2 +++ openacs-4/packages/categories/www/cadmin/tree-usage.tcl 29 Jul 2014 11:24:02 -0000 1.9.2.3 @@ -5,7 +5,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/categories/www/cadmin/tree-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/cadmin/tree-view.tcl,v diff -u -r1.16.2.2 -r1.16.2.3 --- openacs-4/packages/categories/www/cadmin/tree-view.tcl 29 Jul 2014 11:14:19 -0000 1.16.2.2 +++ openacs-4/packages/categories/www/cadmin/tree-view.tcl 29 Jul 2014 11:24:02 -0000 1.16.2.3 @@ -5,7 +5,7 @@ @author Timo Hentschel (timo@timohentschel.de) @cvs-id $Id: } { - tree_id:integer,notnull + tree_id:naturalnum,notnull {locale ""} object_id:naturalnum,optional ctx_id:naturalnum,optional Index: openacs-4/packages/faq/www/admin/faq-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/admin/faq-new-2.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/faq/www/admin/faq-new-2.tcl 12 Sep 2013 20:29:36 -0000 1.3 +++ openacs-4/packages/faq/www/admin/faq-new-2.tcl 29 Jul 2014 11:24:02 -0000 1.3.2.1 @@ -11,7 +11,7 @@ @param faq_name The short name of the faq } { - faq_id:integer,notnull + faq_id:naturalnum,notnull faq_name:notnull,trim separate_p:notnull } Index: openacs-4/packages/faq/www/admin/q_and_a-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/admin/Attic/q_and_a-new-2.tcl,v diff -u -r1.5.2.2 -r1.5.2.3 --- openacs-4/packages/faq/www/admin/q_and_a-new-2.tcl 26 Oct 2013 09:29:55 -0000 1.5.2.2 +++ openacs-4/packages/faq/www/admin/q_and_a-new-2.tcl 29 Jul 2014 11:24:03 -0000 1.5.2.3 @@ -8,7 +8,7 @@ @creation-date 2000-10-25 } { - faq_id:integer,notnull,trim + faq_id:naturalnum,notnull,trim question:html,notnull,trim answer:html,notnull,trim entry_id:naturalnum,optional Index: openacs-4/packages/faq/www/admin/swap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/admin/swap.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/faq/www/admin/swap.tcl 12 Sep 2013 20:29:36 -0000 1.3 +++ openacs-4/packages/faq/www/admin/swap.tcl 29 Jul 2014 11:24:03 -0000 1.3.2.1 @@ -10,8 +10,8 @@ taken largely from acs 3.4 faq/swap.tcl } { - entry_id:integer,notnull - faq_id:integer,notnull + entry_id:naturalnum,notnull + faq_id:naturalnum,notnull } set package_id [ad_conn package_id] Index: openacs-4/packages/faq/www/categories/map.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/categories/map.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/faq/www/categories/map.tcl 10 Mar 2005 18:27:41 -0000 1.1 +++ openacs-4/packages/faq/www/categories/map.tcl 29 Jul 2014 11:24:03 -0000 1.1.12.1 @@ -1,7 +1,7 @@ ad_page_contract { } { - object_id:integer,notnull - container_id:integer,notnull + object_id:naturalnum,notnull + container_id:naturalnum,notnull } ad_return_template Index: openacs-4/packages/faq/www/categories/remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/www/categories/remove.tcl,v diff -u -r1.1 -r1.1.12.1 --- openacs-4/packages/faq/www/categories/remove.tcl 10 Mar 2005 18:27:41 -0000 1.1 +++ openacs-4/packages/faq/www/categories/remove.tcl 29 Jul 2014 11:24:03 -0000 1.1.12.1 @@ -1,6 +1,6 @@ ad_page_contract { } { - object_id:integer,notnull + object_id:naturalnum,notnull cat:integer,notnull } Index: openacs-4/packages/file-storage/www/file-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-edit.tcl,v diff -u -r1.10.4.2 -r1.10.4.3 --- openacs-4/packages/file-storage/www/file-edit.tcl 3 Oct 2013 08:33:57 -0000 1.10.4.2 +++ openacs-4/packages/file-storage/www/file-edit.tcl 29 Jul 2014 11:24:03 -0000 1.10.4.3 @@ -5,7 +5,7 @@ @creation-date 5 Dec 2000 @cvs-id $Id$ } { - file_id:integer,notnull + file_id:naturalnum,notnull } -validate { valid_file -requires {file_id} { if {![fs_file_p $file_id]} { Index: openacs-4/packages/file-storage/www/file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file.tcl,v diff -u -r1.32.2.3 -r1.32.2.4 --- openacs-4/packages/file-storage/www/file.tcl 11 Oct 2013 18:22:25 -0000 1.32.2.3 +++ openacs-4/packages/file-storage/www/file.tcl 29 Jul 2014 11:24:03 -0000 1.32.2.4 @@ -5,7 +5,7 @@ @creation-date 7 Nov 2000 @cvs-id $Id$ } { - file_id:integer,notnull + file_id:naturalnum,notnull {show_all_versions_p "f"} } -validate { valid_file -requires {file_id} { Index: openacs-4/packages/file-storage/www/folder-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-delete.tcl,v diff -u -r1.10.8.3 -r1.10.8.4 --- openacs-4/packages/file-storage/www/folder-delete.tcl 11 Oct 2013 18:22:25 -0000 1.10.8.3 +++ openacs-4/packages/file-storage/www/folder-delete.tcl 29 Jul 2014 11:24:03 -0000 1.10.8.4 @@ -6,7 +6,7 @@ @creation-date 10 November 2000 @cvs-id $Id$ } { - folder_id:integer,notnull + folder_id:naturalnum,notnull {confirmed_p "f"} } -validate { valid_folder -requires {folder_id:integer} { Index: openacs-4/packages/file-storage/www/folder-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-edit.tcl,v diff -u -r1.4.6.2 -r1.4.6.3 --- openacs-4/packages/file-storage/www/folder-edit.tcl 3 Oct 2013 08:33:58 -0000 1.4.6.2 +++ openacs-4/packages/file-storage/www/folder-edit.tcl 29 Jul 2014 11:24:03 -0000 1.4.6.3 @@ -5,7 +5,7 @@ @creation-date 24 Jun 2002 @cvs-id $Id$ } { - folder_id:integer,notnull + folder_id:naturalnum,notnull } -validate { valid_folder -requires {parent_id:integer} { if {![fs_folder_p $folder_id]} { Index: openacs-4/packages/file-storage/www/simple-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-add-2.tcl,v diff -u -r1.8.4.2 -r1.8.4.3 --- openacs-4/packages/file-storage/www/simple-add-2.tcl 3 Oct 2013 08:33:58 -0000 1.8.4.2 +++ openacs-4/packages/file-storage/www/simple-add-2.tcl 29 Jul 2014 11:24:03 -0000 1.8.4.3 @@ -5,7 +5,7 @@ @creation-date 6 Nov 2000 @cvs-id $Id$ } { - folder_id:integer,notnull + folder_id:naturalnum,notnull title:notnull,trim description url:notnull,trim Index: openacs-4/packages/file-storage/www/simple-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-add.tcl,v diff -u -r1.13.4.2 -r1.13.4.3 --- openacs-4/packages/file-storage/www/simple-add.tcl 3 Oct 2013 08:33:58 -0000 1.13.4.2 +++ openacs-4/packages/file-storage/www/simple-add.tcl 29 Jul 2014 11:24:04 -0000 1.13.4.3 @@ -6,7 +6,7 @@ @creation-date 01 April 2002 @cvs-id $Id$ } { - folder_id:integer,notnull + folder_id:naturalnum,notnull {type "fs_url"} {title ""} {lock_title_p 0} Index: openacs-4/packages/file-storage/www/simple-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/simple-delete.tcl,v diff -u -r1.8.4.1 -r1.8.4.2 --- openacs-4/packages/file-storage/www/simple-delete.tcl 6 Sep 2013 16:01:48 -0000 1.8.4.1 +++ openacs-4/packages/file-storage/www/simple-delete.tcl 29 Jul 2014 11:24:04 -0000 1.8.4.2 @@ -5,7 +5,7 @@ @creation-date 10 Nov 2000 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull folder_id:notnull } Index: openacs-4/packages/file-storage/www/version-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/version-delete.tcl,v diff -u -r1.12.8.2 -r1.12.8.3 --- openacs-4/packages/file-storage/www/version-delete.tcl 3 Oct 2013 08:33:58 -0000 1.12.8.2 +++ openacs-4/packages/file-storage/www/version-delete.tcl 29 Jul 2014 11:24:04 -0000 1.12.8.3 @@ -5,7 +5,7 @@ @creation-date 10 November 2000 @cvs-id $Id$ } { - version_id:integer,notnull + version_id:naturalnum,notnull {confirmed_p "f"} } -validate { valid_version -requires {version_id} { Index: openacs-4/packages/forums/www/forum-view-statistic.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/forum-view-statistic.tcl,v diff -u -r1.1 -r1.1.14.1 --- openacs-4/packages/forums/www/forum-view-statistic.tcl 8 Apr 2005 08:28:08 -0000 1.1 +++ openacs-4/packages/forums/www/forum-view-statistic.tcl 29 Jul 2014 11:24:04 -0000 1.1.14.1 @@ -2,11 +2,11 @@ Forums History - @author Natalia P�rez (nperper@it.uc3m.es) + @author Natalia Pérez (nperper@it.uc3m.es) @creation-date 2005-03-17 } { - forum_id:integer,notnull + forum_id:naturalnum,notnull } # Get user information Index: openacs-4/packages/forums/www/forum-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/forum-view.tcl,v diff -u -r1.33.4.3 -r1.33.4.4 --- openacs-4/packages/forums/www/forum-view.tcl 29 Jul 2014 10:56:36 -0000 1.33.4.3 +++ openacs-4/packages/forums/www/forum-view.tcl 29 Jul 2014 11:24:04 -0000 1.33.4.4 @@ -7,7 +7,7 @@ @cvs-id $Id$ } -query { - forum_id:integer,notnull + forum_id:naturalnum,notnull {orderby "last_child_post,desc"} {flush_p 0} page:naturalnum,optional Index: openacs-4/packages/forums/www/load-message-content.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/load-message-content.tcl,v diff -u -r1.1.1.1 -r1.1.1.1.8.1 --- openacs-4/packages/forums/www/load-message-content.tcl 28 Jun 2006 20:30:29 -0000 1.1.1.1 +++ openacs-4/packages/forums/www/load-message-content.tcl 29 Jul 2014 11:24:04 -0000 1.1.1.1.8.1 @@ -7,7 +7,7 @@ } { - message_id:integer,notnull + message_id:naturalnum,notnull {table_name "forums_messages" } } Index: openacs-4/packages/forums/www/mark-all-read.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/mark-all-read.tcl,v diff -u -r1.2.4.1 -r1.2.4.2 --- openacs-4/packages/forums/www/mark-all-read.tcl 7 Sep 2013 14:36:50 -0000 1.2.4.1 +++ openacs-4/packages/forums/www/mark-all-read.tcl 29 Jul 2014 11:24:04 -0000 1.2.4.2 @@ -6,7 +6,7 @@ @creation-date 2004-09-06 } { - forum_id:integer,notnull + forum_id:naturalnum,notnull } set user_id [ad_conn user_id] Index: openacs-4/packages/forums/www/message-email.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/message-email.tcl,v diff -u -r1.16.4.1 -r1.16.4.2 --- openacs-4/packages/forums/www/message-email.tcl 14 Dec 2013 17:03:10 -0000 1.16.4.1 +++ openacs-4/packages/forums/www/message-email.tcl 29 Jul 2014 11:24:04 -0000 1.16.4.2 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - message_id:integer,notnull + message_id:naturalnum,notnull } # require login to avoid abuse from spammers Index: openacs-4/packages/forums/www/message-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/message-view.tcl,v diff -u -r1.49.4.1 -r1.49.4.2 --- openacs-4/packages/forums/www/message-view.tcl 10 Oct 2013 20:48:12 -0000 1.49.4.1 +++ openacs-4/packages/forums/www/message-view.tcl 29 Jul 2014 11:24:05 -0000 1.49.4.2 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - message_id:integer,notnull + message_id:naturalnum,notnull {display_mode ""} } Index: openacs-4/packages/forums/www/user-history.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/user-history.tcl,v diff -u -r1.13.6.1 -r1.13.6.2 --- openacs-4/packages/forums/www/user-history.tcl 7 Oct 2013 19:53:12 -0000 1.13.6.1 +++ openacs-4/packages/forums/www/user-history.tcl 29 Jul 2014 11:24:05 -0000 1.13.6.2 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - user_id:integer,notnull + user_id:naturalnum,notnull {view "date"} {groupby "forum_name"} } Index: openacs-4/packages/forums/www/admin/forum-disable.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/forum-disable.tcl,v diff -u -r1.6 -r1.6.18.1 --- openacs-4/packages/forums/www/admin/forum-disable.tcl 3 Oct 2003 18:26:31 -0000 1.6 +++ openacs-4/packages/forums/www/admin/forum-disable.tcl 29 Jul 2014 11:24:05 -0000 1.6.18.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - forum_id:integer,notnull + forum_id:naturalnum,notnull } forum::disable -forum_id $forum_id Index: openacs-4/packages/forums/www/admin/forum-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/forum-edit.tcl,v diff -u -r1.14 -r1.14.16.1 --- openacs-4/packages/forums/www/admin/forum-edit.tcl 17 Dec 2003 15:45:31 -0000 1.14 +++ openacs-4/packages/forums/www/admin/forum-edit.tcl 29 Jul 2014 11:24:05 -0000 1.14.16.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - forum_id:integer,notnull + forum_id:naturalnum,notnull {return_url "."} } Index: openacs-4/packages/forums/www/admin/forum-enable.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/forum-enable.tcl,v diff -u -r1.6 -r1.6.18.1 --- openacs-4/packages/forums/www/admin/forum-enable.tcl 3 Oct 2003 18:26:31 -0000 1.6 +++ openacs-4/packages/forums/www/admin/forum-enable.tcl 29 Jul 2014 11:24:05 -0000 1.6.18.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - forum_id:integer,notnull + forum_id:naturalnum,notnull } forum::enable -forum_id $forum_id Index: openacs-4/packages/forums/www/admin/subscribe-others-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/subscribe-others-2.tcl,v diff -u -r1.5 -r1.5.4.1 --- openacs-4/packages/forums/www/admin/subscribe-others-2.tcl 9 Nov 2008 23:29:26 -0000 1.5 +++ openacs-4/packages/forums/www/admin/subscribe-others-2.tcl 29 Jul 2014 11:24:05 -0000 1.5.4.1 @@ -7,8 +7,8 @@ @cvs-id $Id$ } { - forum_id:integer,notnull - type_id:integer,notnull + forum_id:naturalnum,notnull + type_id:naturalnum,notnull {lines ""} {return_url "."} interval:notnull Index: openacs-4/packages/forums/www/admin/subscribe-others.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/subscribe-others.tcl,v diff -u -r1.3.8.1 -r1.3.8.2 --- openacs-4/packages/forums/www/admin/subscribe-others.tcl 7 Oct 2013 16:44:54 -0000 1.3.8.1 +++ openacs-4/packages/forums/www/admin/subscribe-others.tcl 29 Jul 2014 11:24:05 -0000 1.3.8.2 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - forum_id:integer,notnull + forum_id:naturalnum,notnull {return_url "."} } Index: openacs-4/packages/forums/www/moderate/forum.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/forum.tcl,v diff -u -r1.5 -r1.5.16.1 --- openacs-4/packages/forums/www/moderate/forum.tcl 17 Dec 2003 15:45:31 -0000 1.5 +++ openacs-4/packages/forums/www/moderate/forum.tcl 29 Jul 2014 11:24:05 -0000 1.5.16.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - forum_id:integer,notnull + forum_id:naturalnum,notnull } # Check that the user can moderate the forum Index: openacs-4/packages/forums/www/moderate/message-approve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/message-approve.tcl,v diff -u -r1.4 -r1.4.18.1 --- openacs-4/packages/forums/www/moderate/message-approve.tcl 25 Oct 2002 13:00:04 -0000 1.4 +++ openacs-4/packages/forums/www/moderate/message-approve.tcl 29 Jul 2014 11:24:06 -0000 1.4.18.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} } Index: openacs-4/packages/forums/www/moderate/message-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/message-delete.tcl,v diff -u -r1.14 -r1.14.4.1 --- openacs-4/packages/forums/www/moderate/message-delete.tcl 9 Nov 2008 23:29:26 -0000 1.14 +++ openacs-4/packages/forums/www/moderate/message-delete.tcl 29 Jul 2014 11:24:06 -0000 1.14.4.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} {confirm_p 0} } Index: openacs-4/packages/forums/www/moderate/message-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/message-edit.tcl,v diff -u -r1.8 -r1.8.16.1 --- openacs-4/packages/forums/www/moderate/message-edit.tcl 17 Dec 2003 15:45:31 -0000 1.8 +++ openacs-4/packages/forums/www/moderate/message-edit.tcl 29 Jul 2014 11:24:06 -0000 1.8.16.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} } Index: openacs-4/packages/forums/www/moderate/message-move.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/message-move.tcl,v diff -u -r1.1 -r1.1.14.1 --- openacs-4/packages/forums/www/moderate/message-move.tcl 8 Apr 2005 08:28:09 -0000 1.1 +++ openacs-4/packages/forums/www/moderate/message-move.tcl 29 Jul 2014 11:24:06 -0000 1.1.14.1 @@ -2,11 +2,11 @@ Move a Message to other forum - @author Natalia P�rez (nperper@it.uc3m.es) + @author Natalia Pérez (nperper@it.uc3m.es) @creation-date 2005-03-14 } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} {confirm_p 0} } Index: openacs-4/packages/forums/www/moderate/message-reject.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/message-reject.tcl,v diff -u -r1.4 -r1.4.18.1 --- openacs-4/packages/forums/www/moderate/message-reject.tcl 25 Oct 2002 13:00:04 -0000 1.4 +++ openacs-4/packages/forums/www/moderate/message-reject.tcl 29 Jul 2014 11:24:06 -0000 1.4.18.1 @@ -7,7 +7,7 @@ @cvs-id $Id$ } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} } Index: openacs-4/packages/forums/www/moderate/move-thread-thread.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/move-thread-thread.tcl,v diff -u -r1.3.4.2 -r1.3.4.3 --- openacs-4/packages/forums/www/moderate/move-thread-thread.tcl 30 Sep 2013 11:33:55 -0000 1.3.4.2 +++ openacs-4/packages/forums/www/moderate/move-thread-thread.tcl 29 Jul 2014 11:24:06 -0000 1.3.4.3 @@ -6,7 +6,7 @@ @creation-date 2005-03-29 } { - msg_id:integer,notnull + msg_id:naturalnum,notnull selected_message:integer,notnull {confirm_p 0} } Index: openacs-4/packages/forums/www/moderate/move-thread.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/move-thread.tcl,v diff -u -r1.4.4.2 -r1.4.4.3 --- openacs-4/packages/forums/www/moderate/move-thread.tcl 30 Sep 2013 11:33:55 -0000 1.4.4.2 +++ openacs-4/packages/forums/www/moderate/move-thread.tcl 29 Jul 2014 11:24:06 -0000 1.4.4.3 @@ -6,7 +6,7 @@ @creation-date 2005-03-14 } { - msg_id:integer,notnull + msg_id:naturalnum,notnull selected_message:integer,notnull {confirm_p 0} } Index: openacs-4/packages/forums/www/moderate/move.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/move.tcl,v diff -u -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/forums/www/moderate/move.tcl 30 Sep 2013 11:33:55 -0000 1.3.2.2 +++ openacs-4/packages/forums/www/moderate/move.tcl 29 Jul 2014 11:24:06 -0000 1.3.2.3 @@ -6,7 +6,7 @@ @creation-date 2005-03-14 } { - message_id:integer,notnull + message_id:naturalnum,notnull selected_forum:integer,notnull {confirm_p 0} } Index: openacs-4/packages/forums/www/moderate/thread-move-thread.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/thread-move-thread.tcl,v diff -u -r1.1 -r1.1.14.1 --- openacs-4/packages/forums/www/moderate/thread-move-thread.tcl 8 Apr 2005 08:28:09 -0000 1.1 +++ openacs-4/packages/forums/www/moderate/thread-move-thread.tcl 29 Jul 2014 11:24:06 -0000 1.1.14.1 @@ -2,11 +2,11 @@ Move a thread to other thread - @author Natalia P�rez (nperper@it.uc3m.es) + @author Natalia Pérez (nperper@it.uc3m.es) @creation-date 2005-03-14 } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} {confirm_p 0} } Index: openacs-4/packages/forums/www/moderate/thread-move.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/thread-move.tcl,v diff -u -r1.2 -r1.2.6.1 --- openacs-4/packages/forums/www/moderate/thread-move.tcl 15 May 2007 20:14:41 -0000 1.2 +++ openacs-4/packages/forums/www/moderate/thread-move.tcl 29 Jul 2014 11:24:06 -0000 1.2.6.1 @@ -2,11 +2,11 @@ Move a thread to other forum - @author Natalia P�rez (nperper@it.uc3m.es) + @author Natalia Pérez (nperper@it.uc3m.es) @creation-date 2005-03-14 } { - message_id:integer,notnull + message_id:naturalnum,notnull {return_url "../message-view"} {confirm_p 0} } Index: openacs-4/packages/general-comments/www/comment-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-add-2.tcl,v diff -u -r1.6.20.2 -r1.6.20.3 --- openacs-4/packages/general-comments/www/comment-add-2.tcl 3 Oct 2013 08:41:28 -0000 1.6.20.2 +++ openacs-4/packages/general-comments/www/comment-add-2.tcl 29 Jul 2014 11:24:07 -0000 1.6.20.3 @@ -8,7 +8,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull { object_name "[acs_object_name $object_id]" } title:notnull content:html,notnull Index: openacs-4/packages/general-comments/www/comment-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-add-3.tcl,v diff -u -r1.9.8.4 -r1.9.8.5 --- openacs-4/packages/general-comments/www/comment-add-3.tcl 26 Oct 2013 09:29:55 -0000 1.9.8.4 +++ openacs-4/packages/general-comments/www/comment-add-3.tcl 29 Jul 2014 11:24:07 -0000 1.9.8.5 @@ -8,8 +8,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull - object_id:integer,notnull + comment_id:naturalnum,notnull + object_id:naturalnum,notnull title:notnull content:html,notnull comment_mime_type Index: openacs-4/packages/general-comments/www/comment-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-add.tcl,v diff -u -r1.5.20.2 -r1.5.20.3 --- openacs-4/packages/general-comments/www/comment-add.tcl 3 Oct 2013 08:41:29 -0000 1.5.20.2 +++ openacs-4/packages/general-comments/www/comment-add.tcl 29 Jul 2014 11:24:07 -0000 1.5.20.3 @@ -8,7 +8,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - object_id:integer,notnull + object_id:naturalnum,notnull { object_name "[acs_object_name $object_id]" } { context_id "$object_id" } { category "" } Index: openacs-4/packages/general-comments/www/comment-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-2.tcl,v diff -u -r1.6.20.1 -r1.6.20.2 --- openacs-4/packages/general-comments/www/comment-edit-2.tcl 6 Sep 2013 16:01:49 -0000 1.6.20.1 +++ openacs-4/packages/general-comments/www/comment-edit-2.tcl 29 Jul 2014 11:24:07 -0000 1.6.20.2 @@ -14,8 +14,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull - object_id:integer,notnull + comment_id:naturalnum,notnull + object_id:naturalnum,notnull title:notnull content:notnull,html comment_mime_type Index: openacs-4/packages/general-comments/www/comment-edit-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-3.tcl,v diff -u -r1.4.14.3 -r1.4.14.4 --- openacs-4/packages/general-comments/www/comment-edit-3.tcl 9 Sep 2013 16:44:27 -0000 1.4.14.3 +++ openacs-4/packages/general-comments/www/comment-edit-3.tcl 29 Jul 2014 11:24:07 -0000 1.4.14.4 @@ -8,7 +8,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull title content:html comment_mime_type Index: openacs-4/packages/general-comments/www/comment-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit.tcl,v diff -u -r1.5.20.2 -r1.5.20.3 --- openacs-4/packages/general-comments/www/comment-edit.tcl 3 Oct 2013 08:41:29 -0000 1.5.20.2 +++ openacs-4/packages/general-comments/www/comment-edit.tcl 29 Jul 2014 11:24:07 -0000 1.5.20.3 @@ -10,7 +10,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull { revision_id {} } { return_url {} } } -properties { Index: openacs-4/packages/general-comments/www/delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/delete-2.tcl,v diff -u -r1.2 -r1.2.8.1 --- openacs-4/packages/general-comments/www/delete-2.tcl 5 May 2007 15:54:47 -0000 1.2 +++ openacs-4/packages/general-comments/www/delete-2.tcl 29 Jul 2014 11:24:07 -0000 1.2.8.1 @@ -10,7 +10,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull { return_url {} } } Index: openacs-4/packages/general-comments/www/delete-attachment-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/delete-attachment-2.tcl,v diff -u -r1.5.8.3 -r1.5.8.4 --- openacs-4/packages/general-comments/www/delete-attachment-2.tcl 3 Oct 2013 08:41:29 -0000 1.5.8.3 +++ openacs-4/packages/general-comments/www/delete-attachment-2.tcl 29 Jul 2014 11:24:07 -0000 1.5.8.4 @@ -12,8 +12,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull submit:notnull { return_url {} } } Index: openacs-4/packages/general-comments/www/delete-attachment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/delete-attachment.tcl,v diff -u -r1.5.8.1 -r1.5.8.2 --- openacs-4/packages/general-comments/www/delete-attachment.tcl 6 Sep 2013 16:01:49 -0000 1.5.8.1 +++ openacs-4/packages/general-comments/www/delete-attachment.tcl 29 Jul 2014 11:24:07 -0000 1.5.8.2 @@ -11,8 +11,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull { return_url {} } } -properties { page_title:onevalue Index: openacs-4/packages/general-comments/www/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/delete.tcl,v diff -u -r1.2 -r1.2.8.1 --- openacs-4/packages/general-comments/www/delete.tcl 5 May 2007 15:54:47 -0000 1.2 +++ openacs-4/packages/general-comments/www/delete.tcl 29 Jul 2014 11:24:07 -0000 1.2.8.1 @@ -10,7 +10,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull { return_url {}} } -properties { page_title:onevalue Index: openacs-4/packages/general-comments/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/file-add-2.tcl,v diff -u -r1.6.14.4 -r1.6.14.5 --- openacs-4/packages/general-comments/www/file-add-2.tcl 3 Oct 2013 08:41:29 -0000 1.6.14.4 +++ openacs-4/packages/general-comments/www/file-add-2.tcl 29 Jul 2014 11:24:08 -0000 1.6.14.5 @@ -13,8 +13,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull title:notnull upload_file:notnull upload_file.tmpfile:tmpfile Index: openacs-4/packages/general-comments/www/file-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/file-edit-2.tcl,v diff -u -r1.2.26.2 -r1.2.26.3 --- openacs-4/packages/general-comments/www/file-edit-2.tcl 9 Sep 2013 16:44:28 -0000 1.2.26.2 +++ openacs-4/packages/general-comments/www/file-edit-2.tcl 29 Jul 2014 11:24:08 -0000 1.2.26.3 @@ -12,8 +12,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull title:notnull { return_url {} } } Index: openacs-4/packages/general-comments/www/file-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/file-edit.tcl,v diff -u -r1.4.20.1 -r1.4.20.2 --- openacs-4/packages/general-comments/www/file-edit.tcl 6 Sep 2013 16:01:50 -0000 1.4.20.1 +++ openacs-4/packages/general-comments/www/file-edit.tcl 29 Jul 2014 11:24:08 -0000 1.4.20.2 @@ -11,8 +11,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull { return_url {} } } -properties { page_title:onevalue Index: openacs-4/packages/general-comments/www/url-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-add-2.tcl,v diff -u -r1.4.14.3 -r1.4.14.4 --- openacs-4/packages/general-comments/www/url-add-2.tcl 9 Sep 2013 16:44:28 -0000 1.4.14.3 +++ openacs-4/packages/general-comments/www/url-add-2.tcl 29 Jul 2014 11:24:08 -0000 1.4.14.4 @@ -8,8 +8,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull label:notnull url:notnull { return_url {} } Index: openacs-4/packages/general-comments/www/url-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-edit-2.tcl,v diff -u -r1.3.14.2 -r1.3.14.3 --- openacs-4/packages/general-comments/www/url-edit-2.tcl 9 Sep 2013 16:44:28 -0000 1.3.14.2 +++ openacs-4/packages/general-comments/www/url-edit-2.tcl 29 Jul 2014 11:24:08 -0000 1.3.14.3 @@ -8,8 +8,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull label:notnull url:notnull { return_url {} } Index: openacs-4/packages/general-comments/www/url-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/url-edit.tcl,v diff -u -r1.4.20.1 -r1.4.20.2 --- openacs-4/packages/general-comments/www/url-edit.tcl 6 Sep 2013 16:01:50 -0000 1.4.20.1 +++ openacs-4/packages/general-comments/www/url-edit.tcl 29 Jul 2014 11:24:08 -0000 1.4.20.2 @@ -8,8 +8,8 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - attach_id:integer,notnull - parent_id:integer,notnull + attach_id:naturalnum,notnull + parent_id:naturalnum,notnull { return_url {} } } -properties { page_title:onevalue Index: openacs-4/packages/general-comments/www/admin/delete-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/admin/delete-2.tcl,v diff -u -r1.3 -r1.3.20.1 --- openacs-4/packages/general-comments/www/admin/delete-2.tcl 30 Sep 2003 12:10:07 -0000 1.3 +++ openacs-4/packages/general-comments/www/admin/delete-2.tcl 29 Jul 2014 11:24:08 -0000 1.3.20.1 @@ -10,7 +10,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull { return_url {} } } Index: openacs-4/packages/general-comments/www/admin/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/admin/delete.tcl,v diff -u -r1.4 -r1.4.20.1 --- openacs-4/packages/general-comments/www/admin/delete.tcl 7 Nov 2002 08:32:50 -0000 1.4 +++ openacs-4/packages/general-comments/www/admin/delete.tcl 29 Jul 2014 11:24:08 -0000 1.4.20.1 @@ -10,7 +10,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull { return_url {}} } -properties { page_title:onevalue Index: openacs-4/packages/general-comments/www/admin/toggle-approval.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/admin/toggle-approval.tcl,v diff -u -r1.2.26.1 -r1.2.26.2 --- openacs-4/packages/general-comments/www/admin/toggle-approval.tcl 3 Oct 2013 08:41:29 -0000 1.2.26.1 +++ openacs-4/packages/general-comments/www/admin/toggle-approval.tcl 29 Jul 2014 11:24:09 -0000 1.2.26.2 @@ -10,7 +10,7 @@ @creation-date 2000-10-12 @cvs-id $Id$ } { - comment_id:integer,notnull + comment_id:naturalnum,notnull {revision_id {}} {return_url {}} } Index: openacs-4/packages/news/lib/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/lib/item.tcl,v diff -u -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/news/lib/item.tcl 12 Nov 2013 21:14:41 -0000 1.3.2.2 +++ openacs-4/packages/news/lib/item.tcl 29 Jul 2014 11:24:09 -0000 1.3.2.3 @@ -8,7 +8,7 @@ } { - item_id:integer,notnull + item_id:naturalnum,notnull } -properties { title:onevalue Index: openacs-4/packages/news/www/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item.tcl,v diff -u -r1.20 -r1.20.2.1 --- openacs-4/packages/news/www/item.tcl 6 Sep 2013 17:06:05 -0000 1.20 +++ openacs-4/packages/news/www/item.tcl 29 Jul 2014 11:24:09 -0000 1.20.2.1 @@ -9,7 +9,7 @@ } { - item_id:integer,notnull + item_id:naturalnum,notnull } -properties { title:onevalue Index: openacs-4/packages/news/www/admin/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/admin/item.tcl,v diff -u -r1.5 -r1.5.6.1 --- openacs-4/packages/news/www/admin/item.tcl 9 Nov 2008 23:29:28 -0000 1.5 +++ openacs-4/packages/news/www/admin/item.tcl 29 Jul 2014 11:24:09 -0000 1.5.6.1 @@ -12,7 +12,7 @@ } { - item_id:integer,notnull + item_id:naturalnum,notnull } -properties { Index: openacs-4/packages/news/www/admin/revision-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/admin/revision-add.tcl,v diff -u -r1.10 -r1.10.4.1 --- openacs-4/packages/news/www/admin/revision-add.tcl 30 Dec 2009 23:13:36 -0000 1.10 +++ openacs-4/packages/news/www/admin/revision-add.tcl 29 Jul 2014 11:24:09 -0000 1.10.4.1 @@ -12,7 +12,7 @@ } { - item_id:integer,notnull + item_id:naturalnum,notnull } -properties { Index: openacs-4/packages/news/www/admin/revision-set-active.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/admin/revision-set-active.tcl,v diff -u -r1.3 -r1.3.20.1 --- openacs-4/packages/news/www/admin/revision-set-active.tcl 30 Nov 2002 17:39:28 -0000 1.3 +++ openacs-4/packages/news/www/admin/revision-set-active.tcl 29 Jul 2014 11:24:09 -0000 1.3.20.1 @@ -10,8 +10,8 @@ } { - item_id:integer,notnull - new_rev_id:integer,notnull + item_id:naturalnum,notnull + new_rev_id:naturalnum,notnull } Index: openacs-4/packages/notifications/www/request-change-frequency.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-change-frequency.tcl,v diff -u -r1.3 -r1.3.6.1 --- openacs-4/packages/notifications/www/request-change-frequency.tcl 13 Sep 2009 23:54:42 -0000 1.3 +++ openacs-4/packages/notifications/www/request-change-frequency.tcl 29 Jul 2014 11:24:09 -0000 1.3.6.1 @@ -6,7 +6,7 @@ @creation-date 2002-09-03 @cvs-id $Id$ } { - request_id:integer,notnull + request_id:naturalnum,notnull return_url } Index: openacs-4/packages/notifications/www/request-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-delete.tcl,v diff -u -r1.3 -r1.3.22.1 --- openacs-4/packages/notifications/www/request-delete.tcl 16 Jan 2003 13:53:40 -0000 1.3 +++ openacs-4/packages/notifications/www/request-delete.tcl 29 Jul 2014 11:24:09 -0000 1.3.22.1 @@ -7,7 +7,7 @@ @creation-date 2002-05-24 @cvs-id $Id$ } { - request_id:integer,notnull + request_id:naturalnum,notnull return_url } Index: openacs-4/packages/notifications/www/request-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-new-2.tcl,v diff -u -r1.3 -r1.3.22.1 --- openacs-4/packages/notifications/www/request-new-2.tcl 16 Jan 2003 13:53:40 -0000 1.3 +++ openacs-4/packages/notifications/www/request-new-2.tcl 29 Jul 2014 11:24:09 -0000 1.3.22.1 @@ -7,8 +7,8 @@ @creation-date 2002-05-24 @cvs-id $Id$ } { - type_id:integer,notnull - object_id:integer,notnull + type_id:naturalnum,notnull + object_id:naturalnum,notnull return_url } Index: openacs-4/packages/notifications/www/request-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-new.tcl,v diff -u -r1.11.6.2 -r1.11.6.3 --- openacs-4/packages/notifications/www/request-new.tcl 11 Oct 2013 18:12:55 -0000 1.11.6.2 +++ openacs-4/packages/notifications/www/request-new.tcl 29 Jul 2014 11:24:09 -0000 1.11.6.3 @@ -6,8 +6,8 @@ @creation-date 2002-05-24 @cvs-id $Id$ } { - type_id:integer,notnull - object_id:integer,notnull + type_id:naturalnum,notnull + object_id:naturalnum,notnull {pretty_name ""} return_url } Index: openacs-4/packages/notifications/www/request-notification.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-notification.tcl,v diff -u -r1.1.10.2 -r1.1.10.3 --- openacs-4/packages/notifications/www/request-notification.tcl 11 Oct 2013 18:12:55 -0000 1.1.10.2 +++ openacs-4/packages/notifications/www/request-notification.tcl 29 Jul 2014 11:24:09 -0000 1.1.10.3 @@ -6,7 +6,7 @@ @create-date 2005-03-28 } { - object_id:integer,notnull + object_id:naturalnum,notnull type_id {group_id ""} } Index: openacs-4/packages/notifications/www/request-unsubscribe-notification.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-unsubscribe-notification.tcl,v diff -u -r1.1 -r1.1.10.1 --- openacs-4/packages/notifications/www/request-unsubscribe-notification.tcl 24 May 2005 21:10:47 -0000 1.1 +++ openacs-4/packages/notifications/www/request-unsubscribe-notification.tcl 29 Jul 2014 11:24:09 -0000 1.1.10.1 @@ -2,11 +2,11 @@ Unsubscribe users. - @author Natalia P�rez (nperper@it.uc3m.es) + @author Natalia Pérez (nperper@it.uc3m.es) @create-date 2005-03-28 } { - object_id:integer,notnull + object_id:naturalnum,notnull type_id } Index: openacs-4/packages/xotcl-core/lib/revisions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/lib/revisions.tcl,v diff -u -r1.5 -r1.5.12.1 --- openacs-4/packages/xotcl-core/lib/revisions.tcl 20 Jun 2006 22:56:53 -0000 1.5 +++ openacs-4/packages/xotcl-core/lib/revisions.tcl 29 Jul 2014 11:24:10 -0000 1.5.12.1 @@ -5,7 +5,7 @@ @creation-date Oct 23, 2005 @cvs-id $Id$ } { - page_id:integer,notnull + page_id:naturalnum,notnull {name ""} } -properties { name:onevalue Index: openacs-4/packages/xowiki/www/xinha/file-selector.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/xinha/file-selector.tcl,v diff -u -r1.15.2.2 -r1.15.2.3 --- openacs-4/packages/xowiki/www/xinha/file-selector.tcl 29 Jul 2014 11:14:20 -0000 1.15.2.2 +++ openacs-4/packages/xowiki/www/xinha/file-selector.tcl 29 Jul 2014 11:24:10 -0000 1.15.2.3 @@ -4,7 +4,7 @@ @creation-date 13.10.2005 @cvs-id $Id$ } { - {fs_package_id:integer,notnull,optional} + {fs_package_id:naturalnum,notnull,optional} {folder_id:naturalnum,optional} {orderby:optional} {selector_type "image"}