Commit graph

550 commits

Author SHA1 Message Date
Jim Blake
0c0915ef65 VIVO-731 Create SparqlQueryApiExecutor with tests. 2014-04-13 19:30:23 -04:00
Jim Blake
7b849ace9b VIVO-731 Create ContentTypeUtil with tests 2014-04-09 17:01:10 -04:00
Jim Blake
b63e4134ac VIVO-731 Create a thorough unit test for SparqlQueryServlet 2014-04-07 14:23:22 -04:00
j2blake
09dd8da784 Merge branch 'maint-rel-1.6' into develop 2014-03-25 15:44:59 -04:00
j2blake
0bc3f211bb VIVO-682 Modify some auth code to work better with faux properties. 2014-03-25 15:44:10 -04:00
j2blake
50e55b62ef Merge branch 'maint-rel-1.6' into develop 2014-03-10 18:15:16 -04:00
j2blake
fdeee35bb4 VIVO-692 Restrict LOD by Publish level, not by Display level
Create a new annotation for properties and classes, HiddenFromPublishBelowRoleLevelAnnot.
Provide the means to initialize these annotations, edit them, and display them in the verbose property display.
Create a Permission and some requested actions so the policies can decide which statements must be filtered out, based on the user's role.
Add unit tests and improve acceptance tests
2014-03-10 18:14:02 -04:00
j2blake
416f142526 Merge branch 'maint-rel-1.6' into develop 2014-01-09 18:25:32 -05:00
j2blake
0280cda8e3 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:33:25 -05:00
j2blake
245763e9e7 Make DeveloperSettings a singleton, and other improvements.
By making it a singleton, we do need an explicit Setup operation. However, it means that we can refer to the settings in client code that doesn’t have access to a request or to the ServletContext.

Other refactorings to simplify the logic or make it more scalable.
2014-01-04 14:22:29 -05:00
j2blake
d08c3f61ff VIVO-618 Revise SearchService to parse uploaded files correctly and to respond properly to authentication errors. 2013-12-05 16:36:26 -05:00
brianjlowe
d2792db057 VIVO-614 faster model reconciliation in ABoxRecomputer 2013-12-04 16:32:01 -05:00
j2blake
70298026ea Reduce warning messages in unit tests.
We get a warning on any attempt to use anything that may be affected by DeveloperSettings, because DeveloperSetting tries to use ConfigurationProperties to find its properties file. We could avoid this by requiring the use of a ConfigurationPropertiesStub, but it seems to make more sense to routinely create a DeveloperSettingsStub on each ServletContextStub.
2013-11-25 12:31:51 -05:00
j2blake
b6da0052ce VIVO-548 Make unit tests independent of file separator characters.
By converting Strings to Paths before comparing, we should get consistent usage of “/“ and “\”. This time for sure.
2013-11-20 10:17:27 -05:00
j2blake
025f2dd8ec VIVO-548 Make unit tests independent of file separator characters.
By converting Strings to Paths before comparing, we should get consistent usage of “/“ and “\”
2013-11-19 15:50:44 -05:00
j2blake
cd0cb50798 VIVO-533 When loading properties files, mimic the language filtering of the RDFService. 2013-11-19 15:25:43 -05:00
j2blake
818962d0a6 VIVO-533 When loading templates, mimic the language filtering of the RDFService. 2013-11-18 17:13:09 -05:00
j2blake
0fce9f6a7b VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
j2blake
5d19e746e1 VIVO-469 run the URL Finders from an RDFService, not an OntModel 2013-11-11 09:41:46 -05:00
j2blake
b012acd968 Ignore this test - it may fail on a slow machine. 2013-11-07 14:49:12 -05:00
j2blake
bc0cf6be63 VIVO-483 Obsolete VIVO URIs in Vitro search code.
Break out the mechanism for building a list of Additional URI Finder instances. Override that in VIVO. Move AdditionalURIsForContextNodes to VIVO. References to obsolete URIs are in comments.
2013-11-06 13:07:08 -05:00
j2blake
2f78e09765 VIVO-452 Revise SparqlQueryDataGetter to use RDFService if possible. 2013-11-04 15:02:15 -05:00
brianjlowe
754c8004ae Merge branch 'maint-rel-1.6' of https://github.com/vivo-project/Vitro into maint-rel-1.6
Conflicts:
	webapp/src/edu/cornell/mannlib/vitro/webapp/servlet/setup/FileGraphSetup.java
2013-10-31 10:45:51 -04:00
brianjlowe
e1b7638202 various performance tweaks 2013-10-31 10:43:25 -04:00
j2blake
2026a40943 VIVO-268 Restore data values to DataProperty RequestedAction classes. 2013-10-26 18:02:29 -04:00
j2blake
2bf1498c0b Remove special characters from the test.
We are testing URL encoding and decoding, but the special characters can be expressed as Unicode (e.g., \u9999), so the file does not need to be stored as UTF-8 or equivalent.
2013-10-08 16:23:58 -04:00
j2blake
7cccf19e45 VIVO-297 Use /display form of URLs on pages, not /individual form.
Individuals that don't belong to the default namespace still use the /individual form.
2013-10-08 16:22:21 -04:00
brianjlowe
32be076e29 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2013-10-08 09:41:02 -04:00
brianjlowe
5293824fa2 work on VIVO-303 picklist sorting and display 2013-10-08 09:40:57 -04:00
tworrall
6ba8de8a9d fixed additional uris for context node tests 2013-10-07 15:48:22 -04:00
j2blake
c77a9786d1 VIVO-295 Fix the unit test.
I broke it by supporting application/json
2013-10-04 16:03:00 -04:00
hudajkhan
c58215a249 fixing test so changes to process method handled 2013-09-24 15:50:49 -04:00
brianjlowe
90512bdc1c Merge remote-tracking branch 'origin/develop' into dev-isf
Conflicts:
	webapp/rdf/displayDisplay/everytime/displayDisplay.n3
	webapp/web/i18n/all.properties
	webapp/web/templates/freemarker/lib/lib-properties.ftl
2013-09-23 16:19:05 -04:00
hudajkhan
d5c1cc49c6 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2013-09-16 14:08:34 -04:00
hudajkhan
8fa8702462 updates to include method that checks whether uri exists or not 2013-09-16 14:07:52 -04:00
brianjlowe
73d54999d4 VIVO-151 remedies missing inverse property inference deletions 2013-09-13 15:01:57 -04:00
j2blake
48c8c5924a VIVO-293 Create language strings for search error messages. 2013-09-13 14:46:15 -04:00
brianjlowe
2d3295fa2b Merge commit 'afa5e8697aae74217538d4a1d65043e82d5b57f9' into dev-isf 2013-09-10 09:08:14 -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
Brian Caruso
7d01b546a9 Adding ability to edit sameAs from profile page VIVO-111 2013-09-05 12:53:30 -04:00
brianjlowe
e3399d161d display permissions for domain-qualified predicates 2013-09-04 11:56:17 -04:00
brianjlowe
ca32a51740 support for edit permissions for qualified properties (almost finished) 2013-08-30 17:04:12 -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
fd8dcf6dff fixing compile problem. issue-vivo-110 2013-08-29 14:56:20 -04:00
Brian Caruso
446df7c094 Adding more tests of SimpleReasoner with sameAs disabled. VIVO-110 2013-08-29 13:14:15 -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
314a4e638b Adding license text to new files 2013-08-28 14:08:05 -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