]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
9 years agoCSPACE-7052: Fixed an issue with immutable URI in ServiceGroup resource getItems...
remillet [Mon, 12 Dec 2016 01:28:34 +0000 (17:28 -0800)]
CSPACE-7052: Fixed an issue with immutable URI in ServiceGroup resource getItems request.  Added patched jar for Nuxeo bug dealing with simple lists that have an empty first element.

9 years agoNOJIRA: Renamed Nuxeo 7 3rd party directory to 7.10-HF17. Added updated postgresql...
remillet [Fri, 9 Dec 2016 20:30:00 +0000 (12:30 -0800)]
NOJIRA: Renamed Nuxeo 7 3rd party directory to 7.10-HF17.  Added updated postgresql jdbc driver for postgres v9.4

9 years agoNOJIRA: All service layer tests passing.
remillet [Fri, 2 Dec 2016 17:02:41 +0000 (09:02 -0800)]
NOJIRA: All service layer tests passing.

9 years agoCSPACE-7038: Added a UriInfo wrapper class to provide read-write access to query...
remillet [Wed, 26 Oct 2016 18:37:29 +0000 (11:37 -0700)]
CSPACE-7038: Added a UriInfo wrapper class to provide read-write access to query parameters.

9 years agoCSPACE-7038: Worked through many (if not most) jar conflicts that were preventing...
remillet [Tue, 25 Oct 2016 19:02:23 +0000 (12:02 -0700)]
CSPACE-7038: Worked through many (if not most) jar conflicts that were preventing successful booting.  Have some tests passing now.  In particular, the Intake service tests are passing.

9 years agoCSPACE-7037: Upate sources to compile with Nuxeo 7 libraries. Adding Nuxeo 7 server...
remillet [Thu, 6 Oct 2016 21:24:38 +0000 (14:24 -0700)]
CSPACE-7037: Upate sources to compile with Nuxeo 7 libraries.  Adding Nuxeo 7 server folder with updated libs and jars.

9 years agoCSPACE-7032: Maven 3.3.9+ on Windows has is a CMD and not a BAT file. Updated all...
remillet [Thu, 15 Sep 2016 21:18:53 +0000 (14:18 -0700)]
CSPACE-7032: Maven 3.3.9+ on Windows has is a CMD and not a BAT file. Updated all ant scripts to use just mvn instead of mvn.bat

9 years agoNOJIRA: Add .gitignore option for IntelliJ IDE files.
remillet [Wed, 7 Sep 2016 16:49:16 +0000 (09:49 -0700)]
NOJIRA: Add .gitignore option for IntelliJ IDE files.

9 years agoCSPACE-6967: Adding debug logging in the services for when a resource is hard-deleted.
remillet [Tue, 16 Aug 2016 20:44:38 +0000 (13:44 -0700)]
CSPACE-6967: Adding debug logging in the services for when a resource is hard-deleted.

9 years agoCSPACE-7022: Ignore missing security.properties file.
Ray Lee [Tue, 16 Aug 2016 01:26:41 +0000 (18:26 -0700)]
CSPACE-7022: Ignore missing security.properties file.

9 years agoMerge pull request #205 from ray-lee/cors
remillet [Fri, 12 Aug 2016 20:25:15 +0000 (13:25 -0700)]
Merge pull request #205 from ray-lee/cors

DRYD-44: Configure spring security cors handling. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS for background information.

9 years agoDRYD-44: Configure spring security cors handling.
Ray Lee [Fri, 12 Aug 2016 08:02:33 +0000 (01:02 -0700)]
DRYD-44: Configure spring security cors handling.

9 years agoDRYD-23: Improve detection of json content type.
Ray Lee [Thu, 11 Aug 2016 08:08:12 +0000 (01:08 -0700)]
DRYD-23: Improve detection of json content type.

9 years agoDRYD-23: Improve detection of json content type.
Ray Lee [Thu, 11 Aug 2016 07:20:34 +0000 (00:20 -0700)]
DRYD-23: Improve detection of json content type.

9 years agoNOJIRA: Updating Spring Security release version to 4.1.1 which is more in sync with...
remillet [Wed, 10 Aug 2016 22:40:59 +0000 (15:40 -0700)]
NOJIRA: Updating Spring Security release version to 4.1.1 which is more in sync with Spring version 4.3.1 release.

9 years agoCSPACE-7020: Explicitly excluding spring-beans and spring-core jars from the Services...
remillet [Wed, 10 Aug 2016 21:39:55 +0000 (14:39 -0700)]
CSPACE-7020: Explicitly excluding spring-beans and spring-core jars from the Services war file because they conflict with jars provided in tomcat/lib directory.

9 years agoDRYD-23: Fix a comment.
Ray Lee [Thu, 4 Aug 2016 07:00:32 +0000 (00:00 -0700)]
DRYD-23: Fix a comment.

9 years agoMerge pull request #204 from ray-lee/xmljson
remillet [Thu, 4 Aug 2016 06:00:58 +0000 (23:00 -0700)]
Merge pull request #204 from ray-lee/xmljson

XML/JSON conversion

9 years agoDRYD-23: Add integration tests.
Ray Lee [Wed, 3 Aug 2016 01:43:39 +0000 (18:43 -0700)]
DRYD-23: Add integration tests.

9 years agoDRYD-23: Improve javadoc formatting.
Ray Lee [Tue, 2 Aug 2016 20:52:22 +0000 (13:52 -0700)]
DRYD-23: Improve javadoc formatting.

9 years agoDRYD-23: Implement JSON to XML conversion.
Ray Lee [Tue, 2 Aug 2016 07:51:30 +0000 (00:51 -0700)]
DRYD-23: Implement JSON to XML conversion.

9 years agoDRYD-23: Implement XML to JSON conversion.
Ray Lee [Sat, 30 Jul 2016 07:21:58 +0000 (00:21 -0700)]
DRYD-23: Implement XML to JSON conversion.

9 years agoDRYD-23: Implement test framework for XmlToJsonStreamConverter.
Ray Lee [Thu, 28 Jul 2016 04:45:11 +0000 (21:45 -0700)]
DRYD-23: Implement test framework for XmlToJsonStreamConverter.

9 years agoDRYD-23: Implement xml to json servlet filter.
Ray Lee [Thu, 28 Jul 2016 00:04:48 +0000 (17:04 -0700)]
DRYD-23: Implement xml to json servlet filter.

9 years agoMerge pull request #203 from ray-lee/tokenauth
remillet [Wed, 3 Aug 2016 18:00:13 +0000 (11:00 -0700)]
Merge pull request #203 from ray-lee/tokenauth

DRYD-22: Add support for token auth.

9 years agoDRYD-22: Add more XmlReplay tests.
Ray Lee [Fri, 22 Jul 2016 03:39:48 +0000 (20:39 -0700)]
DRYD-22: Add more XmlReplay tests.

9 years agoDRYD-22: Add XmlReplay tests.
Ray Lee [Wed, 20 Jul 2016 17:59:20 +0000 (10:59 -0700)]
DRYD-22: Add XmlReplay tests.

9 years agoDRYD-22: Remove more obsolete security config.
Ray Lee [Wed, 20 Jul 2016 03:15:29 +0000 (20:15 -0700)]
DRYD-22: Remove more obsolete security config.

9 years agoDRYD-22: Clean up of current tenant determination code.
Ray Lee [Wed, 20 Jul 2016 00:32:49 +0000 (17:32 -0700)]
DRYD-22: Clean up of current tenant determination code.

9 years agoDRYD-22: Remove obsolete jaas security config.
Ray Lee [Tue, 19 Jul 2016 19:47:24 +0000 (12:47 -0700)]
DRYD-22: Remove obsolete jaas security config.

9 years agoDRYD-22: Accept tokens in rest api calls.
Ray Lee [Sun, 17 Jul 2016 22:37:25 +0000 (15:37 -0700)]
DRYD-22: Accept tokens in rest api calls.

9 years agoDRYD-22: Replace jaasAuthenticationProvider with daoAuthenticationProvider.
Ray Lee [Sun, 17 Jul 2016 00:43:23 +0000 (17:43 -0700)]
DRYD-22: Replace jaasAuthenticationProvider with daoAuthenticationProvider.

9 years agoDRYD-22: Configure oauth2 token granting endpoint.
Ray Lee [Thu, 14 Jul 2016 21:28:49 +0000 (14:28 -0700)]
DRYD-22: Configure oauth2 token granting endpoint.

9 years agoDRYD-22: Simplify spring security config.
Ray Lee [Tue, 12 Jul 2016 19:10:33 +0000 (12:10 -0700)]
DRYD-22: Simplify spring security config.

9 years agoDRYD-22: Upgrade spring and spring security.
Ray Lee [Sat, 2 Jul 2016 06:17:13 +0000 (23:17 -0700)]
DRYD-22: Upgrade spring and spring security.

9 years agoMerge pull request #201 from lkvoong/patch-38
remillet [Fri, 22 Jul 2016 22:59:30 +0000 (15:59 -0700)]
Merge pull request #201 from lkvoong/patch-38

Add When No Data band; update query to allow for 0 records returned.

9 years agoMerge pull request #199 from lkvoong/patch-36
remillet [Fri, 22 Jul 2016 22:59:23 +0000 (15:59 -0700)]
Merge pull request #199 from lkvoong/patch-36

Add When No Data band; update query to allow for 0 records returned.

9 years agoMerge pull request #198 from lkvoong/patch-35
remillet [Fri, 22 Jul 2016 22:59:18 +0000 (15:59 -0700)]
Merge pull request #198 from lkvoong/patch-35

Add When No Data band; update query to allow for 0 records returned.

9 years agoMerge pull request #196 from lkvoong/patch-33
remillet [Fri, 22 Jul 2016 22:59:13 +0000 (15:59 -0700)]
Merge pull request #196 from lkvoong/patch-33

Add When No Data band; update query to allow for 0 records returned.

9 years agoMerge pull request #195 from lkvoong/patch-32
remillet [Fri, 22 Jul 2016 22:59:08 +0000 (15:59 -0700)]
Merge pull request #195 from lkvoong/patch-32

Add When No Data band; update query to allow for 0 records returned.

9 years agoMerge pull request #194 from lkvoong/patch-29
remillet [Fri, 22 Jul 2016 22:59:02 +0000 (15:59 -0700)]
Merge pull request #194 from lkvoong/patch-29

Add When No Data band; remove extraneous join (collectionobjects_comm…

9 years agoMerge pull request #193 from lkvoong/patch-28
remillet [Fri, 22 Jul 2016 22:58:56 +0000 (15:58 -0700)]
Merge pull request #193 from lkvoong/patch-28

Add When No Data band; remove extraneous join (collectionobjects_comm…

9 years agoMerge pull request #192 from lkvoong/patch-27
remillet [Fri, 22 Jul 2016 22:58:49 +0000 (15:58 -0700)]
Merge pull request #192 from lkvoong/patch-27

Add When No Data band; remove extraneous join (collectionobjects_comm…

9 years agoMerge pull request #191 from lkvoong/patch-26
remillet [Fri, 22 Jul 2016 22:58:42 +0000 (15:58 -0700)]
Merge pull request #191 from lkvoong/patch-26

Add When No Data band; remove extraneous join (collectionobjects_comm…

9 years agoMerge pull request #190 from lkvoong/patch-24
remillet [Fri, 22 Jul 2016 22:58:36 +0000 (15:58 -0700)]
Merge pull request #190 from lkvoong/patch-24

Add When No Data band; remove extraneous join (collectionobjects_comm…

9 years agoMerge pull request #189 from lkvoong/patch-23
remillet [Fri, 22 Jul 2016 22:58:30 +0000 (15:58 -0700)]
Merge pull request #189 from lkvoong/patch-23

Add When No Data band; remove extraneous join (collectionobjects_comm…

9 years agoMerge pull request #202 from lkvoong/patch-39
remillet [Fri, 22 Jul 2016 22:58:23 +0000 (15:58 -0700)]
Merge pull request #202 from lkvoong/patch-39

Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; update query to allow for 0 records returned.
Lam Voong [Fri, 22 Jul 2016 19:16:13 +0000 (12:16 -0700)]
Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; update query to allow for 0 records returned.
Lam Voong [Fri, 22 Jul 2016 19:09:06 +0000 (12:09 -0700)]
Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; update query to allow for 0 records returned.
Lam Voong [Fri, 22 Jul 2016 19:03:17 +0000 (12:03 -0700)]
Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; update query to allow for 0 records returned.
Lam Voong [Fri, 22 Jul 2016 19:00:58 +0000 (12:00 -0700)]
Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; update query to allow for 0 records returned.
Lam Voong [Fri, 22 Jul 2016 17:56:21 +0000 (10:56 -0700)]
Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; update query to allow for 0 records returned.
Lam Voong [Fri, 22 Jul 2016 17:53:25 +0000 (10:53 -0700)]
Add When No Data band; update query to allow for 0 records returned.

9 years agoAdd When No Data band; remove extraneous join (collectionobjects_common to hierarchy)
Lam Voong [Fri, 22 Jul 2016 17:40:17 +0000 (10:40 -0700)]
Add When No Data band; remove extraneous join (collectionobjects_common to hierarchy)

9 years agoAdd When No Data band; remove extraneous join (collectionobjects_common to hierarchy)
Lam Voong [Fri, 22 Jul 2016 17:37:52 +0000 (10:37 -0700)]
Add When No Data band; remove extraneous join (collectionobjects_common to hierarchy)

9 years agoAdd When No Data band; remove extraneous join (collectionobjects_common to hierarchy)
Lam Voong [Fri, 22 Jul 2016 17:35:32 +0000 (10:35 -0700)]
Add When No Data band; remove extraneous join (collectionobjects_common to hierarchy)

9 years agoAdd When No Data band; remove extraneous join (collectionobjects_common to hierarchy)
Lam Voong [Fri, 22 Jul 2016 17:33:05 +0000 (10:33 -0700)]
Add When No Data band; remove extraneous join (collectionobjects_common to hierarchy)

9 years agoAdd When No Data band; remove extraneous join (collectionobjects_common to hierarchy)
Lam Voong [Fri, 22 Jul 2016 17:28:45 +0000 (10:28 -0700)]
Add When No Data band; remove extraneous join (collectionobjects_common to hierarchy)

9 years agoAdd When No Data band; remove extraneous join (collectionobjects_common to hierarchy)
Lam Voong [Fri, 22 Jul 2016 17:23:01 +0000 (10:23 -0700)]
Add When No Data band; remove extraneous join (collectionobjects_common to hierarchy)

9 years agoMerge pull request #176 from abbistani/remove_arial_from_default_reports
remillet [Thu, 21 Jul 2016 00:25:45 +0000 (17:25 -0700)]
Merge pull request #176 from abbistani/remove_arial_from_default_reports

CSPACE-6947 Replace Arial with SansSerif in reports

9 years agoMerge pull request #183 from lkvoong/patch-17
remillet [Thu, 21 Jul 2016 00:25:25 +0000 (17:25 -0700)]
Merge pull request #183 from lkvoong/patch-17

CSPACE-6948

9 years agoMerge pull request #184 from lkvoong/patch-18
remillet [Thu, 21 Jul 2016 00:25:14 +0000 (17:25 -0700)]
Merge pull request #184 from lkvoong/patch-18

CSPACE-6948

9 years agoMerge pull request #185 from lkvoong/patch-19
remillet [Thu, 21 Jul 2016 00:25:08 +0000 (17:25 -0700)]
Merge pull request #185 from lkvoong/patch-19

CSPACE-6948

9 years agoMerge pull request #186 from lkvoong/patch-20
remillet [Thu, 21 Jul 2016 00:25:02 +0000 (17:25 -0700)]
Merge pull request #186 from lkvoong/patch-20

CSPACE-6948

9 years agoMerge pull request #187 from lkvoong/patch-21
remillet [Thu, 21 Jul 2016 00:24:51 +0000 (17:24 -0700)]
Merge pull request #187 from lkvoong/patch-21

CSPACE-6948

9 years agoMerge pull request #188 from lkvoong/patch-22
remillet [Thu, 21 Jul 2016 00:24:38 +0000 (17:24 -0700)]
Merge pull request #188 from lkvoong/patch-22

CSPACE-6948

9 years agoCSPACE-6948
Lam Voong [Wed, 20 Jul 2016 23:11:55 +0000 (16:11 -0700)]
CSPACE-6948

updated query to display message when no objects are related.

9 years agoCSPACE-6948
Lam Voong [Wed, 20 Jul 2016 23:09:52 +0000 (16:09 -0700)]
CSPACE-6948

updated query to display message when no objects are related.

9 years agoCSPACE-6948
Lam Voong [Wed, 20 Jul 2016 23:08:19 +0000 (16:08 -0700)]
CSPACE-6948

updated query to display message when no objects are related.

9 years agoCSPACE-6948
Lam Voong [Wed, 20 Jul 2016 23:05:35 +0000 (16:05 -0700)]
CSPACE-6948

updated query to display message when no objects are related.

9 years agoCSPACE-6948
Lam Voong [Wed, 20 Jul 2016 23:03:10 +0000 (16:03 -0700)]
CSPACE-6948

updated query to display message when no objects are related.

9 years agoCSPACE-6948
Lam Voong [Wed, 20 Jul 2016 23:00:47 +0000 (16:00 -0700)]
CSPACE-6948

updated query to display message when no objects are related.

9 years agoCSPACE-6947 Replace Arial with SansSerif in reports
Brian Harrington [Mon, 18 Jul 2016 18:50:20 +0000 (14:50 -0400)]
CSPACE-6947 Replace Arial with SansSerif in reports

9 years agoNOJIRA: Updating master branch artifact versions for the v4.5 release of CollectionSpace
remillet [Sat, 16 Jul 2016 00:52:17 +0000 (17:52 -0700)]
NOJIRA: Updating master branch artifact versions for the v4.5 release of CollectionSpace

9 years agoCSPACE-6973: Adding enhancement for property variable support.
remillet [Thu, 14 Jul 2016 23:46:31 +0000 (16:46 -0700)]
CSPACE-6973: Adding enhancement for property variable support.

9 years agoMerge branch 'master' of github.com:collectionspace/services
remillet [Thu, 14 Jul 2016 15:45:38 +0000 (08:45 -0700)]
Merge branch 'master' of github.com:collectionspace/services

9 years agoMerge pull request #174 from jessemartinez/lhmc
remillet [Thu, 14 Jul 2016 15:43:00 +0000 (08:43 -0700)]
Merge pull request #174 from jessemartinez/lhmc

adding lhmc profile

9 years agoNOJIRA: Cleanup of client connection responses during authority synchronization.
remillet [Thu, 14 Jul 2016 15:41:37 +0000 (08:41 -0700)]
NOJIRA: Cleanup of client connection responses during authority synchronization.

9 years agoCSPACE-6973: Reducing the number of workflow permissions to help speed up boot/restar...
remillet [Tue, 12 Jul 2016 19:43:14 +0000 (12:43 -0700)]
CSPACE-6973: Reducing the number of workflow permissions to help speed up boot/restart times.

9 years agoMerge branch 'master' of github.com:collectionspace/services
remillet [Mon, 11 Jul 2016 16:13:05 +0000 (09:13 -0700)]
Merge branch 'master' of github.com:collectionspace/services

9 years agoCSPACE-6984: Adding support for SSL connections to Shared Authority server.
remillet [Mon, 11 Jul 2016 16:12:54 +0000 (09:12 -0700)]
CSPACE-6984: Adding support for SSL connections to Shared Authority server.

9 years agoMerge pull request #175 from ray-lee/publicart
Ray Lee [Sat, 9 Jul 2016 03:13:45 +0000 (20:13 -0700)]
Merge pull request #175 from ray-lee/publicart

CSPACE-6983: Create public art profile.

9 years agoCSPACE-6983: Create public art profile.
Ray Lee [Fri, 8 Jul 2016 21:50:28 +0000 (14:50 -0700)]
CSPACE-6983: Create public art profile.

9 years agoCSPACE-6985: Fix incorrect xpath in xmlreplay oePersonGET test.
Ray Lee [Sat, 9 Jul 2016 03:07:58 +0000 (20:07 -0700)]
CSPACE-6985: Fix incorrect xpath in xmlreplay oePersonGET test.

9 years agoCSPACE-6984: Adding support for SSL connections to Shared Authority server.
remillet [Fri, 8 Jul 2016 23:01:47 +0000 (16:01 -0700)]
CSPACE-6984: Adding support for SSL connections to Shared Authority server.

9 years agoadding lhmc profile
Jesse Martinez [Thu, 7 Jul 2016 04:37:05 +0000 (00:37 -0400)]
adding lhmc profile

9 years agoCSPACE-6979: Adjusted ant script to create postgres directory if it doesn't already...
remillet [Tue, 5 Jul 2016 23:32:36 +0000 (16:32 -0700)]
CSPACE-6979: Adjusted ant script to create postgres directory if it doesn't already exist.

9 years agoCSPACE-6972: Made tenant ID and tenant name optional in config for sync/replicate...
remillet [Thu, 30 Jun 2016 22:56:46 +0000 (15:56 -0700)]
CSPACE-6972: Made tenant ID and tenant name optional in config for sync/replicate client.

9 years agoMerge branch 'CSPACE-6965'
remillet [Wed, 29 Jun 2016 04:07:47 +0000 (21:07 -0700)]
Merge branch 'CSPACE-6965'

9 years agoCSPACE-6965: Added tests to check workflow state changes for the cs_replicating workf...
remillet [Wed, 29 Jun 2016 04:06:57 +0000 (21:06 -0700)]
CSPACE-6965: Added tests to check workflow state changes for the cs_replicating workflow lifecycle policy.

9 years agoCSPACE-6546: Following Lam's lead on CODE-37/CSPACE-6948, added 'onErrorType' attribu...
Aron Roberts [Tue, 28 Jun 2016 17:53:05 +0000 (10:53 -0700)]
CSPACE-6546: Following Lam's lead on CODE-37/CSPACE-6948, added 'onErrorType' attribute to image tag, so that Acquisition Summary report will still be run even if CSpace logo image is missing.

9 years agoCSPACE-6965: Adding new workflow and lifecycle support for 'deprecated' state.
remillet [Tue, 28 Jun 2016 16:33:55 +0000 (09:33 -0700)]
CSPACE-6965: Adding new workflow and lifecycle support for 'deprecated' state.

9 years agoCSPACE-6964: Resolved issue where the Ant target 'create_db' would not first remove...
remillet [Fri, 24 Jun 2016 20:52:09 +0000 (13:52 -0700)]
CSPACE-6964: Resolved issue where the Ant target 'create_db' would not first remove the previously created databases.

9 years agoCSPACE-6959: Added support for optional property variables. Property variables with...
remillet [Fri, 24 Jun 2016 15:40:12 +0000 (08:40 -0700)]
CSPACE-6959: Added support for optional property variables.  Property variables with a '_OPT' suffix will be treat as optional.  Non-optional property variables need to be defined as environment variables or JVM system variables.

9 years agoCSPACE-6963: Add comment about maintaining Ant buildfile across all three layers.
Aron Roberts [Fri, 17 Jun 2016 21:04:54 +0000 (14:04 -0700)]
CSPACE-6963: Add comment about maintaining Ant buildfile across all three layers.

9 years agoCSPACE-6963: Display a success message when the Ant 'clone-tenant' target is successf...
Aron Roberts [Thu, 16 Jun 2016 00:52:56 +0000 (17:52 -0700)]
CSPACE-6963: Display a success message when the Ant 'clone-tenant' target is successfully completed.

9 years agoCSPACE-6962: Fix misleading error message displayed when a required property value...
Aron Roberts [Thu, 16 Jun 2016 00:16:38 +0000 (17:16 -0700)]
CSPACE-6962: Fix misleading error message displayed when a required property value for the Ant 'clone-tenant' task is blank.

9 years agoCSPACE-6959: Added support for property value variables.
remillet [Thu, 9 Jun 2016 22:50:13 +0000 (15:50 -0700)]
CSPACE-6959: Added support for property value variables.

9 years agoCSPACE-6959: Refactored client code to deal better with init exceptions.
remillet [Wed, 8 Jun 2016 23:13:03 +0000 (16:13 -0700)]
CSPACE-6959: Refactored client code to deal better with init exceptions.

9 years agoMerge pull request #173 from ray-lee/herbarium_profile
Ray Lee [Fri, 3 Jun 2016 23:13:48 +0000 (16:13 -0700)]
Merge pull request #173 from ray-lee/herbarium_profile

Herbarium profile