Open eGov 1.1
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Get
Open eGov 1.1
for
Windows
(23.4 MB)
Windows Zip File with eGov, Plone Add-Ons, and Zope (2.9.6) / Plone (2.5.1) Installs
Release Notes
| Tested with | Plone 2.5.1 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Sam Allgood |
Many of these changes had been implemented by customizing code in portal_skins/custom and this release moves that code to the file system. This also updates the CityDepartment schema with new contact information (see note below for updating schema).
NOTE: If you are upgrading from eGov 1.0 and have City Departments within City Departments on the web site as we do, you will encounter problems with updating the schema. It took us a good deal of research (none that helped) and testing (something noticed in a report while testing) to lead us to the conclusion that the departments within departments was causing the problem (schema update did not give any clue why it was failing other than a message about a field missing). Our best guess at what was happening was that the schema update for a child department automatically triggered an update of the parent department which had not had its schema updated yet and therefore would abort. We resolved the problem by writing scripts to move departments from their parent departments to the root before any product updates and to move them back to their original locations after the updates were completed.
Change log
- Add licensing text to code
- Add stripogram product
- Removed code/file for adding NN users and reduced list of departments to a sampling of 5.
- Updated to use feedback text box rather than feedback form if not a Newport News site.
- Fixed problem with catalog returning Nonetype objects.
- Added several contact fields to CityDepartment
- Fix problems in CityDepartment.py and department_contact_view.pt
- Added hidden input box to search portlet to pass review_state list to exclude unpublished objects from search results returned to anonymous users.
- Customized advanced search script to restrict advanced search results to published, front_page_pending, and front_page_published.
- Add function to send email to department contact(s) when feedback is submitted. Other improvements to feedback form processing.
- Added code to Poi_public to accept and use a tracker name to restrict the list of my issue to.
- Modified SpotlightsWidget.pt - removed message about non-reviewers not using
- Modified nn_workflow - add View permission for owner in pending state
- Replaced all references to absolute_url from a brain object with getURL()