diff options
Diffstat (limited to 'idrop-web/release_notes.txt')
-rw-r--r-- | idrop-web/release_notes.txt | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/idrop-web/release_notes.txt b/idrop-web/release_notes.txt index ad547e6..d88e8f0 100644 --- a/idrop-web/release_notes.txt +++ b/idrop-web/release_notes.txt @@ -1,36 +1,35 @@ *'''Project''': idrop-web *'''Date''': 10/23/2012 -*'''Release Version''': 1.0.2-SNAPSHOT -*'''git tag''': development branch +*'''Release Version''': 1.0.2 +*'''git tag''': 1.0.2 ==News== This is a release of iDrop web version 1.0.2 - ==Requirements== *idrop-web depends on Java 1.6+ -*idrop-web depends on grails 2.0.1 - +*idrop-web depends on grails 2.1.0 Note that the following bug and feature requests are logged in GForge with related commit information [[https://code.renci.org/gf/project/irodsidrop/tracker/]] ==Bug Fixes== -* [#959] firefox browse div float error + +*[#959] firefox browse div float error * [#950] unable to browse to location message in idrop web tree for new safari/mac -** temp catch of icon assignment added as shim in jstree javascript +**temp catch of icon assignment added as shim in jstree javascript -* [#990] update user profile i18n message missing +*[#990] update user profile i18n message missing -* [#986] hit home in browse tree causes error message when timed out -** fixed lingo-common method that handles json call to check for continue +*[#986] hit home in browse tree causes error message when timed out +**fixed lingo-common method that handles json call to check for continue *[#1013] null appended to url path in browse view download links *[#1028] upload mac opera shows javascript exception in idrop web v2 -** added a 'no data available' display in the browse details panel instead of double notifications using the 'growler' pop up. Errors tend to happen in the tree +**added a 'no data available' display in the browse details panel instead of double notifications using the 'growler' pop up. Errors tend to happen in the tree giving a pop-up, and then a secondary error would appear doing an AJAX call to the secondary div to build the details. Now the tree error will put up the pop-up, and the secondary exception is muted. @@ -43,15 +42,15 @@ the secondary exception is muted. **Added a NoResourceDefinedException to the jargon error hierarchy so that interfaces can give sensible feedback to users when no resource is defined in an operation and no default rule exists on iRODS. -[#1055] -321000 messages on upload need better message +*[#1055] -321000 messages on upload need better message **Handle no default resource errors with a user message ==Features== * [#922] User Profile Management -** added profile management tab, including ability to change password by user +**added profile management tab, including ability to change password by user -* [#962] missing file icon in info view for data objects +*[#962] missing file icon in info view for data objects Fixed data object info to include icon and be clearer about file versus collection *[#1023] add Version class in jargon-core |