Commit graph

443 commits

Author SHA1 Message Date
Brian Caruso
54f79f2ea7 Normalize line endings VIVO-101 2013-07-18 15:19:53 -04:00
Brian Caruso
e3b57fd0b6 Improved the option sorting code in IndividualTypeRetryController VIVO-154 2013-07-17 11:52:42 -04:00
Brian Caruso
926d154bce Added test to UrlBuilderTest for utf8 VIVO-168 2013-07-16 17:27:52 -04:00
Brian Caruso
7905b80df4 Adding initial search web service for updating uris. VIVO-98 2013-07-15 14:14:15 -04:00
Brian Caruso
1b07173e7c Adding license 2013-07-10 16:49:01 -04:00
Brian Caruso
1b5181e456 moving RdfLiteralHash to different package 2013-07-10 12:50:29 -04:00
Brian Caruso
0eda150d62 Moving static methods from EditN3Utils to N3EditUtils. Removing EditN3Utils 2013-07-10 12:33:43 -04:00
Brian Caruso
a31e464a3c SolrQueryTest doesn't work with vivo, setting to @Ignore 2013-07-09 16:55:29 -04:00
Brian Caruso
674ca6f774 Adding test of Solr setup and indexing. The SolrSetup test will start a
solr server, load RDF from test/testontologies/SolrQueryTestRDF, index
the individuals in the RDF and then run some test solr queries.
2013-07-09 11:41:01 -04:00
Brian Caruso
467256e3ba Merge branch 'develop' of github.com:vivo-project/Vitro into develop 2013-07-08 13:52:05 -04:00
brianjlowe
e3fe0ac52b continuing work on VIVO-60 application ontology support for property/class combinations 2013-06-21 16:47:42 -04:00
j2blake
5de5a322a2 VIVO-139 Use the I18n framework wherever DisplayMessage is loaded. 2013-06-14 12:47:37 -04:00
j2blake
aa7c8024d0 VIVO-125 Improvements to I18n
Do not clear the cache more than once per request. Improve the hooks for unit tests.
2013-06-14 12:41:33 -04:00
brianjlowe
b26922242a work on VIVO-60 application ontology code for class/property combination configuration 2013-06-12 16:57:37 -04:00
j2blake
a19227188b VIVO-120 improve the error messages from OperationUtils.cloneBean()
Add unit tests for the method and restructure the logic so a failure to create the clone is treated as seriously as a failure to load it with values. Previously  a failure to create resulted in a null return (with a log message) while a failure to load resulted in an exception (with a log message).
2013-06-05 15:37:05 -04:00
j2blake
4928940849 VIVO-82 Use ModelAccess to store and get WebappDaoFactory references. 2013-05-21 17:46:20 -04:00
brianjlowe
1ab53d0b02 initial work on VIVO-60 application ontology support for property/range combinations 2013-05-14 15:54:03 -04:00
Brian Caruso
f243511526 Merge branch 'develop' of github.com:vivo-project/Vitro into develop 2013-03-18 13:59:13 -04:00
j2blake
e1f2832fbd VIVO-25 Check that web.xml is container-neutral
Create an Ant target that checks web.xml against the assembled webapp, looking for conditions that violate the Servlet spec or the JSP spec, but that Tomcat does not complain about. This will not be a main-stream target, but must be specifically invoked by developers or by Jenkins in order to be effective.
2013-03-11 13:29:20 -04:00
j2blake
ba29b0e69a Reduce the logging level - the test should be silent. 2013-03-08 17:49:08 -05:00
Brian Caruso
08f583e280 Merge remote-tracking branch 'origin' into develop 2013-03-05 17:15:58 -05:00
j2blake
d2d20291b9 VIVO-12 NIHVIVO-4011 Improve LocaleSelectionFilter. Clean up comments. 2013-02-07 16:06:49 -05:00
j2blake
78488f194c Revise the language filtering from RDF. Create unit tests. 2013-02-07 15:37:58 -05:00
j2blake
866c4435b6 Not ready for Java 1.7 constructs just yet. 2013-02-04 17:38:29 -05:00
j2blake
7c2de3a6f2 Clean up web.xml and create a unit test to keep it clean.
VIVO-19
2013-02-04 17:22:29 -05:00
j2blake
bb6b2fa970 VIVO-12 NIHVIVO-4011 Provide config and GUI for selecting Locale 2013-01-24 16:21:36 -05:00
j2blake
81b0b2c145 NIHVIVO-3940 remove the implementation of /individual/prefix/localname
This has been broken since before release 1.3 and nobody has missed it.
2012-11-15 14:28:22 -05:00
Brian Caruso
55681ea235 Adding SolrQueryTest.java 2012-11-02 15:09:33 -04:00
brianjlowe
61ede29fa7 NIHVIVO-3967 retraction of inferences by SimpleBridgingRule in batch mode and NIHVIVO-3955 batch mode retraction performance improvments for SimpleReasoner 2012-09-21 16:34:27 +00:00
brianjlowe
2c83351eb6 NIHVIVO-3956 SPARQL-based implementations of getMostSpecificTypeURIs() getDataValue() and isVClass() to shorten render time of short views 2012-09-12 20:03:21 +00:00
briancaruso
f1a56e5947 Fixing bug with search exclusion 2012-06-27 17:36:18 +00:00
briancaruso
f997b7073c Fixing bug with search exclusion 2012-06-27 17:04:58 +00:00
briancaruso
ea3e05fb80 Fixed getVClassesForProperty to return subclasses NIHVIVO-3814
Added unit test for getVClassesForProperty
Changes to debugging messages for solr indexing
2012-06-26 21:35:17 +00:00
briancaruso
8bd0990e85 Index all labels for an individual, to support searching on multiple labels and other-language versions of a label NIHVIVO-3811
Fixed number of threads used during a solr index update
Changed nameLowercaseSingleValue to not be a copy field
Changed logging in solr index building so that errors from the solr server are logged
2012-06-26 17:00:08 +00:00
hjkhjk54
c46b148535 Updates for page management, including updating link to menu ordering on page list, updating internal class server side logic to correctly instantiate objects when editing an internal class page (previously json object was passed but wasn't needed so removed from constructor), also updated client-side script to correctly populate internal class/class group section and other client-side interactions 2012-06-25 17:34:25 +00:00
briancaruso
56d23c8e2c Removing old N3 editing code. NIHVIVO-3807 2012-06-21 21:57:45 +00:00
hjkhjk54
f6b2387a3e updates for page management as well as updates to new URI maker and individual dao jena to handle creation of new URI (old code was returning duplicate when maximum number of attempts was exhausted in NewURIMakerVitro b/c IndividualDaoJena kept returning the same URI since Random instance was set with system time seed and possibly the calls to the method were occurring close together in time and nextInt kept returning the same number). 2012-06-21 20:44:42 +00:00
stellamit
eff5ccdeb4 2012-06-21 20:03:22 +00:00
briancaruso
9b30ecdcb1 Fixed object property sorting on individual page for default list view. NIHVIVO-3415
Removed unused domainEntitySortField and rangeEntitySortField from ObjectProperty.
Added rangeEntitySortField back to property_retry.jsp.
2012-06-21 17:10:14 +00:00
stellamit
4b00e781b4 NIHVIVO-3673, updates for KB migration, and RDFService fix for inputstreams that don't support mark()/reset() 2012-06-19 17:49:02 +00:00
stellamit
491c4f6d9a some refactoring of SimpleReasoner 2012-06-16 23:41:13 +00:00
hjkhjk54
8ac0e93880 update for license 2012-06-13 19:52:53 +00:00
hjkhjk54
4e96cd318d page management updates 2012-06-13 19:37:04 +00:00
stellamit
e0c5be5c42 plugin infrastructure unit test 2012-06-13 13:24:59 +00:00
stellamit
66b12eb4be NIHVIVO-3697 sameAs support in SimpleReasoner 2012-06-11 00:19:54 +00:00
stellamit
de081579af NIHVIVO-3697 sameAs support in SimpleReasoner 2012-06-10 19:42:01 +00:00
stellamit
2b15e7211c incremental development for sameAs inference support 2012-06-10 02:07:59 +00:00
stellamit
5a7f70e1d7 some refactoring of SimpleReasoner 2012-06-09 12:57:07 +00:00
stellamit
e6577f5034 incremental development for sameAs reasoning 2012-06-08 14:21:49 +00:00
stellamit
f8137db5c8 2012-06-05 20:37:35 +00:00