/webtrees/app/Http/RequestHandlers/ |
H A D | SearchReplaceAction.php | 67 $records = $this->search_service->searchIndividuals([$tree], [$search]); 68 $count = $this->replaceRecords($records, $search, $replace); 71 $records = $this->search_service->searchFamilies([$tree], [$search]); 72 $count = $this->replaceRecords($records, $search, $replace); 75 $records = $this->search_service->searchRepositories([$tree], [$search]); 76 $count = $this->replaceRecords($records, $search, $replace); 79 $records = $this->search_service->searchSources([$tree], [$search]); 80 $count = $this->replaceRecords($records, $search, $replace); 83 $records = $this->search_service->searchNotes([$tree], [$search]); 84 $count = $this->replaceRecords($records, $search, $replace); [all …]
|
H A D | CheckTree.php | 149 $records = []; 155 $records[$row->xref] = $row; 158 unset($records[$row->xref]); 173 foreach ($records as $record) { 225 $linked = $records[$xref2] ?? null;
|
H A D | DataFixData.php | 77 $records = $module->recordsToFix($tree, $params); 110 return $this->datatables_service->handleCollection($request, $records, [], [], $callback);
|
H A D | DataFixUpdateAll.php | 91 $records = $rows 95 foreach ($records as $record) {
|
/webtrees/app/Module/ |
H A D | ModuleDataFixTrait.php | 73 $records = new Collection(); 76 … $records = $records->concat($this->mergePendingRecords($families, $tree, Family::RECORD_TYPE)); 80 …$records = $records->concat($this->mergePendingRecords($individuals, $tree, Individual::RECORD_TYP… 84 … $records = $records->concat($this->mergePendingRecords($locations, $tree, Location::RECORD_TYPE)); 88 … $records = $records->concat($this->mergePendingRecords($media, $tree, Media::RECORD_TYPE)); 92 … $records = $records->concat($this->mergePendingRecords($notes, $tree, Note::RECORD_TYPE)); 96 …$records = $records->concat($this->mergePendingRecords($repositories, $tree, Repository::RECORD_TY… 100 … $records = $records->concat($this->mergePendingRecords($sources, $tree, Source::RECORD_TYPE)); 104 …$records = $records->concat($this->mergePendingRecords($submitters, $tree, Submitter::RECORD_TYPE)… 107 return $records [all …]
|
H A D | SiteMapModule.php | 287 …$records = $this->sitemapRecords($tree, $type, self::RECORDS_PER_VOLUME, self::RECORDS_PER_VOLUME … 291 'records' => $records, 314 $records = $this->sitemapFamilies($tree, $limit, $offset); 318 $records = $this->sitemapIndividuals($tree, $limit, $offset); 322 $records = $this->sitemapMedia($tree, $limit, $offset); 326 $records = $this->sitemapNotes($tree, $limit, $offset); 330 $records = $this->sitemapRepositories($tree, $limit, $offset); 334 $records = $this->sitemapSources($tree, $limit, $offset); 338 $records = $this->sitemapSubmitters($tree, $limit, $offset); 346 …$records = $records->filter(static fn (GedcomRecord $record): bool => $record->canShow(Auth::PRIV_… [all …]
|
H A D | ClippingsCartModule.php | 243 $records = new Collection(); 286 $records->add($gedcom); 291 …ce->downloadResponse($tree, false, $encoding, 'none', $line_endings, $filename, $format, $records); 356 …$records = array_map(static fn (string $xref): GedcomRecord|null => Registry::gedcomRecordFactory(… 359 $records = array_filter($records); 362 …uasort($records, static fn (GedcomRecord $x, GedcomRecord $y): int => $x->tag() <=> $y->tag() ?: G… 364 return $records;
|
H A D | ResearchTaskModule.php | 106 $records = $individuals->merge($families); 110 foreach ($records as $record) { 127 if ($records->isEmpty()) {
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 1025 $records = $this->topTenOldestQuery('BOTH', $total); 1028 'records' => $records, 1041 $records = $this->topTenOldestQuery('BOTH', $total); 1044 'records' => $records, 1057 $records = $this->topTenOldestQuery('F', $total); 1060 'records' => $records, 1073 $records = $this->topTenOldestQuery('F', $total); 1076 'records' => $records, 1089 $records = $this->topTenOldestQuery('M', $total); 1092 'records' => $records, [all …]
|
H A D | FamilyRepository.php | 542 $records = $this->ageBetweenSiblingsList($total, (bool) $one); 545 'records' => $records, 650 $records = $this->topTenFamilyQuery($total); 653 'records' => $records, 666 $records = $this->topTenFamilyQuery($total); 669 'records' => $records, 1326 $records = $this->ageBetweenSpousesQuery('DESC', $total); 1329 'records' => $records, 1342 $records = $this->ageBetweenSpousesQuery('DESC', $total); 1345 'records' => $records, [all …]
|
/webtrees/tests/app/Module/ |
H A D | FixDuplicateLinksTest.php | 91 $records = $this->fixDuplicateLinks->recordsToFix($this->tree, []); 92 self::assertInstanceOf(Collection::class, $records); 93 self::assertCount(1, $records); 95 … $records = $this->fixDuplicateLinks->recordsToFix($this->tree, ['start' => 'X1', 'end' => 'X9']); 96 self::assertCount(1, $records); 98 … $records = $this->fixDuplicateLinks->recordsToFix($this->tree, ['start' => 'X2', 'end' => 'X9']); 99 self::assertCount(0, $records);
|
/webtrees/app/Services/ |
H A D | GedcomExportService.php | 110 Collection $records = null argument 115 …$resource = $this->export($tree, $sort_by_xref, $encoding, $access_level, $line_endings, $records); 139 …->export($tree, $sort_by_xref, $encoding, $access_level, $line_endings, $records, $zip_filesystem,… 179 Collection|null $records = null, 191 if ($records instanceof Collection) { 195 $records,
|
/webtrees/resources/views/admin/ |
H A D | trees-duplicates.phtml | 24 <?php foreach ($duplicates as $category => $records) : ?> 27 <?php if (!empty($records)) : ?> 29 <?php foreach ($records as $duplicates) : ?>
|
/webtrees/resources/views/statistics/families/ |
H A D | top10-list-spouses.phtml | 13 <?php if ($records) : ?> 15 <?php foreach ($records as $record) : ?>
|
H A D | top10-list-grand.phtml | 13 <?php if ($records) : ?> 15 <?php foreach ($records as $record) : ?>
|
H A D | top10-list.phtml | 13 <?php if ($records) : ?> 15 <?php foreach ($records as $record) : ?>
|
H A D | top10-list-age.phtml | 13 <?php if ($records) : ?> 15 <?php foreach ($records as $record) : ?>
|
H A D | top10-nolist-spouses.phtml | 11 <?php foreach ($records as $record) : ?>
|
/webtrees/resources/views/statistics/individuals/ |
H A D | top10-list.phtml | 14 <?php if ($records !== []) : ?> 16 <?php foreach ($records as $record) : ?>
|
H A D | top10-nolist.phtml | 13 <?php foreach ($records as $record) : ?>
|
/webtrees/resources/views/statistics/other/ |
H A D | top10-list.phtml | 13 <?php if ($records !== []) : ?> 15 <?php foreach ($records as $record) : ?>
|
/webtrees/resources/views/modules/clippings/ |
H A D | show.phtml | 24 <?php if ($records === []) : ?> 37 <?php foreach ($records as $record) : ?>
|
/webtrees/resources/lang/ku/ |
H A D | messages.po | 782 msgid "A list of records that have been updated recently." 973 #. I18N: Description of the “Vital records” module. “Vital records” are life events - birth/marriag… 976 msgid "A report of vital records for a given date or place." 977 msgstr "A report of vital records for a given date or place." 1415 msgid "Add missing death records" 1416 msgstr "Add missing death records" 1432 msgid "Add new, and update existing records" 1433 msgstr "Add new, and update existing records" 1460 msgid "Add unlinked records" 1461 msgstr "Add unlinked records" [all …]
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 783 msgid "A list of records that have been updated recently." 784 msgstr "A list of records that have been updated recently." 974 #. I18N: Description of the “Vital records” module. “Vital records” are life events - birth/marriag… 977 msgid "A report of vital records for a given date or place." 978 msgstr "A report of vital records for a given date or place." 1416 msgid "Add missing death records" 1417 msgstr "Add missing death records" 1433 msgid "Add new, and update existing records" 1434 msgstr "Add new, and update existing records" 1461 msgid "Add unlinked records" [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 783 msgid "A list of records that have been updated recently." 784 msgstr "A list of records that have been updated recently." 974 #. I18N: Description of the “Vital records” module. “Vital records” are life events - birth/marriag… 977 msgid "A report of vital records for a given date or place." 978 msgstr "A report of vital records for a given date or place." 1416 msgid "Add missing death records" 1417 msgstr "Add missing death records" 1433 msgid "Add new, and update existing records" 1434 msgstr "Add new, and update existing records" 1461 msgid "Add unlinked records" [all …]
|