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 |
|
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 |
|
stellamit
|
fb3a7a3d44
|
|
2012-06-05 20:09:10 +00:00 |
|
stellamit
|
20b04e3e8e
|
NIHVIVO-3293 add inverse property reasoning to SimpleReasoner
|
2012-06-04 21:47:23 +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 |
|
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 |
|
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 |
|
j2blake
|
6a4228f099
|
NIHVIVO-3628 Create a new package for custom list view classes.
|
2012-02-22 20:50:47 +00:00 |
|
j2blake
|
1f96d551f5
|
NIHVIVO-3628 Clean up the logic that instantiates the postprocessor. Log a more specific error message if there is a problem.
|
2012-02-22 20:29:50 +00:00 |
|
j2blake
|
28c06329f7
|
NIHVIVO-3628 Create the CustomListViewConfigFile class, with tests, and use it to replace much of the code in ObjectPropertyTemplateMode.PropertyListConfig
|
2012-02-22 19:23:46 +00:00 |
|
j2blake
|
c5f3d7cc05
|
NIHVIVO-3628 Add license tags to XML test files.
|
2012-02-21 18:08:12 +00:00 |
|
j2blake
|
b53f26a375
|
NIHVIVO-3628 Create unit tests to cover the parsing and interpreting of custom list view config files.
|
2012-02-21 17:06:55 +00:00 |
|
briancaruso
|
dafeafc5be
|
Moving test to different package. Adding test of SparqlQueryDataGetter.
|
2012-02-15 20:10:46 +00:00 |
|
briancaruso
|
c30e883f7e
|
Changing the DataGetter and PageDataGetter utuils to not log unnecessary errors. Adding unit tests for DataGetters and PageDataGetters.
|
2012-02-15 17:57:01 +00:00 |
|
j2blake
|
12fe9f9da3
|
NIHVIVO-2694 Devise a way to determine what Identifiers would be created if a particular user were to log in.
|
2012-02-02 21:52:09 +00:00 |
|
j2blake
|
78c19dde80
|
NIHVIVO-2694 Make sure that the BasicAuthenticator and the AuthenticatorStub comply to the contract on throwing LoginNotPermitted exceptions.
|
2012-02-02 16:18:22 +00:00 |
|
j2blake
|
6986eb6308
|
NIHVIVO-2694 Add methods and an exception to Authenticator, so we can tell when a user is not allowed to login.
|
2012-02-01 22:03:11 +00:00 |
|
j2blake
|
0a19ed7d86
|
NIHVIVO-2694 Change how the AuthenticatorFactory is structured, so it will be easier to change on the fly.
|
2012-01-31 21:25:27 +00:00 |
|
j2blake
|
fff0167211
|
NIHVIVO-3542 Clean up the unit test for IndividualRequestAnalyzer - move the stub class into its own file.
|
2012-01-29 18:00:02 +00:00 |
|