Commit graph

658 commits

Author SHA1 Message Date
Tim Worrall
c2d24cb74d VIVO-454 2014-06-09 17:11:34 -04:00
Tim Worrall
15169ca894 fixed query subject in generator 2014-06-09 14:34:11 -04:00
Tim Worrall
a9b3bfd9c2 VIVO-785: make middle name optional in list view and fix advisor genertor to clarify role 2014-06-06 11:04:23 -04:00
Tim Worrall
8c1e3cde93 VIVO-654: make role label fields on custom forms optional input, not required 2014-06-04 16:56:49 -04:00
Tim Worrall
78ee69ee00 VIVO-743: new custom forms for adding participant to project andcontributor to grant/contract 2014-06-03 13:02:24 -04:00
Tim Worrall
02a2fe600c VIVO-743: custom form to add a person to a project 2014-05-30 16:22:53 -04:00
tworrall
54ca2a4b79 VIVO-763: display the url type on the manage page 2014-05-23 11:36:36 -04:00
j2blake
3dba210af2 VIVO-773 clean up some of the queries used in building the search index
The new JENA libraries won't allow a clause of the form (str(?result) as ?result), since the variable "result" is already bound.
2014-05-22 13:08:04 -04:00
j2blake
3f63bf3281 VIVO-659 Move the location of "Startup Status" on the Site Admin page. 2014-05-09 17:30:57 -04:00
j2blake
939950dcd4 VIVO-769 Merge branch 'feature/orcid' into develop 2014-05-07 17:32:38 -04:00
j2blake
02e93858de VIVO-761 Use RequestedAction instead of Actions
Modify VitroHttpServlet, similar classes, and all subclasses to use RequestedAction instead of Actions. Modify PolicyHelper also.
2014-04-25 14:42:23 -04:00
j2blake
3ace8cdb2a VIVO-761 Rework and move RequestedAction
Create AuthorizationRequest, and make RequestedAction a sub-class of it. Move the RequestActionConstants into RequestedAction. Move the class to a different package.
2014-04-24 16:46:53 -04:00
j2blake
02bdddab23 VIVO-742 Many changes to remove "solr" from the code base.
Comments, template names, Java classes, variables and method names (Java and JavaScript), etc.
2014-04-23 14:20:22 -04:00
j2blake
711afa44fa VIVO-742 Rename some 'solr' packages. 2014-04-23 10:45:06 -04:00
j2blake
2d6aeaafb8 VIVO-742 Many changes to remove "solr" from methods, variables, classes. 2014-04-22 17:59:26 -04:00
j2blake
d73c82cd55 VIVO-742 Change client code to use SearchEngine interface.
Removed SolrQueryTest until I can see how to update it. Everything compiles and tests run, but haven't tried running VIVO yet.
2014-04-22 15:15:20 -04:00
j2blake
ee7512a73b Merge branch 'maint-rel-1.6' into develop 2014-01-09 18:25:37 -05:00
j2blake
1d0f2a917c VIVO-662 Remove duplicate rows from the SPARQL query results.
Two rows are considered to be duplicates if they have the same authorshipURI or the same authorURI.
2014-01-09 17:27:30 -05:00
j2blake
03548ae64c VIVO-617 Adjust the client code to use the new file upload tools. 2013-12-20 17:11:30 -05:00
tworrall
7bb6a803d0 Merge branch 'maint-rel-1.6' into develop 2013-12-11 16:26:26 -05:00
tworrall
5dd460d8de VIVO-643 create first and last names and vcard when adding a missing individual that is a foaf:Person 2013-12-11 16:25:56 -05:00
tworrall
4fa82ac7ee Merge branch 'maint-rel-1.6' into develop 2013-12-09 13:53:35 -05:00
tworrall
0f4a763c1a VIVO-630 and VIVO-634: orcidId fixes 2013-12-09 13:53:11 -05:00
tworrall
140966bc88 Merge branch 'maint-rel-1.6' into develop 2013-12-05 10:17:54 -05:00
tworrall
d1b24fc965 VIVO-621 2013-12-05 10:17:25 -05:00
hudajkhan
9b7e70ec69 Merge branch 'maint-rel-1.6' into develop 2013-12-04 12:57:07 -05:00
hudajkhan
5795a0c65b vivo613 removing files with copyright and utilizing a different set of libraries for semantic search 2013-12-04 12:56:45 -05:00
tworrall
bdc1de733c Merge branch 'maint-rel-1.6' into develop 2013-12-03 10:07:52 -05:00
tworrall
fd1f5b269f VIVO-605: updated generator to make the middle name a separate assertion 2013-12-03 10:06:59 -05:00
hudajkhan
ce4b008c96 Merge branch 'maint-rel-1.6' into develop 2013-12-02 13:10:05 -05:00
hudajkhan
fe6f099a2a VIVO 590 updating manageWebpagesGenerator to include range uri for cancel link 2013-12-02 13:09:52 -05:00
tworrall
f73af72ce8 Merge branch 'maint-rel-1.6' into develop 2013-12-02 10:58:03 -05:00
tworrall
cabd58dd0a updates for issues VIVO-507 and VIVO-589 2013-12-02 10:57:42 -05:00
tworrall
3ca485e9e3 Merge branch 'maint-rel-1.6' into develop 2013-11-22 12:17:17 -05:00
tworrall
c66cdbf4aa more property cleanup 2013-11-22 11:59:36 -05:00
brianjlowe
5623eb82d4 VIVO-566 reverting back to vivo:Dataset 2013-11-22 11:34:54 -05:00
tworrall
92315f345c Merge branch 'maint-rel-1.6' into develop 2013-11-22 09:57:06 -05:00
tworrall
27d3b0206c VIVO-567 2013-11-22 09:56:46 -05:00
tworrall
96b88bfe2e Merge branch 'maint-rel-1.6' into develop 2013-11-22 09:21:09 -05:00
brianjlowe
f65abc9471 Merge branch 'maint-rel-1.6' of https://github.com/vivo-project/VIVO into maint-rel-1.6 2013-11-21 20:22:27 -05:00
brianjlowe
8d2e56177b VIVO-566 ontology prefixes VIVO-565 add new class vivo:Abstract and most of VIVO-566 replace vivo:Dataset with obo:Dataset and add cito properties 2013-11-21 20:22:21 -05:00
tworrall
4b7ba331cc Merge branch 'maint-rel-1.6' into develop 2013-11-21 15:07:03 -05:00
tworrall
6f41e5c8b1 add group, team, et all to drop down lists for service roles 2013-11-21 15:06:47 -05:00
tworrall
0d61bd6268 Merge branch 'maint-rel-1.6' into develop 2013-11-21 13:43:54 -05:00
tworrall
c90fa71bb1 VIVO-563 2013-11-21 13:43:41 -05:00
tworrall
7b6075d359 Merge branch 'maint-rel-1.6' into develop 2013-11-21 12:39:48 -05:00
tworrall
ef4a628b1a VIVO-560: hide skos:Concept specific properties from the subclass pages 2013-11-21 12:39:15 -05:00
j2blake
f3999dd48f Merge branch 'maint-rel-1.6' into develop 2013-11-20 17:07:04 -05:00
j2blake
38cb86715c VIVO-541 Rearrange the links on the site admin page. 2013-11-20 17:05:38 -05:00
tworrall
6aa8ed4ddd Merge branch 'maint-rel-1.6' into develop 2013-11-19 16:23:18 -05:00