/webtrees/app/Http/RequestHandlers/ |
H A D | MergeTreesAction.php | 72 DB::query()->from('individuals')->insertUsing([ 85 ])->from('individuals') 89 DB::query()->from('families')->insertUsing([ 104 ])->from('families') 108 DB::query()->from('sources')->insertUsing([ 119 ])->from('sources') 123 DB::query()->from('media')->insertUsing([ 132 ])->from('media') 136 DB::query()->from('media_file')->insertUsing([ 151 ])->from('media_file') [all …]
|
H A D | SiteLogsPage.php | 86 $from = Validator::queryParams($request)->string('from', $earliest); 94 $from = max($from, $earliest); 95 $to = min(max($from, $to), $latest); 108 'from' => $from,
|
H A D | TreePage.php | 70 DB::query()->from('block')->insertUsing( 75 ->from('block')
|
H A D | UserPage.php | 69 DB::query()->from('block')->insertUsing( 74 ->from('block')
|
H A D | PendingChangesLogPage.php | 80 $from = Validator::queryParams($request)->string('from', $earliest); 90 'from' => $from,
|
/webtrees/resources/js/ |
H A D | vendor.js | 16 import $ from 'jquery'; 19 …, Collapse, Dropdown, Modal, Offcanvas, Popover, ScrollSpy, Tab, Toast, Tooltip } from 'bootstrap'; 36 import { dom, library } from '@fortawesome/fontawesome-svg-core'; 41 } from '@fortawesome/free-regular-svg-icons'; 54 } from '@fortawesome/free-solid-svg-icons'; 57 import DataTable from 'datatables.net'; 61 import Sortable from 'sortablejs'; 63 import TomSelect from 'tom-select/dist/js/tom-select.base.js';
|
/webtrees/app/Services/ |
H A D | EmailService.php | 57 * @param UserInterface $from 66 …public function send(UserInterface $from, UserInterface $to, UserInterface $reply_to, string $subj… argument 69 … $message = $this->message($from, $to, $reply_to, $subject, $message_text, $message_html); 89 * @param UserInterface $from 98 …protected function message(UserInterface $from, UserInterface $to, UserInterface $reply_to, string… argument 106 ->from(new Address($from->email(), $from->realName()))
|
H A D | SiteLogsService.php | 51 $from = Validator::queryParams($request)->string('from'); 66 if ($from !== '') { 67 $from_time = DateTimeImmutable::createFromFormat('!Y-m-d', $from, $tz)
|
H A D | TreeService.php | 188 DB::query()->from('gedcom_setting')->insertUsing( 193 ->from('gedcom_setting') 198 DB::query()->from('default_resn')->insertUsing( 203 ->from('default_resn')
|
H A D | PendingChangesService.php | 282 $from = $params['from'] ?? ''; 299 if ($from !== '') { 300 $from_time = DateTimeImmutable::createFromFormat('!Y-m-d', $from, $tz)
|
/webtrees/tests/data/ |
H A D | demo.ged | 1886 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1894 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1902 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1910 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Elizabeth_II on 24th May 2012 1918 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Mary,_Princess_Royal_and_Countess_of_Har… 1926 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/St_Paul%27s_Cathedral on 25th May 2012 1941 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Camilla,_Duchess_of_Cornwall on 25th May… 1949 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Prince_William,_Duke_of_Cambridge on 25t… 1957 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Prince_Harry_of_Wales on 25th May 2012 1965 1 NOTE Image downloaded from https://en.wikipedia.org/wiki/Catherine,_Duchess_of_Cambridge on 25th … [all …]
|
/webtrees/ |
H A D | README.md | 24 * [Restore from Backup](#restore-from-backup) 66 * It works from standard GEDCOM files, and is therefore compatible with every 80 **webtrees** is Open Source software that has been produced by people from many 84 Beyond the few donations received from users, developers receive no compensation 112 1. Download the .ZIP file for latest stable version from [github.com](https://github.com/fisharebes… 126 and advice from the [help](https://www.webtrees.net/index.php/forum) forum. 145 2. Download the latest version of **webtrees** available from 160 your configuration, media and other directories with the empty/default ones from 167 If you want to build webtrees from source, or modify the code, you'll need to install 186 data from the file is transferred to the database tables. The file itself [all …]
|
H A D | LICENSE.md | 32 To protect your rights, we need to prevent others from denying you 87 To “modify” a work means to copy from or adapt all or part of the work 151 can regenerate automatically from other parts of the Corresponding 162 permission to run the unmodified Program. The output from running a 175 and control, on terms that prohibit them from making any copies of 214 produce it from the Program, in the form of source code under the 270 Corresponding Source from a network server at no charge. 278 * **d)** Convey the object code by offering access from a designated 297 from the Corresponding Source as a System Library, need not be 315 and execute modified versions of a covered work in that User Product from [all …]
|
H A D | CONTRIBUTING.md | 29 * Help us maintaining our github page from the repository [webtrees.github.io](https://github.com/w… 73 We include the non-development PHP libraries from `/vendor`. 76 We include the compiled JS and CSS assets from `/public/{css,js}`).
|
/webtrees/resources/views/admin/ |
H A D | site-logs.phtml | 41 …x="<?= e($latest) ?>" min="<?= e($earliest) ?>" name="from" value="<?= e($from) ?>" required="requ… 100 …<a href="<?= e(route(SiteLogsDownload::class, ['from' => $from, 'to' => $to, 'type' => $type, 'tex… 105 …s?') ?>" data-wt-post-url="<?= e(route(SiteLogsDelete::class, ['from' => $from, 'to' => $to, 'type… 117 …data-ajax="<?= e(route(SiteLogsData::class, ['from' => $from, 'to' => $to, 'type' => $type, 'text'…
|
H A D | changes-log.phtml | 43 …x="<?= e($latest) ?>" min="<?= e($earliest) ?>" name="from" value="<?= e($from) ?>" required="requ… 108 …-secondary" href="<?= route(PendingChangesLogDownload::class, ['from' => $from, 'to' => $to, 'type… 113 …" data-wt-post-url="<?= route(PendingChangesLogDelete::class, ['from' => $from, 'to' => $to, 'type… 125 …data-ajax="<?= route(PendingChangesLogData::class, ['from' => $from, 'to' => $to, 'type' => $type,…
|
H A D | email-page.phtml | 35 …ss="form-control" id="from" type="text" value="<?= e('"' . $from->realName() . '" <' . $from->emai…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | CHANGES.md | 41 * [#1795](https://github.com/ckeditor/ckeditor4/issues/1795): The colors picked from the [Color Dia… 88 …r Dialog plugin reported by [Pham Van Khanh](https://twitter.com/rskvp93) from Viettel Cyber Secur… 96 …/issues/2374): Added support for pasting rich content from LibreOffice Writer with the [Paste from… 136 …ditor4/issues/3586): Fixed: Content pasted from Microsoft Excel is not correctly recognised by the… 150 * [#835](https://github.com/ckeditor/ckeditor4/issues/835): Extended support for pasting from exter… 151 …* Added support for pasting rich content from Google Docs with the [Paste from Google Docs](https:… 205 …itor4/issues/3220): Fixed: Prevent [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword… 211 …https://ckeditor.com/cke4/addon/pagebreak) feature support for the [Paste from Word](https://ckedi… 212 * [#1490](https://github.com/ckeditor/ckeditor4/issues/1490): Improved the [Paste from Word](https:… 213 …ing the indentation of list items for nested lists pasted with the [Paste from Word](https://ckedi… [all …]
|
H A D | LICENSE.md | 45 Parts of code taken from the following libraries are included in CKEditor under the MIT license (se… 145 running the Program is not restricted, and the output from the Program 170 whole or in part contains or is derived from the Program or any 186 identifiable sections of that work are not derived from the Program, 238 access to copy from a designated place, then offering equivalent 239 access to copy the source code from the same place counts as 247 However, parties who have received copies, or rights, from you under 261 Program), the recipient automatically receives a license from the 272 excuse you from the conditions of this License. If you cannot 279 refrain entirely from distribution of the Program. [all …]
|
/webtrees/modules_v4/ |
H A D | README.md | 14 To uninstall it, delete its folder from `/modules_v4`. 20 TIP: renaming a module from `<module>` to `<module.disable>` 21 is a quick way to hide it from webtrees. This works because
|
/webtrees/app/SurnameTradition/ |
H A D | PatrilinealSurnameTradition.php | 108 foreach ($inflections as $from => $to) { 109 $name = preg_replace('~' . $from . '~u', $to, $name);
|
/webtrees/app/Schema/ |
H A D | Migration37.php | 60 (new Builder(DB::connection()))->from('media_file')->insertUsing([ 78 ])->from('media');
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 84 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 414 …from English “N’th cousins”, and the software has already generated the correct “N” for your langu… 525 msgid "(filtered from %s total entries)" 526 msgstr "(filtered from %s total entries)" 1399 msgid "Add from clipboard" 1400 msgstr "Add from clipboard" 1420 msgid "Add more blocks from the following list." 1421 msgstr "Add more blocks from the following list." 1661 msgid "After creating the family tree, you will be able to import data from a GEDCOM file." 1662 msgstr "After creating the family tree, you will be able to import data from a GEDCOM file." [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 84 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 414 …from English “N’th cousins”, and the software has already generated the correct “N” for your langu… 525 msgid "(filtered from %s total entries)" 526 msgstr "(filtered from %s total entries)" 1399 msgid "Add from clipboard" 1400 msgstr "Add from clipboard" 1420 msgid "Add more blocks from the following list." 1421 msgstr "Add more blocks from the following list." 1661 msgid "After creating the family tree, you will be able to import data from a GEDCOM file." 1662 msgstr "After creating the family tree, you will be able to import data from a GEDCOM file." [all …]
|
/webtrees/resources/lang/zh-Hant/ |
H A D | messages.po | 91 # I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 92 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 426 …from English “N'th cousins”, and the software has already generated the correct “N” for your langu… 427 …from English “N’th cousins”, and the software has already generated the correct “N” for your langu… 543 msgid "(filtered from %s total entries)" 1498 msgid "Add from clipboard" 1519 msgid "Add more blocks from the following list." 1774 msgid "After creating the family tree, you will be able to import data from a GEDCOM file." 2240 msgid "Are you sure you want to remove this item from your list of favorites?" 3823 msgid "Children take one surname from the father and one surname from the mother." [all …]
|