Index: openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql,v diff -u -r1.16 -r1.17 --- openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql 30 Nov 2002 17:31:01 -0000 1.16 +++ openacs-4/packages/ecommerce/sql/postgresql/ecommerce-create.sql 10 Dec 2002 20:06:42 -0000 1.17 @@ -7,7 +7,7 @@ -- -- ported to OpenACS by Gilbert wong (gwong@orchardlabs.com) -- July 2001 --- OpenFTS Search added by Bart Teeuwisse (bart.teeuwisse@7-sisters.com +-- OpenFTS Search added by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) -- -- Besides the tables defined here, you also need to import -- zip_codes, which contains the following columns: Index: openacs-4/packages/ecommerce/tcl/ec-product-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ec-product-sc-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/tcl/ec-product-sc-procs.tcl 8 Jan 2002 23:14:17 -0000 1.2 +++ openacs-4/packages/ecommerce/tcl/ec-product-sc-procs.tcl 10 Dec 2002 20:06:33 -0000 1.3 @@ -2,7 +2,7 @@ object_id } { @author Gilbert Wong - @author Bart Teeuwisse (bart.teeuwisse@7-sisters.com) + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) } { db_0or1row ec_products_datasource { select e.product_id as object_id, Index: openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl 10 Sep 2002 22:22:36 -0000 1.5 +++ openacs-4/packages/ecommerce/tcl/ecommerce-credit-procs.tcl 10 Dec 2002 20:06:33 -0000 1.6 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date 1 April 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } Index: openacs-4/packages/ecommerce/tcl/ecommerce-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-email-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ecommerce/tcl/ecommerce-email-procs.tcl 4 Oct 2002 06:55:20 -0000 1.7 +++ openacs-4/packages/ecommerce/tcl/ecommerce-email-procs.tcl 10 Dec 2002 20:06:32 -0000 1.8 @@ -7,7 +7,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry-ecommerce@hollyjerry.org) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } Index: openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl 30 Nov 2002 17:31:18 -0000 1.10 +++ openacs-4/packages/ecommerce/tcl/ecommerce-scheduled-procs.tcl 10 Dec 2002 20:06:32 -0000 1.11 @@ -32,7 +32,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date April 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } Index: openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs.tcl 26 May 2002 04:36:50 -0000 1.5 +++ openacs-4/packages/ecommerce/tcl/ecommerce-state-changes-procs.tcl 10 Dec 2002 20:06:32 -0000 1.6 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } Index: openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl 27 Sep 2002 04:46:45 -0000 1.11 +++ openacs-4/packages/ecommerce/tcl/ecommerce-utilities-procs.tcl 10 Dec 2002 20:06:32 -0000 1.12 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date April, 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } Index: openacs-4/packages/ecommerce/www/account.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/account.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/account.tcl 18 Sep 2002 21:33:45 -0000 1.5 +++ openacs-4/packages/ecommerce/www/account.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -4,7 +4,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } { Index: openacs-4/packages/ecommerce/www/address-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/address-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/address-2.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/address-2.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -14,7 +14,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/address-international-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/address-international-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/address-international-2.tcl 3 Oct 2002 18:12:09 -0000 1.4 +++ openacs-4/packages/ecommerce/www/address-international-2.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -13,7 +13,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/address-international.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/address-international.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/address-international.tcl 18 Sep 2002 21:33:45 -0000 1.5 +++ openacs-4/packages/ecommerce/www/address-international.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -7,7 +7,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/address.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/address.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/address.tcl 4 Oct 2002 04:07:15 -0000 1.6 +++ openacs-4/packages/ecommerce/www/address.tcl 10 Dec 2002 20:06:18 -0000 1.7 @@ -5,7 +5,7 @@ @param referer @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse (bart.teeuwisse@7-sisters.com) + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date revised April 2002 } { Index: openacs-4/packages/ecommerce/www/billing.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/billing.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/billing.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/billing.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -4,7 +4,7 @@ @param usca_p User session started or not - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date April 2002 } { Index: openacs-4/packages/ecommerce/www/browse-categories.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/browse-categories.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/browse-categories.tcl 17 Sep 2002 03:36:34 -0000 1.1 +++ openacs-4/packages/ecommerce/www/browse-categories.tcl 10 Dec 2002 20:06:18 -0000 1.2 @@ -2,7 +2,7 @@ Present a list of top level product categories to browse. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date September 2002 @cvs_id Index: openacs-4/packages/ecommerce/www/category-browse-subcategory.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/category-browse-subcategory.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/category-browse-subcategory.tcl 17 Sep 2002 03:36:34 -0000 1.4 +++ openacs-4/packages/ecommerce/www/category-browse-subcategory.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -12,7 +12,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date May 2002 } { category_id:notnull,naturalnum Index: openacs-4/packages/ecommerce/www/category-browse-subsubcategory.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/category-browse-subsubcategory.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/category-browse-subsubcategory.tcl 17 Sep 2002 03:36:34 -0000 1.4 +++ openacs-4/packages/ecommerce/www/category-browse-subsubcategory.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -12,7 +12,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revision Bart Teeuwisse + @author revision Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date May 2002 } { category_id:naturalnum,notnull Index: openacs-4/packages/ecommerce/www/category-browse.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/category-browse.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/category-browse.tcl 3 Oct 2002 18:12:09 -0000 1.6 +++ openacs-4/packages/ecommerce/www/category-browse.tcl 10 Dec 2002 20:06:18 -0000 1.7 @@ -12,7 +12,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date May 2002 } { category_id:optional,naturalnum Index: openacs-4/packages/ecommerce/www/checkout-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout-2.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/ecommerce/www/checkout-2.tcl 3 Oct 2002 18:12:09 -0000 1.10 +++ openacs-4/packages/ecommerce/www/checkout-2.tcl 10 Dec 2002 20:06:18 -0000 1.11 @@ -5,7 +5,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 20002 } { Index: openacs-4/packages/ecommerce/www/checkout-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout-3.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/checkout-3.tcl 3 Oct 2002 18:12:09 -0000 1.6 +++ openacs-4/packages/ecommerce/www/checkout-3.tcl 10 Dec 2002 20:06:18 -0000 1.7 @@ -9,7 +9,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/checkout.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/ecommerce/www/checkout.tcl 3 Oct 2002 18:12:09 -0000 1.10 +++ openacs-4/packages/ecommerce/www/checkout.tcl 10 Dec 2002 20:06:18 -0000 1.11 @@ -4,7 +4,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { usca_p:optional Index: openacs-4/packages/ecommerce/www/contextbar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/Attic/contextbar.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/contextbar.tcl 19 Sep 2002 03:02:19 -0000 1.2 +++ openacs-4/packages/ecommerce/www/contextbar.tcl 10 Dec 2002 20:06:18 -0000 1.3 @@ -2,7 +2,7 @@ # @param context_addition -# @author Bart Teeuwisse +# @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) # @cvs-id $Id$ # @creation-date September 2002 Index: openacs-4/packages/ecommerce/www/credit-card-correction-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/credit-card-correction-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/credit-card-correction-2.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/credit-card-correction-2.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -13,7 +13,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/credit-card-correction.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/credit-card-correction.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/credit-card-correction.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/credit-card-correction.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -8,7 +8,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/delete-address.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/delete-address.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/delete-address.tcl 15 Sep 2002 01:50:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/delete-address.tcl 10 Dec 2002 20:06:18 -0000 1.4 @@ -6,7 +6,7 @@ @param address_id @param referer - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date April 2002 } { address_id Index: openacs-4/packages/ecommerce/www/finalize-order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/finalize-order.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/finalize-order.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/finalize-order.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -12,7 +12,7 @@ @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) @author and Walter McGinnis (wtem@olywa.net) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-billing.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-billing.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/gift-certificate-billing.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/gift-certificate-billing.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -4,7 +4,7 @@ @param usca_p User session started or not - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-claim-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-claim-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/gift-certificate-claim-2.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/gift-certificate-claim-2.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -4,7 +4,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-claim.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-claim.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/gift-certificate-claim.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/gift-certificate-claim.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -3,7 +3,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl 3 Oct 2002 18:12:09 -0000 1.7 +++ openacs-4/packages/ecommerce/www/gift-certificate-finalize-order.tcl 10 Dec 2002 20:06:18 -0000 1.8 @@ -35,7 +35,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-order-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-order-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/gift-certificate-order-2.tcl 17 Sep 2002 03:36:34 -0000 1.4 +++ openacs-4/packages/ecommerce/www/gift-certificate-order-2.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -5,7 +5,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-order-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-order-3.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/gift-certificate-order-3.tcl 18 Sep 2002 21:33:46 -0000 1.5 +++ openacs-4/packages/ecommerce/www/gift-certificate-order-3.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -12,7 +12,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl 17 Sep 2002 03:36:34 -0000 1.5 +++ openacs-4/packages/ecommerce/www/gift-certificate-order-4.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -5,7 +5,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate-thank-you.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate-thank-you.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/gift-certificate-thank-you.tcl 17 Sep 2002 03:36:34 -0000 1.3 +++ openacs-4/packages/ecommerce/www/gift-certificate-thank-you.tcl 10 Dec 2002 20:06:18 -0000 1.4 @@ -6,7 +6,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/gift-certificate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/gift-certificate.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/gift-certificate.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/gift-certificate.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -5,7 +5,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/index.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/index.tcl 17 Sep 2002 03:36:34 -0000 1.4 +++ openacs-4/packages/ecommerce/www/index.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -9,7 +9,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/mailing-list-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/mailing-list-add-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/mailing-list-add-2.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/mailing-list-add-2.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -11,7 +11,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/mailing-list-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/mailing-list-add.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/mailing-list-add.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/mailing-list-add.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -11,7 +11,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/mailing-list-remove.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/mailing-list-remove.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/mailing-list-remove.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/mailing-list-remove.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -7,7 +7,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/order.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/order.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/order.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -8,7 +8,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/payment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/payment.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/ecommerce/www/payment.tcl 3 Oct 2002 18:12:09 -0000 1.8 +++ openacs-4/packages/ecommerce/www/payment.tcl 10 Dec 2002 20:06:18 -0000 1.9 @@ -6,7 +6,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl 3 Oct 2002 18:12:09 -0000 1.8 +++ openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl 10 Dec 2002 20:06:18 -0000 1.9 @@ -6,7 +6,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/process-payment.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/process-payment.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/process-payment.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/process-payment.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -18,7 +18,7 @@ @author hbrock@arsdigita.com @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/product-search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/product-search.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/product-search.tcl 17 Sep 2002 03:36:34 -0000 1.5 +++ openacs-4/packages/ecommerce/www/product-search.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -9,7 +9,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/product.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/product.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/product.tcl 30 Nov 2002 17:31:29 -0000 1.6 +++ openacs-4/packages/ecommerce/www/product.tcl 10 Dec 2002 20:06:18 -0000 1.7 @@ -11,7 +11,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date June 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/review-submit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/review-submit-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/review-submit-2.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/review-submit-2.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -9,7 +9,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/review-submit-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/review-submit-3.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/review-submit-3.tcl 18 Sep 2002 21:33:46 -0000 1.5 +++ openacs-4/packages/ecommerce/www/review-submit-3.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -9,7 +9,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/review-submit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/review-submit.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/review-submit.tcl 18 Sep 2002 21:33:46 -0000 1.5 +++ openacs-4/packages/ecommerce/www/review-submit.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -6,7 +6,7 @@ @creation-date @cvs-id $Id$ @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/select-shipping.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/select-shipping.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ecommerce/www/select-shipping.tcl 18 Sep 2002 21:33:46 -0000 1.7 +++ openacs-4/packages/ecommerce/www/select-shipping.tcl 10 Dec 2002 20:06:18 -0000 1.8 @@ -6,7 +6,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart-add.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/shopping-cart-add.tcl 18 Sep 2002 21:33:46 -0000 1.5 +++ openacs-4/packages/ecommerce/www/shopping-cart-add.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -21,7 +21,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart-retrieve-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart-retrieve-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/shopping-cart-retrieve-2.tcl 18 Sep 2002 21:33:46 -0000 1.5 +++ openacs-4/packages/ecommerce/www/shopping-cart-retrieve-2.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -6,7 +6,7 @@ @creation-date @cvs-id $Id$ @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart-retrieve-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart-retrieve-3.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ecommerce/www/shopping-cart-retrieve-3.tcl 3 Oct 2002 18:12:09 -0000 1.7 +++ openacs-4/packages/ecommerce/www/shopping-cart-retrieve-3.tcl 10 Dec 2002 20:06:18 -0000 1.8 @@ -7,7 +7,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart-retrieve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart-retrieve.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/shopping-cart-retrieve.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/shopping-cart-retrieve.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -6,7 +6,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart-save-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart-save-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/shopping-cart-save-2.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/shopping-cart-save-2.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -3,7 +3,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart-save.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart-save.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/shopping-cart-save.tcl 18 Sep 2002 21:33:46 -0000 1.4 +++ openacs-4/packages/ecommerce/www/shopping-cart-save.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -6,7 +6,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/shopping-cart.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/shopping-cart.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/ecommerce/www/shopping-cart.tcl 19 Sep 2002 23:44:25 -0000 1.9 +++ openacs-4/packages/ecommerce/www/shopping-cart.tcl 10 Dec 2002 20:06:18 -0000 1.10 @@ -4,7 +4,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/thank-you.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/thank-you.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/thank-you.tcl 3 Oct 2002 18:12:09 -0000 1.5 +++ openacs-4/packages/ecommerce/www/thank-you.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -4,7 +4,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/toolbar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/Attic/toolbar.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/toolbar.tcl 17 Sep 2002 03:36:34 -0000 1.1 +++ openacs-4/packages/ecommerce/www/toolbar.tcl 10 Dec 2002 20:06:18 -0000 1.2 @@ -7,7 +7,7 @@ # @param search_text # @current_location -# @author Bart Teeuwisse +# @author Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/update-user-classes-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/update-user-classes-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/update-user-classes-2.tcl 3 Oct 2002 18:12:09 -0000 1.4 +++ openacs-4/packages/ecommerce/www/update-user-classes-2.tcl 10 Dec 2002 20:06:18 -0000 1.5 @@ -5,7 +5,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/update-user-classes.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/update-user-classes.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/update-user-classes.tcl 18 Sep 2002 21:33:46 -0000 1.5 +++ openacs-4/packages/ecommerce/www/update-user-classes.tcl 10 Dec 2002 20:06:18 -0000 1.6 @@ -4,7 +4,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/customer-service/spam-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/spam-3.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/customer-service/spam-3.tcl 18 Sep 2002 21:33:49 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/customer-service/spam-3.tcl 10 Dec 2002 20:06:00 -0000 1.6 @@ -18,7 +18,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) } { spam_id:notnull Index: openacs-4/packages/ecommerce/www/admin/orders/address-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/address-add-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/address-add-2.tcl 23 Sep 2002 22:25:29 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/address-add-2.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/address-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/address-add-3.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/orders/address-add-3.tcl 23 Sep 2002 22:25:29 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/orders/address-add-3.tcl 10 Dec 2002 20:05:50 -0000 1.6 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/address-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/address-add.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/orders/address-add.tcl 26 May 2002 04:36:50 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/orders/address-add.tcl 10 Dec 2002 20:05:50 -0000 1.5 @@ -4,7 +4,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/by-order-state-and-time.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/by-order-state-and-time.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/orders/by-order-state-and-time.tcl 12 Sep 2002 02:57:26 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/orders/by-order-state-and-time.tcl 10 Dec 2002 20:05:50 -0000 1.6 @@ -2,10 +2,10 @@ View orders by order state and order time. @author Eve Anderson (eveander@arsdigita.com) - @author Bart Teeuwisse (bart.teeuwisse@7-sisters.com) + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-2.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-2.tcl 10 Dec 2002 20:05:50 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-3.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-3.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/creditcard-add-3.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/creditcard-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/creditcard-add.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/orders/creditcard-add.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/orders/creditcard-add.tcl 10 Dec 2002 20:05:50 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/fulfill-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/fulfill-2.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/admin/orders/fulfill-2.tcl 13 Sep 2002 10:44:00 -0000 1.6 +++ openacs-4/packages/ecommerce/www/admin/orders/fulfill-2.tcl 10 Dec 2002 20:05:50 -0000 1.7 @@ -4,7 +4,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl 19 Sep 2002 17:12:45 -0000 1.6 +++ openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.tcl 10 Dec 2002 20:05:50 -0000 1.7 @@ -4,7 +4,7 @@ @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/gift-certificates-issued.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/gift-certificates-issued.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/gift-certificates-issued.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/gift-certificates-issued.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/gift-certificates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/gift-certificates.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/gift-certificates.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/gift-certificates.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/index.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/index.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/index.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-add-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/items-add-2.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/items-add-2.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-add-3.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/orders/items-add-3.tcl 26 May 2002 04:36:50 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/orders/items-add-3.tcl 10 Dec 2002 20:05:50 -0000 1.5 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-add-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-add-4.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/orders/items-add-4.tcl 18 Sep 2002 21:33:52 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/orders/items-add-4.tcl 10 Dec 2002 20:05:50 -0000 1.5 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-add.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/items-add.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/items-add.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-return-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-return-2.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/admin/orders/items-return-2.tcl 18 Sep 2002 21:33:52 -0000 1.6 +++ openacs-4/packages/ecommerce/www/admin/orders/items-return-2.tcl 10 Dec 2002 20:05:50 -0000 1.7 @@ -2,7 +2,7 @@ @cvs-id $Id$ @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-return-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-return-3.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/items-return-3.tcl 30 Nov 2002 17:31:38 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/items-return-3.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -12,7 +12,7 @@ @author @creation-date @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-return.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-return.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/items-return.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/items-return.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-void-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-void-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/items-void-2.tcl 13 Sep 2002 11:24:20 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/items-void-2.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/items-void.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/items-void.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/orders/items-void.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/orders/items-void.tcl 10 Dec 2002 20:05:50 -0000 1.3 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/one.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/orders/one.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/orders/one.tcl 10 Dec 2002 20:05:50 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/refunds.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/refunds.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/refunds.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/refunds.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/revenue.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/revenue.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/orders/revenue.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/orders/revenue.tcl 10 Dec 2002 20:05:50 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date March 2002 } { Index: openacs-4/packages/ecommerce/www/admin/orders/shipments.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/shipments.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/shipments.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/shipments.tcl 10 Dec 2002 20:05:50 -0000 1.4 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/problems/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/problems/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/problems/index.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/problems/index.tcl 10 Dec 2002 20:05:41 -0000 1.3 @@ -6,7 +6,7 @@ @author Jesse Koontz (jkoontz@arsdigita.com) @creation-date July 21, 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-add-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-add-2.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-add-2.tcl 10 Dec 2002 20:05:31 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-add-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-add-3.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-add-3.tcl 18 Sep 2002 21:33:53 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-add-3.tcl 10 Dec 2002 20:05:31 -0000 1.5 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-add.tcl 10 Dec 2002 20:05:31 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date May 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.tcl 18 Sep 2002 21:33:53 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-edit-2.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/custom-field-edit.tcl 10 Dec 2002 20:05:31 -0000 1.3 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date May 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/link.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/link.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/link.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/link.tcl 10 Dec 2002 20:05:31 -0000 1.3 @@ -6,7 +6,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date June 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/one.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/one.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/one.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date June 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date May 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/sale-price-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/sale-price-add-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/sale-price-add-2.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/sale-price-add-2.tcl 10 Dec 2002 20:05:31 -0000 1.3 @@ -3,7 +3,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/sale-price-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/sale-price-add.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/admin/products/sale-price-add.tcl 26 May 2002 04:36:50 -0000 1.4 +++ openacs-4/packages/ecommerce/www/admin/products/sale-price-add.tcl 10 Dec 2002 20:05:31 -0000 1.5 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-2.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-2.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-3.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-3.tcl 18 Sep 2002 21:33:53 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/sale-price-edit-3.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/sale-price-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/sale-price-edit.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/sale-price-edit.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/sale-price-edit.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -5,7 +5,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date Summer 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @revision-date April 2002 } { Index: openacs-4/packages/ecommerce/www/admin/products/sale-prices.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/sale-prices.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/sale-prices.tcl 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/sale-prices.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -4,7 +4,7 @@ @author Eve Andersson (eveander@arsdigita.com) @creation-date June 1999 @author ported by Jerry Asher (jerry@theashergroup.com) - @author revised by Bart Teeuwisse + @author revised by Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) } { product_id:integer,notnull price:optional Index: openacs-4/packages/ecommerce/www/admin/products/search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/search.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/products/search.tcl 10 Sep 2002 22:22:45 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/products/search.tcl 10 Dec 2002 20:05:31 -0000 1.4 @@ -3,7 +3,7 @@ Search for a product based on name or sku. @author Eve Andersson (eveander@arsdigita.com) - @author Bart Teeuwisse (bart.teeuwisse@7-sisters.com) + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date Summer 1999 @cvs-id $Id$ @author ported by Jerry Asher (jerry@theashergroup.com) Index: openacs-4/packages/ecommerce/www/doc/audit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/audit.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/audit.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/audit.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -3,7 +3,7 @@ Audit documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/contextbar.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/contextbar.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/contextbar.adp 19 Sep 2002 03:02:18 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/contextbar.adp 10 Dec 2002 20:05:21 -0000 1.2 @@ -1 +1 @@ -
@context_bar@ Administer ]
+
@context_bar@ Administer ]
Index: openacs-4/packages/ecommerce/www/doc/contextbar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/contextbar.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/contextbar.tcl 19 Sep 2002 03:02:18 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/contextbar.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -2,7 +2,7 @@ # @param context_addition -# @author Bart Teeuwisse +# @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) # @cvs-id $Id$ # @creation-date September 2002 @@ -24,9 +24,10 @@ # Check for admin rights to this (the ecommerce) package. set ec_admin_p [ad_permission_p [ad_conn package_id] admin] -set ec_admin_link [apm_package_url_from_id [ec_id]]admin/ +set ec_admin_link [apm_package_url_from_key ecommerce]admin/ +set ec_installed_p [apm_package_installed_p "ecommerce"] # Get the name of the ecommerce package -set ec_system_name [ec_system_name] +set ec_system_name [ad_parameter -package_id [apm_package_id_from_key ecommerce] SystemName "" Store] Index: openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.adp 10 Dec 2002 20:05:21 -0000 1.4 @@ -3,8 +3,8 @@ @signatory@ @context_bar@ -

The Customer Service Module can be found at @package_url@admin/customer-service/ +

The Customer Service Module can be found at @package_url@admin/customer-service/ (it is also linked to from the main Ecommerce Administration page).

@@ -68,15 +68,15 @@ will become part of the record for that customer service issue.

If you find yourself using the same phrases over and over again - when you respond to customers' emails, the Canned - Response System will be useful to you. You can enter your + when you respond to customers' emails, the Canned + Response System will be useful to you. You can enter your commonly used phrases once, and then whenever you send email you'll be able to automatically insert any number of these phrases.

-

If you want to send email to customers in bulk, then use the Spam System. +

If you want to send email to customers in bulk, then use the Spam System. You can spam users based on what products they've bought, what products they've even looked at, by when they've last visited, by how much they've spent at your site, by which mailing lists @@ -91,9 +91,9 @@

When your customer service data entry people are recording customer interactions, you want it to take as little effort as possible. One way to help is to predefine picklists that they can - choose from when entering data. With the Picklist - Management tool, you can specify what goes in what picklist in + choose from when entering data. With the Picklist + Management tool, you can specify what goes in what picklist in what order.

Reports

Index: openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-customer-service.tcl 10 Dec 2002 20:05:21 -0000 1.3 @@ -4,7 +4,7 @@ module is part of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -34,4 +34,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl 19 Sep 2002 03:02:18 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-features.tcl 10 Dec 2002 20:05:21 -0000 1.3 @@ -3,7 +3,7 @@ Features of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-for-mbas.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -3,7 +3,7 @@ The MBA guide to the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-operation.adp 10 Dec 2002 20:05:21 -0000 1.4 @@ -104,9 +104,9 @@

OK, so what can you actually do with orders? You can:

On an individual order, you can:

@@ -167,12 +167,12 @@

Things you can do with gift certificates:

    -
  • view purchased - gift certificates
  • -
  • view issued - gift certificates
  • -
  • see your gift certificate - liability
  • +
  • view purchased + gift certificates
  • +
  • view issued + gift certificates
  • +
  • see your gift certificate + liability
  • see a customer's gift certificates (find the customer using the customer service module or /acs-admin/users) and void their gift @@ -184,19 +184,19 @@

    Besides the most important task of filling orders, there are some other things that need to be done once in a while.

    -

    Naturally, you'll want to rotate your product - recommendations every so often to keep your site looking +

    Naturally, you'll want to rotate your product + recommendations every so often to keep your site looking fresh, even if your product database doesn't change. You will - also need to periodically approve/disapprove - customer reviews (if you've set reviews to require approval) - and perhaps view some reports + also need to periodically approve/disapprove + customer reviews (if you've set reviews to require approval) + and perhaps view some reports to make sure everything is going as you expected.

    Dealing with Problems

    -

    A log of potential problems +

    A log of potential problems is maintained by the system when it comes across issues that it is unable to resolve. These problems (hopefully infrequent) will need to be resolved by hand.

    Index: openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-operation.tcl 10 Dec 2002 20:05:21 -0000 1.3 @@ -3,7 +3,7 @@ The operation guide to the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp 19 Sep 2002 03:02:18 -0000 1.3 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-setup.adp 10 Dec 2002 20:05:21 -0000 1.4 @@ -10,8 +10,8 @@

    These are the basic steps needed to get @package_name@ up and running. Most functions below can be performed using the - @package_name@ administration pages in @package_url@admin/ (must be + @package_name@ administration pages in @package_url@admin/ (must be accessed using HTTPS).

      @@ -115,8 +115,8 @@
    1. -

      Set up product categorization (@package_url@admin/cat/):

      +

      Set up product categorization (@package_url@admin/cat/):

      Product categories, subcategories and subsubcategories are optional, but if you intend to offer many products for sale, @@ -151,15 +151,15 @@

    2. -

      Set up your shipping cost rules (@package_url@admin/shipping-costs/). +

      Set up your shipping cost rules (@package_url@admin/shipping-costs/). @package_name@ is flexible regarding how you charge your - customers for shipping. The Shipping Costs - page in the admin section will lead you through it. Make - sure you read the Shipping - Cost Examples page if you don't already know how you want + customers for shipping. The Shipping Costs + page in the admin section will lead you through it. Make + sure you read the Shipping + Cost Examples page if you don't already know how you want to set it up.

      Check out the -

      Set up your sales tax rules (Set up your sales tax rules (@package_url@admin/sales-tax/). If your company is + >@package_url@admin/sales-tax/). If your company is located only in one or a few states, this will be easy. On the other hand, if you're a Fortune 500 company and you have nexus (i.e. have an office or factory or store) in many @@ -194,22 +194,23 @@

    3. Decide if you want to add any custom product fields. First - look at the current fields available (@package_url@admin/products/add) to see if they meet your + >@package_url@admin/products/add) to see if they meet your needs. The current fields are probably sufficient for many types of products. However, a bookseller may wish to add a custom field to store the ISBN, or someone who sells clothing from many manufacturers may wish to add a manufacturers field. - Custom fields are added at @package_url@admin/products/custom-fields.

      + Custom fields are added at @package_url@ + admin/products/custom-fields.

    4. -

      Create new product display templates (@package_url@admin/templates/) +

      Create new product display templates (@package_url@admin/templates/) (unless you're happy with the somewhat minimalist default template). The reason for having product display templates is that you might want to present different types of products in @@ -237,9 +238,9 @@

    5. -

      Set up user classes (Set up user classes (@package_url@admin/user-classes/). User classes are + >@package_url@admin/user-classes/). User classes are groupings of the users, such as "student", "retired", "institution", "publisher", etc. They may get special prices, different views of the site, or different product @@ -258,16 +259,16 @@

    6. Enter your products into the database. This can be done - using the simple form at @package_url@admin/products/add.

      + >@package_url@admin/products/add.

      However, if you have many products already stored in another database, you will not want to enter them one by one. Instead, export them into a CSV file (or a series of CSV - files), and manipulate them into the formats documented at @package_url@admin/products/upload-utilities so that they + >@package_url@admin/products/upload-utilities so that they can be uploaded in bulk.

    7. @@ -288,8 +289,8 @@
    8. -

      Add product recommendations (@package_url@dmin/products/recommendations). +

      Add product recommendations (@package_url@dmin/products/recommendations). If you have many products subdivided into a number of categories/subcategories/subsubcategories, it's good to include product recommendations in order to make the site more @@ -308,8 +309,8 @@

    9. -

      Modify the email templates (@package_url@admin/email-templates/), +

      Modify the email templates (@package_url@admin/email-templates/), which are used when the system sends out automatic email to customers. There are seven predefined email templates for email sent out when a customer's order is authorized, when a Index: openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-setup.tcl 10 Dec 2002 20:05:21 -0000 1.3 @@ -3,7 +3,7 @@ Setup documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/ecommerce-technical.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -3,7 +3,7 @@ Technical documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -36,4 +36,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/index.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/doc/index.adp 30 Nov 2002 17:31:59 -0000 1.4 +++ openacs-4/packages/ecommerce/www/doc/index.adp 10 Dec 2002 20:05:21 -0000 1.5 @@ -51,7 +51,7 @@ href=mailto:jerry-ecommerce@hollyjerry.org>Jerry Asher, Walter McGinnis, and furfly.net followed by a major overhaul - by Bart + by Bart Teeuwisse.

      @package_name@ is free software; you can redistribute it Index: openacs-4/packages/ecommerce/www/doc/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/doc/index.tcl 19 Sep 2002 03:02:18 -0000 1.2 +++ openacs-4/packages/ecommerce/www/doc/index.tcl 10 Dec 2002 20:05:21 -0000 1.3 @@ -3,7 +3,7 @@ Index to documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -31,4 +31,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/license.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/license.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/license.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/license.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -3,7 +3,7 @@ License information of the Authorize.net Gateway, an implementation of the Payment Service Contract. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -25,4 +25,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/porting-diary.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/porting-diary.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/porting-diary.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/porting-diary.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -3,7 +3,7 @@ Porting diary of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz" Index: openacs-4/packages/ecommerce/www/doc/release.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/doc/release.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/doc/release.tcl 26 May 2002 05:09:57 -0000 1.1 +++ openacs-4/packages/ecommerce/www/doc/release.tcl 10 Dec 2002 20:05:21 -0000 1.2 @@ -3,7 +3,7 @@ Release documentation of the ecommerce package, a package to implement business-to-consumer web services. - @author Bart Teeuwisse + @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @creation-date May 2002 } { @@ -33,4 +33,4 @@ # Set signatory for at the bottom of the page -set signatory "bart.teeuwisse@7-sisters.com" +set signatory "bart.teeuwisse@thecodemill.biz"