Tim Worrall
4e09f96548
VIVO-999: when showing the list of classes that have a restriction on a property, hide the display option select and add class button. When no classes, diplay a message to tht effect.
2015-03-17 16:47:53 -04:00
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
ae6a2a7251
VIVO-719 Improve the user interface
2014-06-09 15:14:16 -04:00
Jim Blake
a7915785f4
VIVO-719 Create the dump/restore tool - no restore yet.
2014-06-05 15:58:06 -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
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
e364911795
VIVO-289: fixed capitalization issues
2013-09-24 14:58:20 -04:00
tworrall
aa9be9469c
removed a superfluous <h4> tag to fix the Ontology List link
2013-06-24 10:46:01 -04:00
tworrall
d74176f18d
i18n updates to javascript files and related templates
2013-06-11 12:25:01 -04:00
tworrall
8e26a768b5
some i18n cleanup
2013-05-21 10:55:24 -04:00
tworrall
639f0450ac
template updates for internationalization, including updated all.properties
2013-05-20 15:36:37 -04:00
tworrall
ae8319dd5a
in the class groups list, added a link to hide/show the classes for each group
2012-07-05 14:31:40 +00:00
tworrall
de276020aa
converted prperty groups listing to new design, like class groups and class hierarchy
2012-07-03 15:33:52 +00:00
hjkhjk54
e3f9caced1
updates for page management - page deletion as well as changing menu management to menu ordering
2012-06-25 00:19:33 +00:00
tworrall
8ee4d7cd8e
NIHVIVO-3771 new object and data property hierarchies and listings
2012-05-31 14:00:17 +00:00
tworrall
7201c6736a
added a button for adding class groups
2012-05-25 20:00:27 +00:00
hjkhjk54
8e98850493
updates for page management
2012-05-16 21:13:33 +00:00
tworrall
733c45e330
NIHVIVO-3665 - vitro components for new class hierarchy
2012-05-08 19:18:10 +00:00
j2blake
3a6a3b985a
NIHVIVO-3706 Create a separate permission "UseSparqlQueryPage" to control the SPARQL query page. Installers may modify permission_config.n3 to make the SPARQL query page publicly accessible.
2012-03-22 17:40:21 +00:00
briancaruso
d39f8df305
removing vclass cache rebuild NIHVIVO-3543
2012-03-21 18:38:58 +00:00
j2blake
486dc1dd7d
NIHVIVO-2694 Create a new page that allows an admin or root to restrict logins.
2012-02-02 21:56:48 +00:00
tworrall
69a8deee4d
NIHVIVO-3519
2011-12-16 18:15:34 +00:00
manolobevia
7b422e883b
Committing r9408
2011-12-14 20:09:54 +00:00
manolobevia
45d217e579
NIHVIVO-3419: Improved UX for adding individuals in a first time VITRO installation
2011-12-05 00:41:33 +00:00
tworrall
b0fc727218
NIHVIVO-2595 adding title attribute to anchor tags
2011-11-30 21:25:07 +00:00
hjkhjk54
f6ba019b41
Updated vitro's web.xml to have access to the new n3editing controllers and updated the data input portion of the site admin page to include the correct parameter (editForm instead of editform) and the correct JAVA generator name.
2011-11-29 17:27:36 +00:00
manolobevia
dc204dc2cf
NIHVIVO-3305: Organized links in alpha order for Site administration. Also I have added arial roles
2011-11-11 21:45:34 +00:00
tworrall
931839c3b1
modified text of proxy link to keep it consistent with the form
2011-11-09 20:17:11 +00:00
j2blake
d1ecaccc5b
NIHVIVO-2343 First shot at the Manage Proxies page.
2011-11-03 23:20:22 +00:00
tworrall
9837855d58
Minor resizing and style change for the alert icon
2011-09-28 14:59:19 +00:00
j2blake
c6f8a50de6
NIHVIVO-336 Add the alert icon to the site admin page, if there were warnings at startup.
2011-09-27 14:38:33 +00:00
j2blake
a24e2b691c
NIHVIVO-336 Create StartupStatusController, so admins can see the startup status from a link on the site admin page.
2011-09-23 18:57:44 +00:00
cappadona
7acdc8bf5d
Cleaned up markup for Site Admin templates and replaced <div> with <section> throughout.
2011-07-18 11:49:12 +00:00
ryounes
64f930f053
NIHVIVO-2886, NIHVIVO-2940 Fix display of links based on policy checks
2011-07-15 21:38:59 +00:00
cappadona
526437e093
Fixed link for institutional internal class so it's actually using the variable provided from the controller
2011-07-15 21:23:21 +00:00
cappadona
d744264198
NIHVIVO-2941 Added template for index and cache rebuilding.
2011-07-15 21:02:41 +00:00
cappadona
d7d64e9862
NIHVIVO-2912 Removed data visualization tools link from Advanced Data Tools.
2011-07-15 20:51:08 +00:00
cappadona
26421cab6c
Removed include call to siteAdmin-customReports.ftl.
2011-07-15 19:47:05 +00:00
cappadona
061bc973bf
Removed unused template for Site Admin that was a placeholder for potential DataStar integration down the road.
2011-07-15 19:14:25 +00:00
cappadona
a0f8144ee8
NIHVIVO-2664 Moved the calculation of internalClass URL into the controller. Added check for UseMiscellaneousCuratorPages (review with Jim).
2011-07-15 12:10:08 +00:00
cappadona
87661daa9d
NIHVIVO-2232 Reordered links under Site Admin > Site Configuration. Removed "(in development)" note for Menu management.
2011-07-15 12:08:14 +00:00
manolobevia
c740b09082
NIHVIVO-2232: Removed Menu N3 editor from site admin/ site configuration page
2011-07-14 21:31:28 +00:00
manolobevia
2dedb88c66
NIHVIVO-2232: Added Institutional internal class link to site admin
2011-07-14 20:02:49 +00:00
tankchintan
7e5e9e90d6
1. Adding link to visualization tools page to the site admin section.
2011-07-13 00:34:25 +00:00
j2blake
57ca8f9915
NIHVIVO-2749 Move the calculation of the MenuManagement URL into the controller.
2011-07-05 21:07:46 +00:00