History log of /webtrees/tests/ (Results 101 – 125 of 689)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6777192f04-Apr-2022 Greg Roach <greg@subaqua.co.uk>

Fix: #4286 - empty route parameters excluded from URL


/webtrees/app/Factories/RouteFactory.php
/webtrees/app/Gedcom.php
/webtrees/app/Http/RequestHandlers/SiteTagsPage.php
/webtrees/app/Webtrees.php
/webtrees/composer.json
/webtrees/composer.lock
/webtrees/package-lock.json
/webtrees/package.json
/webtrees/resources/lang/af/messages.po
/webtrees/resources/lang/ar/messages.po
/webtrees/resources/lang/bg/messages.po
/webtrees/resources/lang/bs/messages.po
/webtrees/resources/lang/ca/messages.po
/webtrees/resources/lang/cs/messages.po
/webtrees/resources/lang/cy/messages.po
/webtrees/resources/lang/da/messages.po
/webtrees/resources/lang/de/messages.po
/webtrees/resources/lang/dv/messages.po
/webtrees/resources/lang/el/messages.po
/webtrees/resources/lang/en-AU/messages.po
/webtrees/resources/lang/en-GB/messages.po
/webtrees/resources/lang/en-US/messages.po
/webtrees/resources/lang/es/messages.po
/webtrees/resources/lang/et/messages.po
/webtrees/resources/lang/fa/messages.po
/webtrees/resources/lang/fi/messages.po
/webtrees/resources/lang/fo/messages.po
/webtrees/resources/lang/fr-CA/messages.po
/webtrees/resources/lang/fr/messages.po
/webtrees/resources/lang/gl/messages.po
/webtrees/resources/lang/he/messages.po
/webtrees/resources/lang/hi/messages.po
/webtrees/resources/lang/hr/messages.po
/webtrees/resources/lang/hu/messages.po
/webtrees/resources/lang/id/messages.po
/webtrees/resources/lang/is/messages.po
/webtrees/resources/lang/it/messages.po
/webtrees/resources/lang/ja/messages.po
/webtrees/resources/lang/jv/messages.po
/webtrees/resources/lang/ka/messages.po
/webtrees/resources/lang/kk/messages.po
/webtrees/resources/lang/ko/messages.po
/webtrees/resources/lang/ku/messages.po
/webtrees/resources/lang/ln/messages.po
/webtrees/resources/lang/lt/messages.po
/webtrees/resources/lang/lv/messages.po
/webtrees/resources/lang/mi/messages.po
/webtrees/resources/lang/mk/messages.po
/webtrees/resources/lang/mr/messages.po
/webtrees/resources/lang/ms/messages.po
/webtrees/resources/lang/nb/messages.po
/webtrees/resources/lang/ne/messages.po
/webtrees/resources/lang/nl/messages.po
/webtrees/resources/lang/nn/messages.po
/webtrees/resources/lang/oc/messages.po
/webtrees/resources/lang/pl/messages.po
/webtrees/resources/lang/pt-BR/messages.po
/webtrees/resources/lang/pt/messages.po
/webtrees/resources/lang/ro/messages.po
/webtrees/resources/lang/ru/messages.po
/webtrees/resources/lang/sk/messages.po
/webtrees/resources/lang/sl/messages.po
/webtrees/resources/lang/sq/messages.po
/webtrees/resources/lang/sr-Latn/messages.po
/webtrees/resources/lang/sr/messages.po
/webtrees/resources/lang/su/messages.po
/webtrees/resources/lang/sv/messages.po
/webtrees/resources/lang/sw/messages.po
/webtrees/resources/lang/ta/messages.po
/webtrees/resources/lang/th/messages.po
/webtrees/resources/lang/tl/messages.po
/webtrees/resources/lang/tr/messages.po
/webtrees/resources/lang/tt/messages.po
/webtrees/resources/lang/uk/messages.po
/webtrees/resources/lang/ur/messages.po
/webtrees/resources/lang/vi/messages.po
/webtrees/resources/lang/webtrees.pot
/webtrees/resources/lang/yi/messages.po
/webtrees/resources/lang/zh-Hans/messages.po
/webtrees/resources/lang/zh-Hant/messages.po
/webtrees/resources/views/admin/tags.phtml
app/Factories/RouteFactoryTest.php
00c9269403-Apr-2022 Greg Roach <greg@subaqua.co.uk>

Refactor custom tags. Replace modules with hard-coded configuration options


/webtrees/app/Contracts/ElementFactoryInterface.php
/webtrees/app/Factories/ElementFactory.php
/webtrees/app/Gedcom.php
/webtrees/app/Http/Middleware/RegisterGedcomTags.php
/webtrees/app/Http/RequestHandlers/AddChildToFamilyPage.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddParentToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyPage.php
/webtrees/app/Http/RequestHandlers/AddSpouseToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddUnlinkedPage.php
/webtrees/app/Http/RequestHandlers/ContactPage.php
/webtrees/app/Http/RequestHandlers/ControlPanel.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryAction.php
/webtrees/app/Http/RequestHandlers/EditFactPage.php
/webtrees/app/Http/RequestHandlers/EditRawFactPage.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/MessagePage.php
/webtrees/app/Http/RequestHandlers/MessageSelect.php
/webtrees/app/Http/RequestHandlers/PendingChanges.php
/webtrees/app/Http/RequestHandlers/SiteTagsAction.php
/webtrees/app/Http/RequestHandlers/SiteTagsPage.php
/webtrees/app/Http/Routes/WebRoutes.php
/webtrees/app/Module/FamilyTreeFavoritesModule.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/ResearchTaskModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/UserFavoritesModule.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Webtrees.php
/webtrees/phpstan-baseline.neon
/webtrees/resources/views/admin/control-panel.phtml
/webtrees/resources/views/admin/tags.phtml
TestCase.php
app/Services/GedcomEditServiceTest.php
f507cef901-Apr-2022 Greg Roach <greg@subaqua.co.uk>

Simplify call to isLocalUrl()

3ddb2c3f29-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Fix: re-importing large trees causes timeout errors


/webtrees/README.md
/webtrees/app/Census/CensusOfSlovakia.php
/webtrees/app/Census/CensusOfSlovakia1869.php
/webtrees/app/Census/CensusOfSlovakia1940.php
/webtrees/app/Contracts/SlugFactoryInterface.php
/webtrees/app/Elements/EventsRecorded.php
/webtrees/app/Factories/ElementFactory.php
/webtrees/app/Factories/IndividualFactory.php
/webtrees/app/Factories/MarkdownFactory.php
/webtrees/app/Factories/RouteFactory.php
/webtrees/app/Factories/SlugFactory.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Http/Middleware/BadBotBlocker.php
/webtrees/app/Http/RequestHandlers/AbstractModuleComponentAction.php
/webtrees/app/Http/RequestHandlers/AdsTxt.php
/webtrees/app/Http/RequestHandlers/AppAdsTxt.php
/webtrees/app/Http/RequestHandlers/ExportGedcomClient.php
/webtrees/app/Http/RequestHandlers/GedcomLoad.php
/webtrees/app/Http/RequestHandlers/ModulesThemesAction.php
/webtrees/app/Http/RequestHandlers/SitePreferencesAction.php
/webtrees/app/Http/Routes/WebRoutes.php
/webtrees/app/Individual.php
/webtrees/app/Module/CustomTagsWebtrees.php
/webtrees/app/Module/FamilyTreeStatisticsModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/IndividualFactsTabModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/LanguageEnglishUnitedStates.php
/webtrees/app/Module/LanguageFrench.php
/webtrees/app/Module/LanguageSlovakian.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Report/ReportPdfTextBox.php
/webtrees/app/Report/RightToLeftSupport.php
/webtrees/app/Services/GedcomEditService.php
/webtrees/app/Services/GedcomImportService.php
/webtrees/app/Services/TreeService.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Google/ChartDistribution.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Statistics/Repository/Interfaces/PlaceRepositoryInterface.php
/webtrees/app/Statistics/Repository/MediaRepository.php
/webtrees/app/Statistics/Repository/PlaceRepository.php
/webtrees/app/Validator.php
/webtrees/composer.json
/webtrees/composer.lock
/webtrees/package-lock.json
/webtrees/package.json
/webtrees/phpstan-baseline.neon
/webtrees/public/css/administration.min.css
/webtrees/public/css/clouds.min.css
/webtrees/public/css/colors.min.css
/webtrees/public/css/fab.min.css
/webtrees/public/css/minimal.min.css
/webtrees/public/css/webtrees.min.css
/webtrees/public/css/xenea.min.css
/webtrees/public/js/vendor.min.js
/webtrees/public/js/webtrees.min.js
/webtrees/resources/css/_markdown.css
/webtrees/resources/js/webtrees.js
/webtrees/resources/lang/de/messages.po
/webtrees/resources/lang/hi/messages.po
/webtrees/resources/lang/is/messages.po
/webtrees/resources/lang/nb/messages.po
/webtrees/resources/lang/nl/messages.po
/webtrees/resources/lang/nn/messages.po
/webtrees/resources/lang/sk/messages.po
/webtrees/resources/lang/sr-Latn/messages.po
/webtrees/resources/lang/zh-Hans/messages.po
/webtrees/resources/views/admin/import-complete.phtml
/webtrees/resources/views/admin/import-progress.phtml
/webtrees/resources/views/admin/trees-export.phtml
/webtrees/resources/views/fact-gedcom-fields.phtml
/webtrees/resources/views/fact.phtml
/webtrees/resources/views/individual-page-images.phtml
/webtrees/resources/views/modules/faq/show.phtml
/webtrees/resources/views/modules/gedcom_stats/statistics.phtml
/webtrees/resources/views/modules/statistics-chart/age-difference.phtml
/webtrees/resources/views/modules/statistics-chart/birth-age.phtml
/webtrees/resources/views/modules/statistics-chart/chart-distribution.phtml
/webtrees/resources/views/modules/statistics-chart/chart-objects.phtml
/webtrees/resources/views/modules/statistics-chart/chart-sources.phtml
/webtrees/resources/views/modules/statistics-chart/children.phtml
/webtrees/resources/views/modules/statistics-chart/custom.phtml
/webtrees/resources/views/modules/statistics-chart/families.phtml
/webtrees/resources/views/modules/statistics-chart/family-totals.phtml
/webtrees/resources/views/modules/statistics-chart/greatest-age.phtml
/webtrees/resources/views/modules/statistics-chart/individual-events.phtml
/webtrees/resources/views/modules/statistics-chart/individuals.phtml
/webtrees/resources/views/modules/statistics-chart/lifespan.phtml
/webtrees/resources/views/modules/statistics-chart/marriage-age.phtml
/webtrees/resources/views/modules/statistics-chart/marriage-length.phtml
/webtrees/resources/views/modules/statistics-chart/names.phtml
/webtrees/resources/views/modules/statistics-chart/oldest-living.phtml
/webtrees/resources/views/modules/statistics-chart/other-events.phtml
/webtrees/resources/views/modules/statistics-chart/other-records.phtml
/webtrees/resources/views/modules/statistics-chart/other.phtml
/webtrees/resources/views/modules/statistics-chart/places.phtml
/webtrees/resources/views/modules/statistics-chart/total-individuals.phtml
/webtrees/resources/views/search-advanced-field.phtml
/webtrees/resources/views/statistics/other/charts/geo.phtml
app/TreeTest.php
6e60786a17-Mar-2022 Greg Roach <greg@subaqua.co.uk>

CodeStyle - prefer single quotes


/webtrees/app/Factories/EncodingFactory.php
/webtrees/app/Http/Middleware/CheckForMaintenanceMode.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualAction.php
/webtrees/app/Module/FixNameTags.php
/webtrees/app/Module/PlaceHierarchyListModule.php
app/Elements/AbstractElementTest.php
app/Elements/AddressLineTest.php
app/Elements/AddressPostalCodeTest.php
app/Elements/AdoptedByWhichParentTest.php
app/Elements/AgeAtEventTest.php
app/Elements/AncestralFileNumberTest.php
app/Elements/CharacterSetTest.php
app/Elements/ChildLinkageStatusTest.php
app/Elements/ContentDescriptionTest.php
app/Elements/DemographicDataTypeTest.php
app/Elements/EventsRecordedTest.php
app/Elements/FamilySearchFamilyTreeIdTest.php
app/Elements/FileNameTest.php
app/Elements/FormTest.php
app/Elements/GovIdentifierTest.php
app/Elements/HierarchicalRelationshipTest.php
app/Elements/LdsBaptismDateStatusTest.php
app/Elements/LdsChildSealingDateStatusTest.php
app/Elements/LdsEndowmentDateStatusTest.php
app/Elements/LdsSpouseSealingDateStatusTest.php
app/Elements/MaidenheadLocatorTest.php
app/Elements/MarriageTypeTest.php
app/Elements/MultimediaFileReferenceTest.php
app/Elements/MultimediaFormatTest.php
app/Elements/NoteStructureTest.php
app/Elements/OrdinanceProcessFlagTest.php
app/Elements/ResearchTaskTest.php
app/Elements/RestrictionNoticeTest.php
app/Elements/SexValueTest.php
app/Elements/SexXValueTest.php
app/Elements/SourceMediaTypeTest.php
app/Elements/SubmitterTextTest.php
app/Elements/TempleCodeTest.php
app/Elements/TextFromSourceTest.php
app/Module/FixDuplicateLinksTest.php
app/Reports/RightToLeftSupportTest.php
app/Services/GedcomEditServiceTest.php
92a78a2f16-Mar-2022 Greg Roach <greg@subaqua.co.uk>

PHPdoc

5bfc689716-Mar-2022 Greg Roach <greg@subaqua.co.uk>

It is 2022 - update copyright dates


/webtrees/app/Age.php
/webtrees/app/Auth.php
/webtrees/app/Cache.php
/webtrees/app/Census/AbstractCensusColumn.php
/webtrees/app/Census/AbstractCensusColumnCondition.php
/webtrees/app/Census/Census.php
/webtrees/app/Census/CensusColumnAge.php
/webtrees/app/Census/CensusColumnAgeFemale.php
/webtrees/app/Census/CensusColumnAgeFemale5Years.php
/webtrees/app/Census/CensusColumnAgeMale.php
/webtrees/app/Census/CensusColumnAgeMale5Years.php
/webtrees/app/Census/CensusColumnAgeMarried.php
/webtrees/app/Census/CensusColumnAgeNextBirthDay.php
/webtrees/app/Census/CensusColumnBirthDate.php
/webtrees/app/Census/CensusColumnBirthDay.php
/webtrees/app/Census/CensusColumnBirthDayDotMonthYear.php
/webtrees/app/Census/CensusColumnBirthDayMonthYear.php
/webtrees/app/Census/CensusColumnBirthDaySlashMonth.php
/webtrees/app/Census/CensusColumnBirthDaySlashMonthYear.php
/webtrees/app/Census/CensusColumnBirthMonth.php
/webtrees/app/Census/CensusColumnBirthMonthDay.php
/webtrees/app/Census/CensusColumnBirthPlace.php
/webtrees/app/Census/CensusColumnBirthPlaceSimple.php
/webtrees/app/Census/CensusColumnBirthYear.php
/webtrees/app/Census/CensusColumnBornForeignParts.php
/webtrees/app/Census/CensusColumnChildrenBornAlive.php
/webtrees/app/Census/CensusColumnChildrenDied.php
/webtrees/app/Census/CensusColumnChildrenLiving.php
/webtrees/app/Census/CensusColumnConditionCanada.php
/webtrees/app/Census/CensusColumnConditionCanadaMarriedSingle.php
/webtrees/app/Census/CensusColumnConditionCanadaMarriedWidowed.php
/webtrees/app/Census/CensusColumnConditionCanadaWidowed.php
/webtrees/app/Census/CensusColumnConditionCanadaWidowedFemale.php
/webtrees/app/Census/CensusColumnConditionCanadaWidowedMale.php
/webtrees/app/Census/CensusColumnConditionDanish.php
/webtrees/app/Census/CensusColumnConditionEnglish.php
/webtrees/app/Census/CensusColumnConditionFrenchFemme.php
/webtrees/app/Census/CensusColumnConditionFrenchFille.php
/webtrees/app/Census/CensusColumnConditionFrenchGarcon.php
/webtrees/app/Census/CensusColumnConditionFrenchHomme.php
/webtrees/app/Census/CensusColumnConditionFrenchVeuf.php
/webtrees/app/Census/CensusColumnConditionFrenchVeuve.php
/webtrees/app/Census/CensusColumnConditionUs.php
/webtrees/app/Census/CensusColumnFatherBirthPlace.php
/webtrees/app/Census/CensusColumnFatherBirthPlaceSimple.php
/webtrees/app/Census/CensusColumnFatherForeign.php
/webtrees/app/Census/CensusColumnFullName.php
/webtrees/app/Census/CensusColumnGivenNameInitial.php
/webtrees/app/Census/CensusColumnGivenNames.php
/webtrees/app/Census/CensusColumnInterface.php
/webtrees/app/Census/CensusColumnMarriedWithinYear.php
/webtrees/app/Census/CensusColumnMonthIfBornWithinYear.php
/webtrees/app/Census/CensusColumnMonthIfMarriedWithinYear.php
/webtrees/app/Census/CensusColumnMotherBirthPlace.php
/webtrees/app/Census/CensusColumnMotherBirthPlaceSimple.php
/webtrees/app/Census/CensusColumnMotherForeign.php
/webtrees/app/Census/CensusColumnNationality.php
/webtrees/app/Census/CensusColumnNull.php
/webtrees/app/Census/CensusColumnOccupation.php
/webtrees/app/Census/CensusColumnRelationToHead.php
/webtrees/app/Census/CensusColumnRelationToHeadEnglish.php
/webtrees/app/Census/CensusColumnRelationToHeadGerman.php
/webtrees/app/Census/CensusColumnReligion.php
/webtrees/app/Census/CensusColumnSexF.php
/webtrees/app/Census/CensusColumnSexM.php
/webtrees/app/Census/CensusColumnSexMF.php
/webtrees/app/Census/CensusColumnSexMK.php
/webtrees/app/Census/CensusColumnSexMZ.php
/webtrees/app/Census/CensusColumnSurname.php
/webtrees/app/Census/CensusColumnSurnameGivenNameInitial.php
/webtrees/app/Census/CensusColumnSurnameGivenNames.php
/webtrees/app/Census/CensusColumnYearsMarried.php
/webtrees/app/Census/CensusInterface.php
/webtrees/app/Census/CensusOfCanada.php
/webtrees/app/Census/CensusOfCanada1851.php
/webtrees/app/Census/CensusOfCanada1861.php
/webtrees/app/Census/CensusOfCanada1871.php
/webtrees/app/Census/CensusOfCanada1881.php
/webtrees/app/Census/CensusOfCanada1891.php
/webtrees/app/Census/CensusOfCanada1901.php
/webtrees/app/Census/CensusOfCanada1911.php
/webtrees/app/Census/CensusOfCanada1921.php
/webtrees/app/Census/CensusOfCanadaPraries1916.php
/webtrees/app/Census/CensusOfCanadaPraries1926.php
/webtrees/app/Census/CensusOfCzechRepublic.php
/webtrees/app/Census/CensusOfCzechRepublic1880.php
/webtrees/app/Census/CensusOfCzechRepublic1890.php
/webtrees/app/Census/CensusOfCzechRepublic1900.php
/webtrees/app/Census/CensusOfCzechRepublic1910.php
/webtrees/app/Census/CensusOfCzechRepublic1921.php
/webtrees/app/Census/CensusOfDenmark.php
/webtrees/app/Census/CensusOfDenmark1787.php
/webtrees/app/Census/CensusOfDenmark1801.php
/webtrees/app/Census/CensusOfDenmark1803.php
/webtrees/app/Census/CensusOfDenmark1834.php
/webtrees/app/Census/CensusOfDenmark1835.php
/webtrees/app/Census/CensusOfDenmark1840.php
/webtrees/app/Census/CensusOfDenmark1845.php
/webtrees/app/Census/CensusOfDenmark1850.php
/webtrees/app/Census/CensusOfDenmark1855.php
/webtrees/app/Census/CensusOfDenmark1860.php
/webtrees/app/Census/CensusOfDenmark1870.php
/webtrees/app/Census/CensusOfDenmark1880.php
/webtrees/app/Census/CensusOfDenmark1885.php
/webtrees/app/Census/CensusOfDenmark1890.php
/webtrees/app/Census/CensusOfDenmark1901.php
/webtrees/app/Census/CensusOfDenmark1906.php
/webtrees/app/Census/CensusOfDenmark1911.php
/webtrees/app/Census/CensusOfDenmark1916.php
/webtrees/app/Census/CensusOfDenmark1921.php
/webtrees/app/Census/CensusOfDenmark1925.php
/webtrees/app/Census/CensusOfDenmark1930.php
/webtrees/app/Census/CensusOfDenmark1940.php
/webtrees/app/Census/CensusOfDeutschland.php
/webtrees/app/Census/CensusOfDeutschland1819.php
/webtrees/app/Census/CensusOfDeutschland1867.php
/webtrees/app/Census/CensusOfDeutschland1900.php
/webtrees/app/Census/CensusOfDeutschland1919.php
/webtrees/app/Census/CensusOfDeutschlandNL1867.php
/webtrees/app/Census/CensusOfEngland.php
/webtrees/app/Census/CensusOfEngland1841.php
/webtrees/app/Census/CensusOfEngland1851.php
/webtrees/app/Census/CensusOfEngland1861.php
/webtrees/app/Census/CensusOfEngland1871.php
/webtrees/app/Census/CensusOfEngland1881.php
/webtrees/app/Census/CensusOfEngland1891.php
/webtrees/app/Census/CensusOfEngland1901.php
/webtrees/app/Census/CensusOfEngland1911.php
/webtrees/app/Census/CensusOfFrance.php
/webtrees/app/Census/CensusOfFrance1831.php
/webtrees/app/Census/CensusOfFrance1836.php
/webtrees/app/Census/CensusOfFrance1841.php
/webtrees/app/Census/CensusOfFrance1846.php
/webtrees/app/Census/CensusOfFrance1851.php
/webtrees/app/Census/CensusOfFrance1856.php
/webtrees/app/Census/CensusOfFrance1861.php
/webtrees/app/Census/CensusOfFrance1866.php
/webtrees/app/Census/CensusOfFrance1872.php
/webtrees/app/Census/CensusOfFrance1876.php
/webtrees/app/Census/CensusOfFrance1881.php
/webtrees/app/Census/CensusOfFrance1886.php
/webtrees/app/Census/CensusOfFrance1891.php
/webtrees/app/Census/CensusOfFrance1896.php
/webtrees/app/Census/CensusOfFrance1901.php
/webtrees/app/Census/CensusOfFrance1906.php
/webtrees/app/Census/CensusOfFrance1911.php
/webtrees/app/Census/CensusOfFrance1921.php
/webtrees/app/Census/CensusOfFrance1926.php
/webtrees/app/Census/CensusOfFrance1931.php
/webtrees/app/Census/CensusOfFrance1936.php
/webtrees/app/Census/CensusOfFrance1946.php
/webtrees/app/Census/CensusOfRhodeIsland.php
/webtrees/app/Census/CensusOfRhodeIsland1905.php
/webtrees/app/Census/CensusOfRhodeIsland1915.php
/webtrees/app/Census/CensusOfRhodeIsland1925.php
/webtrees/app/Census/CensusOfScotland.php
/webtrees/app/Census/CensusOfScotland1841.php
/webtrees/app/Census/CensusOfScotland1851.php
/webtrees/app/Census/CensusOfScotland1861.php
/webtrees/app/Census/CensusOfScotland1871.php
/webtrees/app/Census/CensusOfScotland1881.php
/webtrees/app/Census/CensusOfScotland1891.php
/webtrees/app/Census/CensusOfScotland1901.php
/webtrees/app/Census/CensusOfScotland1911.php
/webtrees/app/Census/CensusOfSlovakia1930.php
/webtrees/app/Census/CensusOfSlovakia1940.php
/webtrees/app/Census/CensusOfUnitedStates.php
/webtrees/app/Census/CensusOfUnitedStates1790.php
/webtrees/app/Census/CensusOfUnitedStates1800.php
/webtrees/app/Census/CensusOfUnitedStates1810.php
/webtrees/app/Census/CensusOfUnitedStates1820.php
/webtrees/app/Census/CensusOfUnitedStates1830.php
/webtrees/app/Census/CensusOfUnitedStates1840.php
/webtrees/app/Census/CensusOfUnitedStates1850.php
/webtrees/app/Census/CensusOfUnitedStates1860.php
/webtrees/app/Census/CensusOfUnitedStates1870.php
/webtrees/app/Census/CensusOfUnitedStates1880.php
/webtrees/app/Census/CensusOfUnitedStates1890.php
/webtrees/app/Census/CensusOfUnitedStates1900.php
/webtrees/app/Census/CensusOfUnitedStates1910.php
/webtrees/app/Census/CensusOfUnitedStates1920.php
/webtrees/app/Census/CensusOfUnitedStates1930.php
/webtrees/app/Census/CensusOfUnitedStates1940.php
/webtrees/app/Census/CensusOfUnitedStates1950.php
/webtrees/app/Census/CensusOfWales.php
/webtrees/app/Census/CensusOfWales1841.php
/webtrees/app/Census/CensusOfWales1851.php
/webtrees/app/Census/CensusOfWales1861.php
/webtrees/app/Census/CensusOfWales1871.php
/webtrees/app/Census/CensusOfWales1881.php
/webtrees/app/Census/CensusOfWales1891.php
/webtrees/app/Census/CensusOfWales1901.php
/webtrees/app/Census/CensusOfWales1911.php
/webtrees/app/Census/CensusPlaceInterface.php
/webtrees/app/Census/RegisterOfEngland1939.php
/webtrees/app/Census/RegisterOfScotland1939.php
/webtrees/app/Census/RegisterOfWales1939.php
/webtrees/app/ColorGenerator.php
/webtrees/app/CommonMark/CensusTableContinueParser.php
/webtrees/app/CommonMark/CensusTableExtension.php
/webtrees/app/CommonMark/CensusTableStartParser.php
/webtrees/app/CommonMark/XrefExtension.php
/webtrees/app/CommonMark/XrefNode.php
/webtrees/app/CommonMark/XrefParser.php
/webtrees/app/CommonMark/XrefRenderer.php
/webtrees/app/Console/ComposerScripts.php
/webtrees/app/Contracts/CacheFactoryInterface.php
/webtrees/app/Contracts/CalendarDateFactoryInterface.php
/webtrees/app/Contracts/ElementFactoryInterface.php
/webtrees/app/Contracts/ElementInterface.php
/webtrees/app/Contracts/EncodingFactoryInterface.php
/webtrees/app/Contracts/FamilyFactoryInterface.php
/webtrees/app/Contracts/FilesystemFactoryInterface.php
/webtrees/app/Contracts/GedcomRecordFactoryInterface.php
/webtrees/app/Contracts/HeaderFactoryInterface.php
/webtrees/app/Contracts/ImageFactoryInterface.php
/webtrees/app/Contracts/IndividualFactoryInterface.php
/webtrees/app/Contracts/LocationFactoryInterface.php
/webtrees/app/Contracts/MarkdownFactoryInterface.php
/webtrees/app/Contracts/MediaFactoryInterface.php
/webtrees/app/Contracts/NoteFactoryInterface.php
/webtrees/app/Contracts/RepositoryFactoryInterface.php
/webtrees/app/Contracts/SlugFactoryInterface.php
/webtrees/app/Contracts/SourceFactoryInterface.php
/webtrees/app/Contracts/SubmissionFactoryInterface.php
/webtrees/app/Contracts/SubmitterFactoryInterface.php
/webtrees/app/Contracts/TimestampFactoryInterface.php
/webtrees/app/Contracts/TimestampInterface.php
/webtrees/app/Contracts/UserInterface.php
/webtrees/app/Contracts/XrefFactoryInterface.php
/webtrees/app/Date.php
/webtrees/app/Date/AbstractCalendarDate.php
/webtrees/app/Date/AbstractGregorianJulianDate.php
/webtrees/app/Date/FrenchDate.php
/webtrees/app/Date/GregorianDate.php
/webtrees/app/Date/HijriDate.php
/webtrees/app/Date/JalaliDate.php
/webtrees/app/Date/JewishDate.php
/webtrees/app/Date/JulianDate.php
/webtrees/app/Date/RomanDate.php
/webtrees/app/DefaultUser.php
/webtrees/app/Elements/AbstractElement.php
/webtrees/app/Elements/AbstractEventElement.php
/webtrees/app/Elements/AbstractExternalLink.php
/webtrees/app/Elements/AbstractXrefElement.php
/webtrees/app/Elements/AddressCity.php
/webtrees/app/Elements/AddressCountry.php
/webtrees/app/Elements/AddressEmail.php
/webtrees/app/Elements/AddressFax.php
/webtrees/app/Elements/AddressLine.php
/webtrees/app/Elements/AddressLine1.php
/webtrees/app/Elements/AddressLine2.php
/webtrees/app/Elements/AddressLine3.php
/webtrees/app/Elements/AddressPostalCode.php
/webtrees/app/Elements/AddressState.php
/webtrees/app/Elements/AddressWebPage.php
/webtrees/app/Elements/AdoptedByWhichParent.php
/webtrees/app/Elements/Adoption.php
/webtrees/app/Elements/AdultChristening.php
/webtrees/app/Elements/AgeAtEvent.php
/webtrees/app/Elements/AncestralFileNumber.php
/webtrees/app/Elements/Annulment.php
/webtrees/app/Elements/ApprovedSystemId.php
/webtrees/app/Elements/AttributeDescriptor.php
/webtrees/app/Elements/AutomatedRecordId.php
/webtrees/app/Elements/Baptism.php
/webtrees/app/Elements/BarMitzvah.php
/webtrees/app/Elements/BasMitzvah.php
/webtrees/app/Elements/Birth.php
/webtrees/app/Elements/Blessing.php
/webtrees/app/Elements/Burial.php
/webtrees/app/Elements/CasteName.php
/webtrees/app/Elements/CauseOfEvent.php
/webtrees/app/Elements/Census.php
/webtrees/app/Elements/CertaintyAssessment.php
/webtrees/app/Elements/Change.php
/webtrees/app/Elements/ChangeDate.php
/webtrees/app/Elements/CharacterSet.php
/webtrees/app/Elements/ChildLinkageStatus.php
/webtrees/app/Elements/Christening.php
/webtrees/app/Elements/Confirmation.php
/webtrees/app/Elements/ContentDescription.php
/webtrees/app/Elements/CopyrightFile.php
/webtrees/app/Elements/CopyrightSourceData.php
/webtrees/app/Elements/CountOfChildren.php
/webtrees/app/Elements/CountOfMarriages.php
/webtrees/app/Elements/Cremation.php
/webtrees/app/Elements/CustomElement.php
/webtrees/app/Elements/CustomEvent.php
/webtrees/app/Elements/CustomFact.php
/webtrees/app/Elements/CustomFamilyEvent.php
/webtrees/app/Elements/CustomIndividualEvent.php
/webtrees/app/Elements/DateLdsOrd.php
/webtrees/app/Elements/DateValue.php
/webtrees/app/Elements/Death.php
/webtrees/app/Elements/DemographicDataType.php
/webtrees/app/Elements/DescriptiveTitle.php
/webtrees/app/Elements/Divorce.php
/webtrees/app/Elements/DivorceFiled.php
/webtrees/app/Elements/Emigration.php
/webtrees/app/Elements/EmptyElement.php
/webtrees/app/Elements/Engagement.php
/webtrees/app/Elements/EntryRecordingDate.php
/webtrees/app/Elements/EventAttributeType.php
/webtrees/app/Elements/EventOrFactClassification.php
/webtrees/app/Elements/EventTypeCitedFrom.php
/webtrees/app/Elements/EventsRecorded.php
/webtrees/app/Elements/FamilyCensus.php
/webtrees/app/Elements/FamilyRecord.php
/webtrees/app/Elements/FamilyResidence.php
/webtrees/app/Elements/FamilySearchFamilyTreeId.php
/webtrees/app/Elements/FamilyStatusText.php
/webtrees/app/Elements/FileName.php
/webtrees/app/Elements/FirstCommunion.php
/webtrees/app/Elements/Form.php
/webtrees/app/Elements/GedcomElement.php
/webtrees/app/Elements/GenerationsOfAncestors.php
/webtrees/app/Elements/GenerationsOfDescendants.php
/webtrees/app/Elements/GovIdType.php
/webtrees/app/Elements/GovIdentifier.php
/webtrees/app/Elements/Graduation.php
/webtrees/app/Elements/HeaderRecord.php
/webtrees/app/Elements/HierarchicalRelationship.php
/webtrees/app/Elements/Immigration.php
/webtrees/app/Elements/IndividualRecord.php
/webtrees/app/Elements/LanguageId.php
/webtrees/app/Elements/LdsBaptism.php
/webtrees/app/Elements/LdsBaptismDateStatus.php
/webtrees/app/Elements/LdsChildSealing.php
/webtrees/app/Elements/LdsChildSealingDateStatus.php
/webtrees/app/Elements/LdsConfirmation.php
/webtrees/app/Elements/LdsEndowment.php
/webtrees/app/Elements/LdsEndowmentDateStatus.php
/webtrees/app/Elements/LdsSpouseSealing.php
/webtrees/app/Elements/LdsSpouseSealingDateStatus.php
/webtrees/app/Elements/LocationRecord.php
/webtrees/app/Elements/MaidenheadLocator.php
/webtrees/app/Elements/Marriage.php
/webtrees/app/Elements/MarriageBanns.php
/webtrees/app/Elements/MarriageContract.php
/webtrees/app/Elements/MarriageLicence.php
/webtrees/app/Elements/MarriageSettlement.php
/webtrees/app/Elements/MarriageType.php
/webtrees/app/Elements/MediaRecord.php
/webtrees/app/Elements/MultimediaFileReference.php
/webtrees/app/Elements/MultimediaFormat.php
/webtrees/app/Elements/NameOfBusiness.php
/webtrees/app/Elements/NameOfFamilyFile.php
/webtrees/app/Elements/NameOfProduct.php
/webtrees/app/Elements/NameOfRepository.php
/webtrees/app/Elements/NameOfSourceData.php
/webtrees/app/Elements/NamePersonal.php
/webtrees/app/Elements/NamePhoneticVariation.php
/webtrees/app/Elements/NamePieceGiven.php
/webtrees/app/Elements/NamePieceNickname.php
/webtrees/app/Elements/NamePiecePrefix.php
/webtrees/app/Elements/NamePieceSuffix.php
/webtrees/app/Elements/NamePieceSurname.php
/webtrees/app/Elements/NamePieceSurnamePrefix.php
/webtrees/app/Elements/NameRomanizedVariation.php
/webtrees/app/Elements/NameType.php
/webtrees/app/Elements/NationOrTribalOrigin.php
/webtrees/app/Elements/NationalIdNumber.php
/webtrees/app/Elements/Naturalization.php
/webtrees/app/Elements/NobilityTypeTitle.php
/webtrees/app/Elements/NoteRecord.php
/webtrees/app/Elements/NoteStructure.php
/webtrees/app/Elements/Occupation.php
/webtrees/app/Elements/OrdinanceProcessFlag.php
/webtrees/app/Elements/Ordination.php
/webtrees/app/Elements/PafUid.php
/webtrees/app/Elements/PedigreeLinkageType.php
/webtrees/app/Elements/PermanentRecordFileNumber.php
/webtrees/app/Elements/PhoneNumber.php
/webtrees/app/Elements/PhoneticType.php
/webtrees/app/Elements/PhysicalDescription.php
/webtrees/app/Elements/PlaceHierarchy.php
/webtrees/app/Elements/PlaceLatitude.php
/webtrees/app/Elements/PlaceLivingOrdinance.php
/webtrees/app/Elements/PlaceLongtitude.php
/webtrees/app/Elements/PlaceName.php
/webtrees/app/Elements/PlacePhoneticVariation.php
/webtrees/app/Elements/PlaceRomanizedVariation.php
/webtrees/app/Elements/Possessions.php
/webtrees/app/Elements/Probate.php
/webtrees/app/Elements/PublicationDate.php
/webtrees/app/Elements/ReceivingSystemName.php
/webtrees/app/Elements/RelationIsDescriptor.php
/webtrees/app/Elements/ReligiousAffiliation.php
/webtrees/app/Elements/RepositoryRecord.php
/webtrees/app/Elements/ResearchTask.php
/webtrees/app/Elements/ResearchTaskPriority.php
/webtrees/app/Elements/ResearchTaskStatus.php
/webtrees/app/Elements/ResearchTaskType.php
/webtrees/app/Elements/Residence.php
/webtrees/app/Elements/ResponsibleAgency.php
/webtrees/app/Elements/RestrictionNotice.php
/webtrees/app/Elements/Retirement.php
/webtrees/app/Elements/RoleInEvent.php
/webtrees/app/Elements/RomanizedType.php
/webtrees/app/Elements/ScholasticAchievement.php
/webtrees/app/Elements/SexValue.php
/webtrees/app/Elements/SexXValue.php
/webtrees/app/Elements/SocialSecurityNumber.php
/webtrees/app/Elements/SourceCallNumber.php
/webtrees/app/Elements/SourceData.php
/webtrees/app/Elements/SourceDescriptiveTitle.php
/webtrees/app/Elements/SourceFiledByEntry.php
/webtrees/app/Elements/SourceJurisdictionPlace.php
/webtrees/app/Elements/SourceMediaType.php
/webtrees/app/Elements/SourceOriginator.php
/webtrees/app/Elements/SourcePublicationFacts.php
/webtrees/app/Elements/SourceRecord.php
/webtrees/app/Elements/SubmissionRecord.php
/webtrees/app/Elements/SubmitterName.php
/webtrees/app/Elements/SubmitterRecord.php
/webtrees/app/Elements/SubmitterRegisteredRfn.php
/webtrees/app/Elements/SubmitterText.php
/webtrees/app/Elements/TempleCode.php
/webtrees/app/Elements/TextFromSource.php
/webtrees/app/Elements/TimeValue.php
/webtrees/app/Elements/TransmissionDate.php
/webtrees/app/Elements/UnknownElement.php
/webtrees/app/Elements/UserReferenceNumber.php
/webtrees/app/Elements/UserReferenceType.php
/webtrees/app/Elements/VersionNumber.php
/webtrees/app/Elements/WebtreesUser.php
/webtrees/app/Elements/WhereWithinSource.php
/webtrees/app/Elements/Will.php
/webtrees/app/Elements/XrefAssociate.php
/webtrees/app/Elements/XrefFamily.php
/webtrees/app/Elements/XrefIndividual.php
/webtrees/app/Elements/XrefLocation.php
/webtrees/app/Elements/XrefMedia.php
/webtrees/app/Elements/XrefNote.php
/webtrees/app/Elements/XrefRepository.php
/webtrees/app/Elements/XrefSource.php
/webtrees/app/Elements/XrefSubmission.php
/webtrees/app/Elements/XrefSubmitter.php
/webtrees/app/Encodings/ANSEL.php
/webtrees/app/Encodings/ASCII.php
/webtrees/app/Encodings/AbstractEncoding.php
/webtrees/app/Encodings/AbstractUTF16Encoding.php
/webtrees/app/Encodings/CP437.php
/webtrees/app/Encodings/CP850.php
/webtrees/app/Encodings/EncodingInterface.php
/webtrees/app/Encodings/ISO88591.php
/webtrees/app/Encodings/ISO88592.php
/webtrees/app/Encodings/MacRoman.php
/webtrees/app/Encodings/UTF16BE.php
/webtrees/app/Encodings/UTF16LE.php
/webtrees/app/Encodings/UTF8.php
/webtrees/app/Encodings/Windows1250.php
/webtrees/app/Encodings/Windows1251.php
/webtrees/app/Encodings/Windows1252.php
/webtrees/app/Exceptions/FileUploadException.php
/webtrees/app/Exceptions/GedcomErrorException.php
/webtrees/app/Exceptions/InvalidGedcomEncodingException.php
/webtrees/app/Fact.php
/webtrees/app/Factories/AbstractGedcomRecordFactory.php
/webtrees/app/Factories/CacheFactory.php
/webtrees/app/Factories/CalendarDateFactory.php
/webtrees/app/Factories/ElementFactory.php
/webtrees/app/Factories/EncodingFactory.php
/webtrees/app/Factories/FamilyFactory.php
/webtrees/app/Factories/FilesystemFactory.php
/webtrees/app/Factories/GedcomRecordFactory.php
/webtrees/app/Factories/HeaderFactory.php
/webtrees/app/Factories/ImageFactory.php
/webtrees/app/Factories/IndividualFactory.php
/webtrees/app/Factories/LocationFactory.php
/webtrees/app/Factories/MarkdownFactory.php
/webtrees/app/Factories/MediaFactory.php
/webtrees/app/Factories/NoteFactory.php
/webtrees/app/Factories/RepositoryFactory.php
/webtrees/app/Factories/SlugFactory.php
/webtrees/app/Factories/SourceFactory.php
/webtrees/app/Factories/SubmissionFactory.php
/webtrees/app/Factories/SubmitterFactory.php
/webtrees/app/Factories/TimestampFactory.php
/webtrees/app/Factories/XrefFactory.php
/webtrees/app/Family.php
/webtrees/app/FlashMessages.php
/webtrees/app/Gedcom.php
/webtrees/app/GedcomRecord.php
/webtrees/app/GuestUser.php
/webtrees/app/Header.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Html.php
/webtrees/app/Http/Exceptions/HttpAccessDeniedException.php
/webtrees/app/Http/Exceptions/HttpBadRequestException.php
/webtrees/app/Http/Exceptions/HttpException.php
/webtrees/app/Http/Exceptions/HttpNotFoundException.php
/webtrees/app/Http/Exceptions/HttpServerErrorException.php
/webtrees/app/Http/Exceptions/HttpServiceUnavailableException.php
/webtrees/app/Http/Exceptions/HttpTooManyRequestsException.php
/webtrees/app/Http/Middleware/AuthAdministrator.php
/webtrees/app/Http/Middleware/AuthEditor.php
/webtrees/app/Http/Middleware/AuthLoggedIn.php
/webtrees/app/Http/Middleware/AuthManager.php
/webtrees/app/Http/Middleware/AuthMember.php
/webtrees/app/Http/Middleware/AuthModerator.php
/webtrees/app/Http/Middleware/BadBotBlocker.php
/webtrees/app/Http/Middleware/BaseUrl.php
/webtrees/app/Http/Middleware/BootModules.php
/webtrees/app/Http/Middleware/CheckCsrf.php
/webtrees/app/Http/Middleware/CheckForMaintenanceMode.php
/webtrees/app/Http/Middleware/ClientIp.php
/webtrees/app/Http/Middleware/CompressResponse.php
/webtrees/app/Http/Middleware/ContentLength.php
/webtrees/app/Http/Middleware/DoHousekeeping.php
/webtrees/app/Http/Middleware/EmitResponse.php
/webtrees/app/Http/Middleware/HandleExceptions.php
/webtrees/app/Http/Middleware/LoadRoutes.php
/webtrees/app/Http/Middleware/NoRouteFound.php
/webtrees/app/Http/Middleware/PhpEnvironment.php
/webtrees/app/Http/Middleware/ReadConfigIni.php
/webtrees/app/Http/Middleware/RequestHandler.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/SecurityHeaders.php
/webtrees/app/Http/Middleware/UpdateDatabaseSchema.php
/webtrees/app/Http/Middleware/UseDatabase.php
/webtrees/app/Http/Middleware/UseLanguage.php
/webtrees/app/Http/Middleware/UseSession.php
/webtrees/app/Http/Middleware/UseTheme.php
/webtrees/app/Http/Middleware/UseTransaction.php
/webtrees/app/Http/RequestHandlers/AbstractAutocompleteHandler.php
/webtrees/app/Http/RequestHandlers/AbstractModuleComponentAction.php
/webtrees/app/Http/RequestHandlers/AbstractModuleComponentPage.php
/webtrees/app/Http/RequestHandlers/AbstractTomSelectHandler.php
/webtrees/app/Http/RequestHandlers/AccountDelete.php
/webtrees/app/Http/RequestHandlers/AccountEdit.php
/webtrees/app/Http/RequestHandlers/AccountUpdate.php
/webtrees/app/Http/RequestHandlers/AddChildToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AddChildToFamilyPage.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddMediaFileAction.php
/webtrees/app/Http/RequestHandlers/AddMediaFileModal.php
/webtrees/app/Http/RequestHandlers/AddNewFact.php
/webtrees/app/Http/RequestHandlers/AddParentToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddParentToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyPage.php
/webtrees/app/Http/RequestHandlers/AddSpouseToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddSpouseToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddUnlinkedAction.php
/webtrees/app/Http/RequestHandlers/AddUnlinkedPage.php
/webtrees/app/Http/RequestHandlers/AdminMediaFileDownload.php
/webtrees/app/Http/RequestHandlers/AdminMediaFileThumbnail.php
/webtrees/app/Http/RequestHandlers/AppleTouchIconPng.php
/webtrees/app/Http/RequestHandlers/AutoCompleteCitation.php
/webtrees/app/Http/RequestHandlers/AutoCompleteFolder.php
/webtrees/app/Http/RequestHandlers/AutoCompletePlace.php
/webtrees/app/Http/RequestHandlers/AutoCompleteSurname.php
/webtrees/app/Http/RequestHandlers/BroadcastAction.php
/webtrees/app/Http/RequestHandlers/BroadcastPage.php
/webtrees/app/Http/RequestHandlers/BrowserconfigXml.php
/webtrees/app/Http/RequestHandlers/CalendarAction.php
/webtrees/app/Http/RequestHandlers/CalendarEvents.php
/webtrees/app/Http/RequestHandlers/CalendarPage.php
/webtrees/app/Http/RequestHandlers/ChangeFamilyMembersAction.php
/webtrees/app/Http/RequestHandlers/ChangeFamilyMembersPage.php
/webtrees/app/Http/RequestHandlers/CheckTree.php
/webtrees/app/Http/RequestHandlers/CleanDataFolder.php
/webtrees/app/Http/RequestHandlers/ContactAction.php
/webtrees/app/Http/RequestHandlers/ContactPage.php
/webtrees/app/Http/RequestHandlers/ControlPanel.php
/webtrees/app/Http/RequestHandlers/CopyFact.php
/webtrees/app/Http/RequestHandlers/CreateLocationAction.php
/webtrees/app/Http/RequestHandlers/CreateLocationModal.php
/webtrees/app/Http/RequestHandlers/CreateMediaObjectAction.php
/webtrees/app/Http/RequestHandlers/CreateMediaObjectFromFile.php
/webtrees/app/Http/RequestHandlers/CreateMediaObjectModal.php
/webtrees/app/Http/RequestHandlers/CreateNoteAction.php
/webtrees/app/Http/RequestHandlers/CreateNoteModal.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryAction.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryModal.php
/webtrees/app/Http/RequestHandlers/CreateSourceAction.php
/webtrees/app/Http/RequestHandlers/CreateSourceModal.php
/webtrees/app/Http/RequestHandlers/CreateSubmissionAction.php
/webtrees/app/Http/RequestHandlers/CreateSubmissionModal.php
/webtrees/app/Http/RequestHandlers/CreateSubmitterAction.php
/webtrees/app/Http/RequestHandlers/CreateSubmitterModal.php
/webtrees/app/Http/RequestHandlers/CreateTreeAction.php
/webtrees/app/Http/RequestHandlers/CreateTreePage.php
/webtrees/app/Http/RequestHandlers/DataFixChoose.php
/webtrees/app/Http/RequestHandlers/DataFixData.php
/webtrees/app/Http/RequestHandlers/DataFixPage.php
/webtrees/app/Http/RequestHandlers/DataFixPreview.php
/webtrees/app/Http/RequestHandlers/DataFixSelect.php
/webtrees/app/Http/RequestHandlers/DataFixUpdate.php
/webtrees/app/Http/RequestHandlers/DataFixUpdateAll.php
/webtrees/app/Http/RequestHandlers/DeleteFact.php
/webtrees/app/Http/RequestHandlers/DeletePath.php
/webtrees/app/Http/RequestHandlers/DeleteRecord.php
/webtrees/app/Http/RequestHandlers/DeleteTreeAction.php
/webtrees/app/Http/RequestHandlers/DeleteUser.php
/webtrees/app/Http/RequestHandlers/EditFactAction.php
/webtrees/app/Http/RequestHandlers/EditFactPage.php
/webtrees/app/Http/RequestHandlers/EditMediaFileAction.php
/webtrees/app/Http/RequestHandlers/EditMediaFileModal.php
/webtrees/app/Http/RequestHandlers/EditNoteAction.php
/webtrees/app/Http/RequestHandlers/EditNotePage.php
/webtrees/app/Http/RequestHandlers/EditRawFactAction.php
/webtrees/app/Http/RequestHandlers/EditRawFactPage.php
/webtrees/app/Http/RequestHandlers/EditRawRecordAction.php
/webtrees/app/Http/RequestHandlers/EditRawRecordPage.php
/webtrees/app/Http/RequestHandlers/EditRecordAction.php
/webtrees/app/Http/RequestHandlers/EditRecordPage.php
/webtrees/app/Http/RequestHandlers/EmailPreferencesAction.php
/webtrees/app/Http/RequestHandlers/EmailPreferencesPage.php
/webtrees/app/Http/RequestHandlers/EmptyClipboard.php
/webtrees/app/Http/RequestHandlers/ExportGedcomClient.php
/webtrees/app/Http/RequestHandlers/ExportGedcomPage.php
/webtrees/app/Http/RequestHandlers/ExportGedcomServer.php
/webtrees/app/Http/RequestHandlers/FamilyPage.php
/webtrees/app/Http/RequestHandlers/FaviconIco.php
/webtrees/app/Http/RequestHandlers/FindDuplicateRecords.php
/webtrees/app/Http/RequestHandlers/FixLevel0MediaAction.php
/webtrees/app/Http/RequestHandlers/FixLevel0MediaData.php
/webtrees/app/Http/RequestHandlers/FixLevel0MediaPage.php
/webtrees/app/Http/RequestHandlers/GedcomLoad.php
/webtrees/app/Http/RequestHandlers/GedcomRecordPage.php
/webtrees/app/Http/RequestHandlers/HeaderPage.php
/webtrees/app/Http/RequestHandlers/HelpText.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/ImportGedcomAction.php
/webtrees/app/Http/RequestHandlers/ImportGedcomPage.php
/webtrees/app/Http/RequestHandlers/ImportThumbnailsAction.php
/webtrees/app/Http/RequestHandlers/ImportThumbnailsData.php
/webtrees/app/Http/RequestHandlers/ImportThumbnailsPage.php
/webtrees/app/Http/RequestHandlers/IndividualPage.php
/webtrees/app/Http/RequestHandlers/LinkChildToFamilyAction.php
/webtrees/app/Http/RequestHandlers/LinkChildToFamilyPage.php
/webtrees/app/Http/RequestHandlers/LinkMediaToFamilyModal.php
/webtrees/app/Http/RequestHandlers/LinkMediaToIndividualModal.php
/webtrees/app/Http/RequestHandlers/LinkMediaToRecordAction.php
/webtrees/app/Http/RequestHandlers/LinkMediaToSourceModal.php
/webtrees/app/Http/RequestHandlers/LinkSpouseToIndividualAction.php
/webtrees/app/Http/RequestHandlers/LinkSpouseToIndividualPage.php
/webtrees/app/Http/RequestHandlers/LocationPage.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/Logout.php
/webtrees/app/Http/RequestHandlers/ManageMediaAction.php
/webtrees/app/Http/RequestHandlers/ManageMediaData.php
/webtrees/app/Http/RequestHandlers/ManageMediaPage.php
/webtrees/app/Http/RequestHandlers/ManageTrees.php
/webtrees/app/Http/RequestHandlers/MapDataAdd.php
/webtrees/app/Http/RequestHandlers/MapDataDelete.php
/webtrees/app/Http/RequestHandlers/MapDataDeleteUnused.php
/webtrees/app/Http/RequestHandlers/MapDataEdit.php
/webtrees/app/Http/RequestHandlers/MapDataExportCSV.php
/webtrees/app/Http/RequestHandlers/MapDataExportGeoJson.php
/webtrees/app/Http/RequestHandlers/MapDataImportAction.php
/webtrees/app/Http/RequestHandlers/MapDataImportPage.php
/webtrees/app/Http/RequestHandlers/MapDataList.php
/webtrees/app/Http/RequestHandlers/MapDataSave.php
/webtrees/app/Http/RequestHandlers/Masquerade.php
/webtrees/app/Http/RequestHandlers/MediaFileDownload.php
/webtrees/app/Http/RequestHandlers/MediaFileThumbnail.php
/webtrees/app/Http/RequestHandlers/MediaPage.php
/webtrees/app/Http/RequestHandlers/MergeFactsAction.php
/webtrees/app/Http/RequestHandlers/MergeFactsPage.php
/webtrees/app/Http/RequestHandlers/MergeRecordsAction.php
/webtrees/app/Http/RequestHandlers/MergeRecordsPage.php
/webtrees/app/Http/RequestHandlers/MergeTreesAction.php
/webtrees/app/Http/RequestHandlers/MergeTreesPage.php
/webtrees/app/Http/RequestHandlers/MessageAction.php
/webtrees/app/Http/RequestHandlers/MessagePage.php
/webtrees/app/Http/RequestHandlers/MessageSelect.php
/webtrees/app/Http/RequestHandlers/ModuleAction.php
/webtrees/app/Http/RequestHandlers/ModuleDeleteSettings.php
/webtrees/app/Http/RequestHandlers/ModulesAllPage.php
/webtrees/app/Http/RequestHandlers/ModulesAnalyticsPage.php
/webtrees/app/Http/RequestHandlers/ModulesBlocksPage.php
/webtrees/app/Http/RequestHandlers/ModulesChartsPage.php
/webtrees/app/Http/RequestHandlers/ModulesCustomTagsAction.php
/webtrees/app/Http/RequestHandlers/ModulesCustomTagsPage.php
/webtrees/app/Http/RequestHandlers/ModulesDataFixesPage.php
/webtrees/app/Http/RequestHandlers/ModulesFootersPage.php
/webtrees/app/Http/RequestHandlers/ModulesHistoricEventsPage.php
/webtrees/app/Http/RequestHandlers/ModulesLanguagesPage.php
/webtrees/app/Http/RequestHandlers/ModulesListsPage.php
/webtrees/app/Http/RequestHandlers/ModulesMapAutocompletePage.php
/webtrees/app/Http/RequestHandlers/ModulesMapGeoLocationsPage.php
/webtrees/app/Http/RequestHandlers/ModulesMapLinksPage.php
/webtrees/app/Http/RequestHandlers/ModulesMapProvidersPage.php
/webtrees/app/Http/RequestHandlers/ModulesMenusPage.php
/webtrees/app/Http/RequestHandlers/ModulesReportsPage.php
/webtrees/app/Http/RequestHandlers/ModulesSharesPage.php
/webtrees/app/Http/RequestHandlers/ModulesSidebarsPage.php
/webtrees/app/Http/RequestHandlers/ModulesTabsPage.php
/webtrees/app/Http/RequestHandlers/ModulesThemesPage.php
/webtrees/app/Http/RequestHandlers/NotePage.php
/webtrees/app/Http/RequestHandlers/PasswordRequestAction.php
/webtrees/app/Http/RequestHandlers/PasswordRequestPage.php
/webtrees/app/Http/RequestHandlers/PasswordResetAction.php
/webtrees/app/Http/RequestHandlers/PasswordResetPage.php
/webtrees/app/Http/RequestHandlers/PasteFact.php
/webtrees/app/Http/RequestHandlers/PendingChanges.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptTree.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogAction.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogData.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDelete.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDownload.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogPage.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectTree.php
/webtrees/app/Http/RequestHandlers/PhpInformation.php
/webtrees/app/Http/RequestHandlers/Ping.php
/webtrees/app/Http/RequestHandlers/RedirectAncestryPhp.php
/webtrees/app/Http/RequestHandlers/RedirectBranchesPhp.php
/webtrees/app/Http/RequestHandlers/RedirectCalendarPhp.php
/webtrees/app/Http/RequestHandlers/RedirectCompactPhp.php
/webtrees/app/Http/RequestHandlers/RedirectDescendencyPhp.php
/webtrees/app/Http/RequestHandlers/RedirectFamListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectFamilyBookPhp.php
/webtrees/app/Http/RequestHandlers/RedirectFamilyPhp.php
/webtrees/app/Http/RequestHandlers/RedirectFanChartPhp.php
/webtrees/app/Http/RequestHandlers/RedirectGedRecordPhp.php
/webtrees/app/Http/RequestHandlers/RedirectHourGlassPhp.php
/webtrees/app/Http/RequestHandlers/RedirectIndiListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectIndividualPhp.php
/webtrees/app/Http/RequestHandlers/RedirectLifeSpanPhp.php
/webtrees/app/Http/RequestHandlers/RedirectMediaListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectMediaViewerPhp.php
/webtrees/app/Http/RequestHandlers/RedirectModulePhp.php
/webtrees/app/Http/RequestHandlers/RedirectNoteListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectNotePhp.php
/webtrees/app/Http/RequestHandlers/RedirectPedigreePhp.php
/webtrees/app/Http/RequestHandlers/RedirectPlaceListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectRelationshipPhp.php
/webtrees/app/Http/RequestHandlers/RedirectRepoListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectReportEnginePhp.php
/webtrees/app/Http/RequestHandlers/RedirectRepositoryPhp.php
/webtrees/app/Http/RequestHandlers/RedirectSourceListPhp.php
/webtrees/app/Http/RequestHandlers/RedirectSourcePhp.php
/webtrees/app/Http/RequestHandlers/RedirectStatisticsPhp.php
/webtrees/app/Http/RequestHandlers/RedirectTimeLinePhp.php
/webtrees/app/Http/RequestHandlers/RegisterAction.php
/webtrees/app/Http/RequestHandlers/RegisterPage.php
/webtrees/app/Http/RequestHandlers/RenumberTreeAction.php
/webtrees/app/Http/RequestHandlers/RenumberTreePage.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenAction.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenPage.php
/webtrees/app/Http/RequestHandlers/ReorderFamiliesAction.php
/webtrees/app/Http/RequestHandlers/ReorderFamiliesPage.php
/webtrees/app/Http/RequestHandlers/ReorderMediaAction.php
/webtrees/app/Http/RequestHandlers/ReorderMediaPage.php
/webtrees/app/Http/RequestHandlers/ReorderNamesAction.php
/webtrees/app/Http/RequestHandlers/ReorderNamesPage.php
/webtrees/app/Http/RequestHandlers/ReportGenerate.php
/webtrees/app/Http/RequestHandlers/ReportListAction.php
/webtrees/app/Http/RequestHandlers/ReportListPage.php
/webtrees/app/Http/RequestHandlers/ReportSetupAction.php
/webtrees/app/Http/RequestHandlers/ReportSetupPage.php
/webtrees/app/Http/RequestHandlers/RepositoryPage.php
/webtrees/app/Http/RequestHandlers/RobotsTxt.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedAction.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedPage.php
/webtrees/app/Http/RequestHandlers/SearchGeneralAction.php
/webtrees/app/Http/RequestHandlers/SearchGeneralPage.php
/webtrees/app/Http/RequestHandlers/SearchPhoneticAction.php
/webtrees/app/Http/RequestHandlers/SearchPhoneticPage.php
/webtrees/app/Http/RequestHandlers/SearchQuickAction.php
/webtrees/app/Http/RequestHandlers/SearchReplaceAction.php
/webtrees/app/Http/RequestHandlers/SearchReplacePage.php
/webtrees/app/Http/RequestHandlers/SelectDefaultTree.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectNewFact.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Http/RequestHandlers/SetupWizard.php
/webtrees/app/Http/RequestHandlers/SiteLogsAction.php
/webtrees/app/Http/RequestHandlers/SiteLogsData.php
/webtrees/app/Http/RequestHandlers/SiteLogsDelete.php
/webtrees/app/Http/RequestHandlers/SiteLogsDownload.php
/webtrees/app/Http/RequestHandlers/SiteLogsPage.php
/webtrees/app/Http/RequestHandlers/SitePreferencesAction.php
/webtrees/app/Http/RequestHandlers/SitePreferencesPage.php
/webtrees/app/Http/RequestHandlers/SiteRegistrationAction.php
/webtrees/app/Http/RequestHandlers/SiteRegistrationPage.php
/webtrees/app/Http/RequestHandlers/SiteTagsAction.php
/webtrees/app/Http/RequestHandlers/SiteTagsPage.php
/webtrees/app/Http/RequestHandlers/SourcePage.php
/webtrees/app/Http/RequestHandlers/SubmissionPage.php
/webtrees/app/Http/RequestHandlers/SubmitterPage.php
/webtrees/app/Http/RequestHandlers/SynchronizeTrees.php
/webtrees/app/Http/RequestHandlers/TomSelectFamily.php
/webtrees/app/Http/RequestHandlers/TomSelectIndividual.php
/webtrees/app/Http/RequestHandlers/TomSelectLocation.php
/webtrees/app/Http/RequestHandlers/TomSelectMediaObject.php
/webtrees/app/Http/RequestHandlers/TomSelectNote.php
/webtrees/app/Http/RequestHandlers/TomSelectPlace.php
/webtrees/app/Http/RequestHandlers/TomSelectRepository.php
/webtrees/app/Http/RequestHandlers/TomSelectSource.php
/webtrees/app/Http/RequestHandlers/TomSelectSubmission.php
/webtrees/app/Http/RequestHandlers/TomSelectSubmitter.php
/webtrees/app/Http/RequestHandlers/TreePage.php
/webtrees/app/Http/RequestHandlers/TreePageBlock.php
/webtrees/app/Http/RequestHandlers/TreePageBlockEdit.php
/webtrees/app/Http/RequestHandlers/TreePageBlockUpdate.php
/webtrees/app/Http/RequestHandlers/TreePageDefaultEdit.php
/webtrees/app/Http/RequestHandlers/TreePageDefaultUpdate.php
/webtrees/app/Http/RequestHandlers/TreePageEdit.php
/webtrees/app/Http/RequestHandlers/TreePageUpdate.php
/webtrees/app/Http/RequestHandlers/TreePreferencesAction.php
/webtrees/app/Http/RequestHandlers/TreePreferencesPage.php
/webtrees/app/Http/RequestHandlers/TreePrivacyAction.php
/webtrees/app/Http/RequestHandlers/TreePrivacyPage.php
/webtrees/app/Http/RequestHandlers/UnconnectedAction.php
/webtrees/app/Http/RequestHandlers/UnconnectedPage.php
/webtrees/app/Http/RequestHandlers/UpgradeWizardConfirm.php
/webtrees/app/Http/RequestHandlers/UpgradeWizardPage.php
/webtrees/app/Http/RequestHandlers/UpgradeWizardStep.php
/webtrees/app/Http/RequestHandlers/UploadMediaAction.php
/webtrees/app/Http/RequestHandlers/UploadMediaPage.php
/webtrees/app/Http/RequestHandlers/UserAddAction.php
/webtrees/app/Http/RequestHandlers/UserAddPage.php
/webtrees/app/Http/RequestHandlers/UserEditAction.php
/webtrees/app/Http/RequestHandlers/UserEditPage.php
/webtrees/app/Http/RequestHandlers/UserListData.php
/webtrees/app/Http/RequestHandlers/UserListPage.php
/webtrees/app/Http/RequestHandlers/UserPage.php
/webtrees/app/Http/RequestHandlers/UserPageBlock.php
/webtrees/app/Http/RequestHandlers/UserPageBlockEdit.php
/webtrees/app/Http/RequestHandlers/UserPageBlockUpdate.php
/webtrees/app/Http/RequestHandlers/UserPageDefaultEdit.php
/webtrees/app/Http/RequestHandlers/UserPageDefaultUpdate.php
/webtrees/app/Http/RequestHandlers/UserPageEdit.php
/webtrees/app/Http/RequestHandlers/UserPageUpdate.php
/webtrees/app/Http/RequestHandlers/UsersCleanupAction.php
/webtrees/app/Http/RequestHandlers/UsersCleanupPage.php
/webtrees/app/Http/RequestHandlers/VerifyEmail.php
/webtrees/app/Http/RequestHandlers/WebmanifestJson.php
/webtrees/app/Http/Routes/ApiRoutes.php
/webtrees/app/Http/Routes/WebRoutes.php
/webtrees/app/Http/ViewResponseTrait.php
/webtrees/app/I18N.php
/webtrees/app/Individual.php
/webtrees/app/Location.php
/webtrees/app/Log.php
/webtrees/app/Media.php
/webtrees/app/MediaFile.php
/webtrees/app/Menu.php
/webtrees/app/Mime.php
/webtrees/app/Module/AbstractModule.php
/webtrees/app/Module/AhnentafelReportModule.php
/webtrees/app/Module/AlbumModule.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/AustrianHistoricEvents.php
/webtrees/app/Module/AustrianPresidents.php
/webtrees/app/Module/BingMaps.php
/webtrees/app/Module/BingWebmasterToolsModule.php
/webtrees/app/Module/BirthDeathMarriageReportModule.php
/webtrees/app/Module/BirthReportModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/BritishMonarchs.php
/webtrees/app/Module/BritishPrimeMinisters.php
/webtrees/app/Module/BritishSocialHistory.php
/webtrees/app/Module/CalendarMenuModule.php
/webtrees/app/Module/CemeteryReportModule.php
/webtrees/app/Module/CensusAssistantModule.php
/webtrees/app/Module/ChangeReportModule.php
/webtrees/app/Module/ChartsBlockModule.php
/webtrees/app/Module/ChartsMenuModule.php
/webtrees/app/Module/CkeditorModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/CloudsTheme.php
/webtrees/app/Module/ColorsTheme.php
/webtrees/app/Module/CompactTreeChartModule.php
/webtrees/app/Module/ContactsFooterModule.php
/webtrees/app/Module/CustomCssJsModule.php
/webtrees/app/Module/CustomTagsAncestry.php
/webtrees/app/Module/CustomTagsBrothersKeeper.php
/webtrees/app/Module/CustomTagsFamilySearch.php
/webtrees/app/Module/CustomTagsFamilyTreeBuilder.php
/webtrees/app/Module/CustomTagsFamilyTreeMaker.php
/webtrees/app/Module/CustomTagsGedcom53.php
/webtrees/app/Module/CustomTagsGedcomL.php
/webtrees/app/Module/CustomTagsGenPluswin.php
/webtrees/app/Module/CustomTagsLegacy.php
/webtrees/app/Module/CustomTagsPersonalAncestralFile.php
/webtrees/app/Module/CustomTagsPhpGedView.php
/webtrees/app/Module/CustomTagsReunion.php
/webtrees/app/Module/CustomTagsRootsMagic.php
/webtrees/app/Module/CustomTagsTheMasterGenealogist.php
/webtrees/app/Module/CustomTagsWebtrees.php
/webtrees/app/Module/CzechMonarchsAndPresidents.php
/webtrees/app/Module/DeathReportModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/DescendancyReportModule.php
/webtrees/app/Module/DutchMonarchs.php
/webtrees/app/Module/DutchPrimeMinisters.php
/webtrees/app/Module/EsriMaps.php
/webtrees/app/Module/FabTheme.php
/webtrees/app/Module/FactSourcesReportModule.php
/webtrees/app/Module/FamilyBookChartModule.php
/webtrees/app/Module/FamilyGroupReportModule.php
/webtrees/app/Module/FamilyListModule.php
/webtrees/app/Module/FamilyNavigatorModule.php
/webtrees/app/Module/FamilyTreeFavoritesModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/FamilyTreeStatisticsModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/FixCemeteryTag.php
/webtrees/app/Module/FixDuplicateLinks.php
/webtrees/app/Module/FixMissingDeaths.php
/webtrees/app/Module/FixNameSlashesAndSpaces.php
/webtrees/app/Module/FixNameTags.php
/webtrees/app/Module/FixPlaceNames.php
/webtrees/app/Module/FixPrimaryTag.php
/webtrees/app/Module/FixSearchAndReplace.php
/webtrees/app/Module/FrenchHistory.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/GeonamesAutocomplete.php
/webtrees/app/Module/GoogleAnalyticsModule.php
/webtrees/app/Module/GoogleMaps.php
/webtrees/app/Module/GoogleWebmasterToolsModule.php
/webtrees/app/Module/HereMaps.php
/webtrees/app/Module/HitCountFooterModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/HtmlBlockModule.php
/webtrees/app/Module/IndividualFactsTabModule.php
/webtrees/app/Module/IndividualFamiliesReportModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/IndividualMetadataModule.php
/webtrees/app/Module/IndividualReportModule.php
/webtrees/app/Module/InteractiveTree/TreeView.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/LanguageAfrikaans.php
/webtrees/app/Module/LanguageAlbanian.php
/webtrees/app/Module/LanguageArabic.php
/webtrees/app/Module/LanguageBosnian.php
/webtrees/app/Module/LanguageBulgarian.php
/webtrees/app/Module/LanguageCatalan.php
/webtrees/app/Module/LanguageChineseSimplified.php
/webtrees/app/Module/LanguageChineseTraditional.php
/webtrees/app/Module/LanguageCroatian.php
/webtrees/app/Module/LanguageCzech.php
/webtrees/app/Module/LanguageDanish.php
/webtrees/app/Module/LanguageDivehi.php
/webtrees/app/Module/LanguageDutch.php
/webtrees/app/Module/LanguageEnglishAustralia.php
/webtrees/app/Module/LanguageEnglishGreatBritain.php
/webtrees/app/Module/LanguageEnglishUnitedStates.php
/webtrees/app/Module/LanguageEstonian.php
/webtrees/app/Module/LanguageFaroese.php
/webtrees/app/Module/LanguageFarsi.php
/webtrees/app/Module/LanguageFinnish.php
/webtrees/app/Module/LanguageFrench.php
/webtrees/app/Module/LanguageFrenchCanada.php
/webtrees/app/Module/LanguageGalician.php
/webtrees/app/Module/LanguageGeorgian.php
/webtrees/app/Module/LanguageGerman.php
/webtrees/app/Module/LanguageGreek.php
/webtrees/app/Module/LanguageHebrew.php
/webtrees/app/Module/LanguageHindi.php
/webtrees/app/Module/LanguageHungarian.php
/webtrees/app/Module/LanguageIcelandic.php
/webtrees/app/Module/LanguageIndonesian.php
/webtrees/app/Module/LanguageItalian.php
/webtrees/app/Module/LanguageJapanese.php
/webtrees/app/Module/LanguageJavanese.php
/webtrees/app/Module/LanguageKazhak.php
/webtrees/app/Module/LanguageKorean.php
/webtrees/app/Module/LanguageKurdish.php
/webtrees/app/Module/LanguageLatvian.php
/webtrees/app/Module/LanguageLingala.php
/webtrees/app/Module/LanguageLithuanian.php
/webtrees/app/Module/LanguageMalay.php
/webtrees/app/Module/LanguageMaori.php
/webtrees/app/Module/LanguageMarathi.php
/webtrees/app/Module/LanguageNepalese.php
/webtrees/app/Module/LanguageNorwegianBokmal.php
/webtrees/app/Module/LanguageNorwegianNynorsk.php
/webtrees/app/Module/LanguageOccitan.php
/webtrees/app/Module/LanguagePolish.php
/webtrees/app/Module/LanguagePortuguese.php
/webtrees/app/Module/LanguagePortugueseBrazil.php
/webtrees/app/Module/LanguageRomanian.php
/webtrees/app/Module/LanguageRussian.php
/webtrees/app/Module/LanguageSerbian.php
/webtrees/app/Module/LanguageSerbianLatin.php
/webtrees/app/Module/LanguageSlovakian.php
/webtrees/app/Module/LanguageSlovenian.php
/webtrees/app/Module/LanguageSpanish.php
/webtrees/app/Module/LanguageSundanese.php
/webtrees/app/Module/LanguageSwahili.php
/webtrees/app/Module/LanguageSwedish.php
/webtrees/app/Module/LanguageTagalog.php
/webtrees/app/Module/LanguageTamil.php
/webtrees/app/Module/LanguageTatar.php
/webtrees/app/Module/LanguageThai.php
/webtrees/app/Module/LanguageTurkish.php
/webtrees/app/Module/LanguageUkranian.php
/webtrees/app/Module/LanguageUrdu.php
/webtrees/app/Module/LanguageVietnamese.php
/webtrees/app/Module/LanguageWelsh.php
/webtrees/app/Module/LanguageYiddish.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/ListsMenuModule.php
/webtrees/app/Module/LocationListModule.php
/webtrees/app/Module/LoggedInUsersModule.php
/webtrees/app/Module/LoginBlockModule.php
/webtrees/app/Module/LowCountriesRulers.php
/webtrees/app/Module/MapBox.php
/webtrees/app/Module/MapGeoLocationGeonames.php
/webtrees/app/Module/MapGeoLocationNominatim.php
/webtrees/app/Module/MapGeoLocationOpenRouteService.php
/webtrees/app/Module/MapLinkBing.php
/webtrees/app/Module/MapLinkGoogle.php
/webtrees/app/Module/MapLinkOpenStreetMap.php
/webtrees/app/Module/MarriageReportModule.php
/webtrees/app/Module/MatomoAnalyticsModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/MediaTabModule.php
/webtrees/app/Module/MinimalTheme.php
/webtrees/app/Module/MissingFactsReportModule.php
/webtrees/app/Module/ModuleAnalyticsInterface.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleBlockInterface.php
/webtrees/app/Module/ModuleBlockTrait.php
/webtrees/app/Module/ModuleChartInterface.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleConfigInterface.php
/webtrees/app/Module/ModuleConfigTrait.php
/webtrees/app/Module/ModuleCustomInterface.php
/webtrees/app/Module/ModuleCustomTagsInterface.php
/webtrees/app/Module/ModuleCustomTagsTrait.php
/webtrees/app/Module/ModuleCustomTrait.php
/webtrees/app/Module/ModuleDataFixInterface.php
/webtrees/app/Module/ModuleDataFixTrait.php
/webtrees/app/Module/ModuleExternalUrlInterface.php
/webtrees/app/Module/ModuleExternalUrlTrait.php
/webtrees/app/Module/ModuleFooterInterface.php
/webtrees/app/Module/ModuleFooterTrait.php
/webtrees/app/Module/ModuleGlobalInterface.php
/webtrees/app/Module/ModuleGlobalTrait.php
/webtrees/app/Module/ModuleHistoricEventsInterface.php
/webtrees/app/Module/ModuleHistoricEventsTrait.php
/webtrees/app/Module/ModuleInterface.php
/webtrees/app/Module/ModuleLanguageInterface.php
/webtrees/app/Module/ModuleLanguageTrait.php
/webtrees/app/Module/ModuleListInterface.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/ModuleMapAutocompleteInterface.php
/webtrees/app/Module/ModuleMapAutocompleteTrait.php
/webtrees/app/Module/ModuleMapGeoLocationInterface.php
/webtrees/app/Module/ModuleMapGeoLocationTrait.php
/webtrees/app/Module/ModuleMapLinkInterface.php
/webtrees/app/Module/ModuleMapLinkTrait.php
/webtrees/app/Module/ModuleMapProviderInterface.php
/webtrees/app/Module/ModuleMapProviderTrait.php
/webtrees/app/Module/ModuleMenuInterface.php
/webtrees/app/Module/ModuleMenuTrait.php
/webtrees/app/Module/ModuleReportInterface.php
/webtrees/app/Module/ModuleReportTrait.php
/webtrees/app/Module/ModuleShareInterface.php
/webtrees/app/Module/ModuleShareTrait.php
/webtrees/app/Module/ModuleSidebarInterface.php
/webtrees/app/Module/ModuleSidebarTrait.php
/webtrees/app/Module/ModuleTabInterface.php
/webtrees/app/Module/ModuleTabTrait.php
/webtrees/app/Module/ModuleThemeInterface.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/NoteListModule.php
/webtrees/app/Module/NotesTabModule.php
/webtrees/app/Module/OccupationReportModule.php
/webtrees/app/Module/OnThisDayModule.php
/webtrees/app/Module/OpenRouteServiceAutocomplete.php
/webtrees/app/Module/OpenStreetMap.php
/webtrees/app/Module/OrdnanceSurveyHistoricMaps.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/PedigreeReportModule.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/PlacesModule.php
/webtrees/app/Module/PoweredByWebtreesModule.php
/webtrees/app/Module/PrivacyPolicy.php
/webtrees/app/Module/RecentChangesModule.php
/webtrees/app/Module/RedirectLegacyUrlsModule.php
/webtrees/app/Module/RelatedIndividualsReportModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/RelativesTabModule.php
/webtrees/app/Module/ReportsMenuModule.php
/webtrees/app/Module/RepositoryListModule.php
/webtrees/app/Module/ResearchTaskModule.php
/webtrees/app/Module/ReviewChangesModule.php
/webtrees/app/Module/SearchMenuModule.php
/webtrees/app/Module/ShareAnniversaryModule.php
/webtrees/app/Module/ShareUrlModule.php
/webtrees/app/Module/SiteMapModule.php
/webtrees/app/Module/SlideShowModule.php
/webtrees/app/Module/SourceListModule.php
/webtrees/app/Module/SourcesTabModule.php
/webtrees/app/Module/StatcounterModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/SubmitterListModule.php
/webtrees/app/Module/ThemeSelectModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/TopGivenNamesModule.php
/webtrees/app/Module/TopPageViewsModule.php
/webtrees/app/Module/TopSurnamesModule.php
/webtrees/app/Module/TreesMenuModule.php
/webtrees/app/Module/USPresidents.php
/webtrees/app/Module/UpcomingAnniversariesModule.php
/webtrees/app/Module/UserFavoritesModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Module/UserWelcomeModule.php
/webtrees/app/Module/WebtreesTheme.php
/webtrees/app/Module/WelcomeBlockModule.php
/webtrees/app/Module/XeneaTheme.php
/webtrees/app/Module/YahrzeitModule.php
/webtrees/app/NoReplyUser.php
/webtrees/app/Note.php
/webtrees/app/Place.php
/webtrees/app/PlaceLocation.php
/webtrees/app/Registry.php
/webtrees/app/Relationship.php
/webtrees/app/Report/AbstractRenderer.php
/webtrees/app/Report/HtmlRenderer.php
/webtrees/app/Report/PdfRenderer.php
/webtrees/app/Report/ReportBaseCell.php
/webtrees/app/Report/ReportBaseElement.php
/webtrees/app/Report/ReportBaseFootnote.php
/webtrees/app/Report/ReportBaseImage.php
/webtrees/app/Report/ReportBaseLine.php
/webtrees/app/Report/ReportBaseText.php
/webtrees/app/Report/ReportBaseTextbox.php
/webtrees/app/Report/ReportExpressionLanguageProvider.php
/webtrees/app/Report/ReportHtmlCell.php
/webtrees/app/Report/ReportHtmlFootnote.php
/webtrees/app/Report/ReportHtmlImage.php
/webtrees/app/Report/ReportHtmlLine.php
/webtrees/app/Report/ReportHtmlText.php
/webtrees/app/Report/ReportHtmlTextbox.php
/webtrees/app/Report/ReportParserBase.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/app/Report/ReportParserSetup.php
/webtrees/app/Report/ReportPdfCell.php
/webtrees/app/Report/ReportPdfFootnote.php
/webtrees/app/Report/ReportPdfImage.php
/webtrees/app/Report/ReportPdfLine.php
/webtrees/app/Report/ReportPdfText.php
/webtrees/app/Report/ReportPdfTextBox.php
/webtrees/app/Report/RightToLeftSupport.php
/webtrees/app/Report/TcpdfWrapper.php
/webtrees/app/Repository.php
/webtrees/app/Schema/Migration0.php
/webtrees/app/Schema/Migration1.php
/webtrees/app/Schema/Migration10.php
/webtrees/app/Schema/Migration11.php
/webtrees/app/Schema/Migration12.php
/webtrees/app/Schema/Migration13.php
/webtrees/app/Schema/Migration14.php
/webtrees/app/Schema/Migration15.php
/webtrees/app/Schema/Migration16.php
/webtrees/app/Schema/Migration17.php
/webtrees/app/Schema/Migration18.php
/webtrees/app/Schema/Migration19.php
/webtrees/app/Schema/Migration2.php
/webtrees/app/Schema/Migration20.php
/webtrees/app/Schema/Migration21.php
/webtrees/app/Schema/Migration22.php
/webtrees/app/Schema/Migration23.php
/webtrees/app/Schema/Migration24.php
/webtrees/app/Schema/Migration25.php
/webtrees/app/Schema/Migration26.php
/webtrees/app/Schema/Migration27.php
/webtrees/app/Schema/Migration28.php
/webtrees/app/Schema/Migration29.php
/webtrees/app/Schema/Migration3.php
/webtrees/app/Schema/Migration30.php
/webtrees/app/Schema/Migration31.php
/webtrees/app/Schema/Migration32.php
/webtrees/app/Schema/Migration33.php
/webtrees/app/Schema/Migration34.php
/webtrees/app/Schema/Migration35.php
/webtrees/app/Schema/Migration36.php
/webtrees/app/Schema/Migration37.php
/webtrees/app/Schema/Migration38.php
/webtrees/app/Schema/Migration39.php
/webtrees/app/Schema/Migration4.php
/webtrees/app/Schema/Migration40.php
/webtrees/app/Schema/Migration41.php
/webtrees/app/Schema/Migration42.php
/webtrees/app/Schema/Migration43.php
/webtrees/app/Schema/Migration44.php
/webtrees/app/Schema/Migration5.php
/webtrees/app/Schema/Migration6.php
/webtrees/app/Schema/Migration7.php
/webtrees/app/Schema/Migration8.php
/webtrees/app/Schema/Migration9.php
/webtrees/app/Schema/MigrationInterface.php
/webtrees/app/Schema/SeedDefaultResnTable.php
/webtrees/app/Schema/SeedGedcomTable.php
/webtrees/app/Schema/SeedInterface.php
/webtrees/app/Schema/SeedUserTable.php
/webtrees/app/Services/AdminService.php
/webtrees/app/Services/CalendarService.php
/webtrees/app/Services/CaptchaService.php
/webtrees/app/Services/ChartService.php
/webtrees/app/Services/ClipboardService.php
/webtrees/app/Services/DataFixService.php
/webtrees/app/Services/DatatablesService.php
/webtrees/app/Services/EmailService.php
/webtrees/app/Services/GedcomEditService.php
/webtrees/app/Services/GedcomExportService.php
/webtrees/app/Services/GedcomImportService.php
/webtrees/app/Services/GedcomService.php
/webtrees/app/Services/HomePageService.php
/webtrees/app/Services/HousekeepingService.php
/webtrees/app/Services/HtmlService.php
/webtrees/app/Services/LeafletJsService.php
/webtrees/app/Services/LinkedRecordService.php
/webtrees/app/Services/LocalizationService.php
/webtrees/app/Services/MapDataService.php
/webtrees/app/Services/MediaFileService.php
/webtrees/app/Services/MessageService.php
/webtrees/app/Services/MigrationService.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Services/PendingChangesService.php
/webtrees/app/Services/RateLimitService.php
/webtrees/app/Services/RelationshipService.php
/webtrees/app/Services/RomanNumeralsService.php
/webtrees/app/Services/SearchService.php
/webtrees/app/Services/ServerCheckService.php
/webtrees/app/Services/SiteLogsService.php
/webtrees/app/Services/TimeoutService.php
/webtrees/app/Services/TreeService.php
/webtrees/app/Services/UpgradeService.php
/webtrees/app/Services/UserService.php
/webtrees/app/Session.php
/webtrees/app/SessionDatabaseHandler.php
/webtrees/app/Site.php
/webtrees/app/SiteUser.php
/webtrees/app/Soundex.php
/webtrees/app/Source.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Google/ChartAge.php
/webtrees/app/Statistics/Google/ChartBirth.php
/webtrees/app/Statistics/Google/ChartChildren.php
/webtrees/app/Statistics/Google/ChartCommonGiven.php
/webtrees/app/Statistics/Google/ChartCommonSurname.php
/webtrees/app/Statistics/Google/ChartDeath.php
/webtrees/app/Statistics/Google/ChartDistribution.php
/webtrees/app/Statistics/Google/ChartDivorce.php
/webtrees/app/Statistics/Google/ChartFamilyLargest.php
/webtrees/app/Statistics/Google/ChartFamilyWithSources.php
/webtrees/app/Statistics/Google/ChartIndividualWithSources.php
/webtrees/app/Statistics/Google/ChartMarriage.php
/webtrees/app/Statistics/Google/ChartMarriageAge.php
/webtrees/app/Statistics/Google/ChartMedia.php
/webtrees/app/Statistics/Google/ChartMortality.php
/webtrees/app/Statistics/Google/ChartNoChildrenFamilies.php
/webtrees/app/Statistics/Google/ChartSex.php
/webtrees/app/Statistics/Repository/BrowserRepository.php
/webtrees/app/Statistics/Repository/ContactRepository.php
/webtrees/app/Statistics/Repository/EventRepository.php
/webtrees/app/Statistics/Repository/FamilyDatesRepository.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Statistics/Repository/FavoritesRepository.php
/webtrees/app/Statistics/Repository/GedcomRepository.php
/webtrees/app/Statistics/Repository/HitCountRepository.php
/webtrees/app/Statistics/Repository/IndividualRepository.php
/webtrees/app/Statistics/Repository/Interfaces/BrowserRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/ContactRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/EventRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/FamilyDatesRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/FavoritesRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/GedcomRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/HitCountRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/IndividualRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/LatestUserRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/MediaRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/MessageRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/NewsRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/PlaceRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/ServerRepositoryInterface.php
/webtrees/app/Statistics/Repository/Interfaces/UserRepositoryInterface.php
/webtrees/app/Statistics/Repository/LatestUserRepository.php
/webtrees/app/Statistics/Repository/MediaRepository.php
/webtrees/app/Statistics/Repository/MessageRepository.php
/webtrees/app/Statistics/Repository/NewsRepository.php
/webtrees/app/Statistics/Repository/PlaceRepository.php
/webtrees/app/Statistics/Repository/ServerRepository.php
/webtrees/app/Statistics/Repository/UserRepository.php
/webtrees/app/Statistics/Service/CenturyService.php
/webtrees/app/Statistics/Service/ColorService.php
/webtrees/app/Statistics/Service/CountryService.php
/webtrees/app/Submission.php
/webtrees/app/Submitter.php
/webtrees/app/SurnameTradition.php
/webtrees/app/SurnameTradition/DefaultSurnameTradition.php
/webtrees/app/SurnameTradition/IcelandicSurnameTradition.php
/webtrees/app/SurnameTradition/LithuanianSurnameTradition.php
/webtrees/app/SurnameTradition/MatrilinealSurnameTradition.php
/webtrees/app/SurnameTradition/PaternalSurnameTradition.php
/webtrees/app/SurnameTradition/PatrilinealSurnameTradition.php
/webtrees/app/SurnameTradition/PolishSurnameTradition.php
/webtrees/app/SurnameTradition/PortugueseSurnameTradition.php
/webtrees/app/SurnameTradition/SpanishSurnameTradition.php
/webtrees/app/SurnameTradition/SurnameTraditionInterface.php
/webtrees/app/Timestamp.php
/webtrees/app/Tree.php
/webtrees/app/TreeUser.php
/webtrees/app/User.php
/webtrees/app/Validator.php
/webtrees/app/View.php
/webtrees/app/Webtrees.php
/webtrees/data/index.php
/webtrees/index.php
/webtrees/package-lock.json
/webtrees/package.json
/webtrees/public/css/administration.min.css
/webtrees/public/css/clouds.min.css
/webtrees/public/css/colors.min.css
/webtrees/public/css/fab.min.css
/webtrees/public/css/minimal.min.css
/webtrees/public/css/vendor.min.css
/webtrees/public/css/webtrees.min.css
/webtrees/public/css/xenea.min.css
/webtrees/public/js/vendor.min.js
/webtrees/resources/css/_base.css
/webtrees/resources/css/_block-charts.css
/webtrees/resources/css/_block-favorites.css
/webtrees/resources/css/_blocks.css
/webtrees/resources/css/_chart-ancestors.css
/webtrees/resources/css/_chart-compact.css
/webtrees/resources/css/_chart-descendants.css
/webtrees/resources/css/_chart-family-book.css
/webtrees/resources/css/_chart-fan.css
/webtrees/resources/css/_chart-hourglass.css
/webtrees/resources/css/_chart-interactive.css
/webtrees/resources/css/_chart-lifespans.css
/webtrees/resources/css/_chart-pedigree-map.css
/webtrees/resources/css/_chart-pedigree.css
/webtrees/resources/css/_chart-relationships.css
/webtrees/resources/css/_chart-statistics.css
/webtrees/resources/css/_chart-timeline.css
/webtrees/resources/css/_charts.css
/webtrees/resources/css/_colorbox.css
/webtrees/resources/css/_leaflet.css
/webtrees/resources/css/_list-branches.css
/webtrees/resources/css/_list-individuals.css
/webtrees/resources/css/_list-media.css
/webtrees/resources/css/_list-notes.css
/webtrees/resources/css/_list-places.css
/webtrees/resources/css/_list-repositories.css
/webtrees/resources/css/_list-sources.css
/webtrees/resources/css/_list-surnames.css
/webtrees/resources/css/_lists.css
/webtrees/resources/css/_markdown.css
/webtrees/resources/css/_mime-type-icons.css
/webtrees/resources/css/_on-screen-keyboard.css
/webtrees/resources/css/_pages-family.css
/webtrees/resources/css/_pages.css
/webtrees/resources/css/_sortable.css
/webtrees/resources/css/_tab-album.css
/webtrees/resources/css/_tab-places.css
/webtrees/resources/css/_tab-relatives.css
/webtrees/resources/css/_vendor-patches.css
/webtrees/resources/css/administration.css
/webtrees/resources/css/clouds.css
/webtrees/resources/css/colors.css
/webtrees/resources/css/colors/aquamarine.css
/webtrees/resources/css/colors/ash.css
/webtrees/resources/css/colors/belgianchocolate.css
/webtrees/resources/css/colors/bluelagoon.css
/webtrees/resources/css/colors/bluemarine.css
/webtrees/resources/css/colors/coffeeandcream.css
/webtrees/resources/css/colors/coldday.css
/webtrees/resources/css/colors/greenbeam.css
/webtrees/resources/css/colors/mediterranio.css
/webtrees/resources/css/colors/mercury.css
/webtrees/resources/css/colors/nocturnal.css
/webtrees/resources/css/colors/olivia.css
/webtrees/resources/css/colors/pinkplastic.css
/webtrees/resources/css/colors/sage.css
/webtrees/resources/css/colors/shinytomato.css
/webtrees/resources/css/colors/tealtop.css
/webtrees/resources/css/fab.css
/webtrees/resources/css/minimal.css
/webtrees/resources/css/vendor.css
/webtrees/resources/css/webtrees.css
/webtrees/resources/css/xenea.css
/webtrees/resources/js/statistics.js
/webtrees/resources/js/treeview.js
/webtrees/resources/js/vendor.js
/webtrees/resources/js/webtrees.js
/webtrees/resources/lang/af/messages.po
/webtrees/resources/lang/ar/messages.po
/webtrees/resources/lang/bg/messages.po
/webtrees/resources/lang/bs/messages.po
/webtrees/resources/lang/ca/messages.po
/webtrees/resources/lang/cs/messages.po
/webtrees/resources/lang/cy/messages.po
/webtrees/resources/lang/da/messages.po
/webtrees/resources/lang/de/messages.po
/webtrees/resources/lang/dv/messages.po
/webtrees/resources/lang/el/messages.po
/webtrees/resources/lang/en-AU/messages.po
/webtrees/resources/lang/en-GB/messages.po
/webtrees/resources/lang/en-US/messages.po
/webtrees/resources/lang/es/messages.po
/webtrees/resources/lang/et/messages.po
/webtrees/resources/lang/fa/messages.po
/webtrees/resources/lang/fi/messages.po
/webtrees/resources/lang/fo/messages.po
/webtrees/resources/lang/fr-CA/messages.po
/webtrees/resources/lang/fr/messages.po
/webtrees/resources/lang/gl/messages.po
/webtrees/resources/lang/he/messages.po
/webtrees/resources/lang/hi/messages.po
/webtrees/resources/lang/hr/messages.po
/webtrees/resources/lang/hu/messages.po
/webtrees/resources/lang/id/messages.po
/webtrees/resources/lang/is/messages.po
/webtrees/resources/lang/it/messages.po
/webtrees/resources/lang/ja/messages.po
/webtrees/resources/lang/jv/messages.po
/webtrees/resources/lang/ka/messages.po
/webtrees/resources/lang/kk/messages.po
/webtrees/resources/lang/ko/messages.po
/webtrees/resources/lang/ku/messages.po
/webtrees/resources/lang/ln/messages.po
/webtrees/resources/lang/lt/messages.po
/webtrees/resources/lang/lv/messages.po
/webtrees/resources/lang/mi/messages.po
/webtrees/resources/lang/mk/messages.po
/webtrees/resources/lang/mr/messages.po
/webtrees/resources/lang/ms/messages.po
/webtrees/resources/lang/nb/messages.po
/webtrees/resources/lang/ne/messages.po
/webtrees/resources/lang/nl/messages.po
/webtrees/resources/lang/nn/messages.po
/webtrees/resources/lang/oc/messages.po
/webtrees/resources/lang/pl/messages.po
/webtrees/resources/lang/pt-BR/messages.po
/webtrees/resources/lang/pt/messages.po
/webtrees/resources/lang/ro/messages.po
/webtrees/resources/lang/ru/messages.po
/webtrees/resources/lang/sk/messages.po
/webtrees/resources/lang/sl/messages.po
/webtrees/resources/lang/sq/messages.po
/webtrees/resources/lang/sr-Latn/messages.po
/webtrees/resources/lang/sr/messages.po
/webtrees/resources/lang/su/messages.po
/webtrees/resources/lang/sv/messages.po
/webtrees/resources/lang/sw/messages.po
/webtrees/resources/lang/ta/messages.po
/webtrees/resources/lang/th/messages.po
/webtrees/resources/lang/tl/messages.po
/webtrees/resources/lang/tr/messages.po
/webtrees/resources/lang/tt/messages.po
/webtrees/resources/lang/uk/messages.po
/webtrees/resources/lang/ur/messages.po
/webtrees/resources/lang/vi/messages.po
/webtrees/resources/lang/webtrees.pot
/webtrees/resources/lang/yi/messages.po
/webtrees/resources/lang/zh-Hans/messages.po
/webtrees/resources/lang/zh-Hant/messages.po
MockGlobalFunctions.php
TestCase.php
app/AgeTest.php
app/Census/CensusColumnAgeFemale5YearsTest.php
app/Census/CensusColumnAgeFemaleTest.php
app/Census/CensusColumnAgeMale5YearsTest.php
app/Census/CensusColumnAgeMaleTest.php
app/Census/CensusColumnAgeMarriedTest.php
app/Census/CensusColumnAgeNextBirthDayTest.php
app/Census/CensusColumnAgeTest.php
app/Census/CensusColumnBirthDateTest.php
app/Census/CensusColumnBirthDayDotMonthYearTest.php
app/Census/CensusColumnBirthDayMonthYearTest.php
app/Census/CensusColumnBirthDaySlashMonthTest.php
app/Census/CensusColumnBirthDaySlashMonthYearTest.php
app/Census/CensusColumnBirthDayTest.php
app/Census/CensusColumnBirthMonthDayTest.php
app/Census/CensusColumnBirthMonthTest.php
app/Census/CensusColumnBirthPlaceSimpleTest.php
app/Census/CensusColumnBirthPlaceTest.php
app/Census/CensusColumnBirthYearTest.php
app/Census/CensusColumnBornForeignPartsTest.php
app/Census/CensusColumnChildrenBornAliveTest.php
app/Census/CensusColumnChildrenDiedTest.php
app/Census/CensusColumnChildrenLivingTest.php
app/Census/CensusColumnConditionCanadaMarriedSingleTest.php
app/Census/CensusColumnConditionCanadaMarriedWidowedTest.php
app/Census/CensusColumnConditionCanadaTest.php
app/Census/CensusColumnConditionCanadaWidowedFemaleTest.php
app/Census/CensusColumnConditionCanadaWidowedMaleTest.php
app/Census/CensusColumnConditionCanadaWidowedTest.php
app/Census/CensusColumnConditionDanishTest.php
app/Census/CensusColumnConditionEnglishTest.php
app/Census/CensusColumnConditionFrenchFemmeTest.php
app/Census/CensusColumnConditionFrenchFilleTest.php
app/Census/CensusColumnConditionFrenchGarconTest.php
app/Census/CensusColumnConditionFrenchHommeTest.php
app/Census/CensusColumnConditionFrenchVeufTest.php
app/Census/CensusColumnConditionFrenchVeuveTest.php
app/Census/CensusColumnConditionUsTest.php
app/Census/CensusColumnFatherBirthPlaceSimpleTest.php
app/Census/CensusColumnFatherBirthPlaceTest.php
app/Census/CensusColumnFatherForeignTest.php
app/Census/CensusColumnFullNameTest.php
app/Census/CensusColumnGivenNameInitialTest.php
app/Census/CensusColumnGivenNamesTest.php
app/Census/CensusColumnMarriedWithinYearTest.php
app/Census/CensusColumnMonthIfBornWithinYearTest.php
app/Census/CensusColumnMonthIfMarriedWithinYearTest.php
app/Census/CensusColumnMotherBirthPlaceSimpleTest.php
app/Census/CensusColumnMotherBirthPlaceTest.php
app/Census/CensusColumnMotherForeignTest.php
app/Census/CensusColumnNationalityTest.php
app/Census/CensusColumnNullTest.php
app/Census/CensusColumnOccupationTest.php
app/Census/CensusColumnRelationToHeadEnglishTest.php
app/Census/CensusColumnRelationToHeadGermanTest.php
app/Census/CensusColumnRelationToHeadTest.php
app/Census/CensusColumnReligionTest.php
app/Census/CensusColumnSexFTest.php
app/Census/CensusColumnSexMFTest.php
app/Census/CensusColumnSexMKTest.php
app/Census/CensusColumnSexMTest.php
app/Census/CensusColumnSexMZTest.php
app/Census/CensusColumnSurnameGivenNameInitialTest.php
app/Census/CensusColumnSurnameGivenNamesTest.php
app/Census/CensusColumnSurnameTest.php
app/Census/CensusColumnYearsMarriedTest.php
app/Census/CensusOfCanada1851Test.php
app/Census/CensusOfCanada1861Test.php
app/Census/CensusOfCanada1871Test.php
app/Census/CensusOfCanada1881Test.php
app/Census/CensusOfCanada1891Test.php
app/Census/CensusOfCanada1901Test.php
app/Census/CensusOfCanada1911Test.php
app/Census/CensusOfCanada1921Test.php
app/Census/CensusOfCanadaPraries1916Test.php
app/Census/CensusOfCanadaPraries1926Test.php
app/Census/CensusOfCzechRepublic1880Test.php
app/Census/CensusOfCzechRepublic1890Test.php
app/Census/CensusOfCzechRepublic1900Test.php
app/Census/CensusOfCzechRepublic1910Test.php
app/Census/CensusOfCzechRepublic1921Test.php
app/Census/CensusOfCzechRepublicTest.php
app/Census/CensusOfDenmark1787Test.php
app/Census/CensusOfDenmark1801Test.php
app/Census/CensusOfDenmark1803Test.php
app/Census/CensusOfDenmark1834Test.php
app/Census/CensusOfDenmark1835Test.php
app/Census/CensusOfDenmark1840Test.php
app/Census/CensusOfDenmark1845Test.php
app/Census/CensusOfDenmark1850Test.php
app/Census/CensusOfDenmark1855Test.php
app/Census/CensusOfDenmark1860Test.php
app/Census/CensusOfDenmark1870Test.php
app/Census/CensusOfDenmark1880Test.php
app/Census/CensusOfDenmark1885Test.php
app/Census/CensusOfDenmark1890Test.php
app/Census/CensusOfDenmark1901Test.php
app/Census/CensusOfDenmark1906Test.php
app/Census/CensusOfDenmark1911Test.php
app/Census/CensusOfDenmark1916Test.php
app/Census/CensusOfDenmark1921Test.php
app/Census/CensusOfDenmark1925Test.php
app/Census/CensusOfDenmark1930Test.php
app/Census/CensusOfDenmark1940Test.php
app/Census/CensusOfDenmarkTest.php
app/Census/CensusOfDeutschland1819Test.php
app/Census/CensusOfDeutschland1867Test.php
app/Census/CensusOfDeutschland1900Test.php
app/Census/CensusOfDeutschland1919Test.php
app/Census/CensusOfDeutschlandNL1867Test.php
app/Census/CensusOfDeutschlandTest.php
app/Census/CensusOfEngland1841Test.php
app/Census/CensusOfEngland1851Test.php
app/Census/CensusOfEngland1861Test.php
app/Census/CensusOfEngland1871Test.php
app/Census/CensusOfEngland1881Test.php
app/Census/CensusOfEngland1891Test.php
app/Census/CensusOfEngland1901Test.php
app/Census/CensusOfEngland1911Test.php
app/Census/CensusOfEnglandTest.php
app/Census/CensusOfFrance1831Test.php
app/Census/CensusOfFrance1836Test.php
app/Census/CensusOfFrance1841Test.php
app/Census/CensusOfFrance1846Test.php
app/Census/CensusOfFrance1851Test.php
app/Census/CensusOfFrance1856Test.php
app/Census/CensusOfFrance1861Test.php
app/Census/CensusOfFrance1866Test.php
app/Census/CensusOfFrance1872Test.php
app/Census/CensusOfFrance1876Test.php
app/Census/CensusOfFrance1881Test.php
app/Census/CensusOfFrance1886Test.php
app/Census/CensusOfFrance1891Test.php
app/Census/CensusOfFrance1896Test.php
app/Census/CensusOfFrance1901Test.php
app/Census/CensusOfFrance1906Test.php
app/Census/CensusOfFrance1911Test.php
app/Census/CensusOfFrance1921Test.php
app/Census/CensusOfFrance1926Test.php
app/Census/CensusOfFrance1931Test.php
app/Census/CensusOfFrance1936Test.php
app/Census/CensusOfFrance1946Test.php
app/Census/CensusOfFranceTest.php
app/Census/CensusOfRhodeIsland1905Test.php
app/Census/CensusOfRhodeIsland1915Test.php
app/Census/CensusOfRhodeIsland1925Test.php
app/Census/CensusOfRhodeIslandTest.php
app/Census/CensusOfScotland1841Test.php
app/Census/CensusOfScotland1851Test.php
app/Census/CensusOfScotland1861Test.php
app/Census/CensusOfScotland1871Test.php
app/Census/CensusOfScotland1881Test.php
app/Census/CensusOfScotland1891Test.php
app/Census/CensusOfScotland1901Test.php
app/Census/CensusOfScotland1911Test.php
app/Census/CensusOfScotlandTest.php
app/Census/CensusOfSlovakia1869Test.php
app/Census/CensusOfSlovakia1930Test.php
app/Census/CensusOfSlovakia1940Test.php
app/Census/CensusOfSlovakiaTest.php
app/Census/CensusOfUnitedStates1790Test.php
app/Census/CensusOfUnitedStates1800Test.php
app/Census/CensusOfUnitedStates1810Test.php
app/Census/CensusOfUnitedStates1820Test.php
app/Census/CensusOfUnitedStates1830Test.php
app/Census/CensusOfUnitedStates1840Test.php
app/Census/CensusOfUnitedStates1850Test.php
app/Census/CensusOfUnitedStates1860Test.php
app/Census/CensusOfUnitedStates1870Test.php
app/Census/CensusOfUnitedStates1880Test.php
app/Census/CensusOfUnitedStates1890Test.php
app/Census/CensusOfUnitedStates1900Test.php
app/Census/CensusOfUnitedStates1910Test.php
app/Census/CensusOfUnitedStates1920Test.php
app/Census/CensusOfUnitedStates1930Test.php
app/Census/CensusOfUnitedStates1940Test.php
app/Census/CensusOfUnitedStates1950Test.php
app/Census/CensusOfUnitedStatesTest.php
app/Census/CensusOfWales1841Test.php
app/Census/CensusOfWales1851Test.php
app/Census/CensusOfWales1861Test.php
app/Census/CensusOfWales1871Test.php
app/Census/CensusOfWales1881Test.php
app/Census/CensusOfWales1891Test.php
app/Census/CensusOfWales1901Test.php
app/Census/CensusOfWales1911Test.php
app/Census/CensusOfWalesTest.php
app/Census/CensusTest.php
app/Census/RegisterOfEngland1939Test.php
app/Census/RegisterOfScotland1939Test.php
app/Census/RegisterOfWales1939Test.php
app/Date/AbstractCalendarDateTest.php
app/Date/FrenchDateTest.php
app/Date/GregorianDateTest.php
app/Date/HijriDateTest.php
app/Date/JalaliDateTest.php
app/Date/JewishDateTest.php
app/Date/JulianDateTest.php
app/Date/RomanDateTest.php
app/DateTest.php
app/DefaultUserTest.php
app/Elements/AbstractElementTest.php
app/Elements/AbstractEventElementTest.php
app/Elements/AbstractXrefElementTest.php
app/Elements/AddressCityTest.php
app/Elements/AddressCountryTest.php
app/Elements/AddressEmailTest.php
app/Elements/AddressFaxTest.php
app/Elements/AddressLine1Test.php
app/Elements/AddressLine2Test.php
app/Elements/AddressLine3Test.php
app/Elements/AddressLineTest.php
app/Elements/AddressPostalCodeTest.php
app/Elements/AddressStateTest.php
app/Elements/AddressWebPageTest.php
app/Elements/AdoptedByWhichParentTest.php
app/Elements/AdoptionTest.php
app/Elements/AdultChristeningTest.php
app/Elements/AgeAtEventTest.php
app/Elements/AncestralFileNumberTest.php
app/Elements/AnnulmentTest.php
app/Elements/ApprovedSystemIdTest.php
app/Elements/AttributeDescriptorTest.php
app/Elements/AutomatedRecordIdTest.php
app/Elements/BaptismTest.php
app/Elements/BarMitzvahTest.php
app/Elements/BasMitzvahTest.php
app/Elements/BirthTest.php
app/Elements/BlessingTest.php
app/Elements/BurialTest.php
app/Elements/CasteNameTest.php
app/Elements/CauseOfEventTest.php
app/Elements/CensusTest.php
app/Elements/CertaintyAssessmentTest.php
app/Elements/ChangeDateTest.php
app/Elements/ChangeTest.php
app/Elements/CharacterSetTest.php
app/Elements/ChildLinkageStatusTest.php
app/Elements/ChristeningTest.php
app/Elements/ConfirmationTest.php
app/Elements/ContentDescriptionTest.php
app/Elements/CopyrightFileTest.php
app/Elements/CopyrightSourceDataTest.php
app/Elements/CountOfChildrenTest.php
app/Elements/CountOfMarriagesTest.php
app/Elements/CremationTest.php
app/Elements/CustomElementTest.php
app/Elements/CustomEventTest.php
app/Elements/CustomFactTest.php
app/Elements/DateLdsOrdTest.php
app/Elements/DateValueTest.php
app/Elements/DeathTest.php
app/Elements/DemographicDataTypeTest.php
app/Elements/DescriptiveTitleTest.php
app/Elements/DivorceFiledTest.php
app/Elements/DivorceTest.php
app/Elements/EmigrationTest.php
app/Elements/EmptyElementTest.php
app/Elements/EngagementTest.php
app/Elements/EntryRecordingDateTest.php
app/Elements/EventAttributeTypeTest.php
app/Elements/EventOrFactClassificationTest.php
app/Elements/EventTypeCitedFromTest.php
app/Elements/EventsRecordedTest.php
app/Elements/FamilyRecordTest.php
app/Elements/FamilySearchFamilyTreeIdTest.php
app/Elements/FamilyStatusTextTest.php
app/Elements/FileNameTest.php
app/Elements/FirstCommunionTest.php
app/Elements/FormTest.php
app/Elements/GedcomElementTest.php
app/Elements/GenerationsOfAncestorsTest.php
app/Elements/GenerationsOfDescendantsTest.php
app/Elements/GovIdTypeTest.php
app/Elements/GovIdentifierTest.php
app/Elements/GraduationTest.php
app/Elements/HeaderRecordTest.php
app/Elements/HierarchicalRelationshipTest.php
app/Elements/ImmigrationTest.php
app/Elements/IndividualRecordTest.php
app/Elements/LanguageIdTest.php
app/Elements/LdsBaptismDateStatusTest.php
app/Elements/LdsBaptismTest.php
app/Elements/LdsChildSealingDateStatusTest.php
app/Elements/LdsChildSealingTest.php
app/Elements/LdsConfirmationTest.php
app/Elements/LdsEndowmentDateStatusTest.php
app/Elements/LdsEndowmentTest.php
app/Elements/LdsSpouseSealingDateStatusTest.php
app/Elements/LdsSpouseSealingTest.php
app/Elements/LocationRecordTest.php
app/Elements/MaidenheadLocatorTest.php
app/Elements/MarriageBannsTest.php
app/Elements/MarriageContractTest.php
app/Elements/MarriageLicenceTest.php
app/Elements/MarriageSettlementTest.php
app/Elements/MarriageTest.php
app/Elements/MarriageTypeTest.php
app/Elements/MediaRecordTest.php
app/Elements/MultimediaFileReferenceTest.php
app/Elements/MultimediaFormatTest.php
app/Elements/NameOfBusinessTest.php
app/Elements/NameOfFamilyFileTest.php
app/Elements/NameOfProductTest.php
app/Elements/NameOfRepositoryTest.php
app/Elements/NameOfSourceDataTest.php
app/Elements/NamePersonalTest.php
app/Elements/NamePhoneticVariationTest.php
app/Elements/NamePieceGivenTest.php
app/Elements/NamePieceNicknameTest.php
app/Elements/NamePiecePrefixTest.php
app/Elements/NamePieceSuffixTest.php
app/Elements/NamePieceSurnamePrefixTest.php
app/Elements/NamePieceSurnameTest.php
app/Elements/NameRomanizedVariationTest.php
app/Elements/NameTypeTest.php
app/Elements/NationOrTribalOriginTest.php
app/Elements/NationalIdNumberTest.php
app/Elements/NaturalizationTest.php
app/Elements/NobilityTypeTitleTest.php
app/Elements/NoteRecordTest.php
app/Elements/NoteStructureTest.php
app/Elements/OccupationTest.php
app/Elements/OrdinanceProcessFlagTest.php
app/Elements/OrdinationTest.php
app/Elements/PafUidTest.php
app/Elements/PedigreeLinkageTypeTest.php
app/Elements/PermanentRecordFileNumberTest.php
app/Elements/PhoneNumberTest.php
app/Elements/PhoneticTypeTest.php
app/Elements/PhysicalDescriptionTest.php
app/Elements/PlaceHierarchyTest.php
app/Elements/PlaceLatitudeTest.php
app/Elements/PlaceLivingOrdinanceTest.php
app/Elements/PlaceLongtitudeTest.php
app/Elements/PlaceNameTest.php
app/Elements/PlacePhoneticVariationTest.php
app/Elements/PlaceRomanizedVariationTest.php
app/Elements/PossessionsTest.php
app/Elements/ProbateTest.php
app/Elements/PublicationDateTest.php
app/Elements/ReceivingSystemNameTest.php
app/Elements/RelationIsDescriptorTest.php
app/Elements/ReligiousAffiliationTest.php
app/Elements/RepositoryRecordTest.php
app/Elements/ResearchTaskPriorityTest.php
app/Elements/ResearchTaskStatusTest.php
app/Elements/ResearchTaskTest.php
app/Elements/ResearchTaskTypeTest.php
app/Elements/ResidenceTest.php
app/Elements/ResponsibleAgencyTest.php
app/Elements/RestrictionNoticeTest.php
app/Elements/RetirementTest.php
app/Elements/RoleInEventTest.php
app/Elements/RomanizedTypeTest.php
app/Elements/ScholasticAchievementTest.php
app/Elements/SexValueTest.php
app/Elements/SexXValueTest.php
app/Elements/SocialSecurityNumberTest.php
app/Elements/SourceCallNumberTest.php
app/Elements/SourceDataTest.php
app/Elements/SourceDescriptiveTitleTest.php
app/Elements/SourceFiledByEntryTest.php
app/Elements/SourceJurisdictionPlaceTest.php
app/Elements/SourceMediaTypeTest.php
app/Elements/SourceOriginatorTest.php
app/Elements/SourcePublicationFactsTest.php
app/Elements/SourceRecordTest.php
app/Elements/SubmissionRecordTest.php
app/Elements/SubmitterNameTest.php
app/Elements/SubmitterRecordTest.php
app/Elements/SubmitterRegisteredRfnTest.php
app/Elements/SubmitterTextTest.php
app/Elements/TempleCodeTest.php
app/Elements/TextFromSourceTest.php
app/Elements/TimeValueTest.php
app/Elements/TransmissionDateTest.php
app/Elements/UnknownElementTest.php
app/Elements/UserReferenceNumberTest.php
app/Elements/UserReferenceTypeTest.php
app/Elements/VersionNumberTest.php
app/Elements/WebtreesUserTest.php
app/Elements/WhereWithinSourceTest.php
app/Elements/WillTest.php
app/Elements/XrefFamilyTest.php
app/Elements/XrefIndividualTest.php
app/Elements/XrefLocationTest.php
app/Elements/XrefMediaTest.php
app/Elements/XrefNoteTest.php
app/Elements/XrefRepositoryTest.php
app/Elements/XrefSourceTest.php
app/Elements/XrefSubmissionTest.php
app/Elements/XrefSubmitterTest.php
app/Encodings/ASCIITest.php
app/Encodings/AnselTest.php
app/Encodings/CP437Test.php
app/Encodings/CP850Test.php
app/Encodings/ISO88591Test.php
app/Encodings/ISO88592Test.php
app/Encodings/MacRomanTest.php
app/Encodings/UTF16BETest.php
app/Encodings/UTF16LETest.php
app/Encodings/UTF8Test.php
app/Encodings/Windows1250Test.php
app/Encodings/Windows1251Test.php
app/Encodings/Windows1252Test.php
app/FactTest.php
app/Factories/CalendarDateFactoryTest.php
app/Factories/EncodingFactoryTest.php
app/Factories/MarkdownFactoryTest.php
app/FamilyTest.php
app/FlashMessagesTest.php
app/GedcomRecordTest.php
app/GuestUserTest.php
app/Http/Middleware/AuthAdministratorTest.php
app/Http/Middleware/AuthEditorTest.php
app/Http/Middleware/AuthManagerTest.php
app/Http/Middleware/AuthMemberTest.php
app/Http/Middleware/AuthModeratorTest.php
app/Http/Middleware/BootModulesTest.php
app/Http/Middleware/CheckCsrfTest.php
app/Http/Middleware/CheckForMaintenanceModeTest.php
app/Http/Middleware/DoHousekeepingTest.php
app/Http/Middleware/HandleExceptionsTest.php
app/Http/Middleware/NoRouteFoundTest.php
app/Http/RequestHandlers/AccountDeleteTest.php
app/Http/RequestHandlers/AccountEditTest.php
app/Http/RequestHandlers/AccountUpdateTest.php
app/Http/RequestHandlers/BroadcastPageTest.php
app/Http/RequestHandlers/ControlPanelControllerTest.php
app/Http/RequestHandlers/DataFixDataTest.php
app/Http/RequestHandlers/DeleteUserTest.php
app/Http/RequestHandlers/FixLevel0MediaActionTest.php
app/Http/RequestHandlers/FixLevel0MediaDataTest.php
app/Http/RequestHandlers/FixLevel0MediaPageTest.php
app/Http/RequestHandlers/ImportThumbnailsActionTest.php
app/Http/RequestHandlers/ImportThumbnailsDataTest.php
app/Http/RequestHandlers/ImportThumbnailsPageTest.php
app/Http/RequestHandlers/LoginPageTest.php
app/Http/RequestHandlers/ManageMediaDataTest.php
app/Http/RequestHandlers/ManageMediaPageTest.php
app/Http/RequestHandlers/MapDataExportCSVTest.php
app/Http/RequestHandlers/MapDataExportGeoJsonTest.php
app/Http/RequestHandlers/MapDataImportActionTest.php
app/Http/RequestHandlers/MapDataImportPageTest.php
app/Http/RequestHandlers/MasqueradeTest.php
app/Http/RequestHandlers/ModuleActionTest.php
app/Http/RequestHandlers/PasswordRequestPageTest.php
app/Http/RequestHandlers/PasswordResetPageTest.php
app/Http/RequestHandlers/PingTest.php
app/Http/RequestHandlers/RedirectAncestryPhpTest.php
app/Http/RequestHandlers/RedirectBranchesPhpTest.php
app/Http/RequestHandlers/RedirectCalendarPhpTest.php
app/Http/RequestHandlers/RedirectCompactPhpTest.php
app/Http/RequestHandlers/RedirectDescendancyPhpTest.php
app/Http/RequestHandlers/RedirectFamListPhpTest.php
app/Http/RequestHandlers/RedirectFamilyBookPhpTest.php
app/Http/RequestHandlers/RedirectFamilyPhpTest.php
app/Http/RequestHandlers/RedirectFanChartPhpTest.php
app/Http/RequestHandlers/RedirectGedRecordPhpTest.php
app/Http/RequestHandlers/RedirectHourGlassPhpTest.php
app/Http/RequestHandlers/RedirectIndiListPhpTest.php
app/Http/RequestHandlers/RedirectIndividualPhpTest.php
app/Http/RequestHandlers/RedirectLifeSpanPhpTest.php
app/Http/RequestHandlers/RedirectMediaListPhpTest.php
app/Http/RequestHandlers/RedirectMediaViewerPhpTest.php
app/Http/RequestHandlers/RedirectModulePhpTest.php
app/Http/RequestHandlers/RedirectNoteListPhpTest.php
app/Http/RequestHandlers/RedirectNotePhpTest.php
app/Http/RequestHandlers/RedirectPedigreePhpTest.php
app/Http/RequestHandlers/RedirectPlaceListPhpTest.php
app/Http/RequestHandlers/RedirectRelationshipPhpTest.php
app/Http/RequestHandlers/RedirectRepoListPhpTest.php
app/Http/RequestHandlers/RedirectReportEnginePhpTest.php
app/Http/RequestHandlers/RedirectRepositoryPhpTest.php
app/Http/RequestHandlers/RedirectSourceListPhpTest.php
app/Http/RequestHandlers/RedirectSourcePhpTest.php
app/Http/RequestHandlers/RedirectStatisticsPhpTest.php
app/Http/RequestHandlers/RedirectTimeLinePhpTest.php
app/Http/RequestHandlers/SelectLanguageTest.php
app/Http/RequestHandlers/SelectThemeTest.php
app/Http/RequestHandlers/UpgradeWizardConfirmTest.php
app/Http/RequestHandlers/UpgradeWizardPageTest.php
app/Http/RequestHandlers/UpgradeWizardStepTest.php
app/Http/RequestHandlers/UploadMediaActionTest.php
app/Http/RequestHandlers/UploadMediaPageTest.php
app/Http/RequestHandlers/UserAddActionTest.php
app/Http/RequestHandlers/UserAddPageTest.php
app/Http/RequestHandlers/UserEditActionTest.php
app/Http/RequestHandlers/UserEditPageTest.php
app/Http/RequestHandlers/UserListDataTest.php
app/Http/RequestHandlers/UserListTest.php
app/I18NTest.php
app/IndividualTest.php
app/LogTest.php
app/MediaTest.php
app/MenuTest.php
app/Module/AhnentafelReportModuleTest.php
app/Module/AlbumModuleTest.php
app/Module/AncestorsChartModuleTest.php
app/Module/BirthDeathMarriageReportModuleTest.php
app/Module/BirthReportModuleTest.php
app/Module/CemeteryReportModuleTest.php
app/Module/CensusAssistantModuleTest.php
app/Module/ChangeReportModuleTest.php
app/Module/ChartsBlockModuleTest.php
app/Module/CkeditorModuleTest.php
app/Module/ClippingsCartModuleTest.php
app/Module/CompactTreeChartModuleTest.php
app/Module/DeathReportModuleTest.php
app/Module/DescendancyChartModuleTest.php
app/Module/DescendancyModuleTest.php
app/Module/DescendancyReportModuleTest.php
app/Module/FactSourcesReportModuleTest.php
app/Module/FamilyBookChartModuleTest.php
app/Module/FamilyGroupReportModuleTest.php
app/Module/FamilyNavigatorModuleTest.php
app/Module/FamilyTreeFavoritesModuleTest.php
app/Module/FamilyTreeNewsModuleTest.php
app/Module/FamilyTreeStatisticsModuleTest.php
app/Module/FanChartModuleTest.php
app/Module/FixDuplicateLinksTest.php
app/Module/FrequentlyAskedQuestionsModuleTest.php
app/Module/HourglassChartModuleTest.php
app/Module/HtmlBlockModuleTest.php
app/Module/IndividualFactsTabModuleTest.php
app/Module/IndividualFamiliesReportModuleTest.php
app/Module/IndividualMetadataModuleTest.php
app/Module/IndividualReportModuleTest.php
app/Module/InteractiveTree/TreeViewTest.php
app/Module/InteractiveTreeModuleTest.php
app/Module/LifespansChartModuleTest.php
app/Module/LoggedInUsersModuleTest.php
app/Module/LoginBlockModuleTest.php
app/Module/MapLinkBingTest.php
app/Module/MapLinkGoogleTest.php
app/Module/MapLinkOpenStreetMapTest.php
app/Module/MarriageReportModuleTest.php
app/Module/MediaTabModuleTest.php
app/Module/MissingFactsReportModuleTest.php
app/Module/NotesTabModuleTest.php
app/Module/OccupationReportModuleTest.php
app/Module/OnThisDayModuleTest.php
app/Module/PedigreeChartModuleTest.php
app/Module/PedigreeReportModuleTest.php
app/Module/RecentChangesModuleTest.php
app/Module/RelatedIndividualsReportModuleTest.php
app/Module/RelationshipsChartModuleTest.php
app/Module/RelativesTabModuleTest.php
app/Module/ResearchTaskModuleTest.php
app/Module/ReviewChangesModuleTest.php
app/Module/SiteMapModuleTest.php
app/Module/SlideShowModuleTest.php
app/Module/SourcesTabModuleTest.php
app/Module/StatisticsChartModuleTest.php
app/Module/StoriesModuleTest.php
app/Module/ThemeSelectModuleTest.php
app/Module/TimelineChartModuleTest.php
app/Module/TopGivenNamesModuleTest.php
app/Module/TopPageViewsModuleTest.php
app/Module/TopSurnamesModuleTest.php
app/Module/UpcomingAnniversariesModuleTest.php
app/Module/UserFavoritesModuleTest.php
app/Module/UserJournalModuleTest.php
app/Module/UserMessagesModuleTest.php
app/Module/UserWelcomeModuleTest.php
app/Module/WelcomeBlockModuleTest.php
app/Module/YahrzeitModuleTest.php
app/NoReplyUserTest.php
app/NoteTest.php
app/PlaceTest.php
app/Reports/RightToLeftSupportTest.php
app/RepositoryTest.php
app/Services/EmailServiceTest.php
app/Services/GedcomEditServiceTest.php
app/Services/HtmlServiceTest.php
app/Services/LocalizationServiceTest.php
app/Services/ModuleServiceTest.php
app/Services/RateLimitServiceTest.php
app/Services/SearchServiceTest.php
app/Services/TimeoutServiceTest.php
app/Services/UserServiceTest.php
app/SiteTest.php
app/SiteUserTest.php
app/SoundexTest.php
app/SourceTest.php
app/StatsTest.php
app/SurnameTradition/DefaultSurnameTraditionTest.php
app/SurnameTradition/IcelandicSurnameTraditionTest.php
app/SurnameTradition/LithuanianSurnameTraditionTest.php
app/SurnameTradition/MatrilinealSurnameTraditionTest.php
app/SurnameTradition/PaternalSurnameTraditionTest.php
app/SurnameTradition/PatrilinealSurnameTraditionTest.php
app/SurnameTradition/PolishSurnameTraditionTest.php
app/SurnameTradition/PortugueseSurnameTraditionTest.php
app/SurnameTradition/SpanishSurnameTraditionTest.php
app/SurnameTraditionTest.php
app/TreeTest.php
app/TreeUserTest.php
app/UserTest.php
app/ValidatorTest.php
app/WebtreesTest.php
feature/EmbeddedVariablesTest.php
feature/ImportGedcomTest.php
feature/IndividualListTest.php
feature/Privacy.php
feature/RelationshipNamesTest.php
views/AbstractViewTest.php
views/VerifySuccessPageTest.php
aa37766315-Mar-2022 Greg Roach <greg@subaqua.co.uk>

GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCII


/webtrees/app/Factories/EncodingFactory.php
/webtrees/app/Http/RequestHandlers/ModuleAction.php
/webtrees/app/Module/CustomTagsGedcom53.php
/webtrees/app/Report/ReportParserBase.php
/webtrees/app/Schema/Migration0.php
/webtrees/app/Schema/Migration1.php
/webtrees/app/Schema/Migration10.php
/webtrees/app/Schema/Migration11.php
/webtrees/app/Schema/Migration12.php
/webtrees/app/Schema/Migration13.php
/webtrees/app/Schema/Migration14.php
/webtrees/app/Schema/Migration15.php
/webtrees/app/Schema/Migration16.php
/webtrees/app/Schema/Migration17.php
/webtrees/app/Schema/Migration18.php
/webtrees/app/Schema/Migration19.php
/webtrees/app/Schema/Migration2.php
/webtrees/app/Schema/Migration20.php
/webtrees/app/Schema/Migration21.php
/webtrees/app/Schema/Migration22.php
/webtrees/app/Schema/Migration23.php
/webtrees/app/Schema/Migration24.php
/webtrees/app/Schema/Migration25.php
/webtrees/app/Schema/Migration26.php
/webtrees/app/Schema/Migration27.php
/webtrees/app/Schema/Migration28.php
/webtrees/app/Schema/Migration29.php
/webtrees/app/Schema/Migration3.php
/webtrees/app/Schema/Migration30.php
/webtrees/app/Schema/Migration31.php
/webtrees/app/Schema/Migration32.php
/webtrees/app/Schema/Migration33.php
/webtrees/app/Schema/Migration34.php
/webtrees/app/Schema/Migration35.php
/webtrees/app/Schema/Migration36.php
/webtrees/app/Schema/Migration37.php
/webtrees/app/Schema/Migration38.php
/webtrees/app/Schema/Migration39.php
/webtrees/app/Schema/Migration4.php
/webtrees/app/Schema/Migration40.php
/webtrees/app/Schema/Migration41.php
/webtrees/app/Schema/Migration42.php
/webtrees/app/Schema/Migration43.php
/webtrees/app/Schema/Migration44.php
/webtrees/app/Schema/Migration5.php
/webtrees/app/Schema/Migration6.php
/webtrees/app/Schema/Migration7.php
/webtrees/app/Schema/Migration8.php
/webtrees/app/Schema/Migration9.php
/webtrees/app/Schema/MigrationInterface.php
/webtrees/app/Services/ModuleService.php
/webtrees/composer.json
/webtrees/composer.lock
/webtrees/package-lock.json
/webtrees/package.json
/webtrees/phpstan-baseline.neon
/webtrees/public/css/clouds.min.css
/webtrees/public/css/colors.min.css
/webtrees/public/css/fab.min.css
/webtrees/public/css/minimal.min.css
/webtrees/public/js/vendor.min.js
app/Factories/EncodingFactoryTest.php
246e8de013-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Use PHPunit features

438fe1d813-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Dead code

f01ab4ac13-Mar-2022 Greg Roach <greg@subaqua.co.uk>

PHPunit assertions are static

9f37cd2513-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Add missing composer dependency for dev

b4c5c80713-Mar-2022 Greg Roach <greg@subaqua.co.uk>

CodeStyle - upper/lower case mismatches

57b6995813-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Do not change visibility during inheritence

4991f20509-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Fix: #4250 - refactor linked-records and use consistently


/webtrees/app/Elements/SubmitterRecord.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Http/RequestHandlers/DeleteRecord.php
/webtrees/app/Http/RequestHandlers/GedcomRecordPage.php
/webtrees/app/Http/RequestHandlers/HeaderPage.php
/webtrees/app/Http/RequestHandlers/LocationPage.php
/webtrees/app/Http/RequestHandlers/ManageMediaData.php
/webtrees/app/Http/RequestHandlers/MediaPage.php
/webtrees/app/Http/RequestHandlers/MergeFactsAction.php
/webtrees/app/Http/RequestHandlers/NotePage.php
/webtrees/app/Http/RequestHandlers/RepositoryPage.php
/webtrees/app/Http/RequestHandlers/SourcePage.php
/webtrees/app/Http/RequestHandlers/SubmissionPage.php
/webtrees/app/Http/RequestHandlers/SubmitterPage.php
/webtrees/app/Http/RequestHandlers/UnconnectedPage.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/CustomTagsGedcomL.php
/webtrees/app/Module/FixPrimaryTag.php
/webtrees/app/Module/IndividualFactsTabModule.php
/webtrees/app/Module/IndividualMetadataModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/SlideShowModule.php
/webtrees/app/Services/HousekeepingService.php
/webtrees/app/Services/LinkedRecordService.php
/webtrees/app/Services/MediaFileService.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Services/RelationshipService.php
/webtrees/phpstan-baseline.neon
/webtrees/public/css/administration.min.css
/webtrees/public/css/clouds.min.css
/webtrees/public/css/colors.min.css
/webtrees/public/css/fab.min.css
/webtrees/public/css/minimal.min.css
/webtrees/public/css/webtrees.min.css
/webtrees/public/css/xenea.min.css
/webtrees/resources/css/_base.css
/webtrees/resources/views/admin/trees-unconnected.phtml
/webtrees/resources/views/media-page.phtml
/webtrees/resources/views/modules/media-list/page.phtml
/webtrees/resources/views/modules/random_media/slide-show.phtml
/webtrees/resources/views/note-page.phtml
/webtrees/resources/views/record-page-links.phtml
/webtrees/resources/views/record-page.phtml
app/Http/RequestHandlers/ManageMediaDataTest.php
6de2fb6b04-Mar-2022 Kirk Gartside <100085258+TheFirstCaptain@users.noreply.github.com>

Rhode Island State Censuses (#4241)

* Adding RI 1905 census and tests. Note 1905 test is WIP

* Modified files

* Added new unit tests for first few columns

* Added columns to test

* Added

Rhode Island State Censuses (#4241)

* Adding RI 1905 census and tests. Note 1905 test is WIP

* Modified files

* Added new unit tests for first few columns

* Added columns to test

* Added tests for all columns

* Added tests for title abbr & modified abbr

* Completed automated test

* Code cleanup

* Cleaned up stlye

* Added 1915 Census

* Cleanup of 1915

* Added 1925 RI Census

* Fix for 1915 Census Test

* Cleaned up code format errors

* Removed Whitespace

Co-authored-by: Kirk Gartside <kirk@Kirks-iMac.local>

show more ...


/webtrees/.github/workflows/phpcs.yaml
/webtrees/.github/workflows/phpstan.yaml
/webtrees/app/Census/Census.php
/webtrees/app/Census/CensusOfRhodeIsland.php
/webtrees/app/Census/CensusOfRhodeIsland1905.php
/webtrees/app/Census/CensusOfRhodeIsland1915.php
/webtrees/app/Census/CensusOfRhodeIsland1925.php
/webtrees/app/Elements/Adoption.php
/webtrees/app/Elements/AdultChristening.php
/webtrees/app/Elements/Annulment.php
/webtrees/app/Elements/Baptism.php
/webtrees/app/Elements/BarMitzvah.php
/webtrees/app/Elements/BasMitzvah.php
/webtrees/app/Elements/Birth.php
/webtrees/app/Elements/Blessing.php
/webtrees/app/Elements/Burial.php
/webtrees/app/Elements/CasteName.php
/webtrees/app/Elements/Census.php
/webtrees/app/Elements/Christening.php
/webtrees/app/Elements/Confirmation.php
/webtrees/app/Elements/CountOfChildren.php
/webtrees/app/Elements/CountOfMarriages.php
/webtrees/app/Elements/Cremation.php
/webtrees/app/Elements/CustomFamilyEvent.php
/webtrees/app/Elements/CustomIndividualEvent.php
/webtrees/app/Elements/Death.php
/webtrees/app/Elements/Divorce.php
/webtrees/app/Elements/DivorceFiled.php
/webtrees/app/Elements/Emigration.php
/webtrees/app/Elements/Engagement.php
/webtrees/app/Elements/FamilyCensus.php
/webtrees/app/Elements/FamilyResidence.php
/webtrees/app/Elements/FirstCommunion.php
/webtrees/app/Elements/Graduation.php
/webtrees/app/Elements/Immigration.php
/webtrees/app/Elements/LdsChildSealing.php
/webtrees/app/Elements/MarriageBanns.php
/webtrees/app/Elements/MarriageContract.php
/webtrees/app/Elements/MarriageLicence.php
/webtrees/app/Elements/MarriageSettlement.php
/webtrees/app/Elements/NationalIdNumber.php
/webtrees/app/Elements/Naturalization.php
/webtrees/app/Elements/NobilityTypeTitle.php
/webtrees/app/Elements/Occupation.php
/webtrees/app/Elements/Ordination.php
/webtrees/app/Elements/PhysicalDescription.php
/webtrees/app/Elements/Possessions.php
/webtrees/app/Elements/Probate.php
/webtrees/app/Elements/ReligiousAffiliation.php
/webtrees/app/Elements/Residence.php
/webtrees/app/Elements/Retirement.php
/webtrees/app/Elements/ScholasticAchievement.php
/webtrees/app/Elements/SocialSecurityNumber.php
/webtrees/app/Elements/Will.php
/webtrees/app/Factories/ElementFactory.php
/webtrees/app/Http/RequestHandlers/EmailPreferencesPage.php
/webtrees/app/Module/CustomTagsWebtrees.php
/webtrees/app/Services/GedcomEditService.php
/webtrees/composer.json
/webtrees/composer.lock
/webtrees/package-lock.json
/webtrees/package.json
/webtrees/phpstan-baseline.neon
/webtrees/public/css/vendor.min.css
/webtrees/public/js/vendor.min.js
app/Census/CensusOfRhodeIsland1905Test.php
app/Census/CensusOfRhodeIsland1915Test.php
app/Census/CensusOfRhodeIsland1925Test.php
app/Census/CensusOfRhodeIslandTest.php
app/Census/CensusTest.php
24f7958101-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Testing

a46dd5a601-Mar-2022 Greg Roach <greg@subaqua.co.uk>

Validation

fbdb628727-Feb-2022 Greg Roach <greg@subaqua.co.uk>

Testing

b6f85d5126-Feb-2022 Greg Roach <greg@subaqua.co.uk>

Validation


/webtrees/app/Contracts/ResponseFactoryInterface.php
/webtrees/app/Contracts/RouteFactoryInterface.php
/webtrees/app/Factories/ResponseFactory.php
/webtrees/app/Factories/RouteFactory.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Http/RequestHandlers/TomSelectSource.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/CompactTreeChartModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/FamilyBookChartModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/LocationListModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/NoteListModule.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/RepositoryListModule.php
/webtrees/app/Module/ShareAnniversaryModule.php
/webtrees/app/Module/SiteMapModule.php
/webtrees/app/Module/SourceListModule.php
/webtrees/app/Module/SubmitterListModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/UpcomingAnniversariesModule.php
/webtrees/app/Registry.php
/webtrees/app/Validator.php
/webtrees/app/Webtrees.php
/webtrees/phpstan-baseline.neon
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/webtrees.js
/webtrees/resources/views/modules/recent_changes/config.phtml
/webtrees/resources/views/modules/timeline-chart/chart.phtml
/webtrees/resources/views/modules/todays_events/config.phtml
/webtrees/resources/views/modules/top10_givnnames/config.phtml
/webtrees/resources/views/modules/top10_surnames/config.phtml
/webtrees/resources/views/modules/upcoming_events/config.phtml
/webtrees/resources/views/modules/yahrzeit/config.phtml
app/Module/UpcomingAnniversariesModuleTest.php
110d87e524-Feb-2022 Greg Roach <greg@subaqua.co.uk>

Validation


/webtrees/app/Fact.php
/webtrees/app/Http/RequestHandlers/AbstractTomSelectHandler.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AutoCompletePlace.php
/webtrees/app/Http/RequestHandlers/CalendarEvents.php
/webtrees/app/Http/RequestHandlers/CalendarPage.php
/webtrees/app/Http/RequestHandlers/RedirectStatisticsPhp.php
/webtrees/app/Http/RequestHandlers/TomSelectFamily.php
/webtrees/app/Http/RequestHandlers/TomSelectIndividual.php
/webtrees/app/Http/RequestHandlers/TomSelectLocation.php
/webtrees/app/Http/RequestHandlers/TomSelectMediaObject.php
/webtrees/app/Http/RequestHandlers/TomSelectNote.php
/webtrees/app/Http/RequestHandlers/TomSelectPlace.php
/webtrees/app/Http/RequestHandlers/TomSelectRepository.php
/webtrees/app/Http/RequestHandlers/TomSelectSource.php
/webtrees/app/Http/RequestHandlers/TomSelectSubmission.php
/webtrees/app/Http/RequestHandlers/TomSelectSubmitter.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleConfigTrait.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/ModuleMapAutocompleteTrait.php
/webtrees/app/Module/ModuleMapGeoLocationTrait.php
/webtrees/app/Module/ModuleReportTrait.php
/webtrees/app/Module/ModuleSidebarTrait.php
/webtrees/app/Module/ModuleTabInterface.php
/webtrees/app/Module/ModuleTabTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/phpstan-baseline.neon
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/webtrees.js
/webtrees/resources/lang/af/messages.po
/webtrees/resources/lang/ca/messages.po
/webtrees/resources/lang/de/messages.po
/webtrees/resources/lang/is/messages.po
/webtrees/resources/lang/it/messages.po
/webtrees/resources/lang/ko/messages.po
/webtrees/resources/lang/tr/messages.po
app/Http/RequestHandlers/AccountDeleteTest.php
app/Http/RequestHandlers/AccountEditTest.php
app/Http/RequestHandlers/AccountUpdateTest.php
app/Http/RequestHandlers/ControlPanelControllerTest.php
views/AbstractViewTest.php
3c63598223-Feb-2022 Greg Roach <greg@subaqua.co.uk>

CodeStyle

1e60ebf423-Feb-2022 Greg Roach <greg@subaqua.co.uk>

Working on validation


/webtrees/app/Helpers/functions.php
/webtrees/app/Http/RequestHandlers/AbstractTomSelectHandler.php
/webtrees/app/Http/RequestHandlers/AddChildToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddParentToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AddSpouseToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddUnlinkedAction.php
/webtrees/app/Http/RequestHandlers/ContactAction.php
/webtrees/app/Http/RequestHandlers/EditFactAction.php
/webtrees/app/Http/RequestHandlers/EditRawFactAction.php
/webtrees/app/Http/RequestHandlers/EmptyClipboard.php
/webtrees/app/Http/RequestHandlers/ExportGedcomClient.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/MessageAction.php
/webtrees/app/Services/CaptchaService.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Statistics/Repository/ContactRepository.php
/webtrees/app/Validator.php
/webtrees/composer.json
/webtrees/composer.lock
/webtrees/phpstan-baseline.neon
/webtrees/resources/views/admin/locations.phtml
/webtrees/resources/views/lists/families-table.phtml
/webtrees/resources/views/lists/individuals-table.phtml
/webtrees/resources/views/modules/media/tab.phtml
/webtrees/resources/views/modules/notes/tab.phtml
/webtrees/resources/views/modules/personal_facts/tab.phtml
/webtrees/resources/views/modules/relatives/tab.phtml
/webtrees/resources/views/modules/sources_tab/tab.phtml
app/ValidatorTest.php
b55cbc6b22-Feb-2022 Greg Roach <greg@subaqua.co.uk>

Update and use Validation class


/webtrees/app/Auth.php
/webtrees/app/Census/CensusColumnRelationToHead.php
/webtrees/app/CommonMark/CensusTableExtension.php
/webtrees/app/CommonMark/XrefNode.php
/webtrees/app/Elements/AbstractEventElement.php
/webtrees/app/Elements/Census.php
/webtrees/app/Elements/DateValue.php
/webtrees/app/Encodings/UTF16BE.php
/webtrees/app/Encodings/UTF16LE.php
/webtrees/app/Encodings/UTF8.php
/webtrees/app/Exceptions/InvalidGedcomEncodingException.php
/webtrees/app/Factories/ElementFactory.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Http/Middleware/AuthAdministrator.php
/webtrees/app/Http/Middleware/AuthEditor.php
/webtrees/app/Http/Middleware/AuthLoggedIn.php
/webtrees/app/Http/Middleware/AuthManager.php
/webtrees/app/Http/Middleware/AuthMember.php
/webtrees/app/Http/Middleware/AuthModerator.php
/webtrees/app/Http/Middleware/BadBotBlocker.php
/webtrees/app/Http/Middleware/BaseUrl.php
/webtrees/app/Http/Middleware/CheckCsrf.php
/webtrees/app/Http/Middleware/HandleExceptions.php
/webtrees/app/Http/Middleware/LoadRoutes.php
/webtrees/app/Http/Middleware/RequestHandler.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/UseDatabase.php
/webtrees/app/Http/RequestHandlers/AbstractTomSelectHandler.php
/webtrees/app/Http/RequestHandlers/AccountDelete.php
/webtrees/app/Http/RequestHandlers/AccountEdit.php
/webtrees/app/Http/RequestHandlers/AccountUpdate.php
/webtrees/app/Http/RequestHandlers/AddChildToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AddChildToFamilyPage.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddChildToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddMediaFileAction.php
/webtrees/app/Http/RequestHandlers/AddMediaFileModal.php
/webtrees/app/Http/RequestHandlers/AddNewFact.php
/webtrees/app/Http/RequestHandlers/AddParentToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddParentToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyAction.php
/webtrees/app/Http/RequestHandlers/AddSpouseToFamilyPage.php
/webtrees/app/Http/RequestHandlers/AddSpouseToIndividualAction.php
/webtrees/app/Http/RequestHandlers/AddSpouseToIndividualPage.php
/webtrees/app/Http/RequestHandlers/AddUnlinkedAction.php
/webtrees/app/Http/RequestHandlers/AddUnlinkedPage.php
/webtrees/app/Http/RequestHandlers/AdminMediaFileDownload.php
/webtrees/app/Http/RequestHandlers/AutoCompleteCitation.php
/webtrees/app/Http/RequestHandlers/AutoCompleteFolder.php
/webtrees/app/Http/RequestHandlers/AutoCompletePlace.php
/webtrees/app/Http/RequestHandlers/AutoCompleteSurname.php
/webtrees/app/Http/RequestHandlers/BroadcastAction.php
/webtrees/app/Http/RequestHandlers/BroadcastPage.php
/webtrees/app/Http/RequestHandlers/CalendarAction.php
/webtrees/app/Http/RequestHandlers/CalendarEvents.php
/webtrees/app/Http/RequestHandlers/CalendarPage.php
/webtrees/app/Http/RequestHandlers/ChangeFamilyMembersAction.php
/webtrees/app/Http/RequestHandlers/ChangeFamilyMembersPage.php
/webtrees/app/Http/RequestHandlers/CheckTree.php
/webtrees/app/Http/RequestHandlers/CleanDataFolder.php
/webtrees/app/Http/RequestHandlers/ContactAction.php
/webtrees/app/Http/RequestHandlers/ContactPage.php
/webtrees/app/Http/RequestHandlers/CopyFact.php
/webtrees/app/Http/RequestHandlers/CreateLocationAction.php
/webtrees/app/Http/RequestHandlers/CreateLocationModal.php
/webtrees/app/Http/RequestHandlers/CreateMediaObjectAction.php
/webtrees/app/Http/RequestHandlers/CreateMediaObjectFromFile.php
/webtrees/app/Http/RequestHandlers/CreateMediaObjectModal.php
/webtrees/app/Http/RequestHandlers/CreateNoteAction.php
/webtrees/app/Http/RequestHandlers/CreateNoteModal.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryAction.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryModal.php
/webtrees/app/Http/RequestHandlers/CreateSourceAction.php
/webtrees/app/Http/RequestHandlers/CreateSourceModal.php
/webtrees/app/Http/RequestHandlers/CreateSubmissionAction.php
/webtrees/app/Http/RequestHandlers/CreateSubmissionModal.php
/webtrees/app/Http/RequestHandlers/CreateSubmitterAction.php
/webtrees/app/Http/RequestHandlers/CreateSubmitterModal.php
/webtrees/app/Http/RequestHandlers/DataFixChoose.php
/webtrees/app/Http/RequestHandlers/DataFixData.php
/webtrees/app/Http/RequestHandlers/DataFixPage.php
/webtrees/app/Http/RequestHandlers/DataFixPreview.php
/webtrees/app/Http/RequestHandlers/DataFixSelect.php
/webtrees/app/Http/RequestHandlers/DataFixUpdate.php
/webtrees/app/Http/RequestHandlers/DataFixUpdateAll.php
/webtrees/app/Http/RequestHandlers/DeleteFact.php
/webtrees/app/Http/RequestHandlers/DeleteRecord.php
/webtrees/app/Http/RequestHandlers/DeleteTreeAction.php
/webtrees/app/Http/RequestHandlers/EditFactAction.php
/webtrees/app/Http/RequestHandlers/EditFactPage.php
/webtrees/app/Http/RequestHandlers/EditMediaFileAction.php
/webtrees/app/Http/RequestHandlers/EditMediaFileModal.php
/webtrees/app/Http/RequestHandlers/EditNoteAction.php
/webtrees/app/Http/RequestHandlers/EditNotePage.php
/webtrees/app/Http/RequestHandlers/EditRawFactAction.php
/webtrees/app/Http/RequestHandlers/EditRawFactPage.php
/webtrees/app/Http/RequestHandlers/EditRawRecordAction.php
/webtrees/app/Http/RequestHandlers/EditRawRecordPage.php
/webtrees/app/Http/RequestHandlers/EditRecordAction.php
/webtrees/app/Http/RequestHandlers/EditRecordPage.php
/webtrees/app/Http/RequestHandlers/EmailPreferencesAction.php
/webtrees/app/Http/RequestHandlers/EmptyClipboard.php
/webtrees/app/Http/RequestHandlers/ExportGedcomClient.php
/webtrees/app/Http/RequestHandlers/ExportGedcomPage.php
/webtrees/app/Http/RequestHandlers/ExportGedcomServer.php
/webtrees/app/Http/RequestHandlers/FamilyPage.php
/webtrees/app/Http/RequestHandlers/FindDuplicateRecords.php
/webtrees/app/Http/RequestHandlers/GedcomLoad.php
/webtrees/app/Http/RequestHandlers/GedcomRecordPage.php
/webtrees/app/Http/RequestHandlers/HeaderPage.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/ImportGedcomAction.php
/webtrees/app/Http/RequestHandlers/ImportGedcomPage.php
/webtrees/app/Http/RequestHandlers/IndividualPage.php
/webtrees/app/Http/RequestHandlers/LinkChildToFamilyAction.php
/webtrees/app/Http/RequestHandlers/LinkChildToFamilyPage.php
/webtrees/app/Http/RequestHandlers/LinkMediaToFamilyModal.php
/webtrees/app/Http/RequestHandlers/LinkMediaToIndividualModal.php
/webtrees/app/Http/RequestHandlers/LinkMediaToRecordAction.php
/webtrees/app/Http/RequestHandlers/LinkMediaToSourceModal.php
/webtrees/app/Http/RequestHandlers/LinkSpouseToIndividualAction.php
/webtrees/app/Http/RequestHandlers/LinkSpouseToIndividualPage.php
/webtrees/app/Http/RequestHandlers/LocationPage.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/Logout.php
/webtrees/app/Http/RequestHandlers/ManageTrees.php
/webtrees/app/Http/RequestHandlers/Masquerade.php
/webtrees/app/Http/RequestHandlers/MediaFileDownload.php
/webtrees/app/Http/RequestHandlers/MediaFileThumbnail.php
/webtrees/app/Http/RequestHandlers/MediaPage.php
/webtrees/app/Http/RequestHandlers/MergeFactsAction.php
/webtrees/app/Http/RequestHandlers/MergeFactsPage.php
/webtrees/app/Http/RequestHandlers/MergeRecordsAction.php
/webtrees/app/Http/RequestHandlers/MergeRecordsPage.php
/webtrees/app/Http/RequestHandlers/MessageAction.php
/webtrees/app/Http/RequestHandlers/MessagePage.php
/webtrees/app/Http/RequestHandlers/MessageSelect.php
/webtrees/app/Http/RequestHandlers/ModuleAction.php
/webtrees/app/Http/RequestHandlers/NotePage.php
/webtrees/app/Http/RequestHandlers/PasswordRequestAction.php
/webtrees/app/Http/RequestHandlers/PasswordRequestPage.php
/webtrees/app/Http/RequestHandlers/PasswordResetAction.php
/webtrees/app/Http/RequestHandlers/PasswordResetPage.php
/webtrees/app/Http/RequestHandlers/PasteFact.php
/webtrees/app/Http/RequestHandlers/PendingChanges.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptTree.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogData.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDelete.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDownload.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogPage.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectTree.php
/webtrees/app/Http/RequestHandlers/RedirectDescendencyPhp.php
/webtrees/app/Http/RequestHandlers/RedirectFamilyPhp.php
/webtrees/app/Http/RequestHandlers/RedirectGedRecordPhp.php
/webtrees/app/Http/RequestHandlers/RedirectIndividualPhp.php
/webtrees/app/Http/RequestHandlers/RedirectMediaViewerPhp.php
/webtrees/app/Http/RequestHandlers/RedirectModulePhp.php
/webtrees/app/Http/RequestHandlers/RedirectNotePhp.php
/webtrees/app/Http/RequestHandlers/RedirectRelationshipPhp.php
/webtrees/app/Http/RequestHandlers/RedirectRepositoryPhp.php
/webtrees/app/Http/RequestHandlers/RedirectSourcePhp.php
/webtrees/app/Http/RequestHandlers/RegisterAction.php
/webtrees/app/Http/RequestHandlers/RegisterPage.php
/webtrees/app/Http/RequestHandlers/RenumberTreeAction.php
/webtrees/app/Http/RequestHandlers/RenumberTreePage.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenAction.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenPage.php
/webtrees/app/Http/RequestHandlers/ReorderFamiliesAction.php
/webtrees/app/Http/RequestHandlers/ReorderFamiliesPage.php
/webtrees/app/Http/RequestHandlers/ReorderMediaAction.php
/webtrees/app/Http/RequestHandlers/ReorderMediaPage.php
/webtrees/app/Http/RequestHandlers/ReorderNamesAction.php
/webtrees/app/Http/RequestHandlers/ReorderNamesPage.php
/webtrees/app/Http/RequestHandlers/ReportGenerate.php
/webtrees/app/Http/RequestHandlers/ReportListAction.php
/webtrees/app/Http/RequestHandlers/ReportListPage.php
/webtrees/app/Http/RequestHandlers/ReportSetupAction.php
/webtrees/app/Http/RequestHandlers/ReportSetupPage.php
/webtrees/app/Http/RequestHandlers/RepositoryPage.php
/webtrees/app/Http/RequestHandlers/RobotsTxt.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedAction.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedPage.php
/webtrees/app/Http/RequestHandlers/SearchGeneralAction.php
/webtrees/app/Http/RequestHandlers/SearchGeneralPage.php
/webtrees/app/Http/RequestHandlers/SearchPhoneticAction.php
/webtrees/app/Http/RequestHandlers/SearchPhoneticPage.php
/webtrees/app/Http/RequestHandlers/SearchQuickAction.php
/webtrees/app/Http/RequestHandlers/SearchReplaceAction.php
/webtrees/app/Http/RequestHandlers/SearchReplacePage.php
/webtrees/app/Http/RequestHandlers/SelectDefaultTree.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectNewFact.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Http/RequestHandlers/SetupWizard.php
/webtrees/app/Http/RequestHandlers/SourcePage.php
/webtrees/app/Http/RequestHandlers/SubmissionPage.php
/webtrees/app/Http/RequestHandlers/SubmitterPage.php
/webtrees/app/Http/RequestHandlers/SynchronizeTrees.php
/webtrees/app/Http/RequestHandlers/TreePage.php
/webtrees/app/Http/RequestHandlers/TreePageBlock.php
/webtrees/app/Http/RequestHandlers/TreePageBlockEdit.php
/webtrees/app/Http/RequestHandlers/TreePageBlockUpdate.php
/webtrees/app/Http/RequestHandlers/TreePageEdit.php
/webtrees/app/Http/RequestHandlers/TreePageUpdate.php
/webtrees/app/Http/RequestHandlers/TreePreferencesAction.php
/webtrees/app/Http/RequestHandlers/TreePreferencesPage.php
/webtrees/app/Http/RequestHandlers/TreePrivacyAction.php
/webtrees/app/Http/RequestHandlers/TreePrivacyPage.php
/webtrees/app/Http/RequestHandlers/UnconnectedAction.php
/webtrees/app/Http/RequestHandlers/UnconnectedPage.php
/webtrees/app/Http/RequestHandlers/UserEditAction.php
/webtrees/app/Http/RequestHandlers/UserListData.php
/webtrees/app/Http/RequestHandlers/UserListPage.php
/webtrees/app/Http/RequestHandlers/UserPage.php
/webtrees/app/Http/RequestHandlers/UserPageBlock.php
/webtrees/app/Http/RequestHandlers/UserPageBlockEdit.php
/webtrees/app/Http/RequestHandlers/UserPageBlockUpdate.php
/webtrees/app/Http/RequestHandlers/UserPageEdit.php
/webtrees/app/Http/RequestHandlers/UserPageUpdate.php
/webtrees/app/Http/RequestHandlers/VerifyEmail.php
/webtrees/app/Http/Routes/WebRoutes.php
/webtrees/app/Log.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/CensusAssistantModule.php
/webtrees/app/Module/ChartsMenuModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/ColorsTheme.php
/webtrees/app/Module/CompactTreeChartModule.php
/webtrees/app/Module/ContactsFooterModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/FamilyBookChartModule.php
/webtrees/app/Module/FamilyListModule.php
/webtrees/app/Module/FamilyTreeFavoritesModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/FamilyTreeStatisticsModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/GoogleAnalyticsModule.php
/webtrees/app/Module/HitCountFooterModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/LocationListModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleTabTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/NoteListModule.php
/webtrees/app/Module/OpenStreetMap.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/PrivacyPolicy.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/ReportsMenuModule.php
/webtrees/app/Module/RepositoryListModule.php
/webtrees/app/Module/ShareAnniversaryModule.php
/webtrees/app/Module/SiteMapModule.php
/webtrees/app/Module/SourceListModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/SubmitterListModule.php
/webtrees/app/Module/ThemeSelectModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/UserFavoritesModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Report/ReportParserBase.php
/webtrees/app/Services/CaptchaService.php
/webtrees/app/Services/EmailService.php
/webtrees/app/Services/HomePageService.php
/webtrees/app/Services/MediaFileService.php
/webtrees/app/Services/UserService.php
/webtrees/app/Session.php
/webtrees/app/SessionDatabaseHandler.php
/webtrees/app/Statistics/Repository/IndividualRepository.php
/webtrees/app/Statistics/Repository/ServerRepository.php
/webtrees/app/Tree.php
/webtrees/app/TreeUser.php
/webtrees/app/User.php
/webtrees/app/Validator.php
/webtrees/phpstan-baseline.neon
/webtrees/resources/views/admin/trees-export.phtml
/webtrees/resources/views/components/select-family.phtml
/webtrees/resources/views/components/select-individual.phtml
/webtrees/resources/views/components/select-location.phtml
/webtrees/resources/views/components/select-media.phtml
/webtrees/resources/views/components/select-note.phtml
/webtrees/resources/views/components/select-place.phtml
/webtrees/resources/views/components/select-repository.phtml
/webtrees/resources/views/components/select-source.phtml
/webtrees/resources/views/components/select-submission.phtml
/webtrees/resources/views/components/select-submitter.phtml
/webtrees/resources/views/layouts/default.phtml
/webtrees/resources/views/modules/edit-block-config.phtml
/webtrees/resources/views/modules/family-book-chart/page.phtml
app/Elements/XrefFamilyTest.php
app/Elements/XrefIndividualTest.php
app/Elements/XrefLocationTest.php
app/Elements/XrefMediaTest.php
app/Elements/XrefNoteTest.php
app/Elements/XrefRepositoryTest.php
app/Elements/XrefSourceTest.php
app/Elements/XrefSubmissionTest.php
app/Elements/XrefSubmitterTest.php
app/Factories/EncodingFactoryTest.php
app/ValidatorTest.php
76d39c5521-Feb-2022 Greg Roach <greg@subaqua.co.uk>

PHPdoc


/webtrees/app/GedcomRecord.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Html.php
/webtrees/app/Http/Middleware/BadBotBlocker.php
/webtrees/app/Http/RequestHandlers/TreePrivacyPage.php
/webtrees/app/Http/Routes/ApiRoutes.php
/webtrees/app/Http/Routes/WebRoutes.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/CensusAssistantModule.php
/webtrees/app/Module/ChartsBlockModule.php
/webtrees/app/Module/CompactTreeChartModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/FamilyBookChartModule.php
/webtrees/app/Module/FamilyTreeFavoritesModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/FamilyTreeStatisticsModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/HtmlBlockModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/LocationListModule.php
/webtrees/app/Module/LoggedInUsersModule.php
/webtrees/app/Module/LoginBlockModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/ModuleBlockInterface.php
/webtrees/app/Module/ModuleBlockTrait.php
/webtrees/app/Module/ModuleChartInterface.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleDataFixTrait.php
/webtrees/app/Module/ModuleListInterface.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/NoteListModule.php
/webtrees/app/Module/NotesTabModule.php
/webtrees/app/Module/OnThisDayModule.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/RecentChangesModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/RepositoryListModule.php
/webtrees/app/Module/ResearchTaskModule.php
/webtrees/app/Module/ReviewChangesModule.php
/webtrees/app/Module/SlideShowModule.php
/webtrees/app/Module/SourceListModule.php
/webtrees/app/Module/SourcesTabModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/SubmitterListModule.php
/webtrees/app/Module/ThemeSelectModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/TopGivenNamesModule.php
/webtrees/app/Module/TopPageViewsModule.php
/webtrees/app/Module/TopSurnamesModule.php
/webtrees/app/Module/UpcomingAnniversariesModule.php
/webtrees/app/Module/UserFavoritesModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Module/UserWelcomeModule.php
/webtrees/app/Module/WelcomeBlockModule.php
/webtrees/app/Module/YahrzeitModule.php
/webtrees/app/Report/PdfRenderer.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/app/Report/ReportParserSetup.php
/webtrees/app/Services/ClipboardService.php
/webtrees/app/Services/TreeService.php
/webtrees/app/SessionDatabaseHandler.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Google/ChartAge.php
/webtrees/app/Statistics/Google/ChartBirth.php
/webtrees/app/Statistics/Google/ChartChildren.php
/webtrees/app/Statistics/Google/ChartCommonGiven.php
/webtrees/app/Statistics/Google/ChartCommonSurname.php
/webtrees/app/Statistics/Google/ChartDeath.php
/webtrees/app/Statistics/Google/ChartDistribution.php
/webtrees/app/Statistics/Google/ChartDivorce.php
/webtrees/app/Statistics/Google/ChartMarriage.php
/webtrees/app/Statistics/Google/ChartMarriageAge.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Statistics/Repository/IndividualRepository.php
/webtrees/phpstan-baseline.neon
app/Http/RequestHandlers/RedirectStatisticsPhpTest.php

12345678910>>...28