Index: openacs-4/packages/logger/tcl/projection-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/projection-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/logger/tcl/projection-procs.tcl 1 May 2003 21:17:54 -0000 1.2 +++ openacs-4/packages/logger/tcl/projection-procs.tcl 2 May 2003 08:34:43 -0000 1.3 @@ -87,7 +87,7 @@ Retrieve attributes of the projection with given id into an array (using upvar) in the callers scope. The array will contain the keys projection_id, project_id, variable_id, start_time, - end_time, value. + end_time, value, name, and description. @param projection_id The id of the projection to retrieve information about @param array The name of the array in the callers scope where the information will Index: openacs-4/packages/logger/tcl/projection-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/tcl/projection-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/logger/tcl/projection-procs.xql 1 May 2003 21:17:55 -0000 1.2 +++ openacs-4/packages/logger/tcl/projection-procs.xql 2 May 2003 08:34:43 -0000 1.3 @@ -48,9 +48,11 @@ select projection_id, project_id, variable_id, - start_time, - end_time, - value + to_char(start_time, 'YYYY-MM-DD') as start_time, + to_char(end_time, 'YYYY-MM-DD') as end_time, + value, + name, + description from logger_projections where projection_id = :projection_id Index: openacs-4/packages/logger/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/www/index.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/logger/www/index.adp 1 May 2003 10:01:00 -0000 1.5 +++ openacs-4/packages/logger/www/index.adp 2 May 2003 08:35:10 -0000 1.6 @@ -77,6 +77,43 @@
+ ++
+ | + +|
+ |
+ |
+ No projections + | +
- Add new project + [ add new project ]
- Add new variable + [ add new variable ]
- Set permissions of this package + [ set permissions of this package ]
Index: openacs-4/packages/logger/www/admin/project.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/www/admin/project.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/logger/www/admin/project.adp 1 May 2003 21:50:38 -0000 1.3 +++ openacs-4/packages/logger/www/admin/project.adp 2 May 2003 08:35:23 -0000 1.4 @@ -6,7 +6,7 @@[ add projection ] -
\ No newline at end of file + + +