Index: openacs-4/packages/evaluation-portlet/evaluation-portlet.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/evaluation-portlet.info,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/evaluation-portlet/evaluation-portlet.info 14 Jul 2004 17:52:59 -0000 1.4
+++ openacs-4/packages/evaluation-portlet/evaluation-portlet.info 26 Jul 2004 17:57:28 -0000 1.5
@@ -15,8 +15,8 @@
-
+
Index: openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml 15 Jun 2004 23:23:13 -0000 1.2
+++ openacs-4/packages/evaluation-portlet/catalog/evaluation-portlet.en_US.ISO-8859-1.xml 26 Jul 2004 17:57:34 -0000 1.3
@@ -13,6 +13,7 @@
Edit task
Evaluations
Grade over 100
+ Report
Groups Admin.
Admin my Assignment Types
Administer Evaluation
Index: openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 8 Jul 2004 19:41:14 -0000 1.3
+++ openacs-4/packages/evaluation-portlet/tcl/apm-callback-procs.tcl 26 Jul 2004 17:57:34 -0000 1.4
@@ -13,15 +13,15 @@
namespace eval evaluation_evaluations_portlet {}
namespace eval evaluation_admin_portlet {}
-ad_proc -private evaluation_portlet::after_install {} {
+ad_proc -public evaluation_portlet::after_install {} {
Create the datasources needed by the evaluation portlets.
} {
evaluation_assignments_portlet::after_install
evaluation_evaluations_portlet::after_install
evaluation_admin_portlet::after_install
}
-ad_proc -private evaluation_portlet::before_uninstall {} {
+ad_proc -public evaluation_portlet::before_uninstall {} {
Evaluation Portlet package uninstall proc
} {
Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-posgresql.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs-postgresql.xql 26 Jul 2004 17:57:34 -0000 1.1
@@ -0,0 +1,30 @@
+
+
+
+ postgresql7.3
+
+
+
+
+ select portal_datasource__delete(:ds_id)
+
+
+
+
+
+
+
+ select portal_datasource__delete(:ds_id)
+
+
+
+
+
+
+
+ select portal_datasource__delete(:ds_id)
+
+
+
+
+
Index: openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.adp 7 Jul 2004 17:27:27 -0000 1.3
+++ openacs-4/packages/evaluation-portlet/www/evaluation-admin-portlet.adp 26 Jul 2004 17:57:34 -0000 1.4
@@ -1,5 +1,5 @@