Commit graph

91 commits

Author SHA1 Message Date
Laura Wrubel
db07d321e5 Updating AGROVOC REST API base URL. (#104)
* Resolves with https://jira.duraspace.org/browse/VIVO-1655
2018-12-05 13:30:15 -05:00
vivo-uab
0547725a48 [maven-scm-plugin] prepare development vivo-1.11.0-SNAPSHOT 2018-07-09 20:18:40 -04:00
vivo-uab
df0b4697a4 [maven-scm-plugin] prepare release vivo-1.10.0 2018-07-09 20:18:40 -04:00
Ralph O'Flinn
308c8ae86c Updated pom.xml - orcid-api-client version
Updated pom.xml - orcid-api-client version to 0.6.3
2018-07-09 20:18:40 -04:00
Andrew Woods
5991c8411d Change project version from 2.0.0-SNAPSHOT to 1.10.0-SNAPSHOT
Resolves: https://jira.duraspace.org/browse/VIVO-1479
2018-04-24 17:09:56 -04:00
Graham Triggs
05e8c6ac16 Update to ORCID API with correct Jaxb dependencies 2017-11-20 15:14:13 +00:00
Graham Triggs
fa311788fe Update project version numbers 2017-10-20 15:02:41 +01:00
Graham Triggs
cc6e836d94 [VIVO-1402] Improve search page performance by rewriting OPTIONAL query for person information 2017-10-16 15:48:03 +01:00
Graham Triggs
546f1dbb37 Script for running findbugs 2017-10-05 19:54:59 +01:00
Graham Triggs
081dd785f3 Configuration for Findbugs, with security plugin, and script to start gui 2017-10-05 18:43:15 +01:00
Graham Triggs
cdd34e1b51 Add FindBugs reporting 2017-10-05 18:10:01 +01:00
Graham Triggs
d93b722cd7 [VIVO-1317] Convert Visualizations to Jackson from Gson 2017-10-02 21:03:04 +01:00
Graham Triggs
3849703867 Minor httpclient version 2017-09-29 08:59:39 +01:00
Graham Triggs
ff257eca92 Move dependencies to VIVO 2017-09-29 08:42:58 +01:00
Graham Triggs
4537bec7c8 Minor Spring upgrade 2017-09-20 14:28:03 +01:00
Graham Triggs
c52939af35 Fix string comparisons 2017-09-18 18:31:45 +01:00
Graham Triggs
980c48f84b Update itext 2017-09-18 16:28:30 +01:00
Graham Triggs
959888534b Fix string check 2017-09-18 16:20:07 +01:00
Graham Triggs
9cb377d7f2 Exclude Jackson dependencies (inherit from jena / jsonld) 2017-09-18 14:55:58 +01:00
Graham Triggs
bf55aaf7d5 Minor code improvements 2017-09-18 13:47:18 +01:00
Graham Triggs
43dea89dae Minor code improvements 2017-09-18 11:50:07 +01:00
Graham Triggs
2e7355fddf Update dependency name 2017-09-18 10:57:15 +01:00
Graham Triggs
7f47babcff Minor performance improvements 2017-09-18 10:27:47 +01:00
Graham Triggs
9f9c6d610b Various code improvements from IntelliJ inspections 2017-09-18 00:21:18 +01:00
Graham Triggs
93244bd488 [VIVO-1320] Convert some org.json usages to Jackson 2017-09-15 16:06:53 +01:00
Graham Triggs
7d52bd097f [VIVO-1320] Convert some org.json usages to Jackson 2017-09-15 15:01:04 +01:00
Graham Triggs
5ba226bde7 [VIVO-1367] Update AGROVOC URL 2017-09-13 20:27:27 +01:00
Graham Triggs
930507a694 [VIVO-1311] Implementation of UMLS datasource using NLM APIs 2017-09-12 15:29:11 +01:00
Graham Triggs
75fe93093c Better document requirements of templates, for anyone needing to customise 2017-09-08 12:32:48 +01:00
Graham Triggs
7b38c2e8e7 Change file name 2017-09-06 19:30:48 +01:00
Graham Triggs
d508f09ed9 [VIVO-1379] Add CTSA search endpoints to VIVO 2017-09-06 19:26:00 +01:00
Graham Triggs
e3c804088c Use latest orcid-api-client 2017-08-31 15:54:42 +01:00
Graham Triggs
5e3b29d734 Fix broken site admin links 2017-08-31 00:03:09 +01:00
Graham Triggs
426064cc81 [VIVO-1294] Create VIVO application level messages distinct from theme messages (theme messages now only contain those not use at an application level) 2017-08-29 22:59:03 +01:00
Graham Triggs
8bf1b10e53 [VIVO-1375] Upgrade to Servlet 3.0 spec 2017-08-25 08:51:51 +01:00
Graham Triggs
d0b971f7e6 [VIVO-1346] Update to orcid-client 0.4 2017-08-17 23:36:19 +01:00
Graham Triggs
2f45fc7178 Update versions for beta 2 release 2017-07-27 17:39:43 +01:00
Graham Triggs
ca6d629e2f [VIVO-1346] Updates to ORCiD client library integration (preparation for v2.0) 2017-07-27 17:33:43 +01:00
Graham Triggs
9df0f009ed [VIVO-1342] Use XML parser to generate valid GraphML files 2017-07-14 14:57:16 +01:00
Graham Triggs
5bcdd34c92 Reset develop to SNAPSHOT release 2017-06-12 21:54:13 +01:00
Graham Triggs
deefe90f39 Beta version 2017-06-09 15:57:45 +01:00
Jim Blake
668ab0c10d VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#53)
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* Use Jackson JSON library instead of net.sf.json

JSONNode, JSONArray, JSONObject become JsonNode, ArrayNode, and ObjectNode.
No direct replacement for HSONSerializer, so create JacksonUtils

Some of the message signatures are different, so adjust accordingly.
2017-05-22 19:59:29 +01:00
Graham Triggs
5f0ef22ed1 Merge branch 'develop' into feature/theming
# Conflicts:
#	webapp/src/main/webapp/js/d3.min.js
2017-04-30 19:31:41 +01:00
Nate Prewitt
34afa4e43b
updating license path 2017-04-21 17:12:47 -06:00
Graham Triggs
9e2f8439ef Cumulative publications graph 2017-04-07 15:25:48 -06:00
hudajkhan
d98f513318 [VIVO-1316] moving base lookup services for vocabulary services to Vitro (#50) 2017-02-10 15:55:41 +00:00
Jim Blake
da0b68f001 VIVO-1248 extend SparqlQueryRunner, and combine with older attempts. (#36)
* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* Ignore artifacts that Eclipse creates.

* VIVO-1248 Remove references to older SPARQL utils

edu.cornell.mannlib.vitro.webapp.utils.sparql package
edu.cornell.mannlib.vitro.webapp.utils.SparqlQueryRunner
2017-01-03 13:19:48 -05:00
Jim Blake
15638f6ac1 VIVO-1247, remove duplicate code used with ConfigurationBeanLoader. (#47)
Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.
2017-01-03 12:16:38 -05:00
Graham Triggs
877b54f4a6 Moved jaxrpc from Vitro 2016-12-24 12:07:11 +00:00
Graham Triggs
fe5db3142d Gemet moved to HTTPS 2016-12-24 10:54:56 +00:00