Home
last modified time | relevance | path

Searched refs:webtrees (Results 1 – 25 of 151) sorted by relevance

1234567

/webtrees/resources/css/
H A Dwebtrees.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
16 /* The webtrees theme */
108 content: url(webtrees/images/webtrees.png);
207 content: url(webtrees/menu/tree.png);
211 content: url(webtrees/menu/tree-tree.png);
215 content: url(webtrees/menu/chart.png);
219 content: url(webtrees/menu/chart-ancestors.png);
223 content: url(webtrees/menu/chart-compact.png);
227 content: url(webtrees/menu/chart-descendants.png);
[all …]
H A D_vendor-patches.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
21 * https://github.com/fisharebest/webtrees/issues/2291
25 * https://github.com/fisharebest/webtrees/issues/2813
H A D_list-notes.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_chart-timeline.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_list-branches.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_list-media.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_pages.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_list-sources.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_blocks.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_list-repositories.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_chart-lifespans.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_chart-fan.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_chart-statistics.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A D_tab-album.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
/webtrees/
H A DREADME.md1 ![Latest version](https://img.shields.io/github/v/release/fisharebest/webtrees?sort=semver)
2 ![Licence](https://img.shields.io/github/license/fisharebest/webtrees)
3 …https://github.com/fisharebest/webtrees/actions/workflows/phpunit.yaml/badge.svg)](https://github.…
4 …/codecov.io/gh/fisharebest/webtrees/branch/main/graph/badge.svg?token=zREQBP4GBs)](https://codecov…
5 …https://translate.webtrees.net/widgets/webtrees/-/webtrees-22/svg-badge.svg)](https://weblate.iet.…
6 …utinizer-ci.com/g/fisharebest/webtrees/badges/quality-score.png?b=main)](https://scrutinizer-ci.co…
7 …://codeclimate.com/github/fisharebest/webtrees/badges/gpa.svg)](https://codeclimate.com/github/fis…
9 # webtrees - online collaborative genealogy
28 * **webtrees: online genealogy**
29 * Copyright 2022 webtrees development team
[all …]
H A DCONTRIBUTING.md10 …e create a pull request on Github. There are different branches for different versions of webtrees:
26 * writing tests to [increase the test coverage](https://coveralls.io/github/fisharebest/webtrees?br…
29 …aintaining our github page from the repository [webtrees.github.io](https://github.com/webtrees/we…
51 Use `git clone --depth 1 https://github.com/fisharebest/webtrees`.
60 …ks/pre-commit` and then add this line at the end of the file: `composer webtrees:pre-commit-hook`.
106 There is a [translators forum](http://webtrees.net/index.php/en/forum/8-translation) where you can …
108 Updates to translations should be made at [translate.webtrees.net](https://translate.webtrees.net).
109 Changes made there will be pushed to webtrees git repository periodically and will be available
110 on the development version of webtrees. They will be included in the next release of webtrees.
/webtrees/resources/js/
H A Dwebtrees.js18 (function (webtrees) { argument
45 webtrees.httpGet = function (url) {
65 webtrees.httpPost= function (url, body = '') {
87 webtrees.detectScript = function (str) {
126 webtrees.buildNameFromParts = function (npfx, givn, spfx, surn, nsfx, sex) {
127 const usesCJK = webtrees.detectScript(npfx + givn + spfx + givn + surn + nsfx) === 'Han';
150 webtrees.pasteAtCursor = function (element, text) {
165 webtrees.reformatDate = function (datefield, dmy) {
340webtrees.calLocalize = function (jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec, sun, …
371 webtrees.calendarWidget = function (dateDivId, dateFieldId) {
[all …]
/webtrees/modules_v4/
H A DREADME.md3 Many webtrees functions are provided by “modules”.
4 Modules allows you to add additional features to webtrees and modify existing features.
21 is a quick way to hide it from webtrees. This works because
29 https://github.com/webtrees
/webtrees/tests/app/
H A DWebtreesTest.php33 $webtrees = new Webtrees();
34 $webtrees->bootstrap();
/webtrees/public/js/
H A Dwebtrees.min.js1webtrees=window.webtrees||{}),$.ajaxSetup({headers:{"X-CSRF-TOKEN":$("meta[name=csrf]").attr("cont…
/webtrees/resources/css/colors/
H A Dbluemarine.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A Dgreenbeam.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A Dbluelagoon.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A Dbelgianchocolate.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team
H A Dtealtop.css2 * webtrees: online genealogy
3 * Copyright (C) 2023 webtrees development team

1234567