Index: openacs.org-dev/packages/notifications/notifications.info =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/notifications/notifications.info,v diff -u -r1.1 -r1.2 --- openacs.org-dev/packages/notifications/notifications.info 9 Jul 2002 17:35:10 -0000 1.1 +++ openacs.org-dev/packages/notifications/notifications.info 12 Feb 2003 00:27:06 -0000 1.2 @@ -7,15 +7,16 @@ <initial-install-p>f</initial-install-p> <singleton-p>t</singleton-p> - <version name="0.1d" url="http://openacs.org/repository/download/apm/notifications-0.1d.apm"> + <version name="0.2d" url="http://openacs.org/repository/download/apm/notifications-0.2d.apm"> <database-support> <database>oracle</database> <database>postgresql</database> </database-support> <owner url="mailto:ben@openforce.net">Ben Adida</owner> <summary>Notification Management</summary> + <release-date>2002-08-19</release-date> - <provides url="notifications" version="0.1"/> + <provides url="notifications" version="0.2d"/> <requires url="acs-mail-lite" version="0.1d"/> <files> @@ -31,18 +32,26 @@ <file type="data_model" db_type="oracle" path="sql/oracle/notifications-package-drop.sql"/> <file type="data_model" db_type="oracle" path="sql/oracle/notifications-replies-create.sql"/> <file type="data_model" db_type="oracle" path="sql/oracle/notifications-replies-package-create.sql"/> + <file type="data_model_upgrade" db_type="oracle" path="sql/oracle/upgrade/upgrade-0.1d-0.2d.sql"/> + <file type="data_model_upgrade" db_type="postgresql" path="sql/postgresql/upgrade/upgrade-0.1d-0.2d.sql"/> + <file type="data_model" db_type="postgresql" path="sql/postgresql/delivery-method-sc-create.sql"/> + <file type="data_model" db_type="postgresql" path="sql/postgresql/email-sc-impl-create.sql"/> + <file type="data_model" db_type="postgresql" path="sql/postgresql/notification-type-sc-create.sql"/> <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-core-create.sql"/> <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-core-drop.sql"/> <file type="data_model_create" db_type="postgresql" path="sql/postgresql/notifications-create.sql"/> <file type="data_model_drop" db_type="postgresql" path="sql/postgresql/notifications-drop.sql"/> <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-init.sql"/> <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-package-create.sql"/> <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-package-drop.sql"/> + <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-replies-create.sql"/> + <file type="data_model" db_type="postgresql" path="sql/postgresql/notifications-replies-package-create.sql"/> <file type="tcl_procs" path="tcl/delivery-method-procs.tcl"/> <file type="query_file" path="tcl/delivery-method-procs.xql"/> <file type="tcl_procs" path="tcl/interval-procs.tcl"/> <file type="tcl_procs" path="tcl/notification-display-procs.tcl"/> <file type="tcl_procs" path="tcl/notification-email-procs.tcl"/> + <file type="query_file" path="tcl/notification-email-procs.xql"/> <file type="query_file" db_type="oracle" path="tcl/notification-procs-oracle.xql"/> <file type="query_file" db_type="postgresql" path="tcl/notification-procs-postgresql.xql"/> <file type="tcl_procs" path="tcl/notification-procs.tcl"/> @@ -58,6 +67,7 @@ <file type="tcl_procs" path="tcl/notification-type-procs.tcl"/> <file type="query_file" path="tcl/notification-type-procs.xql"/> <file type="tcl_procs" path="tcl/notifications-security-procs.tcl"/> + <file type="query_file" path="tcl/notifications-security-procs.xql"/> <file type="tcl_init" path="tcl/reply-sweep-init.tcl"/> <file type="tcl_procs" path="tcl/reply-sweep-procs.tcl"/> <file type="query_file" path="tcl/reply-sweep-procs.xql"/> @@ -71,6 +81,11 @@ <file type="content_page" path="www/request-new.adp"/> <file type="content_page" path="www/request-new.tcl"/> <file type="content_page" path="www/test.tcl"/> + <file type="content_page" path="www/manage-oracle.xql"/> + <file type="content_page" path="www/manage-postgresql.xql"/> + <file type="content_page" path="www/manage.adp"/> + <file type="content_page" path="www/manage.tcl"/> + <file type="content_page" path="www/object-goto.tcl"/> </files> <parameters> <parameter datatype="string" min_n_values="1" max_n_values="1" name="EmailDomain" default="openacs.org" description="The domain for the notification email address" section_name="email"/>