Commit graph

432 commits

Author SHA1 Message Date
briancaruso
8d21841293 AddAuthorsToInformationResourceGenerator will now always do an add and never an update. NIHVIVO-3400 2011-12-02 18:11:09 +00:00
tworrall
57e880a9c2 re-worked cancel button and some hide/show issues; corrected typo in java class, was GEneral... 2011-12-02 18:03:36 +00:00
hjkhjk54
4aee656ae6 updates to include "prepare" method from base edit configuration since old prepare has been removed from edit request dispatch controller - also commented out agrovoc from appearing on the search page 2011-12-01 21:11:04 +00:00
tworrall
556cd102f3 added http:// to agrovoc link because it was trying to link to http://localhost:8080/vivo/... 2011-12-01 20:43:58 +00:00
brianjlowe
e04d956668 change use of deprecated URLEncoder.encode() 2011-12-01 20:12:52 +00:00
hjkhjk54
ff97b2d450 vocab source class 2011-12-01 19:47:30 +00:00
hjkhjk54
aff8500f20 updates to include additional information for vocabulary services 2011-12-01 19:42:17 +00:00
briancaruso
78049c4633 Adding ability for an EditConfiguration to specify a redirect instead of a form. NIHVIVO-3369 2011-12-01 19:14:13 +00:00
hjkhjk54
42d0110dd4 including license tag 2011-12-01 17:22:22 +00:00
hjkhjk54
405c399a92 updates to include gemet service for VIVO search 2011-12-01 17:14:24 +00:00
hjkhjk54
a3dfd5f179 updates for concept addition 2011-11-30 22:51:22 +00:00
hjkhjk54
49ff104d3a updates for adding concepts, including urls for agrovoc and umls services and updating person has educational training to add the inverse property from organization to educational training 2011-11-30 21:47:28 +00:00
hjkhjk54
e8dc87f509 updating concept javascript and adding license line into file 2011-11-30 19:13:13 +00:00
hjkhjk54
1a994e0187 updates to concept search service utils 2011-11-30 18:58:11 +00:00
hjkhjk54
2bf820d038 updates to include license tag 2011-11-30 18:54:48 +00:00
hjkhjk54
ce84967d01 updates for concept addition and integration of umls/agrovoc search services 2011-11-30 18:41:57 +00:00
tworrall
80c3e0d387 NIHVIVO-3370 set isShowRoleLabelField to false 2011-11-30 15:43:25 +00:00
hjkhjk54
b8c70867e0 updates for adding concepts and removing redirectToPublication.jsp 2011-11-29 16:36:00 +00:00
hjkhjk54
04eadffd48 Updates to add associated concept, also removed system output from addRoleToPersonTwoStageGenerator 2011-11-28 22:35:36 +00:00
hjkhjk54
3e0e617f94 updates for adding external concept 2011-11-28 20:55:23 +00:00
j2blake
d1a825c333 NIHVIVO-3365 Make sure that the link to Institutional Internal Class appears iff the user it authorized for the page. 2011-11-28 20:16:47 +00:00
tworrall
4882021d9e NIHVIVO-3186 updated the generator to use mostSpecificType for the posn type, which was not working correctly in edit mode. Updated the template so that autocomplete only pulls in foaf persons. Updated button text 2011-11-28 16:50:18 +00:00
hjkhjk54
b54b8c566d updates to associated concept and user defined concept generators, related preprocessors, css, and javascript file 2011-11-23 22:08:43 +00:00
hjkhjk54
2278d1a365 updates to jsps to use old publication to person generators etc. 2011-11-22 21:55:53 +00:00
hjkhjk54
c5743ce2fa Adding user defined concept generators and updating publication and authors generators/forms. Adding validation to addAuthorsToInformationResource 2011-11-22 21:42:09 +00:00
j2blake
f671684658 NIHVIVO-3186 Fix title, create new Person correctly. 2011-11-22 17:33:43 +00:00
j2blake
d9f25b1067 NIHVIVO-3186 clean up queries. 2011-11-22 17:21:59 +00:00
j2blake
58b8176a39 NIHVIVO-3186 fully functional? 2011-11-22 16:52:18 +00:00
hjkhjk54
6bcbca8552 updating authors to information resource and associated concept 2011-11-21 21:23:51 +00:00
j2blake
bb56822519 NIHVIVO-3186 first attempts -- auto-complete for Person does not work. 2011-11-21 18:28:14 +00:00
hjkhjk54
62ace7e58b Updates to freemarker conversion forms and replacing AddRoleUtils in Vivo with EditModeUtils in Vitro 2011-11-21 15:31:20 +00:00
hjkhjk54
9084d52ec6 updates for various freemarker forms still in progress 2011-11-18 22:58:51 +00:00
hjkhjk54
5b4f819ad5 Updating person has position history to try vitro:mostSpecificType to get type of position instead of regular rdf:type to check if returns the correct type (instead of owl:Thing) 2011-11-18 21:44:31 +00:00
briancaruso
64aff4dfe7 Working on addEditWebpageForm and manageWebpagesForIndividual 2011-11-18 17:08:23 +00:00
hjkhjk54
a231470f01 Update to person has position history generator to have edit mode retrieved based on position history predicate 2011-11-18 16:15:15 +00:00
tworrall
f218cc8d24 corrected validators and error messaging 2011-11-17 22:40:35 +00:00
hjkhjk54
3465cf2393 fixing new individual form n3 2011-11-17 22:08:44 +00:00
hjkhjk54
cb8f209a1a Updates for n3 editing, fixing bugs in new individual form generator and adding field validators to person has educational training 2011-11-17 21:43:37 +00:00
tworrall
f362f7ce2d hasAttendeeRole now uses role list view; removed unnecessary brackets from selects 2011-11-17 21:00:57 +00:00
tworrall
90197cc018 added addFormSpecificData method 2011-11-17 18:52:51 +00:00
tworrall
3587012abc added support for form specific data 2011-11-17 18:04:40 +00:00
brianjlowe
6de34b94b2 NIHVIVO-3188 added missing periods to N3 assertions in PersonHasPositionHistoryGenerator.java 2011-11-17 15:22:39 +00:00
briancaruso
f3fc43deaa Starting to work on manage web pages form. 2011-11-16 20:14:00 +00:00
hjkhjk54
8ac7dfc813 Updates to person has educational training form 2011-11-16 19:47:53 +00:00
brianjlowe
72f1ca2812 license tag 2011-11-16 15:54:42 +00:00
brianjlowe
78580d8666 NIHVIVO-3188 PersonHasPositionHistoryGenerator.java 2011-11-16 15:38:12 +00:00
hjkhjk54
9f7a059213 2011-11-15 22:45:11 +00:00
briancaruso
1ff3a4963f Working on default data process form 2011-11-15 22:05:43 +00:00
tworrall
86c363e3c2 minor template cleanup; set showRoleLabel to true 2011-11-15 21:41:52 +00:00
briancaruso
98edd591f0 adding jsp to generator map so all old jsp will now redirect to generators 2011-11-14 21:28:04 +00:00