source: VirtualCollectionRegistry/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5488   10 years twan.goosen Added a configurable MdCollectionDisplayName? to provided CMDI's
(edit) @5487   10 years twan.goosen clickable reference links in vc details fixes #599 some tweaking to …
(edit) @5486   10 years twan.goosen refactored details page class for readability
(edit) @5482   10 years twan.goosen Updated the PID services according to a the new version …
(edit) @5479   10 years twan.goosen added javamelody monitorying
(edit) @5478   10 years twan.goosen Added a PID-link (if PID available) to the VCR details page. Fixes #590
(edit) @5475   10 years twan.goosen Added PageParameters? constructor to VC details page to make URL …
(edit) @5472   10 years twan.goosen aai: getting display name from a shibboleth authprincipal, fixed the …
(edit) @5465   10 years twan.goosen Added support for keywords to the submission REST resource
(edit) @5463   10 years twan.goosen Fixed CMDI marshalling issues with missing optional fields in VC
(edit) @5462   10 years twan.goosen added <security-role> to development web.xml (spec requires this and …
(edit) @5460   10 years twan.goosen development profile: require 'vcr' role for users
(edit) @5459   10 years twan.goosen Created a development profile in the pom.xml; defaults (for …
(edit) @5457   10 years twan.goosen Replaced usage of Timer with ScheduledExecutorService? See …
(edit) @5456   10 years twan.goosen Fixed adding and removing keywords to collections
(edit) @5455   10 years schonefeld - use OAIProvider 0.0.2
(edit) @5448   10 years twan.goosen Fixed adding and editing of resources to collections
(edit) @5447   10 years twan.goosen Fixed editing of collection creators list
(edit) @5446   10 years twan.goosen Volatile entity model: only detach if object not null and already …
(edit) @5441   10 years twan.goosen Reduced level of some logging statements from debug to trace
(edit) @5440   10 years twan.goosen Further fixing of issues due to unnecessary serialization of …
(edit) @5438   10 years twan.goosen Volatile entity model no longer based on LoadableDetachableModel? (not …
(edit) @5437   10 years twan.goosen Using models for entities in the wizard instead of bare objects, which …
(edit) @5436   10 years twan.goosen Created a loadable detachable model for a volatile instance of …
(edit) @5435   10 years twan.goosen Also applied persistence filter to Wicket application. This is causing …
(edit) @5434   10 years twan.goosen Added more debug logging to a number of classes, set default logging …
(edit) @5433   10 years twan.goosen updated README.txt with instructions for shibboleth
(edit) @5427   10 years twan.goosen Differentiated between URI and actionable URI in PersistentIdentifier?
(edit) @5426   10 years twan.goosen created a 'CMDI creator' interface and split off an implementation …
(edit) @5425   10 years twan.goosen Changed actionable URI for handles to hdl:{pid}, which should be …
(edit) @5424   10 years twan.goosen Updated CMDIWriter to make use of the new (currently unpublished) …
(edit) @5422   10 years twan.goosen documentation in CMDI writer implementation
(edit) @5421   10 years schonefeld - use FastDateFormat? instead of SimpleDateFormat? (the latter is not …
(edit) @5420   10 years schonefeld - use typed collection
(edit) @5419   10 years schonefeld - silence some warnings
(edit) @5418   10 years schonefeld - move build plugin for jaxb more to the top - fix some whitespace
(edit) @5417   10 years schonefeld - cleanup source code - whitespace cleanup - remove unused imports …
(edit) @5416   10 years schonefeld - add a bunch of svn:eol-style properties - fix svn:mime-type property …
(edit) @5413   10 years schonefeld - add missing Serializable (found by FindBugs?)
(edit) @5412   10 years schonefeld - remove commented stuff from pom.xml
(edit) @5411   10 years schonefeld - remove javacc dependency (not required in runtime) - moved …
(edit) @5410   10 years schonefeld - Jax-B is part of JDK 1.6+
(edit) @5409   10 years schonefeld - re-format pom.xml - re-order pom.xml (sequence now: properties, …
(edit) @5408   10 years schonefeld - clean-up pom a little - exclude stax-api dependency (breaks …
(edit) @5407   10 years twan.goosen Two fixes in the CMDI writer impl to deal with null values in optional …
(edit) @5406   10 years twan.goosen Renamed EPIC2 classes and profile to EPIC. Added some javadoc to …
(edit) @5405   10 years twan.goosen Created unit test for epic pid provider Refs #581
(edit) @5400   10 years twan.goosen Started implementation of the EPIC PID provider. It gets bootstrapped …
(edit) @5399   10 years twan.goosen Some refactoring in the PersistentIdentifier? class and -Provider …
(edit) @5398   10 years twan.goosen PID client configuration constructors: fail on missing properties
(edit) @5397   10 years twan.goosen Added an adapted version of Thomas Eckart's EPIC API v2 client to the …
(edit) @5389   10 years twan.goosen New CMDI Writer Implementation that uses JAXB to marshal instances of …
(edit) @5386   10 years twan.goosen Created test for CMDI Writer that compares the XML output with a …
(edit) @5377   10 years twan.goosen Refactoring: created a factory interface for …
(edit) @5376   10 years twan.goosen Refactoring: moved service classes to .services.impl package and …
(edit) @5375   10 years twan.goosen Cleaned up imports and updated instructions to configure PID provider …
(edit) @5374   10 years twan.goosen Refactoring: moved creation of OAIProvider bean from application …
(edit) @5373   10 years twan.goosen Refactoring: created .pid and .oai packages
(edit) @5372   10 years twan.goosen [In preparation of creation of an EPIC2 PID provider, refs #581] …
(edit) @5366   10 years twan.goosen - Created a REST resource that accepts form posts for the creation of …
(edit) @5365   10 years twan.goosen upgraded to shhaa-1.0.5 (available in MPI Nexus)
(edit) @5363   10 years twan.goosen - further fixing of logging dependencies
(edit) @5362   10 years twan.goosen - dependency on shhaa 1.0.5-patched.1 which is in CLARIN repo - fixed …
(edit) @5342   10 years twan.goosen separated out the DateConverter? and made it work two-way. Using it in …
(edit) @5340   10 years twan.goosen added methods to location rules in shhaa filters (works with …
(edit) @5334   10 years twan.goosen Made VirtualCollectionRegistry an injectable for the Jersey resource …
(edit) @5333   10 years twan.goosen fixed slip-up in recent change in protocol.txt
(edit) @5332   10 years twan.goosen Documentation of REST service: javadoc + Protocol.txt
(edit) @5331   10 years twan.goosen Removed abstract superclass; refactored into RestUtils? utility class …
(edit) @5330   10 years twan.goosen REST service refactoring (refs #573): - split off …
(edit) @5328   10 years twan.goosen REST service refactoring (refs #573): - replaced …
(edit) @5325   10 years twan.goosen upgraded to Jersey 1.18.1
(edit) @5324   10 years twan.goosen SHHAA filter configuration
(edit) @5323   10 years twan.goosen Added shibboleth support via SHHAA
(edit) @5313   10 years twan.goosen Reverted changes in META-INF ct'd
(edit) @5312   10 years twan.goosen Reverted changes in META-INF (will revisit) Fixed login upon accessing …
(edit) @5308   10 years twan.goosen merged resources/META-INF into webapp/META-INF
(edit) @5307   10 years twan.goosen removed custom authentication filters. for now, entire web app …
(edit) @5298   10 years twan.goosen bumped wicket dependencies
(edit) @5296   10 years twan.goosen bumped trunk to 0.4.0-SNAPSHOT
(edit) @5294   10 years twan.goosen fixed runtime issue by setting validation mode to NONE explicitly in …
(edit) @4478   10 years oschonef - fix namespace URIs
(edit) @3940   11 years oschonef - fix build errors with newer Maven/Eclipse?/etc
(edit) @3733   11 years oschonef - some tiny fixes to pom
(edit) @1593   13 years oschonef - fix minor java warnings
(edit) @1133   13 years oschonef - re-visit getting records from a repository - provider now supplies …
(edit) @1132   13 years oschonef - fix missing breaks in switch statement
(edit) @1114   13 years oschonef - only process JPA annotations in model directory - minor path fixes
(edit) @1113   13 years oschonef - (hopefully) fix build process and repository uris
(edit) @1027   13 years oschonef - update Wicket to version 1.4.15
(edit) @1026   13 years oschonef - bump version
(edit) @1024   13 years oschonef - (partially) revert r1022 and r1023 - include *.js and *.css in package
(edit) @1023   13 years oschonef - also explicitly include JavaScript? resources in package
(edit) @1022   13 years oschonef - bump version
(edit) @1019   13 years oschonef - move translations for virtual collection enum types to …
(edit) @1018   13 years oschonef - fix source whitespace
(edit) @1017   13 years oschonef - use custom OddEvenListItem? class for keywords ListView?
(edit) @1015   13 years oschonef - CSS tweaks - hide popup-menu and details for deleted virtual collections
(edit) @1014   13 years oschonef - fix updating of virtual collections
(edit) @1013   13 years oschonef - fix width for expanded description
Note: See TracRevisionLog for help on using the revision log.