Home
The Toolkit for Online Communities
15887 Community Members, 0 members online, 2136 visitors today
Log In Register

Forum CVS Commits: openacs-4/packages/notifications - lars (1 file)

OpenACS Home : Forums : CVS Commits : openacs-4/packages/notifications - lars (1 file)

Icon of Envelope Request notifications

Author:	lars
Update of /cvsroot/openacs-4/packages/notifications
In directory ny04.openforce.net:/tmp/cvs-serv30340

Modified Files:
	notifications.info 
Log Message:
Added support for dynamic notifications
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/www
In directory ny04.openforce.net:/tmp/cvs-serv30340/www

Modified Files:
	manage-oracle.xql manage-postgresql.xql manage.adp 
Log Message:
Added support for dynamic notifications
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/www/admin
In directory ny04.openforce.net:/tmp/cvs-serv30340/www/admin

Added Files:
	index.adp index.tcl sweep-now.tcl 
Log Message:
Added support for dynamic notifications

+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/tcl
In directory ny04.openforce.net:/tmp/cvs-serv30340/tcl

Modified Files:
	notification-display-procs.tcl notification-procs.tcl 	notification-procs.xql notification-request-procs.tcl 	notification-type-procs.tcl notification-type-procs.xql 	sweep-procs.tcl Added Files:	notification-type-procs-oracle.xql 	notification-type-procs-postgresql.xql sweep-procs.xql 
Log Message:
Added support for dynamic notifications
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/sql/oracle
In directory ny04.openforce.net:/tmp/cvs-serv30340/sql/oracle

Modified Files:
	notifications-core-create.sql notifications-package-create.sql 
Log Message:
Added support for dynamic notifications
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/sql/oracle/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv30340/sql/oracle/upgrade

Added Files:
	upgrade-0.3d-0.4d.sql 
Log Message:
Added support for dynamic notifications

Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/sql/postgresql
In directory ny04.openforce.net:/tmp/cvs-serv30340/sql/postgresql

Modified Files:
	notifications-core-create.sql notifications-package-create.sql 
Log Message:
Added support for dynamic notifications
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/sql/postgresql/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv30340/sql/postgresql/upgrade

Added Files:
	upgrade-0.3d-0.4d.sql 
Log Message:
Added support for dynamic notifications

Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/catalog
In directory ny04.openforce.net:/tmp/cvs-serv32269

Modified Files:
	notifications.da_DK.ISO-8859-1.xml 	notifications.de_DE.ISO-8859-1.xml 	notifications.en_US.ISO-8859-1.xml 	notifications.es_ES.ISO-8859-1.xml 	notifications.fi_FI.ISO-8859-15.xml 	notifications.it_IT.ISO-8859-1.xml 	notifications.nl_NL.ISO-8859-1.xml 	notifications.pl_PL.ISO-8859-2.xml 	notifications.pt_BR.ISO-8859-1.xml 	notifications.sv_SE.ISO-8859-1.xml 
Log Message:
Added support for dynamic notifications
+
Posted by OpenACS CVS System on
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications
In directory ny04.openforce.net:/tmp/cvs-serv1836

Modified Files:
	notifications.info 
Log Message:
Make Oracle version cascade in all the places that the PG version does
Author:	lars
Update of /cvsroot/openacs-4/packages/notifications/sql/oracle/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv1836/sql/oracle/upgrade

Added Files:
	upgrade-0.4d-0.5d.sql 
Log Message:
Make Oracle version cascade in all the places that the PG version does

Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-automated-testing/www
In directory ny04.openforce.net:/tmp/cvs-serv21141/www

Added Files:
	index.tcl 
Log Message:
Making acs-automated-testing redirect to the admin pages as it has nothing in the user dir

Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-service-contract
In directory ny04.openforce.net:/tmp/cvs-serv2282

Modified Files:
	acs-service-contract.info 
Log Message:
various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-service-contract/tcl
In directory ny04.openforce.net:/tmp/cvs-serv2282/tcl

Modified Files:
	acs-service-contract-procs.tcl contract-procs-oracle.xql 	contract-procs.tcl implementation-procs-oracle.xql 	implementation-procs.tcl msg-type-procs-oracle.xql 	msg-type-procs-postgresql.xql msg-type-procs.tcl Added Files:	implementation-procs.xql msg-type-procs.xql 
Log Message:
various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-content-repository
In directory ny04.openforce.net:/tmp/cvs-serv21645

Modified Files:
	acs-content-repository.info 
Log Message:
bumping up version name to 4.7d1 (Lars forgot to do that when he added the upgrade scripts for the new mime types)
+
Posted by OpenACS CVS System on
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-tcl
In directory ny04.openforce.net:/tmp/cvs-serv9092

Modified Files:
	acs-tcl.info 
Log Message:
Adding the before-upgrade and after-upgrade callback types. To go along with the upgrade callbacks Lars added the excellent apm_upgrade_logic proc that lets you specify arbitrary pieces of Tcl code to be executed on upgrade from version X to version Y. The proc figures out which upgrade code chunks to source and in which order (with the same logic as with the traditional upgrade sql scripts). Making paths to sql files (create, drop, upgrade) and catalog files (I18N) be fetched directly from the filesystem rather than from the info file. The file listings in the info files and in the database are now AFAIK superfluous and have no influence on the system. Adding proc apm_watch_all_files for watching all files in a package. Bumping up version name from 4.5 to 4.7.2d
+
Posted by OpenACS CVS System on
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv9092/tcl

Modified Files:
	apm-file-procs.tcl apm-install-procs-oracle.xql 	apm-install-procs-postgresql.xql apm-install-procs.tcl 	apm-procs.tcl 
Log Message:
Adding the before-upgrade and after-upgrade callback types. To go along with the upgrade callbacks Lars added the excellent apm_upgrade_logic proc that lets you specify arbitrary pieces of Tcl code to be executed on upgrade from version X to version Y. The proc figures out which upgrade code chunks to source and in which order (with the same logic as with the traditional upgrade sql scripts). Making paths to sql files (create, drop, upgrade) and catalog files (I18N) be fetched directly from the filesystem rather than from the info file. The file listings in the info files and in the database are now AFAIK superfluous and have no influence on the system. Adding proc apm_watch_all_files for watching all files in a package. Bumping up version name from 4.5 to 4.7.2d
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-bootstrap-installer/installer
In directory ny04.openforce.net:/tmp/cvs-serv11951/installer

Modified Files:
	packages-install.tcl 
Log Message:
adding the apm_get_package_files proc for fetching files of certain types of a package. The idea is to rely on the filesystem rather than the info files/db for file listings. Made the install more verbose again for packages as I wanted to see why my installation didn't work. We could use the apm_dummy_callback if we make sure that as soon as there is an error inoformation is presented to the user. It is also good to show progress during installation
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl
In directory ny04.openforce.net:/tmp/cvs-serv11951/tcl

Modified Files:
	10-utilities-procs.tcl 30-apm-load-procs.tcl 
Log Message:
adding the apm_get_package_files proc for fetching files of certain types of a package. The idea is to rely on the filesystem rather than the info files/db for file listings. Made the install more verbose again for packages as I wanted to see why my installation didn't work. We could use the apm_dummy_callback if we make sure that as soon as there is an error inoformation is presented to the user. It is also good to show progress during installation
+
Posted by OpenACS CVS System on
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-admin
In directory ny04.openforce.net:/tmp/cvs-serv16371

Modified Files:
	acs-admin.info 
Log Message:
Changed the file manage page of the APM to reflect that file paths are no longer in the database. The page now just serves the purpose of showing the file types that the APM thinks your files are and watching files. Making paths to sql files and catalog files be fetched directly from the filesystem. Offering to mount applications under /package_key upon install for convenience. Making sure the package-delete page works by unmounting and uninstantiating packages with the Tcl API (to trigger callbacks) before uninstall. Adding ability to watch all files in a package. Minor update of I18N instructions
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-admin/www/apm
In directory ny04.openforce.net:/tmp/cvs-serv16371/www/apm

Modified Files:
	file-watch.tcl index.tcl package-delete-2.tcl 	package-delete.tcl packages-install-3.tcl 	packages-install-4.tcl version-files.tcl version-i18n.adp Added Files:	package-watch.tcl Removed Files:	file-watch.xql 
Log Message:
Changed the file manage page of the APM to reflect that file paths are no longer in the database. The page now just serves the purpose of showing the file types that the APM thinks your files are and watching files. Making paths to sql files and catalog files be fetched directly from the filesystem. Offering to mount applications under /package_key upon install for convenience. Making sure the package-delete page works by unmounting and uninstantiating packages with the Tcl API (to trigger callbacks) before uninstall. Adding ability to watch all files in a package. Minor update of I18N instructions
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-automated-testing/www
In directory ny04.openforce.net:/tmp/cvs-serv17454/www

Removed Files:
	index.html 
Log Message:
changing Oracle version from 8.1.7 to 8.1.6 as the query dispatcher will ignore queries with version number above 8.1.6

Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-automated-testing/www/admin
In directory ny04.openforce.net:/tmp/cvs-serv17454/www/admin

Modified Files:
	index-oracle.xql 
Log Message:
changing Oracle version from 8.1.7 to 8.1.6 as the query dispatcher will ignore queries with version number above 8.1.6
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-admin/www/apm
In directory ny04.openforce.net:/tmp/cvs-serv22326

Modified Files:
	version-files.tcl Removed Files:	file-add-2.tcl file-add-2.xql file-add.tcl file-add.xql 	file-remove.tcl file-remove.xql version-files-oracle.xql 	version-files-postgresql.xql version-files.xql 
Log Message:
removing pages and xql files that are no longer needed no that file paths of APM packages are not in db
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-core-docs/www/xml/kernel

Modified Files:
      Tag: oacs-4-6	rp-design.xml 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-kernel/sql/oracle
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-kernel/sql/oracle

Modified Files:
      Tag: oacs-4-6	rel-segments-create.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-kernel/sql/oracle/upgrade

Modified Files:
      Tag: oacs-4-6	upgrade-4.6-4.6.1.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-kernel/sql/postgresql
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-kernel/sql/postgresql

Modified Files:
      Tag: oacs-4-6	rel-segments-create.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-kernel/sql/postgresql/upgrade

Modified Files:
      Tag: oacs-4-6	upgrade-4.6-4.6.1.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-service-contract/sql/postgresql
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-service-contract/sql/postgresql

Modified Files:
      Tag: oacs-4-6	acs-sc-packages-drop.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
+
Posted by OpenACS CVS System on
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-tcl/tcl

Modified Files:
      Tag: oacs-4-6	00-database-procs-oracle.tcl 00-database-procs-postgresql.tcl 	30-xml-utils-procs.tcl apm-xml-procs.tcl 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/acs-workflow/sql/postgresql/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv10466/acs-workflow/sql/postgresql/upgrade

Added Files:
      Tag: oacs-4-6
	upgrade-4.6-4.6.1.sql 
Log Message:
A bunch of things

1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the
   backwards-compatible "getattr" command to fail.  I dug around nsxml
   and it does appear to be a gcc bug.  I changed to the proper nsxml v2
   syntax.

2. In the course of exploring #1 above, I realized that the calls to
   dom:: Tcl XML package commands were still being executed despite
   being commented out.  Typical Tcl misunderstanding on someone's part.
   Net effect: we were parsing all APM .info files twice, once in Tcl
   and once in ns_xml!   Yuk!

3. Fixed a minor notifications bug - you couldn't delete a notification
   request if any unsent notifications were pending, causing the homework
   package to bomb if you deleted an uploaded homework file and the prof
   hadn't yet received their notification.

4. Fixed an obscure corner case in my permissions denormalization code.



+
Posted by OpenACS CVS System on
Author:	donb
Update of /cvsroot/openacs-4/packages/notifications
In directory ny04.openforce.net:/tmp/cvs-serv10466/notifications

Modified Files:
      Tag: oacs-4-6	notifications.info 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/notifications/sql/oracle
In directory ny04.openforce.net:/tmp/cvs-serv10466/notifications/sql/oracle

Modified Files:
      Tag: oacs-4-6	notifications-package-create.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/notifications/sql/oracle/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv10466/notifications/sql/oracle/upgrade

Added Files:
      Tag: oacs-4-6
	upgrade-0.4d-4.6.1.sql 
Log Message:
A bunch of things

1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the
   backwards-compatible "getattr" command to fail.  I dug around nsxml
   and it does appear to be a gcc bug.  I changed to the proper nsxml v2
   syntax.

2. In the course of exploring #1 above, I realized that the calls to
   dom:: Tcl XML package commands were still being executed despite
   being commented out.  Typical Tcl misunderstanding on someone's part.
   Net effect: we were parsing all APM .info files twice, once in Tcl
   and once in ns_xml!   Yuk!

3. Fixed a minor notifications bug - you couldn't delete a notification
   request if any unsent notifications were pending, causing the homework
   package to bomb if you deleted an uploaded homework file and the prof
   hadn't yet received their notification.

4. Fixed an obscure corner case in my permissions denormalization code.



Author:	donb
Update of /cvsroot/openacs-4/packages/notifications/sql/postgresql
In directory ny04.openforce.net:/tmp/cvs-serv10466/notifications/sql/postgresql

Modified Files:
      Tag: oacs-4-6	notifications-package-create.sql 
Log Message:
A bunch of things1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the   backwards-compatible "getattr" command to fail.  I dug around nsxml   and it does appear to be a gcc bug.  I changed to the proper nsxml v2   syntax.2. In the course of exploring #1 above, I realized that the calls to   dom:: Tcl XML package commands were still being executed despite   being commented out.  Typical Tcl misunderstanding on someone's part.   Net effect: we were parsing all APM .info files twice, once in Tcl   and once in ns_xml!   Yuk!3. Fixed a minor notifications bug - you couldn't delete a notification   request if any unsent notifications were pending, causing the homework   package to bomb if you deleted an uploaded homework file and the prof   hadn't yet received their notification.4. Fixed an obscure corner case in my permissions denormalization code.
Author:	donb
Update of /cvsroot/openacs-4/packages/notifications/sql/postgresql/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv10466/notifications/sql/postgresql/upgrade

Added Files:
      Tag: oacs-4-6
	upgrade-0.4d-4.6.1.sql 
Log Message:
A bunch of things

1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the
   backwards-compatible "getattr" command to fail.  I dug around nsxml
   and it does appear to be a gcc bug.  I changed to the proper nsxml v2
   syntax.

2. In the course of exploring #1 above, I realized that the calls to
   dom:: Tcl XML package commands were still being executed despite
   being commented out.  Typical Tcl misunderstanding on someone's part.
   Net effect: we were parsing all APM .info files twice, once in Tcl
   and once in ns_xml!   Yuk!

3. Fixed a minor notifications bug - you couldn't delete a notification
   request if any unsent notifications were pending, causing the homework
   package to bomb if you deleted an uploaded homework file and the prof
   hadn't yet received their notification.

4. Fixed an obscure corner case in my permissions denormalization code.



Author:	donb
Update of /cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade
In directory ny04.openforce.net:/tmp/cvs-serv31063

Modified Files:
      Tag: oacs-4-6	upgrade-4.6-4.6.1.sql 
Log Message:
Fixed a couple of minor upgrade problems.