Commit graph

513 commits

Author SHA1 Message Date
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
j2blake
fc2052e0b7 NIHVIVO-3404 Rename statement-related RequestedAction classes to consistent naming scheme. 2012-03-30 21:14:51 +00:00
j2blake
e0594b2681 NIHVIVO-3542 BaseTemplateModel doesn't need to hold ServletContext, and the way it's set in a static field is dodgy. Remove it. 2012-03-24 15:11:23 +00:00
brianjlowe
94717a3705 NIHVIVO-3532 get rid of Classes2ClassesDao 2012-03-22 20:00:06 +00:00
brianjlowe
da2c958492 NIHVIVO-3539 remove WebappDaoFactory.getProperties() 2012-03-21 20:32:58 +00:00
hjkhjk54
185475a321 updates for enabling autocomplete editing and n3editing to work. 2012-03-15 17:39:56 +00:00
hjkhjk54
5e025d66af updates to allow autocomplete to edit an existing relationship and allow for creation of a new URI for the object (even with the old URI in scope) 2012-03-08 22:40:19 +00:00
brianjlowe
d7da587aa7 various and sundry small DAO improvements 2012-03-08 20:54:29 +00:00
stellamit
fe044c759a Removing 1.4 (and before) specific migration logic (External Concepts, display model, recomputing mostSpecificType on startup) 2012-02-27 18:38:33 +00:00
j2blake
24f5562626 NIHVIVO-3628 Tweak the arguments to ServletContextStub.setRealPaths, so the entire prefix is provided and the method doesn't need to insert a file separator (which may be system-dependent). 2012-02-23 21:11:33 +00:00
hjkhjk54
10908a7a65 Update to correct the slash for key for config file (was failing on Windows when it used to the system-specific file separator before which resulted in \config/X instead of \config\X) 2012-02-23 17:57:17 +00:00
j2blake
11d32685cf NIHVIVO-3628 convert PropertyListConfig and InvalidConfigurationException from inner classes on ObjectPropertyTemplateModel to top-level classes. Combine InvalidConfigurationException with InvalidConfigFileException. Adjust tests accordingly. 2012-02-22 21:40:48 +00:00