NorfelloCMMS OS Release Notes
These Release Notes cover the version 1.0.0-beta2 of NorfelloCMMS OS.
What's New in NorfelloCMMS OS version 1.0.0-beta2
- Markup language now supports creation of hyper links.
- Showing and hiding the asset tree no longer requires a page load.
Downloading
NorfelloCMMS OS 1.0.0-beta2 is available in two formats:
http://cmms.norfello.com/download/exports/norfellocmms_os-1.0.0-beta2.zip http://cmms.norfello.com/download/exports/norfellocmms_os-1.0.0-beta2.tar.gz
For other NorfelloCMMS OS releases, see http://cmms.norfello.com/cmms
Requirements
The following software is required in order to run NorfelloCMMS OS:
- Ruby 1.8.2 or later
- Ruby on Rails 1.1.0 or later
- RedCloth 3.0.0 or later
- RMagick 1.10.0 or later
- Gettext (ruby) 1.6.0 or later
- Database
NorfelloCMMS OS supports the following databases:
- MySQL version 4.1 or later
- Postgres version 8.0 or later
Compatibility
Databases from older releases are not compatible with version 1.0.0-beta2 and as this is a beta release, migration of old data is not supported.
Known Bugs and Issuses
SQLite
- On SQLite binary data like report templates and attachments often become
corrupted. Use of other database is encouraged.
General
- The 'Browse' button of file input fields doesn't use the currently selected localization.
New features
Creation of hyperlinks with markup langauge
Text fields that support the use of the markup language can now include hyperlinks to other web pages. The syntax for the links is:
"link text (link title)":http://link.url
Better asset tree visibility handling
Asset tree is now shown and hidden using Javascript so that a page load is not necessary. This makes the interface faster and also preserves all the form information. The old method for showing and hiding the asset tree was preserved to support browsers without Javascript capabilities.
Enhancements
- Markup helper buttons are now hidden if Javascript is not available.
- Unused time fields are now disabled when creating or editing work orders.
- Name of the report field group is now included in the report listings for columns with the same name.
- Attachment listing now includes the attachment IDs.
- User is now redirected to the asset information page when he or she selects an asset while viewing a report, a work order or an attachment.
- Trying to view a non-existing data now results to an error message instead of application error (HTTP 500).
- Searching users by login now lists all the matching users instead of redirecting to the user information page.
- Better login and logout pages.
- New report type wizard is now clearer.
- Added sample online help for asset view and edit pages.
- Asset tree is now visible by default.
Bugfixes
- Fixed #22: Image fields were not filled in the downloaded OpenDocument reports.
- Fixed #16: Uploaded files were silently truncated to 64k which caused data corruption.
- Fixed #15: Possible parents selection was not uploaded when new report categories were created.
- Fixed broken redirection after removal of report type.
Other Resources and Links
The following resources contain useful information about Norfello CMMS OS:
- http://cmms.norfello.com/cmms - Norfello CMMS OS Trac