Project

General

Profile

Statistics
| Revision:
  • svn:ignore: build
  • svn:mergeinfo: /branches/D1_0_6_2_BRANCH:6107-6121 /branches/METACAT_2_6_BRANCH:9560-9586

# Date Author Comment
10432 10/20/2017 03:30 PM Bryce Mecum

Add target="_blank" to ORCID links in the View Service for EML docs

Fixes https://projects.ecoinformatics.org/ecoinfo/issues/7220

10430 10/12/2017 09:33 PM Jing Tao

Change mime type to text/plain

10429 10/12/2017 09:22 PM Jing Tao

Change the mime type from application/xml to text/xml.

10428 10/12/2017 11:02 AM Jing Tao

For ticket https://projects.ecoinformatics.org/ecoinfo/issues/7214.
Use the lastindexof and substring methods to find the deployment directory.

10426 10/10/2017 11:20 AM Bryce Mecum

Increase eml-text.xsl's section header level to match with overall
document structure

10425 10/10/2017 11:18 AM Bryce Mecum

More bug tweaks to eml-text.xsl

- Fix use of non-existent HTML5 tag 'emphasis' and use 'em' instead as
intended
- Add target=_default to links

10424 10/09/2017 10:51 AM Lauren Walker

Merge changes from 2.8 branch - added a display of "Role" to the eml-party.xsl stylesheet for Associated Parties

10422 10/06/2017 04:06 PM Bryce Mecum

Relax the EML text XSLs rendering of ulinks

This makes all content inside a ulink show up inside the <a> tag in
the output. Before this change, if CDATA was present inside a ulink
element, it would be ignored because the XSL was only extracting the
citetitle's CDATA

10421 09/29/2017 06:01 PM Bryce Mecum

Overhaul EML Text XSLT to support everything in the entire module

10418 09/15/2017 06:39 PM Bryce Mecum

Major touchup work in ISO XSL

- Fixes numerous bugs involving ISO's bizarre use of nilReasons
- Fixes numerous bugs involving differences between the ISO workbook
and the schema
- Adds support for Polygons

10416 09/11/2017 06:05 PM Bryce Mecum

Fix a bug in the eml party xslt

10415 09/11/2017 02:26 PM Jing Tao

Change the version of metacatui to 1.14.7.

10413 09/08/2017 11:13 AM Jing Tao

Change back to use URLDecoder to decode the code.

10412 09/08/2017 10:58 AM Jing Tao

Change the release note for 2.8.5.

10411 09/08/2017 10:57 AM Jing Tao

Change the metacatui version to 1.14.6.

10407 09/07/2017 03:15 PM Jing Tao

Change the mime type back to application/xml.

10405 09/07/2017 03:06 PM Jing Tao

Change the mime type back to application/xml.

10401 09/07/2017 10:07 AM Jing Tao

Change the mime type of those files.

10399 09/07/2017 10:02 AM Jing Tao

Change the mime type.

10396 09/06/2017 04:12 PM Jing Tao

Add the release note for 2.8.5 version.

10394 09/06/2017 04:05 PM Jing Tao

add the script to upgrade the db to 2.8.5.

10387 09/06/2017 03:49 PM Jing Tao

Add the script to upgrade the version to 2.8.5

10385 09/01/2017 06:23 PM Bryce Mecum

Tidy up ISO stylesheets. This is an set of iterative tweaks both to the
in-file formatting as well as a bit of small tweaks to how things work.

10384 08/30/2017 06:13 PM Bryce Mecum

Simplify keyword thesaurus display

Showing the whole thesaurus for every keyword set is way too much info
and is impossible to display with a naive implementation.

10383 08/30/2017 06:12 PM Bryce Mecum

Fix bug in abstract handling in ISO XSLT

Before this change, a missing abstract would still show up but just as
an empty box with on content. This should be fixed now.

10382 08/18/2017 02:57 PM Jing Tao

Add the code to submit index task in every methods which modified the system metadata.

10381 08/18/2017 11:44 AM Jing Tao

Refactory the submit index methods.

10380 08/18/2017 11:01 AM Jing Tao

Add the methods submitting the update and delete tasks.

10379 08/16/2017 11:14 AM Jing Tao

Use the new manager class to get the messaging client.

10378 08/16/2017 11:14 AM Jing Tao

Use a singleton class to get the messaging client.

10377 08/14/2017 07:48 PM Jing Tao

Removed the code to initialize the index task client at the constructor.

10376 08/14/2017 04:01 PM Jing Tao

Add the client code to submit the index task to the message broker. Now I only added the code for the create method.

10375 08/11/2017 05:05 PM Jing Tao

Add the depency on the component d1_cn_index_common.

10374 07/27/2017 10:37 AM Lauren Walker

Move Additional Info in the EML stylesheet to after the keyword sets

10372 07/27/2017 07:25 AM Lauren Walker

Show the additionalInfo under Data Usage Rights to reflect the additional info collected in the Registry

10370 07/22/2017 04:19 PM Chris Jones

Change isAuthorized() to prioritize user authz

Re-order the calls to userHasPermission(), isAdminAuthorized(), and isAuthoritativeMNodeAdmin() such that the user authorization comes first. This should drastically reduce the calls to CN.listNodes() and the resulting NodeList unmarsalling involved in comparing CN and MN Node Subjects to token or certificate Subjects. ...

10369 07/21/2017 06:16 PM Chris Jones

Convert System.out.println() calls

We've had these calls printing to the log on every REST call. Change them to a logger debug() level so we can filter them out.

10366 07/03/2017 04:10 PM Jing Tao

Use the EncodingUtilities method to decode a string.

10363 07/03/2017 11:37 AM Jing Tao

Add the view service.

10362 07/03/2017 11:37 AM Jing Tao

Add the code to handle query and view service.

10361 06/29/2017 10:44 AM Jing Tao

Add the code to read the MNPackage configuration.

10360 06/29/2017 10:40 AM Jing Tao

Add the MNPackage configuration.

10357 06/29/2017 10:22 AM Chris Jones

Remove the duplicated alternate identifier section.

It seemed to have been caused by a branch code merge.

10356 06/15/2017 05:13 PM Bryce Mecum

Add support for alternateIdentifier system in EML stylesheet

10355 06/15/2017 04:23 PM Bryce Mecum

Fix a bug in the conditional for the EML XSLT for alternateIdentifiers

10353 06/06/2017 03:29 PM Jing Tao

Add the release note for 2.8.4

10351 06/06/2017 03:24 PM Jing Tao

Add the script to upgrade db to 2.8.4

10349 06/06/2017 03:20 PM Jing Tao

Add the script to upgrade the db version to 2.8.4.

10342 06/06/2017 01:28 PM Jing Tao

Use MetacatUI 1.14.2 release.

10340 06/05/2017 03:35 PM Jing Tao

In the delete method, if we got not MdcDocNotFound exception, we will continue to delete the system metadata.

10338 06/02/2017 05:35 PM Jing Tao

Add the code to add the ldap group information for the given user.

10336 06/02/2017 05:29 PM Jing Tao

Add a new method to get all groups for a given user.

10334 06/02/2017 05:26 PM Jing Tao

Make a debug statement clearer.

10331 05/31/2017 10:32 AM Lauren Walker

Display the dc:source field from dublin core metadata in the onedcx-common stylesheet

10329 05/24/2017 05:13 PM Jing Tao

Modified the query to find the previous version of the ore document in the publish method.

10328 05/24/2017 04:59 PM Jing Tao

Add a new bug was fixed in 2.8.3

10325 05/23/2017 03:56 PM Jing Tao

Add the release node for 2.8.3

10323 05/22/2017 01:56 PM Jing Tao

Change the test metacat deployment directory.

10321 05/22/2017 12:52 PM Jing Tao

Fixed a bug that the eml object wasn't changed checksum but its content was modified in the publish method.

10318 05/20/2017 10:36 PM Jing Tao

Make the checksum match during the create method.

10315 05/20/2017 10:12 PM Jing Tao

Add the code to reget the object input stream after generating the system metadata. Otherwise, the checksum will be wrong.

10313 05/20/2017 10:01 PM Jing Tao

Exclude the MockReplicationMNode class in the test method.

10311 05/20/2017 03:42 PM Jing Tao

Add the script to update the version to 2.8.3

10310 05/20/2017 03:41 PM Jing Tao

Add the script which update the db to 2.8.3.

10302 05/19/2017 09:44 PM Jing Tao

Add the script to update db.

10301 05/19/2017 09:41 PM Jing Tao

Add the db upgrade from 2.8.1 to 2.8.2

10300 05/18/2017 11:51 AM Jing Tao

Add the code to remove the pid from the identifier table if the update method failed.

10298 05/18/2017 11:33 AM Jing Tao

Add tests to test the miss-matched checkup in the update method.

10296 05/17/2017 09:58 PM Jing Tao

Reget the object inputstream in order to calculate the correct checksum.

10294 05/17/2017 08:45 PM Jing Tao

Add the checksum as the parameter to the method write.

10292 05/17/2017 08:42 PM Jing Tao

Add the code to computer the checksum.

10290 05/17/2017 08:39 PM Jing Tao

Add the checksum parameter to the write method.

10288 05/17/2017 08:37 PM Jing Tao

Move the checking if the checksum exists into the create method.

10286 05/17/2017 08:34 PM Jing Tao

Add the checksum parameter to the method DocumentImple.write.

10284 05/17/2017 08:26 PM Jing Tao

Add a method to test the miss-matched checksum for creating a metadata object.

10282 05/17/2017 03:37 PM Jing Tao

Add a new test method to test the miss-matched checksum for the data object.

10280 05/17/2017 03:32 PM Jing Tao

Add the checksum as a parameter to the method handleInsertOrUpdate.

10278 05/17/2017 03:26 PM Jing Tao

Add the checksum parameter to the handleInsertorUpdate method.

10276 05/17/2017 03:15 PM Jing Tao

Add the checksum parameter to the handleInsertAndUpdate method.

10274 05/17/2017 03:12 PM Jing Tao

Change the signature of the method handleInsertAndUpdate.

10272 05/17/2017 03:06 PM Jing Tao

Add code to check the check sum by the DigestOutputStream.

10270 05/17/2017 09:36 AM Jing Tao

Removed the duplicated code to check the checksum in the replicate method since the method D1Node.create, which is called by the replicate method, has the mechanism.

10268 05/16/2017 09:54 PM Jing Tao

Revised the method for testing replication. It did nothing but does test the replication between the mock mn and the local host.

10266 05/16/2017 09:50 PM Jing Tao

Add the replication source node into the node locator.

10264 05/16/2017 09:47 PM Jing Tao

Add some methods to support the replicate.

10262 05/16/2017 09:14 PM Jing Tao

Add a mock mn node as the source node during a replication operation.

10260 05/16/2017 02:23 PM Jing Tao

Add a integration test.

10259 05/16/2017 02:22 PM Jing Tao

Add two properties will be used in the dataone replication test.

10249 05/11/2017 10:43 AM Jing Tao

Add some debug information.

10247 05/10/2017 08:12 AM Chris Jones

Change MetacatHandler.generateOutputName() to use the SystemMetadata.fileName value when it is available. Needs testing.

refs https://projects.ecoinformatics.org/ecoinfo/issues/7187

10245 05/04/2017 11:49 AM Matt Jones

Define location of the AWS binary so the tool works under CRON.

10244 05/03/2017 11:25 PM Matt Jones

Modified backup script to improve efficiency.

Now, lists of metadata and data files that were last backed up is stored in the /var/metacat/metacat-backup folder, and
these are diffed with the current file lists to discover new files. These are then copied to AWS S3. The AWS...

10243 05/03/2017 02:23 PM Jing Tao

Add the release note for the 2.8.2 version.

10241 05/03/2017 02:11 PM Jing Tao

The metacatui version was changed to 1.14.1

10239 05/02/2017 04:41 PM Jing Tao

Add the code to filter out the pids with white spaces in the query.

10237 04/25/2017 11:23 PM Matt Jones

Add backup script to copy files to Amazon S3.

10227 04/20/2017 03:10 PM Jing Tao

Call the method TripleStoreService.destroy to delete the dataset.

10225 04/13/2017 04:06 PM Peter Slaughter

Disable indexing of 'prov_hasSources' field

10224 04/13/2017 03:15 PM Peter Slaughter

Fix problem with prov_hasSources not being indexed

10221 04/10/2017 03:05 PM Peter Slaughter

Add check in iindex unit test for 'prov_hasDerivations' field