Commit graph

6172 commits

Author SHA1 Message Date
brianjlowe
a74677dae4 VIVO-150 avoiding lock contention on login during inference rebuild 2013-09-13 13:49:19 -04:00
brianjlowe
772cfe127e VIVO-97 removed unconditional cast to WebappDaoFactoryJena in SimpleReasonerSetup 2013-09-13 11:59:27 -04:00
brianjlowe
d2d813ab62 VIVO-158 fixes ConcurrentModificationException in SimpleReasoner.addedTBoxStatement() 2013-09-13 11:17:08 -04:00
j2blake
ef6437faeb VIVO-281 Make extended linked data a configurable option. 2013-09-12 16:44:43 -04:00
brianjlowe
d5c032f33e applying ABox update to all graphs 2013-09-12 10:37:24 -04:00
j2blake
3258e2ad4f VIVO-82 Fix the creation of short-term models.
In the previous version of ModelAccess, all of the language-aware models were wrapped around their counterparts from the Context, so they did not come from the ShortTermRDFService. Fix it so any model that is not memory-mapped is built from the ShortTermRDFService.
2013-09-11 12:25:20 -04:00
brianjlowe
f7d03b6de8 minor change to JenaBaseDao to display resource URI when local name is zero-length 2013-09-11 10:14:59 -04:00
j2blake
d52b939743 Fix typo error from fc9ac52 2013-09-11 10:01:30 -04:00
j2blake
d98ddd3328 Fix problems with commit 4c42128 2013-09-10 17:44:12 -04:00
brianjlowe
6570e3dcc6 merging develop into dev-isf 2013-09-10 09:08:55 -04:00
brianjlowe
2d3295fa2b Merge commit 'afa5e8697aae74217538d4a1d65043e82d5b57f9' into dev-isf 2013-09-10 09:08:14 -04:00
j2blake
afa5e8697a VIVO-262 Document the language support configuration 2013-09-09 14:23:42 -04:00
j2blake
e7efe28ae7 VIVO-262 Document the language support configuration 2013-09-09 14:19:40 -04:00
j2blake
d275140f7b VIVO-262 Fix error in build script 2013-09-09 13:39:40 -04:00
j2blake
66078a71ab Add license line 2013-09-09 13:34:39 -04:00
brianjlowe
a520878b1d Merge commit 'f129f727a738c4af602b06be48c71bd549196e9e' into dev-isf 2013-09-09 12:55:10 -04:00
j2blake
f129f727a7 VIVO-262 Add languages to VIVO at build time.
Move the language-specific files out of the default build area. Add a build property that will cause the selected language(s) to be copied into the build area.
2013-09-09 12:23:54 -04:00
brianjlowe
91aedd5255 VCard migration 2013-09-06 16:40:17 -04:00
hudajkhan
8e0bf8c229 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2013-09-05 15:46:45 -04:00
hudajkhan
fc9ac52786 updates for multiple language labels and concept semantic types 2013-09-05 15:44:54 -04:00
Brian Caruso
1ea7d5d201 Merge branch 'develop' of github.com:vivo-project/Vitro into develop 2013-09-05 12:53:46 -04:00
Brian Caruso
7d01b546a9 Adding ability to edit sameAs from profile page VIVO-111 2013-09-05 12:53:30 -04:00
tworrall
c478748abf fixed an i18n typo 2013-09-04 14:53:37 -04:00
hudajkhan
b8e114c4e8 url encoding the subject uri to allow for correct redirects later 2013-09-04 13:26:01 -04:00
brianjlowe
57055a4efc keeping uneditable properties from showing up on the page 2013-09-04 12:47:51 -04:00
hudajkhan
9ec7d11cab label management and concept semantic type 2013-09-04 12:22:46 -04:00
brianjlowe
e3399d161d display permissions for domain-qualified predicates 2013-09-04 11:56:17 -04:00
brianjlowe
e75b424c81 removing EditLinkSuppressor 2013-09-04 09:59:59 -04:00
hudajkhan
3314e5a4b0 updates for label management 2013-09-03 15:34:02 -04:00
brianjlowe
3204db0be4 fixing bugs in ApplicationConfigurationOntologyUtils.java 2013-09-03 11:50:22 -04:00
brianjlowe
355b9e2070 edit permissions for qualified properties and VIVO-277 2013-09-03 11:24:05 -04:00
brianjlowe
abefa1615c removing debug log message 2013-09-03 09:13:19 -04:00
brianjlowe
ca32a51740 support for edit permissions for qualified properties (almost finished) 2013-08-30 17:04:12 -04:00
Brian Caruso
7ff02342e4 Fixing problem where deletes of obj prop stmts created modTime stms in asserted tbox. VIVO-142 2013-08-30 15:34:18 -04:00
Brian Caruso
7129912e43 Adding unit tests, adding easymock library, Fixed problem with URIs with localnames that start with a digit. VIVO-13 2013-08-30 14:19:13 -04:00
Brian Caruso
535500dd41 fixing compile problem. issue-vivo-110 2013-08-29 15:08:45 -04:00
Brian Caruso
fd8dcf6dff fixing compile problem. issue-vivo-110 2013-08-29 14:56:20 -04:00
Brian Caruso
288d468e66 Merge branch 'issue-vivo-110' into develop 2013-08-29 13:20:58 -04:00
Brian Caruso
3431e64ae8 Adding plugin to disable sameAs in SimpleReasoner. VIVO-110 2013-08-29 13:20:10 -04:00
Brian Caruso
446df7c094 Adding more tests of SimpleReasoner with sameAs disabled. VIVO-110 2013-08-29 13:14:15 -04:00
brianjlowe
b1d549f01f minor change to sparql query for domain-qualified property configs 2013-08-29 12:00:51 -04:00
brianjlowe
e3d6e37ab9 support for domain qualification in property config 2013-08-29 10:58:34 -04:00
Brian Caruso
05917378cc Adding ability to disable sameAs in SimpleReasoner. VIVO-110 2013-08-28 17:25:09 -04:00
Brian Caruso
bbfd68ef4d combined addedTBoxStatement and removedTBoxStatement, VIVO-110 2013-08-28 16:21:59 -04:00
Brian Caruso
9f4ea054ac Removing some iso-8859 conversions. VIVO-81 2013-08-28 14:37:05 -04:00
Brian Caruso
314a4e638b Adding license text to new files 2013-08-28 14:08:05 -04:00
j2blake
aab7ad8798 Show only a summary of licensing info. 2013-08-28 11:54:10 -04:00
Brian Caruso
4c42128993 Merging with issue-vivo-101-sparqlupdate. Using develop licenser files that were in conflict. VIVO-255 VIVO-101 2013-08-28 11:37:50 -04:00
Brian Caruso
ab11fff370 Adding serialization support or JSON-LD to indivdiual controller. VIVO-255 2013-08-28 11:18:33 -04:00
j2blake
d69bb824ac VIVO-274 move permission_config.n3 to rdf/auth/everytime
Get rid of the PermissionSetsLoader, keep the smoke tests.
2013-08-27 17:26:24 -04:00