donb
committed
on 31 Mar 07
Removed the previous changes, they need to go in blank master so the .lrn
toolbar will work with sloan and selva (sigh). Really need to wor… Show more
Removed the previous changes, they need to go in blank master so the .lrn

toolbar will work with sloan and selva (sigh).  Really need to work up a

way for packages themselves to pass up toolbars.

Show less

openacs-4/.../evaluation/evaluation.info (+1 -1)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="evaluation" url="http://openacs.org/repository/apm/packages/evaluation" type="apm_application">
5 5     <package-name>Evaluation</package-name>
6 6     <pretty-plural>Evaluations</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>f</singleton-p>
9 9    
10 10     <version name="2.3.0a1" url="http://openacs.org/repository/download/apm/evaluation-2.3.0d1.apm">
11 11
12 12         <owner url="mailto:jopez@galileo.edu">Jose Pablo Escobedo Del Cid</owner>
13 13         <summary>This package allows the users (professors and students) to use  the system to submit and grade the tasks.</summary>
14           <release-date>2005-05-23</release-date>
  14         <release-date>2007-03-31</release-date>
15 15
16 16         <description format="text/html">This package allows the professors and TAs to assign tasks to the students and to grade them, and to the students to upload their answers and see their grades.</description>
17 17
18 18         <provides url="evaluation" version="2.3.0a1"/>
19 19         <requires url="dotlrn" version="5.3.0a1"/>
20 20         <requires url="notifications" version="5.2.0"/>
21 21         <requires url="calendar" version="2.1.0b6"/>
22 22
23 23         <callbacks>
24 24             <callback type="after-install"  proc="evaluation::apm::package_install"/>
25 25             <callback type="before-uninstantiate"  proc="evaluation::apm::package_uninstantiate"/>
26 26             <callback type="after-instantiate"  proc="evaluation::apm::package_instantiate"/>
27 27             <callback type="before-upgrade"  proc="evaluation::apm::package_before_upgrade"/>
28 28             <callback type="after-upgrade"  proc="evaluation::apm::after_upgrade"/>
29 29         </callbacks>
30 30         <parameters>
31 31             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ArchiveCommand"  default="tar -czf {out_file} {in_file}" description="Program (and program options) to use for archiving file storage objects. Use the special tags {in_file} and {out_file} (including the curly braces) to denote the locations of the input and output files on the command line."/>
32 32             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ArchiveExtension"  default="tgz" description="The extension that the programmer should add to the output file. This depends on the value of ArchiveCommand"/>
33 33             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="AssignmentsPortletRegion"  default="1" description="Use this parameter to indicate the possition of the assignments portlet (if applicable) in the page. Set this parameter to null if you want to use the default possition."/>
34 34             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="EvaluationPageName"  default="#evaluation.evaluationpagename#" description="Use this parameter to add the portlets (if you are using them evaluation_assignments and evaluation_evaluations) in a new page. If you do not want the portlets to be set in a new page, set this parameter to null."/>