brianjlowe
1ab53d0b02
initial work on VIVO-60 application ontology support for property/range combinations
2013-05-14 15:54:03 -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
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
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
j2blake
2f9cf7d54d
Add license line.
2012-06-05 20:29:58 +00:00
stellamit
fb3a7a3d44
2012-06-05 20:09:10 +00:00
tworrall
dfb955f39f
NIHVIVO 3778 vitro components for data prop list views
2012-06-05 16:01:53 +00:00
stellamit
20b04e3e8e
NIHVIVO-3293 add inverse property reasoning to SimpleReasoner
2012-06-04 21:47:23 +00:00
briancaruso
e3158dadaa
Removed unused method Individual.isMemberOfClassProhibitedFromSearch()
...
NIHVIVO-3696 Fixed linked data responses so correctly filtered by public display settings
NIHVIVO-3758 Change search name boost to be additive
Removed unused search field PROHIBITED_FROM_TEXT_RESULTS
NIHVIVO-3759 Refactored individual exclusion in search
NIHVIVO-549 Allow for local product to add custom code for search
2012-05-11 20:59:34 +00:00
briancaruso
29e4edc25d
Worked on refactoring the startup listeners NIHVIVO-3700. Removed some old N3 code.
2012-05-04 16:20:26 +00:00
j2blake
a26f0c2809
NIHVIVO-3746 Permit DataGetter classes to have 4 different types of constructor - make reflection logic more rigorous to avoid NoSuchMethodException.
2012-05-02 17:04:24 +00:00
j2blake
00dec66662
NIHVIVO-2411 Refactor JsonServlet into a controller and a group of "plug-in classes".
2012-04-30 20:17:56 +00:00
j2blake
588fbcf0e7
Add some unit tests to JsonServlet
2012-04-30 19:47:37 +00:00
j2blake
b5be039b78
suppress log messages from unit tests.
2012-04-30 19:41:39 +00:00
briancaruso
f2707b0bb1
Working on refactoring select option generation NIHVIVO-3657
2012-04-24 22:00:50 +00:00
j2blake
21828f9233
Remove tests from ObjectPropertyTemplateModel_PropertyListConfigTest that had been superseded by tests in CustomListViewConfigFileTest
2012-04-20 20:04:39 +00:00
j2blake
68f88fe257
NIHVIVO-3729 Modify ProptyListConfig so it doesn't rely on the FreemarkerConfiguration being stored as a request attribute, but so it can still be stubbed out for unit tests.
2012-04-20 19:26:59 +00:00
j2blake
b150614e4a
NIHVIVO-3404 Add methods to PolicyHelper to do last-minute authorization checks on additions and retractions. Create tests.
2012-04-04 20:18:03 +00:00
j2blake
7aa3b4f469
NIHVIVO-3404 Require that the statement-based RequestedActions include a reference to an OntModel. So the paradigm changes from "may I do this with this statement?" to "may I do this with this statement and this model?"
2012-04-01 15:46:43 +00:00
j2blake
ed2f3ddc12
NIHVIVO-3404 Adjust the clients to use the most convenient constructor of EditDataPropertyStatement
2012-04-01 14:29:43 +00:00
j2blake
b0c7241ede
NIHVIVO-3404 Improve the hierarchy of statement-based RequestedActions. Add constructors that accept either individual URIs or PropertyStatements. Don't ask for or hold the value of a DataProperty, because it is never used by a policy or permission (at least so far).
2012-03-30 22:08:58 +00:00
j2blake
e8fafcc10c
NIHVIVO-3404 Rename accessor methods on AbstractObjectPropertyStatementAction to be consistent with those on AbstractDataPropertyStatementAction.
2012-03-30 21:44:46 +00:00
j2blake
5ecf031bae
NIHVIVO-3404 Make instance fields on AbstractObjectPropertyStatementAction private.
2012-03-30 21:20:23 +00:00