Bika LIMS 1.1
Up to Product page
Available downloads
For additional information about this project, please visit the
project page.
Release Notes
| Tested with | Plone 2.1.2, Plone 2.1.1, Zope 2.8 |
|---|---|
| State | Final |
| License | GPL |
| Release Manager | Lemoene Smit |
Notes:
1.1.0
-----
This release makes Bika compatible with Plone 2.1 and moves Bika onto the long awaited Zope 2.8 and ZODB 3.4. ZODB 3.4 has MVCC (multi version concurrency control) support. MVCC solves nearly every problem with ZODB read-conflict errors which is very important for high-traffic Zope sites. In simple terms, this should dramatically improve Bika's performance when used by many users concurrently. Performance is the focus of this release - we've spent hours making optimisations
throughout the codebase that make a noticeable difference to performance.
Another milestone is the inclusion of ATSchemaEditor. Using ATSchemaEditor, schemas of content types can be customised through the web. As a first step, we have put the schemas of Client, Contact, AnalysisRequest and Order under ATSchemaEditor's control. This improvement makes it possible to customise Bika for diverse lab environments and makes it less specific to a wine lab.
In addition, translations in Dutch, Italian, Portugese and Spanish have been incorporated. Thanks to Joris Goudriaan, Pierpaolo Baldan, Nuno R. Pinhão and Luis Espinoza for their contributions.
Please consult migration.txt in the distribution tarball if you are upgrading from Bika 1.0.1
Change log
Changes:
1.1.0
-----
- Made Bika compatibable with Plone 2.1
- Added Spanish translation contributed by Luis Espinoza
- Added Italian translation contributed by Pierpaolo Baldan
- Added Dutch translation contributed by Joris Goudriaan
- Added Portugese translation contributed by Nuno R. Pinhão
- The schemas of Client, Contact, AnalysisRequest and Order can be edited in the through-the-web schema editor, ATSchemaEditorNG.
- The maximum time allowed for the publication of results can now be set per analysis service. The portlet 'skins/bika/portlet_late_analysis.pt' has been added to alert lab users when analyses are late.
- Analyses on an AnalysisRequest have a reference to a Jobcard, rendered as a hyperlink on the AnalysisRequest view.
- A bug has been fixed where 'not_requested' analyses were checked on the AnalysisRequest edit form.
- Enabled 'changed_state' folder button globally and disabled on AnalysisRequest and Jobcard.
1.0.1
-----
- Updated 'skins/bika/date_components_support.py' with latest version of script in Plone 2.0.5
- Modified access to transitions in workflow scripts, normal attribute access seems to guarded since Zope 2.7.5.
- Added CHANGES.txt and README.txt
- Added windows batch script for ID server (scripts/start-id-server.bat)