Skip to content
Permalink
Browse files

Merge remote-tracking branch 'IQSS/develop' into develop

Conflicts:
	src/main/java/Bundle.properties
	src/main/webapp/dataset.xhtml
	src/main/webapp/dataverseuser.xhtml
	src/main/webapp/editFilesFragment.xhtml
  • Loading branch information...
qqmyers committed Mar 7, 2019
2 parents 444e398 + dc24355 commit 16dca96502f4bd4027b4cf139f10759b4cbf6721
Showing with 787 additions and 809 deletions.
  1. +6 −0 doc/sphinx-guides/source/_static/docsdataverse_org.css
  2. +30 −3 doc/sphinx-guides/source/_static/dv_rebind_bootstrap_ui.js
  3. +4 −4 ...-guides/source/_static/installation/files/var/www/dataverse/branding/custom-homepage-dynamic.html
  4. +6 −0 doc/sphinx-guides/source/_templates/layout.html
  5. +4 −4 doc/sphinx-guides/source/style/foundations.rst
  6. +136 −69 doc/sphinx-guides/source/style/patterns.rst
  7. +2 −1 doc/sphinx_bootstrap_theme/bootstrap/layout.html
  8. BIN local_lib/net/handle/handle/2006-06-16-generated/handle-2006-06-16-generated.jar
  9. +0 −1 local_lib/net/handle/handle/2006-06-16-generated/handle-2006-06-16-generated.jar.md5
  10. +0 −1 local_lib/net/handle/handle/2006-06-16-generated/handle-2006-06-16-generated.jar.sha1
  11. +0 −1 local_lib/net/handle/handle/2006-06-16-generated/handle-2006-06-16-generated.pom.md5
  12. +0 −1 local_lib/net/handle/handle/2006-06-16-generated/handle-2006-06-16-generated.pom.sha1
  13. BIN local_lib/net/handle/handle/8.1.1/handle-8.1.1.jar
  14. +2 −1 ...net/handle/handle/{2006-06-16-generated/handle-2006-06-16-generated.pom → 8.1.1/handle-8.1.1.pom}
  15. +1 −1 pom.xml
  16. +2 −2 src/main/java/Bundle.properties
  17. +1 −2 src/main/webapp/dashboard.xhtml
  18. +8 −5 src/main/webapp/dataset-citation.xhtml
  19. +107 −107 src/main/webapp/dataset-license-terms.xhtml
  20. +1 −2 src/main/webapp/dataset-versions.xhtml
  21. +13 −13 src/main/webapp/dataset-widgets.xhtml
  22. +49 −46 src/main/webapp/dataset.xhtml
  23. +39 −50 src/main/webapp/dataverse.xhtml
  24. +37 −37 src/main/webapp/dataverseuser.xhtml
  25. +20 −25 src/main/webapp/editFilesFragment.xhtml
  26. +2 −2 src/main/webapp/editdatafiles.xhtml
  27. +4 −4 src/main/webapp/explicitGroup-new-dialog.xhtml
  28. +1 −1 src/main/webapp/file-configure-dropdown-fragment.xhtml
  29. +10 −10 src/main/webapp/file-data-access-fragment.xhtml
  30. +1 −1 src/main/webapp/file-download-button-fragment.xhtml
  31. +1 −1 src/main/webapp/file-download-popup-fragment.xhtml
  32. +1 −1 src/main/webapp/file-request-access-popup-fragment.xhtml
  33. +1 −2 src/main/webapp/file-versions.xhtml
  34. +25 −21 src/main/webapp/file.xhtml
  35. +5 −5 src/main/webapp/filesFragment.xhtml
  36. +6 −8 src/main/webapp/guestbook.xhtml
  37. +30 −28 src/main/webapp/harvestclients.xhtml
  38. +16 −16 src/main/webapp/harvestsets.xhtml
  39. +4 −6 src/main/webapp/loginpage.xhtml
  40. +1 −1 src/main/webapp/manage-groups.xhtml
  41. +4 −4 src/main/webapp/manage-guestbooks.xhtml
  42. +1 −3 src/main/webapp/manage-templates.xhtml
  43. +20 −20 src/main/webapp/metadataFragment.xhtml
  44. +1 −1 src/main/webapp/mydata_fragment.xhtml
  45. +0 −1 src/main/webapp/oauth2/convert.xhtml
  46. +28 −23 src/main/webapp/oauth2/firstLogin.xhtml
  47. +2 −3 src/main/webapp/package-download-popup-fragment.xhtml
  48. +3 −3 src/main/webapp/permissions-manage-files.xhtml
  49. +3 −3 src/main/webapp/permissions-manage.xhtml
  50. +4 −3 src/main/webapp/resources/css/structure.css
  51. +36 −143 src/main/webapp/resources/js/dv_rebind_bootstrap_ui.js
  52. +1 −1 src/main/webapp/roles-assign.xhtml
  53. +12 −12 src/main/webapp/roles-edit.xhtml
  54. +1 −1 src/main/webapp/search-include-fragment.xhtml
  55. +42 −42 src/main/webapp/search/advanced.xhtml
  56. +6 −13 src/main/webapp/subset/gui_subset.xhtml
  57. +6 −9 src/main/webapp/template.xhtml
  58. +3 −3 src/main/webapp/termsofuse.xhtml
  59. +38 −38 src/main/webapp/themeAndWidgetsFragment.xhtml
@@ -96,6 +96,12 @@ div.code-example .color-swatch {
margin: 0 5px;
border-radius: 3px
}
div.code-example .messagePanel .glyphicon {
font-size: 1.5em;
vertical-align: bottom;
}
div.code-example span.glyphicon-question-sign.tooltip-icon {color: #99bcdb !important;}
div.code-example span.glyphicon-question-sign.tooltip-icon:hover {color: #337AB7 !important;}

#breadcrumbNavBlock {margin-top:.5em;}
#breadcrumbNavBlock .breadcrumbBlock {float:left; position:relative;}
@@ -1,4 +1,31 @@
function bind_tooltip(){
// bind tooltips to all necessary elements
$("a.bootstrap-button-tooltip").tooltip({container: 'body'});
function bind_bsui_components(){
bind_tooltip_popover();
}

function bind_tooltip_popover(){
// bind tooltips + popovers to all necessary elements
$jqTheme(".bootstrap-button-tooltip, [data-toggle='tooltip']").tooltip({container: 'body'});
$jqTheme("[data-toggle='popver']").popover({container: 'body'});

// CLOSE OPEN TOOLTIPS + POPOVERS ON BODY CLICKS
$jqTheme('body').on("touchstart", function(e){
$jqTheme(".bootstrap-button-tooltip, [data-toggle='tooltip']").each(function () {
// hide any open tooltips when anywhere else in body is clicked
if (!$jqTheme(this).is(e.target) && $jqTheme(this).has(e.target).length === 0 && $jqTheme('div.tooltip').has(e.target).length === 0) {
$jqTheme(this).tooltip('hide');
}////end if
});
$jqTheme("a.popoverHTML, [data-toggle='popover']").each(function () {
//the 'is' for buttons that trigger popups
//the 'has' for icons within a button that triggers a popup
if (!$jqTheme(this).is(e.target) && $jqTheme(this).has(e.target).length === 0 && $jqTheme('div.popover').has(e.target).length === 0) {
$jqTheme(this).popover('hide');
}
});
});

// CLOSE OPEN TOOLTIPS ON BUTTON CLICKS
$jqTheme('.bootstrap-button-tooltip').on('click', function () {
$jqTheme(this).tooltip('hide');
});
}
@@ -122,7 +122,7 @@
<!-- RECENT CATEGORY -->
<div id="recentActivity" class="col-xs-12">
<div class="row">
<div class="col-lg-4 col-md-12 hmpg-recent-col">
<div class="col-lg-4 col-xs-12 hmpg-recent-col">
<div class="h4 lite-header margin-bottom">Datasets from journal dataverses</div>

<hr class="col-xs-11 no-margin-top"/>
@@ -141,7 +141,7 @@

<hr class="col-xs-12 hidden-lg spacer-rule" />

<div class="col-lg-8 col-md-12 hmpg-recent-col">
<div class="col-lg-8 col-xs-12 hmpg-recent-col">
<div class="h4 lite-header margin-bottom">Datasets from other dataverses</div>

<hr class="col-xs-11 no-margin-top"/>
@@ -152,7 +152,7 @@
</div>

<div class="row">
<div class="col-lg-4 col-md-12 hmpg-recent-col">
<div class="col-lg-4 col-xs-12 hmpg-recent-col">
<!-- VIEW ALL -->
<!--
NOTE: The alias of the root dataverse will need to be configured in this URL
@@ -161,7 +161,7 @@
<p class="small text-muted"><a href="/dataverse/root?q=%28categoryOfDataverse%3A%22Journal%22+OR+dvCategory%3A%22Journal%22%29&types=datasets%3Adataverses&sort=dateSort">ALL RECENT JOURNAL ACTIVITY</a> <span class="glyphicon glyphicon-chevron-right"></span></p>
</div>
</div>
<div class="col-lg-8 col-md-12 hmpg-recent-col">
<div class="col-lg-8 col-xs-12 hmpg-recent-col">
<!-- VIEW ALL -->
<!--
NOTE: The alias of the root dataverse will need to be configured in this URL
@@ -4,6 +4,12 @@
{# Add some extra stuff before and use existing with 'super()' call. #}
{% block footer %}
{{ super() }}
<script>
$jqTheme(document).ready(function () {
// Rebind bootstrap UI components
bind_bsui_components();
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -264,10 +264,10 @@ There are over 250 glyphs in font format from the Glyphicon Halflings set provid
.. raw:: html

<div class="panel panel-default code-example">
<div class="panel-body">
<span class="glyphicon glyphicon-search h1"></span>
<span class="glyphicon glyphicon-user h1"></span>
<span class="glyphicon glyphicon-lock h1"></span>
<div class="panel-body h1">
<span class="glyphicon glyphicon-search"></span>
<span class="glyphicon glyphicon-user"></span>
<span class="glyphicon glyphicon-lock"></span>
</div>
</div>

Oops, something went wrong.

0 comments on commit 16dca96

Please sign in to comment.
You can’t perform that action at this time.