summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Statistics/Repository/GedcomRepository.php10
-rwxr-xr-xresources/css/clouds.css48
-rw-r--r--resources/css/colors.css48
-rwxr-xr-xresources/css/fab.css47
-rwxr-xr-xresources/css/minimal.css48
-rwxr-xr-xresources/css/webtrees.css48
-rwxr-xr-xresources/css/xenea.css48
-rw-r--r--resources/views/modules/place-hierarchy/list.phtml2
-rw-r--r--resources/views/place-hierarchy.phtml2
9 files changed, 8 insertions, 293 deletions
diff --git a/app/Statistics/Repository/GedcomRepository.php b/app/Statistics/Repository/GedcomRepository.php
index 1f075fb8fe..4783f436bd 100644
--- a/app/Statistics/Repository/GedcomRepository.php
+++ b/app/Statistics/Repository/GedcomRepository.php
@@ -156,16 +156,6 @@ class GedcomRepository implements GedcomRepositoryInterface
*/
public function gedcomUpdated(): string
{
- $row = DB::table('dates')
- ->select(['d_year', 'd_month', 'd_day'])
- ->where('d_julianday1', '=', function (Builder $query): void {
- $query->selectRaw('MAX(d_julianday1)')
- ->from('dates')
- ->where('d_file', '=', $this->tree->id())
- ->where('d_fact', '=', 'CHAN');
- })
- ->first();
-
$row = DB::table('change')
->where('gedcom_id', '=', $this->tree->id())
->where('status', '=', 'accepted')
diff --git a/resources/css/clouds.css b/resources/css/clouds.css
index d0dabba983..e0223cd343 100755
--- a/resources/css/clouds.css
+++ b/resources/css/clouds.css
@@ -1,6 +1,6 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2019 webtrees development team
+ * Copyright (C) 2020 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -1204,38 +1204,6 @@ div.faq_body {
white-space: nowrap;
}
-/* Extra info */
-#sb_content_extra_info {
- font-size: 80%;
- font-weight: bold;
- margin-top: 0;
- overflow: hidden;
- padding: 5px;
-}
-
-#sb_content_extra_info .editfacts {
- float: right;
- margin-top: -30px;
-}
-
-#sb_content_extra_info a {
- display: block;
-}
-
-#sb_content_extra_info span {
- font-weight: normal;
-}
-
-#sb_content_extra_info span a {
- display: inline;
-}
-
-#sb_content_extra_info #hitcounter {
- border-top: 1px solid #bcd;
- font-weight: bold;
- padding-top: 5px;
-}
-
/* Stories module */
.story_title {
padding-top: 12px;
@@ -1651,20 +1619,6 @@ a > .wt-icon-arrow-up:hover {
padding-left: 4px;
}
-/*
- * Place hierarchy
- *
- * wt-place-hierarchy-page
- */
-
-#place-hierarchy ul {
- list-style-type: none;
-}
-
-.d-table-cell {
- padding-right: 5px;
-}
-
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
diff --git a/resources/css/colors.css b/resources/css/colors.css
index 02d0dee38e..ce9f1414b0 100644
--- a/resources/css/colors.css
+++ b/resources/css/colors.css
@@ -1,6 +1,6 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2019 webtrees development team
+ * Copyright (C) 2020 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -1113,38 +1113,6 @@ div.faq_body {
white-space: nowrap;
}
-/* Extra info */
-#sb_content_extra_info {
- font-size: 80%;
- font-weight: bold;
- margin-top: 1px;
- overflow: hidden;
- padding: 5px;
-}
-
-#sb_content_extra_info .editfacts {
- float: right;
- margin-top: -30px;
-}
-
-#sb_content_extra_info a {
- display: block;
-}
-
-#sb_content_extra_info span {
- font-weight: normal;
-}
-
-#sb_content_extra_info span a {
- display: inline;
-}
-
-#sb_content_extra_info #hitcounter {
- border-top: 1px solid #b2c7d7;
- font-weight: bold;
- padding-top: 5px;
-}
-
/* Stories module */
.story_title {
padding-top: 12px;
@@ -1500,20 +1468,6 @@ a > .wt-icon-arrow-up:hover {
padding-left: 4px;
}
-/*
- * Place hierarchy
- *
- * wt-place-hierarchy-page
- */
-
-#place-hierarchy ul {
- list-style-type: none;
-}
-
-.d-table-cell {
- padding-right: 5px;
-}
-
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
diff --git a/resources/css/fab.css b/resources/css/fab.css
index 98e3d2261c..5428fd2543 100755
--- a/resources/css/fab.css
+++ b/resources/css/fab.css
@@ -1,6 +1,6 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2019 webtrees development team
+ * Copyright (C) 2020 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -950,37 +950,6 @@ div.faq_body {
white-space: nowrap;
}
-/* Extra info */
-#sb_content_extra_info {
- font-size: 80%;
- font-weight: bold;
- margin-top: 1px;
- overflow: hidden;
- padding: 5px;
-}
-
-#sb_content_extra_info .editfacts {
- float: right;
- margin-top: -10px;
-}
-
-#sb_content_extra_info a {
- display: block;
-}
-
-#sb_content_extra_info span {
- font-weight: normal;
-}
-
-#sb_content_extra_info span a {
- display: inline;
-}
-
-#sb_content_extra_info #hitcounter {
- font-weight: bold;
- padding-top: 5px;
-}
-
/* Stories module */
.story_title {
padding-top: 12px;
@@ -1348,20 +1317,6 @@ a > .wt-icon-arrow-up:hover {
padding-left: 4px;
}
-/*
- * Place hierarchy
- *
- * wt-place-hierarchy-page
- */
-
-#place-hierarchy ul {
- list-style-type: none;
-}
-
-.d-table-cell {
- padding-right: 5px;
-}
-
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
diff --git a/resources/css/minimal.css b/resources/css/minimal.css
index 1b57c25bc4..8884b45394 100755
--- a/resources/css/minimal.css
+++ b/resources/css/minimal.css
@@ -1,6 +1,6 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2019 webtrees development team
+ * Copyright (C) 2020 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -638,38 +638,6 @@ div.faq_body {
white-space: nowrap;
}
-/* Extra info */
-#sb_content_extra_info {
- font-size: 80%;
- font-weight: bold;
- margin-top: 1px;
- overflow: hidden;
- padding: 5px;
-}
-
-#sb_content_extra_info .editfacts {
- float: right;
- margin-top: -10px;
-}
-
-#sb_content_extra_info a {
- display: block;
-}
-
-#sb_content_extra_info span {
- font-weight: normal;
-}
-
-#sb_content_extra_info span a {
- display: inline;
-}
-
-#sb_content_extra_info #hitcounter {
- border-top: 1px solid #b2c7d7;
- font-weight: bold;
- padding-top: 5px;
-}
-
/* Stories module */
.story_title {
padding-top: 12px;
@@ -1143,20 +1111,6 @@ a > .wt-icon-arrow-up:hover {
vertical-align: top;
}
-/*
- * Place hierarchy
- *
- * wt-place-hierarchy-page
- */
-
-#place-hierarchy ul {
- list-style-type: none;
-}
-
-.d-table-cell {
- padding-right: 5px;
-}
-
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
diff --git a/resources/css/webtrees.css b/resources/css/webtrees.css
index abefe15ee4..e86eb4542d 100755
--- a/resources/css/webtrees.css
+++ b/resources/css/webtrees.css
@@ -1,6 +1,6 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2019 webtrees development team
+ * Copyright (C) 2020 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -1144,38 +1144,6 @@ div.faq_body {
white-space: nowrap;
}
-/* Extra info */
-#sb_content_extra_info {
- font-size: 80%;
- font-weight: bold;
- margin-top: 1px;
- overflow: hidden;
- padding: 5px;
-}
-
-#sb_content_extra_info .editfacts {
- float: right;
- margin-top: -30px;
-}
-
-#sb_content_extra_info a {
- display: block;
-}
-
-#sb_content_extra_info span {
- font-weight: normal;
-}
-
-#sb_content_extra_info span a {
- display: inline;
-}
-
-#sb_content_extra_info #hitcounter {
- border-top: 1px solid #b2c7d7;
- font-weight: bold;
- padding-top: 5px;
-}
-
/* Stories module */
.story_title {
padding-top: 12px;
@@ -1556,20 +1524,6 @@ a > .wt-icon-arrow-up:hover {
padding-left: 4px;
}
-/*
- * Place hierarchy
- *
- * wt-place-hierarchy-page
- */
-
-#place-hierarchy ul {
- list-style-type: none;
-}
-
-.d-table-cell {
- padding-right: 5px;
-}
-
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
diff --git a/resources/css/xenea.css b/resources/css/xenea.css
index 388b782482..e2c3728e15 100755
--- a/resources/css/xenea.css
+++ b/resources/css/xenea.css
@@ -1,6 +1,6 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2019 webtrees development team
+ * Copyright (C) 2020 webtrees development team
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -1136,38 +1136,6 @@ div.faq_body {
white-space: nowrap;
}
-/* Extra info */
-#sb_content_extra_info {
- font-size: 80%;
- font-weight: bold;
- margin-top: 1px;
- overflow: hidden;
- padding: 5px;
-}
-
-#sb_content_extra_info .editfacts {
- float: right;
- margin-top: -30px;
-}
-
-#sb_content_extra_info a {
- display: block;
-}
-
-#sb_content_extra_info span {
- font-weight: normal;
-}
-
-#sb_content_extra_info span a {
- display: inline;
-}
-
-#sb_content_extra_info #hitcounter {
- border-top: 1px solid #b2c7d7;
- font-weight: bold;
- padding-top: 5px;
-}
-
/* Stories module */
.story_title {
padding-top: 12px;
@@ -1711,20 +1679,6 @@ a > .wt-icon-arrow-up:hover {
padding-left: 4px;
}
-/*
- * Place hierarchy
- *
- * wt-place-hierarchy-page
- */
-
-#place-hierarchy ul {
- list-style-type: none;
-}
-
-.d-table-cell {
- padding-right: 5px;
-}
-
/* Some menus (e.g. languages) can be longer than a page */
.dropdown-menu {
max-height: 30rem;
diff --git a/resources/views/modules/place-hierarchy/list.phtml b/resources/views/modules/place-hierarchy/list.phtml
index 80c1273278..864dc863b0 100644
--- a/resources/views/modules/place-hierarchy/list.phtml
+++ b/resources/views/modules/place-hierarchy/list.phtml
@@ -11,7 +11,7 @@ use Fisharebest\Webtrees\I18N;
</div>
<div class="row">
<?php foreach ($columns as $column) : ?>
- <ul class="col list_value_wrap mr-1">
+ <ul class="col list_value_wrap mr-1 list-unstyled">
<?php foreach ($column as $item) : ?>
<li>
<a href="<?= e($item->url()) ?>"><?= $item->fullName() ?></a>
diff --git a/resources/views/place-hierarchy.phtml b/resources/views/place-hierarchy.phtml
index 7e34e26e28..c7195e319a 100644
--- a/resources/views/place-hierarchy.phtml
+++ b/resources/views/place-hierarchy.phtml
@@ -12,7 +12,7 @@ use Fisharebest\Webtrees\I18N;
</div>
<div class="row">
<?php foreach ($columns as $column) : ?>
- <ul class="col list_value_wrap mr-1">
+ <ul class="col list_value_wrap mr-1 list-unstyled">
<?php foreach ($column as $item) : ?>
<li>
<a href="<?= e($item->url()) ?>"><?= $item->placeName() ?></a>