ECAssignmentBox 1.4.2 (Sep 30, 2009)
Bugfix release
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Mario Amelung |
| Released | 2009/09/25 |
- Fixed issue: Assignments in state superseded can not be accessed by the owner.
- Fixed issue: ECAssignmentBox int argument error. After a students submission is graded and state changed to Graded an 'TypeError: int argument required' appears on the statistics tab.
- It's now possible to modify the submission period and other settings for more than one assignment box at a time by using the set assignment box options action on ECFolder's content tab.
- ECAssignmentBox is now eggified and uploaded to PyPI.
Installation
See the Installing an Add-on Product tutorial for more detailed product installation instructions.
Installing with buildout
If you are using buildout to manage your instance you can install ECAssignmentBox by adding it to the eggs line for your instance:
[instance]
eggs =
...
Products.ECAssignmentBox
After updating the configuration you need to run bin/buildout, which will take care of updating your system.
Then restart your zope instance and use the Add/Remove products page in Site Setup to install ECAssignmentBox.
Installing without buildout
Move (or symlink) the ECAssignmentBox folder of this project into the Products directory of the Zope instance it has to be installed for, and restart the server. Use the Add/Remove products page in Site Setup to install ECAssignmentBox.


