Tim Worrall
ee8300dccc
No Jira issue. Faux property listing was not displaying all cases of a property where the labels were the same but the domains were different.
2014-12-09 13:16:20 -05:00
Jim Blake
875ba66a46
Merge branch 'develop' into feature/fauxEditing
2014-12-08 15:55:32 -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
Tim Worrall
b8cb95d252
VIVO-922: updates for new faux listing functionality. New controller, template and js file, updated web.xml and site admin page, and updates to the all.properties
2014-12-05 16:57:09 -05:00
Tim Worrall
adf04bd2be
VIVO-900: on data property hierarchy, range class should be range data type
2014-11-18 10:56:02 -05:00
Jim Blake
78c8f102f8
Continue to reduce the Model Madness!
...
Add OntModelCache to the top of the stack of RDF data structures.
Add DataStructuresProvider to the bottom of the stack.
Redesign ModelAccess method signatures.
Create the ShowSources page.
Remove RequestModelsPrep, except for setting the Collator.
Reduce the complexity of ContentModelsSetup and ConfigurationModelsSetup.
VIVO-225 VIVO-819 VIVO-820 VIVO-821 VIVO-823 VIVO-832
2014-10-10 10:07:56 -04:00
Tim Worrall
c9362db3c1
modifying previous commit so that the orcid code works correctly
2014-10-08 15:57:27 -04:00
Tim Worrall
18c3f769ee
fixed issue where display was incorrect when a user was not logged in
2014-09-22 16:12:01 -04:00
Tim Worrall
8516955979
VIVO-201: removed some css redundancies
2014-09-22 12:58:52 -04:00
Tim Worrall
4849dd07ad
VIVO-698: corrected a layout issue
2014-08-13 13:11:29 -04:00
Tim Worrall
b572e3f474
VIVO-805: fix i18n parameter issue on password length string
2014-06-23 10:56:19 -04:00
Tim Worrall
59ddbe15ec
there were duplicate freemarker variables being used; resolved this by changing the name of the variable used for the application or site name
2014-06-20 13:08:55 -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 ' a83c1e5e4f
' into feature/TDBfromRDB2
2014-06-11 16:50:58 -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
Jim Blake
4809fcb37e
VIVO-719 Create the first attempt at restore.
2014-06-06 15:27:17 -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
tworrall
84e2aa4967
VIVO-748: enable display of bulleted items on data properties
2014-05-22 17:22:38 -04:00
tworrall
1c819ffb0b
fixed usability issue on accounts list page
2014-05-14 17:46:05 -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
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
2ec535e865
Remove dead-end attempt at real-time smoke tests
2014-04-22 10:25:44 -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
tworrall
88fbafc98b
VIVO-653: implemented suggested fix
2014-01-07 16:15:27 -05:00
j2blake
03750cd669
VIVO-581 Add a diagnostic page
2013-12-10 11:37:47 -05:00
j2blake
d08c3f61ff
VIVO-618 Revise SearchService to parse uploaded files correctly and to respond properly to authentication errors.
2013-12-05 16:36:26 -05:00
hudajkhan
0944a0d883
updates for page management issues vivo622 and 616
2013-12-05 16:20:55 -05:00
j2blake
60102fbf28
VIVO-530 Adjust SPARQL Update API
2013-11-26 16:02:52 -05:00
j2blake
3bca31ea14
VIVO-541 Rearrange the links on the site admin page.
2013-11-20 17:06:48 -05:00
j2blake
b3c5892679
VIVO-541 Add a link on the Site Admin page to activate the developer panel.
2013-11-19 16:45:13 -05:00
tworrall
8e61b7d874
VIVO-463
2013-11-01 11:41:00 -04:00
j2blake
5a8f09352d
VIVO-443 Use language-specific templates to create email
...
For some reason, the password-reset template was too long to do proper substitution on the last line. Removing some of the intermediate content fixed the problem, but without appropriate content. I had been unhappy with the @@file approach anyway, so I went back to language-specific templates for each type of message.
2013-10-29 17:19:51 -04:00
tworrall
4ce41fb6ed
VIVO-397
2013-10-23 13:11:46 -04:00
hudajkhan
271c1e9063
updates for cancel link to accept parameter vivo-393
2013-10-22 14:11:11 -04:00
tworrall
4e851d0c35
VIVO-372: check the domainUri to correctly display the manage icon
2013-10-16 15:53:44 -04:00
tworrall
e33070b3a8
VIVO-359 and VIVO-345
2013-10-14 16:29:01 -04:00
tworrall
75603a25a1
VIVO-337: css change to prevent cutoff
2013-10-10 16:29:24 -04:00
tworrall
bcdacf916c
fixed i18n string error
2013-10-10 10:17:06 -04:00
hudajkhan
4b0961b074
removing second license line
2013-10-02 15:20:35 -04:00
hudajkhan
61b0f5d9ea
Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
2013-10-02 14:58:15 -04:00
hudajkhan
3e5c770506
updates for page management security, labels
2013-10-02 14:58:01 -04:00
tworrall
d92adb7d71
VIVO-112: and the beat goes on...
2013-10-01 16:46:59 -04:00
hudajkhan
9fae5d7c3e
updates for label management
2013-10-01 11:24:15 -04:00
tworrall
4179900ea4
VIVO-112: and the slog continues...
2013-09-25 17:09:41 -04:00
tworrall
e364911795
VIVO-289: fixed capitalization issues
2013-09-24 14:58:20 -04:00
tworrall
f76ee886d5
VIVO-112
2013-09-23 08:58:24 -04:00
j2blake
f129f727a7
VIVO-262 Add languages to VIVO at build time.
...
Move the language-specific files out of the default build area. Add a build property that will cause the selected language(s) to be copied into the build area.
2013-09-09 12:23:54 -04:00