From 2328e5a5742c3fbdbcb4ded8f1d294b4a20e08e0 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 21:38:10 +0200 Subject: Commit --- app/genealogy/.gitlab-ci.yml | 30 ++++++++-------- app/genealogy/LICENSE | 42 +++++++++++------------ app/genealogy/dllib/jquery.flexdatalist.css | 25 -------------- app/genealogy/dllib/jquery.flexdatalist.js | 25 -------------- app/genealogy/index.php | 28 ++------------- app/genealogy/me/index.php | 24 ------------- app/genealogy/person/index.php | 24 ------------- app/genealogy/private/footer.php | 2 +- app/genealogy/private/header.php | 26 +------------- app/genealogy/search/birth/data.json/index.php | 24 ------------- app/genealogy/search/birth/results/index.php | 24 ------------- app/genealogy/search/city/data.json/index.php | 24 ------------- app/genealogy/search/city/results/index.php | 24 ------------- app/genealogy/search/death/data.json/index.php | 24 ------------- app/genealogy/search/death/results/index.php | 24 ------------- app/genealogy/search/dept/data.json/index.php | 24 ------------- app/genealogy/search/dept/results/index.php | 24 ------------- app/genealogy/search/lastname/data.json/index.php | 24 ------------- app/genealogy/search/lastname/results/index.php | 24 ------------- app/genealogy/search/marriage/data.json/index.php | 24 ------------- app/genealogy/search/marriage/results/index.php | 24 ------------- app/genealogy/search/name/data.json/index.php | 24 ------------- app/genealogy/search/name/results/index.php | 24 ------------- app/genealogy/search/state/data.json/index.php | 24 ------------- app/genealogy/search/state/results/index.php | 24 ------------- app/genealogy/style/tree_maker.css | 25 -------------- app/genealogy/styles/common.css | 25 -------------- app/genealogy/styles/dark.css | 25 -------------- app/genealogy/tree/index.php | 24 ------------- app/genealogy/tree/mktree.php | 24 ------------- 30 files changed, 40 insertions(+), 693 deletions(-) (limited to 'app/genealogy') diff --git a/app/genealogy/.gitlab-ci.yml b/app/genealogy/.gitlab-ci.yml index 4402674..e2c9e0e 100644 --- a/app/genealogy/.gitlab-ci.yml +++ b/app/genealogy/.gitlab-ci.yml @@ -1,15 +1,15 @@ -# Generic Minteck GitLab CI/CD Checks -# PHP applications -image: php:zts-buster - -cache: - paths: - - vendor/ - -before_script: - - apt-get update - - apt-get install -y git - -test: - script: - - bash -c '[[ $(find . -name \*.php -exec php -l {} \; | grep -v "No syntax errors") ]] && exit 2 || exit 0' +# Generic Minteck GitLab CI/CD Checks +# PHP applications +image: php:zts-buster + +cache: + paths: + - vendor/ + +before_script: + - apt-get update + - apt-get install -y git + +test: + script: + - bash -c '[[ $(find . -name \*.php -exec php -l {} \; | grep -v "No syntax errors") ]] && exit 2 || exit 0' diff --git a/app/genealogy/LICENSE b/app/genealogy/LICENSE index 318113a..41b02f6 100644 --- a/app/genealogy/LICENSE +++ b/app/genealogy/LICENSE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2021- Minteck - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +MIT License + +Copyright (c) 2021- Minteck + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/app/genealogy/dllib/jquery.flexdatalist.css b/app/genealogy/dllib/jquery.flexdatalist.css index bfe2704..03e1b9c 100644 --- a/app/genealogy/dllib/jquery.flexdatalist.css +++ b/app/genealogy/dllib/jquery.flexdatalist.css @@ -1,28 +1,3 @@ -/* - * MIT License - * - * Copyright (c) 2022- Minteck - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - */ - /** * jQuery Flexdatalist basic stylesheet. * diff --git a/app/genealogy/dllib/jquery.flexdatalist.js b/app/genealogy/dllib/jquery.flexdatalist.js index 68101b4..6fef98b 100644 --- a/app/genealogy/dllib/jquery.flexdatalist.js +++ b/app/genealogy/dllib/jquery.flexdatalist.js @@ -1,28 +1,3 @@ -/* - * MIT License - * - * Copyright (c) 2022- Minteck - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - */ - /** * jQuery Flexdatalist. * Autocomplete input fields, with support for datalists. diff --git a/app/genealogy/index.php b/app/genealogy/index.php index 2101058..fa67073 100644 --- a/app/genealogy/index.php +++ b/app/genealogy/index.php @@ -14,32 +14,8 @@
  • personnes
  • $person) { if (isset($person["sex"])) { diff --git a/app/genealogy/me/index.php b/app/genealogy/me/index.php index b9a81a5..0168181 100644 --- a/app/genealogy/me/index.php +++ b/app/genealogy/me/index.php @@ -1,28 +1,4 @@ console.log("Injecting Familine header") document.body.innerHTML = document.body.innerHTML + ""; + $_CONFIG["Global"]["cdn"] ?>/statusbar.php\">"; document.getElementsByTagName("html")[0].style.marginTop = "32px"; document.getElementsByTagName("html")[0].style.height = "calc(100vh - 32px)"; diff --git a/app/genealogy/private/header.php b/app/genealogy/private/header.php index 3cc3b31..95799bb 100644 --- a/app/genealogy/private/header.php +++ b/app/genealogy/private/header.php @@ -1,28 +1,4 @@ - /icns/familine-recall.svg"> + /icns/familine-recall.svg">