Commit graph

1973 commits

Author SHA1 Message Date
Jim Blake
ecbee098cb VIVO-784 remove duplicate results from "show statements".
The clause to include statements in the default graph was showing everything twice, without filtering the statements in the named graph. Don't know why. Talked with Brian, and decided to remove it.
2014-06-13 11:15:27 -04:00
Jim Blake
ea9d1e739d VIVO 746, at startup, remove obsolete Permissions from the user accounts model.
Also, get rid of UpdatePermissionSetUris, which supported the transition from 1.4 to 1.5.
2014-06-13 10:27:25 -04:00
brianjlowe
d7f1c88ce9 speeding up raw statements display by removing labels 2014-06-12 16:32:51 -04:00
Tim Worrall
4bbbf6fd6e update template to include new password length string 2014-06-12 12:57:50 -04:00
Jim Blake
66fbf81034 Merge commit 'a83c1e5e4fac33e8c09f964b7313ec53de8946fc' into feature/TDBfromRDB2 2014-06-11 16:50:58 -04:00
Jim Blake
7cf03661d4 VIVO-773 guard against RDB data that has not been migrated. 2014-06-09 15:37:54 -04:00
Jim Blake
ae6a2a7251 VIVO-719 Improve the user interface 2014-06-09 15:14:16 -04:00
Tim Worrall
f8616d4c85 VIVO-649: allow property groups to contain forward slashes 2014-06-09 11:15:55 -04:00
Tim Worrall
1273fa2f16 VIVO-693: fixed a typo -- htts: to https: 2014-06-09 10:16:32 -04:00
Jim Blake
4809fcb37e VIVO-719 Create the first attempt at restore. 2014-06-06 15:27:17 -04:00
Tim Worrall
626f0dad30 VIVO-508: clean up old IE css files and references 2014-06-06 14:51:18 -04:00
Jim Blake
a7915785f4 VIVO-719 Create the dump/restore tool - no restore yet. 2014-06-05 15:58:06 -04:00
Tim Worrall
9e651b8eed VIVO-704: add maximum password length to hint 2014-06-05 10:02:52 -04:00
tworrall
dd6a631eb4 VIVO-715: contact form css changes 2014-06-04 11:09:57 -04:00
Jim Blake
0cd42e211e VIVO-773 Remove "connectDB" function of advanced data tools.
It was tied up with RDB. It could have been converted, but there was little interest.
2014-06-02 17:57:06 -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
hudajkhan
f516750e91 Updating page management for changes to solr labels 2014-05-23 11:18:52 -04:00
tworrall
84e2aa4967 VIVO-748: enable display of bulleted items on data properties 2014-05-22 17:22:38 -04:00
Jim Blake
c44df14ec1 VIVO-773 continue clean up of model makers 2014-05-21 13:08:36 -04:00
Jim Blake
68cfef81cd VIVO-773 clean up the structure of the model makers 2014-05-21 11:34:46 -04:00
tworrall
1c819ffb0b fixed usability issue on accounts list page 2014-05-14 17:46:05 -04:00
Jim Blake
fba6194f7f The Sesame libraries are gone, this JSP must go also. 2014-05-14 16:56:31 -04:00
Jim Blake
c77241e251 VIVO-659 Move the location of "Startup Status" on the Site Admin page. 2014-05-09 17:30:26 -04:00
Jim Blake
6178aa0347 Add SearchEngine logging to the Developer Panel 2014-05-05 16:53:36 -04:00
Jim Blake
5d6a2e831f Fix bugs in the developer panel. 2014-04-29 11:56:47 -04:00
Jim Blake
78fe1bbb41 VIVO-761 Take advantage of the changes to simplify some logic. 2014-04-25 15:30:43 -04:00
Jim Blake
ad9c08cf28 VIVO-742 Many changes to remove "solr" from the code base.
Comments, template names, Java classes, variables and method names (Java and JavaScript), etc.
2014-04-23 14:20:14 -04:00
Jim Blake
bf71c639fb VIVO-742 Many changes to remove "solr" from methods, variables, classes. 2014-04-22 17:58:58 -04:00
Jim Blake
1bb5153857 VIVO-742 Setup the Application properly, and guard against NPEs 2014-04-22 15:18:22 -04:00
Jim Blake
823848123f VIVO-742 Create SearchEngineSetup and SearchIndexerSetup 2014-04-22 15:18:15 -04:00
Jim Blake
2ec535e865 Remove dead-end attempt at real-time smoke tests 2014-04-22 10:25:44 -04:00
Jim Blake
8892da74b0 VIVO-731 Implement the SPARQL query API.
Create a base class for API controller servlets.
2014-04-15 13:36:47 -04:00
Jim Blake
de32d53791 VIVO-731 Replace SparqlQueryServlet with SparqlQueryController
SparqlQueryServlet was JSP-based, so delete the JSP also.
SparqlQueryController is Freemarker-based, and is a this shell around the SparqlQueryApiExecutor.
2014-04-14 12:19:48 -04:00
j2blake
50e55b62ef Merge branch 'maint-rel-1.6' into develop 2014-03-10 18:15:16 -04:00
j2blake
fdeee35bb4 VIVO-692 Restrict LOD by Publish level, not by Display level
Create a new annotation for properties and classes, HiddenFromPublishBelowRoleLevelAnnot.
Provide the means to initialize these annotations, edit them, and display them in the verbose property display.
Create a Permission and some requested actions so the policies can decide which statements must be filtered out, based on the user's role.
Add unit tests and improve acceptance tests
2014-03-10 18:14:02 -04:00
tworrall
d95bd9019e Merge branch 'maint-rel-1.6' into develop 2014-01-07 16:22:37 -05:00
tworrall
88fbafc98b VIVO-653: implemented suggested fix 2014-01-07 16:15:27 -05:00
j2blake
54509b1aee VIVO-660 Add an Authorization tabs to the developer panel 2014-01-07 15:08:30 -05:00
j2blake
0f0cac5d35 Use JQuery to simplify some of the behavior code in the developer panel 2014-01-05 17:19:23 -05:00
j2blake
23c30a8957 Add tab structure to the developer panel 2014-01-05 17:18:37 -05:00
j2blake
245763e9e7 Make DeveloperSettings a singleton, and other improvements.
By making it a singleton, we do need an explicit Setup operation. However, it means that we can refer to the settings in client code that doesn’t have access to a request or to the ServletContext.

Other refactorings to simplify the logic or make it more scalable.
2014-01-04 14:22:29 -05:00
j2blake
f6bd5804d5 VIVO-224 Change USE_MISCELLANEOUS_EDITOR_PAGES to USE_INDIVIDUAL_CONTROL_PANEL
It’s hardly miscellaneous if there’s only one page.
2014-01-03 15:40:52 -05:00
j2blake
004427855b VIVO-224 Get rid of MANAGE_PORTALS permission
It was only used in editing the application bean, and was equivalent to EDIT_SITE_INFORMATION.
2014-01-03 12:41:37 -05:00
tworrall
0b03133a32 minor css change for the search page facet 2013-12-18 11:48:27 -05:00
j2blake
9f19f2c38d Add a refinement to the developer panel 2013-12-10 16:39:03 -05:00
tworrall
0c79185254 VIVO-637 date time generator changes for various date time properties 2013-12-10 12:44:04 -05:00
j2blake
03750cd669 VIVO-581 Add a diagnostic page 2013-12-10 11:37:47 -05:00
tworrall
4e216e9360 related to VIVO-628, there was no validation on the datetimeinterval form when no years are specified 2013-12-09 16:18:02 -05:00
hudajkhan
1ee2f64f13 VIVO627 submission validation for default template for multiple content types fixed to check for number of content types 2013-12-09 11:03:58 -05:00
hudajkhan
3aca74a7ee VIVO610 when range uri exists but doesn't have corresponding vclass, show error message with option to go back to individual profile 2013-12-06 11:08:14 -05:00