Commit graph

274 commits

Author SHA1 Message Date
Jim Blake
570cd78667 VIVO-1022 Correct licenser for example ORNG gadgets. 2015-04-21 16:42:24 -04:00
Jim Blake
dc726d2600 VIVO-1016 Avoid crashing on ABox.isEmpty()
1) Don't ask whether the ABox is empty, if you don't need to
2) If you must ask, ask the graph of the base model, to avoid SDB layers
3) change contains() to use SELECT instead of ASK, because SDB implements ASK very poorly.
2015-04-13 10:25:58 -04:00
Jim Blake
837d2afdad VIVO-978 clarify the instructions for alternative triple stores 2015-02-23 13:34:06 -05:00
Jim Blake
a7a894606b VIVO-978 Move developer.properties into the config sub-directory. 2015-02-23 12:16:18 -05:00
Jim Blake
31c10db442 VIVO-978 move applicationSetup.n3 to example.applicationSetup.n3 and add comments. 2015-02-23 11:13:27 -05:00
grahamtriggs
8144f46386 Update log4j.properties
Add org.apache.jena.riot to log4j, as the packages moved in 2.10.x
2015-02-16 09:48:15 +00:00
Jim Blake
989ae261ca VIVO-870 Add thread pool size to the search indexer setup. 2015-01-21 12:41:20 -05:00
Jim Blake
d382e0efd6 VIVO-869 Don't submit updates while indexer is paused.
When the pause flag is set, the IndexingChangeListener will continue to accumulate changes even if there
are gaps in the stream. The listener will not submit a task until the indexer is unpaused.
2015-01-21 12:30:44 -05:00
Jim Blake
982e81aece VIVO-871 Produce timing breakdowns from a developer option 2015-01-13 16:03:16 -05:00
Jim Blake
64624f2b84 VIVO-870 Make IndexingUriFinders configurable.
Use no-argument constructors, supplying data through the ContextModelsUser interface as needed.

Add toString() methods to IndexingUriFinders, DocumentModifiers and SearchIndexExcluders
2015-01-07 17:25:12 -05:00
Jim Blake
2ceab6e3df VIVO-873 Adapt the client code to the new interface.
Create a bridge implementation of SearchIndexerImpl that just wraps around an old IndexBuilder.

Modify client code:
Application, BasicAuthenticator, SearchServiceController, SparqlUpdateApiController,
UpdateUrisInIndex and VClassGroupCache

Rewrite IndexController to use AJAX and to show the current status and history of the indexer events.
2015-01-07 16:18:41 -05:00
Jim Blake
297d78134b VIVO-778 Remove the Pellet kluge in Jena.
This modification to BaseInfGraph was required to make Jena 2.10.1 compatible with Pellet 2.3.1
2014-12-31 15:08:36 -05:00
Jim Blake
8382c2620a VIVO-778 Use JFact as the TBox reasoner, instead of Pellet.
There are still some differences between the two, and I expect  some answers from Jon and Brian regarding irregularities in the ontologies.

The Pellet libraries have not yet been removed.
2014-12-17 17:44:21 -05:00
Jim Blake
4b71c1d6bb VIVO-778 Refactor the connections to the TBox reasoner.
Replace PelletListener with a TBoxReasonerModule in the Application.
   The reasoner will be accessible only through here, not as a context attribute or through the WebappDaoFactory.
Split out the initialization of the TBox reasoner from SimpleReasonerSetup.
Break out the filtering of TBox changes into a ConfiguredReasonerListener.
Refactor the threading logic into a BasicTBoxReasonerDriver.
   Add a factory for creating VitroBackgroundThreads in an Executor.
Isolate the actual reasoner into a TBoxReasoner implementation. In this case, PelletTBoxReasoner.
Combine the consistency flag, error flag, explanation, and running status into one TBoxReasonerStatus object.
2014-12-08 10:54:07 -05:00
Jim Blake
a086957046 Fix licensing issues. 2014-06-14 11:32:48 -04:00
Jim Blake
efcc677d96 Document the improvements to the developer panel 2014-06-11 17:50:47 -04:00
Jim Blake
3a2930cdc6 VIVO-773 Update the JENA libraries and adjust to the changes
Replace the JAR files with more current ones.
Add a one-line change to BaseInfGraph (from the Jena source), so it will work with Pellet 2.3.1
Adjust all implementations of Graph to include new methods and remove old ones.
Add annotations and generics to reduce compiler warnings.
Remove all dependencies on RDB, which is no longer supported.
   This requires considerable refactoring of JenaIngestController, RDFUploadController, listModels.jsp
Refactor the ModelMaker uses
   Remove VitroJenaModelMaker,
   Revise VitroInterceptingModelMaker to be configurable for Config or Content models
Add debug logging code to ModelChangeImpl ChangeSetImpl, RDFServiceJena.
Add TDB support: RDFServiceFactoryTDB, RDFServiceTDB
   Refactor RDFServiceJena and RDFServiceSDB so much of the code can be reused by RDFServiceTDB
Accomodate two RDFService instances - one for Configuration models and one for Content models.
   Changes to RDFServiceUtils, RDFServiceSetup
   Configuration models use TDB directory in Vitro home directory
Handle bulk updating:
   Jena has deprecated bulk operations, and their models classes no longer use the bulk updaters
   Create a VitroModelFactory to use instead of the ModelFactory, when bulk updating is required.
   Create adapter classes: BulkUpdatingModel, BulkUpdatingOntModel, AbstractModelDecorator
Make the configuration model setup algorithms uniform
   Combine ApplicationModelSetup and UserModelSetup into ConfigurationModelsSetup
2014-06-01 18:23:21 -04:00
Jim Blake
6178aa0347 Add SearchEngine logging to the Developer Panel 2014-05-05 16:53:36 -04:00
Jim Blake
c128dd3b2e Refine the installation process for Solr 4.7.2 2014-05-01 14:25:12 -04:00
j2blake
03dfbfc2c5 VIVO-224 Get rid of REBUILD_VCLASS_GROUP_CACHE.
Since we build the cache from Solr, we no longer provide the option to rebuild it.
2014-01-03 15:26:33 -05:00
j2blake
00f3e363e5 VIVO-541 Add functions and formatting to the developer panel. 2013-11-20 15:54:37 -05:00
j2blake
2064bbd7e0 VIVO-453 language filtering defaults to “false” 2013-11-17 13:20:18 -05:00
j2blake
0fce9f6a7b VIVO-541 First cut at the developer panel. 2013-11-17 11:52:18 -05:00
Brian Caruso
26927d8ff4 Line ending for example file. 2013-10-14 10:09:53 -04:00
j2blake
afa5e8697a VIVO-262 Document the language support configuration 2013-09-09 14:23:42 -04:00
j2blake
aab7ad8798 Show only a summary of licensing info. 2013-08-28 11:54:10 -04:00
j2blake
e2b5c71874 VIVO-4 remove the license substitution code from the license scanner
Now, it only scans.
2013-08-26 14:56:54 -04:00
j2blake
4341d72ec4 VIVO-18 Rename Log4J properties file 2013-06-21 15:39:15 -04:00
j2blake
140fd0eb8b VIVO-117 Turn off HTTP caching unless explicitly enabled in runtime.properties. 2013-06-03 15:44:17 -04:00
j2blake
f350c28d24 VIVO-11 Add delimiters to Freemarker templates
If enabled by an option in runtime.properties
2013-01-25 16:29:17 -05:00
j2blake
bb6b2fa970 VIVO-12 NIHVIVO-4011 Provide config and GUI for selecting Locale 2013-01-24 16:21:36 -05:00
j2blake
c2a1195fec VIVO-2 Modify the build so installers can create a container-neutral VIVO.
Split deploy.properties into build.properties and runtime.properties, with runtime.properties going into the Vitro home directory. Modify ConfigurationProperties to locate the Vitro home directory, either by System property or JNDI Environment variable, or from build.properties, and to read from both build.properties and runtime.properties. Revise the install and upgrade documents for VIVO and Vitro. Change comments and error messages that referred to deploy.properties by name. Change vitro.home.directory to vitro.home
2013-01-16 14:54:33 -05:00
j2blake
1e5d954de4 Add the amplify JavaScript file to known_exceptions 2012-11-16 16:28:54 -05:00
tworrall
1b75b2a93f merging r9990 into the trunk 2012-08-01 14:07:08 +00:00
brianjlowe
bf9c72daa5 NIHVIVO-3664 language filter 2012-06-22 18:48:36 +00:00
hjkhjk54
57ffa0096f updates for page management and updates for licenses 2012-06-05 21:34:06 +00:00
j2blake
0e7dac3440 NIHVIVO-3772 Fix some license issues (at least temporarily) with the OpenSocial code. Ask Eric for how to resolve long-term. 2012-06-05 20:29:13 +00:00
j2blake
5977d4441f Suppress some INFO messages from Spring classes. 2012-04-30 19:39:14 +00:00
tworrall
f0d005cb32 correcting license snafu 2012-03-08 22:21:58 +00:00
j2blake
213055b65f Tweak the description of vitro.ocal.solr.ipaddress.mask 2011-12-31 16:32:44 +00:00
j2blake
b726e1efe3 Merge 9389 from 1.4 maint branch 2011-12-13 20:24:33 +00:00
brianjlowe
c8c801a6ce NIHVIVO-3196 suppression of additional unnecessary log messages related to connection timeout and associated improvements 2011-11-21 19:32:14 +00:00
brianjlowe
de68feb180 NIHVIVO-3196 changing log level for some Jena library classes to avoid misleading messages related to normal connection timeout recovery 2011-11-09 21:46:56 +00:00
j2blake
7d877479bc correct licensing information. 2011-11-08 16:07:01 +00:00
j2blake
2203b09fed NIHVIVO-2343 Allow configuration of what types of Individual are eligible to have proxies. 2011-11-06 17:13:02 +00:00
j2blake
7e4c8e6f75 NIHVIVO-2774 add cos.jar to the list of required JARs. 2011-10-19 21:16:59 +00:00
j2blake
2a05f4e2ca NIHVIVO-2774 improve the "jarlist" target in the build so known required JARs are listed in a file, and not hardcoded. 2011-10-19 20:47:05 +00:00
j2blake
d4f561d156 NIHVIVO-2811 Rewrite the build script to be simpler, and to run faster incremental builds for VIVO. 2011-09-27 21:06:02 +00:00
j2blake
06ef9f8127 NIHVIVO-336 Add the link to the Wiki page to the comments. 2011-09-26 21:15:55 +00:00
j2blake
07f2295dfa NIHVIVO-336 StartupStatus logs the messages it receives (with appropriate severity level) so the ServletContextListener doesn't need to do both. 2011-09-26 16:41:46 +00:00