Build: #2 was successful Changes by Jim Myers

Build result summary

Details

Completed
Duration
3 minutes
Labels
None
Revisions
medici-gwt-web
c0c49fec596652f864a354532912d8c4e16b11a3
cet
0b0c4e05e8f4518f20b5ff7ffd272304deeab48e
Successful since
#1 ()

Code commits

medici-gwt-web
Author Commit Message Commit date
Jim Myers Jim Myers c0c49fec596652f864a354532912d8c4e16b11a3 Updates to use a not-in-any-collection index. All methods to add/remove datasets/collections, to add/remove datasets/collections from collection, both restful and dispatch should now be updated.
Changed a couple places where adding something to a collection was using
a setusermetadata method rather than the addtocollection method.

Context update will create the triples used for indexing and, if there
are issues that corrupt them (e.g. new datasets/collections aren't
indexed, or they have both a parent collection and are marked as not in
a colleciton), should repair them if it is rerun via the GUI.

Also fixed issue that deleting collection did not release children,
making them disappear when using the top-level only flag (they were
still in the deleted collection).
Jim Myers Jim Myers 3cdf14e26778890dadc90e158bd2b54f8b4ba772 moving number formatting to client side to make sorting easier.