History log of /webtrees/tests/ (Results 326 – 350 of 689)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
506a570f23-Oct-2019 Greg Roach <fisharebest@webtrees.net>

CodeStyle

22e0f54223-Oct-2019 Greg Roach <greg@subaqua.co.uk>

Apply fixes from StyleCI (#2687)

d64ed53123-Oct-2019 sibador <julien.barbey@gmail.com>

Add test for coverage class Age (#2474)

1e65345222-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Use tree service


/webtrees/app/Functions/Functions.php
/webtrees/app/Functions/FunctionsImport.php
/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Http/Controllers/Admin/ChangesLogController.php
/webtrees/app/Http/Controllers/Admin/FixLevel0MediaController.php
/webtrees/app/Http/Controllers/Admin/ImportThumbnailsController.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/AutocompleteController.php
/webtrees/app/Http/Controllers/EditGedcomRecordController.php
/webtrees/app/Http/Controllers/EditNoteController.php
/webtrees/app/Http/Controllers/EditRepositoryController.php
/webtrees/app/Http/Controllers/EditSourceController.php
/webtrees/app/Http/Controllers/EditSubmitterController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/PendingChangesController.php
/webtrees/app/Http/Controllers/SetupController.php
/webtrees/app/Http/Middleware/BaseUrl.php
/webtrees/app/Http/Middleware/ReadConfigIni.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/UseDatabase.php
/webtrees/app/Http/Middleware/WrapHandler.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/ModuleAction.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/Module/BatchUpdateModule.php
/webtrees/app/Module/CensusAssistantModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/CloudsTheme.php
/webtrees/app/Module/ColorsTheme.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/HtmlBlockModule.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/OnThisDayModule.php
/webtrees/app/Module/RecentChangesModule.php
/webtrees/app/Module/SearchMenuModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/TopSurnamesModule.php
/webtrees/app/Module/UpcomingAnniversariesModule.php
/webtrees/app/Report/ReportParserBase.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/app/Report/ReportTcpdf.php
/webtrees/app/Services/TreeService.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Tree.php
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/webtrees.js
/webtrees/resources/views/admin/control-panel.phtml
/webtrees/resources/views/admin/fix-level-0-media-action.phtml
/webtrees/resources/views/admin/locations.phtml
/webtrees/resources/views/layouts/default.phtml
/webtrees/resources/views/modules/batch_update/admin.phtml
/webtrees/resources/views/modules/clippings/add-options.phtml
/webtrees/resources/views/modules/faq/config.phtml
/webtrees/resources/views/modules/faq/edit.phtml
/webtrees/resources/views/modules/stories/config.phtml
/webtrees/resources/views/search-advanced-page.phtml
/webtrees/resources/views/search-general-page.phtml
/webtrees/resources/views/search-phonetic-page.phtml
/webtrees/resources/views/search-replace-page.phtml
/webtrees/routes/web.php
TestCase.php
app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
app/Http/Controllers/Admin/LocationControllerTest.php
app/Http/Controllers/Admin/ModuleControllerTest.php
app/Http/Controllers/Admin/UpgradeControllerTest.php
app/TreeTest.php
app/TreeUserTest.php
feature/EmbeddedVariablesTest.php
1d1f373c19-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2649 - Fix routing for FAQ module


/webtrees/app/CommonMark/CensusTableParser.php
/webtrees/app/CommonMark/XrefParser.php
/webtrees/app/Fact.php
/webtrees/app/Family.php
/webtrees/app/Functions/FunctionsEdit.php
/webtrees/app/Functions/FunctionsExport.php
/webtrees/app/Functions/FunctionsImport.php
/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Html.php
/webtrees/app/Http/Controllers/AbstractEditController.php
/webtrees/app/Http/Controllers/GedcomFileController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/MessageController.php
/webtrees/app/Http/Controllers/NoteController.php
/webtrees/app/Http/Controllers/SetupController.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/BaseUrl.php
/webtrees/app/Http/Middleware/UseDatabase.php
/webtrees/app/Http/RequestHandlers/DeletePath.php
/webtrees/app/Http/RequestHandlers/DeleteTreeAction.php
/webtrees/app/Http/RequestHandlers/DeleteUser.php
/webtrees/app/Http/RequestHandlers/HelpText.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/MasqueradeAsUser.php
/webtrees/app/Http/RequestHandlers/PasswordResetAction.php
/webtrees/app/Http/RequestHandlers/PrivacyPolicy.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Http/ViewResponseTrait.php
/webtrees/app/Individual.php
/webtrees/app/Media.php
/webtrees/app/MediaFile.php
/webtrees/app/Menu.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BatchUpdateModule.php
/webtrees/app/Module/CompactTreeChartModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/FamilyBookChartModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/HtmlBlockModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/LoginBlockModule.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/app/Services/CalendarService.php
/webtrees/app/Services/ChartService.php
/webtrees/app/Services/DatatablesService.php
/webtrees/app/Services/IndividualListService.php
/webtrees/app/Services/UpgradeService.php
/webtrees/app/Session.php
/webtrees/app/Site.php
/webtrees/app/Soundex.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Statistics/Repository/IndividualRepository.php
/webtrees/app/Statistics/Repository/PlaceRepository.php
/webtrees/app/Tree.php
/webtrees/composer.json
/webtrees/resources/views/admin/broadcast.phtml
/webtrees/resources/views/emails/message-copy-html.phtml
/webtrees/resources/views/emails/message-copy-text.phtml
/webtrees/resources/views/emails/message-user-html.phtml
/webtrees/resources/views/emails/message-user-text.phtml
/webtrees/resources/views/layouts/administration.phtml
/webtrees/resources/views/login-page.phtml
/webtrees/resources/views/media-list-page.phtml
/webtrees/resources/views/modules/faq/config.phtml
/webtrees/resources/views/modules/faq/edit.phtml
/webtrees/resources/views/modules/login_block/sign-in.phtml
/webtrees/resources/views/modules/sources_tab/tab.phtml
/webtrees/resources/views/modules/timeline-chart/chart.phtml
/webtrees/resources/views/modules/timeline-chart/page.phtml
/webtrees/resources/views/modules/user_blog/list.phtml
/webtrees/resources/views/note-page.phtml
/webtrees/resources/views/pending-changes-page.phtml
/webtrees/resources/views/setup/step-2-server-checks.phtml
/webtrees/resources/views/source-page.phtml
/webtrees/routes/web.php
app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
app/Http/Controllers/Admin/MediaControllerTest.php
app/Http/Middleware/CheckForMaintenanceModeTest.php
app/Http/Middleware/DoHousekeepingTest.php
3df1e58418-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Use TreeService


/webtrees/app/Helpers/functions.php
/webtrees/app/Html.php
/webtrees/app/Http/Controllers/AbstractEditController.php
/webtrees/app/Http/Controllers/Admin/ChangesLogController.php
/webtrees/app/Http/Controllers/Admin/ImportThumbnailsController.php
/webtrees/app/Http/Controllers/Admin/ModuleController.php
/webtrees/app/Http/Controllers/Admin/UpgradeController.php
/webtrees/app/Http/Controllers/Admin/UsersController.php
/webtrees/app/Http/Controllers/AdminController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/SearchController.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/ClippingsCartModule.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/InteractiveTreeModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/ModuleChartInterface.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleListInterface.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/ModuleReportTrait.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/ReviewChangesModule.php
/webtrees/app/Module/SiteMapModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/TreesMenuModule.php
/webtrees/app/Place.php
/webtrees/app/Report/ReportHtml.php
/webtrees/app/Report/ReportHtmlTextbox.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/app/Report/ReportTcpdf.php
/webtrees/app/Statistics/Repository/IndividualRepository.php
/webtrees/app/Tree.php
/webtrees/composer.json
TestCase.php
app/Http/Controllers/Admin/ImportThumbnailsControllerTest.php
app/Http/Controllers/Admin/ModuleControllerTest.php
app/Http/Controllers/Admin/UpgradeControllerTest.php
app/Http/Controllers/Admin/UsersControllerTest.php
feature/UserAdminTest.php
/webtrees/vendor/composer/autoload_classmap.php
/webtrees/vendor/composer/autoload_files.php
/webtrees/vendor/composer/autoload_psr4.php
/webtrees/vendor/composer/autoload_static.php
/webtrees/vendor/composer/installed.json
a2ae7ae717-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2643 - DeleteUser parameter is now an attribute

953f119817-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Avoid using the IoC container in unit tests

7fef921117-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Disable cache during unit tests

fcfa147e17-Oct-2019 Greg Roach <fisharebest@webtrees.net>

PSR12


/webtrees/app/Age.php
/webtrees/app/Application.php
/webtrees/app/Auth.php
/webtrees/app/Carbon.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/CensusColumnBirthDate.php
/webtrees/app/Census/CensusColumnBirthDay.php
/webtrees/app/Census/CensusColumnBirthDayDotMonthYear.php
/webtrees/app/Census/CensusColumnBirthDayMonthSlashYear.php
/webtrees/app/Census/CensusColumnBirthDaySlashMonth.php
/webtrees/app/Census/CensusColumnBirthDaySlashMonthYear.php
/webtrees/app/Census/CensusColumnBirthMonth.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/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/CensusColumnRelationToHeadGerman.php
/webtrees/app/Census/CensusColumnReligion.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/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/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/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/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/RegisterOfWales1939.php
/webtrees/app/ColorGenerator.php
/webtrees/app/CommonMark/CensusTableExtension.php
/webtrees/app/CommonMark/CensusTableParser.php
/webtrees/app/CommonMark/XrefExtension.php
/webtrees/app/CommonMark/XrefParser.php
/webtrees/app/Config.php
/webtrees/app/Console/ComposerScripts.php
/webtrees/app/Contracts/UserInterface.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/DebugBar.php
/webtrees/app/DebugBar/ViewCollector.php
/webtrees/app/DefaultUser.php
/webtrees/app/Exceptions/FamilyAccessDeniedException.php
/webtrees/app/Exceptions/FamilyNotFoundException.php
/webtrees/app/Exceptions/GedcomErrorException.php
/webtrees/app/Exceptions/IndividualAccessDeniedException.php
/webtrees/app/Exceptions/IndividualNotFoundException.php
/webtrees/app/Exceptions/InternalServerErrorException.php
/webtrees/app/Exceptions/MediaAccessDeniedException.php
/webtrees/app/Exceptions/MediaNotFoundException.php
/webtrees/app/Exceptions/NoteAccessDeniedException.php
/webtrees/app/Exceptions/NoteNotFoundException.php
/webtrees/app/Exceptions/RecordAccessDeniedException.php
/webtrees/app/Exceptions/RecordNotFoundException.php
/webtrees/app/Exceptions/RepositoryAccessDeniedException.php
/webtrees/app/Exceptions/RepositoryNotFoundException.php
/webtrees/app/Exceptions/SourceAccessDeniedException.php
/webtrees/app/Exceptions/SourceNotFoundException.php
/webtrees/app/Fact.php
/webtrees/app/Family.php
/webtrees/app/Filter.php
/webtrees/app/FlashMessages.php
/webtrees/app/Functions/Functions.php
/webtrees/app/Functions/FunctionsDate.php
/webtrees/app/Functions/FunctionsEdit.php
/webtrees/app/Functions/FunctionsExport.php
/webtrees/app/Functions/FunctionsImport.php
/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/Functions/FunctionsPrintLists.php
/webtrees/app/Functions/FunctionsRtl.php
/webtrees/app/Gedcom.php
/webtrees/app/GedcomCode/GedcomCodeAdop.php
/webtrees/app/GedcomCode/GedcomCodeName.php
/webtrees/app/GedcomCode/GedcomCodePedi.php
/webtrees/app/GedcomCode/GedcomCodeQuay.php
/webtrees/app/GedcomCode/GedcomCodeRela.php
/webtrees/app/GedcomCode/GedcomCodeStat.php
/webtrees/app/GedcomCode/GedcomCodeTemp.php
/webtrees/app/GedcomRecord.php
/webtrees/app/GedcomTag.php
/webtrees/app/GuestUser.php
/webtrees/app/Html.php
/webtrees/app/Http/Controllers/AbstractBaseController.php
/webtrees/app/Http/Controllers/AbstractEditController.php
/webtrees/app/Http/Controllers/AccountController.php
/webtrees/app/Http/Controllers/Admin/AbstractAdminController.php
/webtrees/app/Http/Controllers/Admin/ChangesLogController.php
/webtrees/app/Http/Controllers/Admin/FixLevel0MediaController.php
/webtrees/app/Http/Controllers/Admin/ImportThumbnailsController.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/Admin/MapProviderController.php
/webtrees/app/Http/Controllers/Admin/MediaController.php
/webtrees/app/Http/Controllers/Admin/ModuleController.php
/webtrees/app/Http/Controllers/Admin/UpgradeController.php
/webtrees/app/Http/Controllers/Admin/UsersController.php
/webtrees/app/Http/Controllers/AdminController.php
/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/AutocompleteController.php
/webtrees/app/Http/Controllers/BranchesController.php
/webtrees/app/Http/Controllers/CalendarController.php
/webtrees/app/Http/Controllers/EditFamilyController.php
/webtrees/app/Http/Controllers/EditGedcomRecordController.php
/webtrees/app/Http/Controllers/EditIndividualController.php
/webtrees/app/Http/Controllers/EditMediaController.php
/webtrees/app/Http/Controllers/EditNoteController.php
/webtrees/app/Http/Controllers/EditRepositoryController.php
/webtrees/app/Http/Controllers/EditSourceController.php
/webtrees/app/Http/Controllers/EditSubmitterController.php
/webtrees/app/Http/Controllers/FamilyController.php
/webtrees/app/Http/Controllers/GedcomFileController.php
/webtrees/app/Http/Controllers/GedcomRecordController.php
/webtrees/app/Http/Controllers/HomePageController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/MediaController.php
/webtrees/app/Http/Controllers/MediaFileController.php
/webtrees/app/Http/Controllers/MessageController.php
/webtrees/app/Http/Controllers/NoteController.php
/webtrees/app/Http/Controllers/PendingChangesController.php
/webtrees/app/Http/Controllers/PlaceHierarchyController.php
/webtrees/app/Http/Controllers/ReportEngineController.php
/webtrees/app/Http/Controllers/RepositoryController.php
/webtrees/app/Http/Controllers/SearchController.php
/webtrees/app/Http/Controllers/SetupController.php
/webtrees/app/Http/Controllers/SourceController.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/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/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/Router.php
/webtrees/app/Http/Middleware/UpdateDatabaseSchema.php
/webtrees/app/Http/Middleware/UseCache.php
/webtrees/app/Http/Middleware/UseDatabase.php
/webtrees/app/Http/Middleware/UseDebugbar.php
/webtrees/app/Http/Middleware/UseFilesystem.php
/webtrees/app/Http/Middleware/UseLocale.php
/webtrees/app/Http/Middleware/UseSession.php
/webtrees/app/Http/Middleware/UseTheme.php
/webtrees/app/Http/Middleware/UseTransaction.php
/webtrees/app/Http/Middleware/WrapHandler.php
/webtrees/app/Http/RequestHandlers/CleanDataFolder.php
/webtrees/app/Http/RequestHandlers/ControlPanel.php
/webtrees/app/Http/RequestHandlers/CreateTreeAction.php
/webtrees/app/Http/RequestHandlers/CreateTreePage.php
/webtrees/app/Http/RequestHandlers/DeletePath.php
/webtrees/app/Http/RequestHandlers/DeleteTreeAction.php
/webtrees/app/Http/RequestHandlers/DeleteUser.php
/webtrees/app/Http/RequestHandlers/HelpText.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/Logout.php
/webtrees/app/Http/RequestHandlers/MasqueradeAsUser.php
/webtrees/app/Http/RequestHandlers/ModuleAction.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/PhpInformation.php
/webtrees/app/Http/RequestHandlers/Ping.php
/webtrees/app/Http/RequestHandlers/PrivacyPolicy.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/RedirectNotePhp.php
/webtrees/app/Http/RequestHandlers/RedirectRepoPhp.php
/webtrees/app/Http/RequestHandlers/RedirectSourcePhp.php
/webtrees/app/Http/RequestHandlers/RegisterAction.php
/webtrees/app/Http/RequestHandlers/RegisterPage.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenAction.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenPage.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/ReorderSpousesAction.php
/webtrees/app/Http/RequestHandlers/ReorderSpousesPage.php
/webtrees/app/Http/RequestHandlers/SelectDefaultTree.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Http/RequestHandlers/VerifyEmail.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/Module/AbstractModule.php
/webtrees/app/Module/AhnentafelReportModule.php
/webtrees/app/Module/AlbumModule.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BatchUpdate/BatchUpdateBasePlugin.php
/webtrees/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPlugin.php
/webtrees/app/Module/BatchUpdate/BatchUpdateMarriedNamesPlugin.php
/webtrees/app/Module/BatchUpdate/BatchUpdateMissingDeathPlugin.php
/webtrees/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php
/webtrees/app/Module/BatchUpdate/BatchUpdateSearchReplacePlugin.php
/webtrees/app/Module/BatchUpdateModule.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/CookieWarningModule.php
/webtrees/app/Module/CustomCssJsModule.php
/webtrees/app/Module/DeathReportModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/DescendancyReportModule.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/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/GoogleAnalyticsModule.php
/webtrees/app/Module/GoogleWebmasterToolsModule.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/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/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/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/LanguageVietnamese.php
/webtrees/app/Module/LanguageYiddish.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/ListsMenuModule.php
/webtrees/app/Module/LoggedInUsersModule.php
/webtrees/app/Module/LoginBlockModule.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/ModuleCustomTrait.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/ModuleMenuInterface.php
/webtrees/app/Module/ModuleMenuTrait.php
/webtrees/app/Module/ModuleReportInterface.php
/webtrees/app/Module/ModuleReportTrait.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/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/RecentChangesModule.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/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/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/Report/AbstractReport.php
/webtrees/app/Report/ReportBaseCell.php
/webtrees/app/Report/ReportBaseElement.php
/webtrees/app/Report/ReportBaseFootnote.php
/webtrees/app/Report/ReportBaseHtml.php
/webtrees/app/Report/ReportBaseImage.php
/webtrees/app/Report/ReportBaseLine.php
/webtrees/app/Report/ReportBasePageheader.php
/webtrees/app/Report/ReportBaseText.php
/webtrees/app/Report/ReportBaseTextbox.php
/webtrees/app/Report/ReportExpressionLanguageProvider.php
/webtrees/app/Report/ReportHtml.php
/webtrees/app/Report/ReportHtmlCell.php
/webtrees/app/Report/ReportHtmlFootnote.php
/webtrees/app/Report/ReportHtmlHtml.php
/webtrees/app/Report/ReportHtmlImage.php
/webtrees/app/Report/ReportHtmlLine.php
/webtrees/app/Report/ReportHtmlPageheader.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/ReportPdf.php
/webtrees/app/Report/ReportPdfCell.php
/webtrees/app/Report/ReportPdfFootnote.php
/webtrees/app/Report/ReportPdfHtml.php
/webtrees/app/Report/ReportPdfImage.php
/webtrees/app/Report/ReportPdfLine.php
/webtrees/app/Report/ReportPdfPageheader.php
/webtrees/app/Report/ReportPdfText.php
/webtrees/app/Report/ReportPdfTextbox.php
/webtrees/app/Report/ReportTcpdf.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/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/SeedGedcomSettingTable.php
/webtrees/app/Schema/SeedGedcomTable.php
/webtrees/app/Schema/SeedInterface.php
/webtrees/app/Schema/SeedSiteSettingTable.php
/webtrees/app/Schema/SeedUserTable.php
/webtrees/app/Services/CalendarService.php
/webtrees/app/Services/ChartService.php
/webtrees/app/Services/ClipboardService.php
/webtrees/app/Services/DatatablesService.php
/webtrees/app/Services/GedcomService.php
/webtrees/app/Services/HousekeepingService.php
/webtrees/app/Services/HtmlService.php
/webtrees/app/Services/IndividualListService.php
/webtrees/app/Services/LocalizationService.php
/webtrees/app/Services/MailService.php
/webtrees/app/Services/MigrationService.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Services/RomanNumeralsService.php
/webtrees/app/Services/SearchService.php
/webtrees/app/Services/ServerCheckService.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/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/Tree.php
/webtrees/app/TreeUser.php
/webtrees/app/User.php
/webtrees/app/View.php
/webtrees/app/Webtrees.php
/webtrees/composer.json
/webtrees/composer.lock
/webtrees/index.php
/webtrees/modules_v4/example-footer.disable/module.php
/webtrees/modules_v4/example-middleware.disable/module.php
/webtrees/modules_v4/example-report.disable/module.php
/webtrees/modules_v4/example-server-configuration.disable/module.php
/webtrees/modules_v4/example-theme.disable/module.php
/webtrees/modules_v4/example.disable/module.php
/webtrees/resources/lang/cs/messages.po
/webtrees/resources/lang/de/messages.po
/webtrees/resources/lang/fi/messages.po
/webtrees/resources/lang/he/messages.po
/webtrees/resources/lang/it/messages.po
/webtrees/resources/lang/sv/messages.po
/webtrees/resources/lang/zh-Hans/messages.po
/webtrees/resources/lang/zh-Hant/messages.po
/webtrees/resources/views/admin/trees-export.phtml
/webtrees/resources/views/admin/trees.phtml
/webtrees/resources/views/edit/add-fact.phtml
/webtrees/routes/web.php
MockGlobalFunctions.php
app/Census/CensusColumnAgeFemale5YearsTest.php
app/Census/CensusColumnAgeFemaleTest.php
app/Census/CensusColumnAgeMale5YearsTest.php
app/Census/CensusColumnAgeMaleTest.php
app/Census/CensusColumnAgeMarriedTest.php
app/Census/CensusColumnAgeTest.php
app/Census/CensusColumnBirthDateTest.php
app/Census/CensusColumnBirthDayDotMonthYearTest.php
app/Census/CensusColumnBirthDayMonthSlashYearTest.php
app/Census/CensusColumnBirthDaySlashMonthTest.php
app/Census/CensusColumnBirthDaySlashMonthYearTest.php
app/Census/CensusColumnBirthDayTest.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/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/CensusColumnRelationToHeadGermanTest.php
app/Census/CensusColumnRelationToHeadTest.php
app/Census/CensusColumnReligionTest.php
app/Census/CensusColumnSexMFTest.php
app/Census/CensusColumnSexMKTest.php
app/Census/CensusColumnSexMZTest.php
app/Census/CensusColumnSurnameGivenNameInitialTest.php
app/Census/CensusColumnSurnameGivenNamesTest.php
app/Census/CensusColumnSurnameTest.php
app/Census/CensusColumnYearsMarriedTest.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/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/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/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/RegisterOfWales1939Test.php
app/Date/CalendarDateTest.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/FactTest.php
app/FamilyTest.php
app/FilterTest.php
app/FlashMessagesTest.php
app/Functions/FunctionsDateTest.php
app/Functions/FunctionsEditTest.php
app/Functions/FunctionsExportTest.php
app/Functions/FunctionsImportTest.php
app/Functions/FunctionsPrintFactsTest.php
app/Functions/FunctionsPrintListsTest.php
app/Functions/FunctionsPrintTest.php
app/Functions/FunctionsRtlTest.php
app/GedcomCode/GedcomCodeAdopTest.php
app/GedcomCode/GedcomCodeNameTest.php
app/GedcomCode/GedcomCodePediTest.php
app/GedcomCode/GedcomCodeQuayTest.php
app/GedcomCode/GedcomCodeRelaTest.php
app/GedcomCode/GedcomCodeStatTest.php
app/GedcomCode/GedcomCodeTempTest.php
app/GedcomRecordTest.php
app/GedcomTagTest.php
app/GuestUserTest.php
app/Http/Controllers/Admin/ChangesLogControllerTest.php
app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
app/Http/Controllers/Admin/ImportThumbnailsControllerTest.php
app/Http/Controllers/Admin/LocationControllerTest.php
app/Http/Controllers/Admin/MapProviderControllerTest.php
app/Http/Controllers/Admin/MediaControllerTest.php
app/Http/Controllers/Admin/ModuleControllerTest.php
app/Http/Controllers/Admin/UpgradeControllerTest.php
app/Http/Controllers/Admin/UsersControllerTest.php
app/Http/Controllers/CalendarControllerTest.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/ControlPanelControllerTest.php
app/Http/RequestHandlers/DeleteUserTest.php
app/Http/RequestHandlers/LoginPageTest.php
app/Http/RequestHandlers/MasqueradeAsUserTest.php
app/Http/RequestHandlers/ModuleActionTest.php
app/Http/RequestHandlers/PasswordRequestPageTest.php
app/Http/RequestHandlers/PasswordResetPageTest.php
app/Http/RequestHandlers/PingTest.php
app/Http/RequestHandlers/PrivacyPolicyTest.php
app/Http/RequestHandlers/SelectLanguageTest.php
app/Http/RequestHandlers/SelectThemeTest.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/BatchUpdate/BatchUpdateBasePluginTest.php
app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php
app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php
app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php
app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php
app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php
app/Module/BatchUpdateModuleTest.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/ExtraInformationModuleTest.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/FrequentlyAskedQuestionsModuleTest.php
app/Module/HourglassChartModuleTest.php
app/Module/HtmlBlockModuleTest.php
app/Module/IndividualFactsTabModuleTest.php
app/Module/IndividualFamiliesReportModuleTest.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/MarriageReportModuleTest.php
app/Module/MediaTabModuleTest.php
app/Module/MissingFactsReportModuleTest.php
app/Module/ModuleBlockInterfaceTest.php
app/Module/ModuleChartInterfaceTest.php
app/Module/ModuleConfigInterfaceTest.php
app/Module/ModuleMenuInterfaceTest.php
app/Module/ModuleReportInterfaceTest.php
app/Module/ModuleSidebarInterfaceTest.php
app/Module/ModuleTabInterfaceTest.php
app/Module/ModuleThemeInterfaceTest.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/Report/ReportBaseTest.php
app/Report/ReportHTMLTest.php
app/Report/ReportPDFTest.php
app/RepositoryTest.php
app/Services/HtmlServiceTest.php
app/Services/MailServiceTest.php
app/Services/ModuleServiceTest.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/WebtreesTest.php
feature/EmbeddedVariablesTest.php
feature/ImportGedcomTest.php
feature/IndividualListTest.php
feature/UserAdminTest.php
/webtrees/vendor/composer/installed.json
/webtrees/vendor/nesbot/carbon/src/Carbon/Carbon.php
/webtrees/vendor/nesbot/carbon/src/Carbon/CarbonImmutable.php
/webtrees/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Lang/sh.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Date.php
73f5072416-Oct-2019 Greg Roach <fisharebest@webtrees.net>

In tests, create objects explicity, not from container

a67cd39f16-Oct-2019 Greg Roach <fisharebest@webtrees.net>

route parameter no longer needed in test scripts

1a21847416-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Long lines


/webtrees/app/Census/CensusColumnChildrenLiving.php
/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Http/Controllers/AccountController.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/BranchesController.php
/webtrees/app/Http/Controllers/EditFamilyController.php
/webtrees/app/Http/Controllers/EditGedcomRecordController.php
/webtrees/app/Http/Controllers/EditIndividualController.php
/webtrees/app/Http/Controllers/EditMediaController.php
/webtrees/app/Http/Controllers/EditNoteController.php
/webtrees/app/Http/Controllers/GedcomFileController.php
/webtrees/app/Http/Controllers/HomePageController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/NoteController.php
/webtrees/app/Http/Controllers/PendingChangesController.php
/webtrees/app/Http/Middleware/AuthEditor.php
/webtrees/app/Http/Middleware/AuthManager.php
/webtrees/app/Http/Middleware/AuthMember.php
/webtrees/app/Http/Middleware/AuthModerator.php
/webtrees/app/Http/RequestHandlers/DeleteTreeAction.php
/webtrees/app/Http/RequestHandlers/Logout.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/RedirectNotePhp.php
/webtrees/app/Http/RequestHandlers/RedirectRepoPhp.php
/webtrees/app/Http/RequestHandlers/RedirectSourcePhp.php
/webtrees/app/Http/RequestHandlers/RegisterAction.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenAction.php
/webtrees/app/Http/RequestHandlers/ReorderChildrenPage.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/ReorderSpousesAction.php
/webtrees/app/Http/RequestHandlers/ReorderSpousesPage.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Http/RequestHandlers/VerifyEmail.php
/webtrees/app/Module/BatchUpdateModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/FamilyListModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/GoogleAnalyticsModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/NoteListModule.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/RepositoryListModule.php
/webtrees/app/Module/SlideShowModule.php
/webtrees/app/Module/SourceListModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Services/TreeService.php
/webtrees/app/Services/UserService.php
/webtrees/resources/views/admin/trees-import.phtml
/webtrees/resources/views/edit/change-family-members.phtml
/webtrees/resources/views/edit/edit-fact.phtml
/webtrees/resources/views/edit/link-child-to-family.phtml
/webtrees/resources/views/edit/link-spouse-to-individual.phtml
/webtrees/resources/views/edit/new-individual.phtml
/webtrees/resources/views/edit/raw-gedcom-fact.phtml
/webtrees/resources/views/edit/raw-gedcom-record.phtml
/webtrees/resources/views/edit/reorder-children.phtml
/webtrees/resources/views/edit/reorder-media.phtml
/webtrees/resources/views/edit/reorder-names.phtml
/webtrees/resources/views/edit/reorder-spouses.phtml
/webtrees/resources/views/family-page-children.phtml
/webtrees/resources/views/family-page-menu.phtml
/webtrees/resources/views/individual-page-menu.phtml
/webtrees/resources/views/modules/relatives/family.phtml
/webtrees/resources/views/modules/relatives/tab.phtml
/webtrees/routes/web.php
TestCase.php
feature/UserAdminTest.php
9022ab6615-Oct-2019 Greg Roach <fisharebest@webtrees.net>

wip


/webtrees/app/Functions/FunctionsEdit.php
/webtrees/app/Http/Controllers/AccountController.php
/webtrees/app/Http/Controllers/Admin/UpgradeController.php
/webtrees/app/Http/Controllers/AdminController.php
/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/PendingChangesController.php
/webtrees/app/Http/RequestHandlers/PhpInformation.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Place.php
/webtrees/resources/views/admin/broadcast.phtml
/webtrees/resources/views/admin/changes-log.phtml
/webtrees/resources/views/admin/control-panel.phtml
/webtrees/resources/views/admin/locations.phtml
/webtrees/resources/views/admin/merge-records-step-1.phtml
/webtrees/resources/views/admin/merge-records-step-2.phtml
/webtrees/resources/views/admin/trees-duplicates.phtml
/webtrees/resources/views/admin/trees-export.phtml
/webtrees/resources/views/admin/trees-merge.phtml
/webtrees/resources/views/admin/trees-places.phtml
/webtrees/resources/views/admin/trees-preferences.phtml
/webtrees/resources/views/admin/trees-unconnected.phtml
/webtrees/resources/views/admin/trees.phtml
/webtrees/resources/views/edit/add-fact-row.phtml
/webtrees/resources/views/edit/add-fact.phtml
/webtrees/resources/views/edit/change-family-members.phtml
/webtrees/resources/views/edit/new-individual.phtml
/webtrees/resources/views/edit/raw-gedcom-fact.phtml
/webtrees/resources/views/edit/raw-gedcom-record.phtml
/webtrees/resources/views/edit/reorder-children.phtml
/webtrees/resources/views/edit/reorder-media.phtml
/webtrees/resources/views/edit/reorder-names.phtml
/webtrees/resources/views/edit/reorder-spouses.phtml
/webtrees/resources/views/individual-page-menu.phtml
/webtrees/resources/views/individual-page.phtml
/webtrees/resources/views/modals/add-media-file.phtml
/webtrees/resources/views/modals/link-media-to-source.phtml
/webtrees/resources/views/modules/relatives/tab.phtml
/webtrees/resources/views/note-page-menu.phtml
/webtrees/resources/views/source-page-menu.phtml
/webtrees/routes/web.php
app/Http/Controllers/Admin/ChangesLogControllerTest.php
0c0910bf14-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing


/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/Admin/MapProviderController.php
/webtrees/app/Http/Controllers/Admin/UpgradeController.php
/webtrees/app/Http/Controllers/AdminController.php
/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/EditIndividualController.php
/webtrees/app/Http/Controllers/GedcomFileController.php
/webtrees/app/Http/Controllers/GedcomRecordController.php
/webtrees/app/Http/Controllers/HomePageController.php
/webtrees/app/Http/Controllers/MessageController.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/NoRouteFound.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/RequestHandlers/ControlPanel.php
/webtrees/app/Http/RequestHandlers/CreateTreeAction.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/MasqueradeAsUser.php
/webtrees/app/Module/GoogleAnalyticsModule.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Services/TreeService.php
/webtrees/app/Webtrees.php
/webtrees/resources/views/admin/analytics-edit.phtml
/webtrees/resources/views/admin/broadcast.phtml
/webtrees/resources/views/admin/changes-log.phtml
/webtrees/resources/views/admin/clean-data.phtml
/webtrees/resources/views/admin/components.phtml
/webtrees/resources/views/admin/control-panel-tree-list.phtml
/webtrees/resources/views/admin/control-panel.phtml
/webtrees/resources/views/admin/fix-level-0-media.phtml
/webtrees/resources/views/admin/import-progress.phtml
/webtrees/resources/views/admin/map-import-form.phtml
/webtrees/resources/views/admin/map-provider.phtml
/webtrees/resources/views/admin/media-upload.phtml
/webtrees/resources/views/admin/media.phtml
/webtrees/resources/views/admin/merge-records-step-1.phtml
/webtrees/resources/views/admin/merge-records-step-2.phtml
/webtrees/resources/views/admin/modules.phtml
/webtrees/resources/views/admin/server-information.phtml
/webtrees/resources/views/admin/site-logs.phtml
/webtrees/resources/views/admin/site-mail.phtml
/webtrees/resources/views/admin/site-preferences.phtml
/webtrees/resources/views/admin/site-registration.phtml
/webtrees/resources/views/admin/trees-check.phtml
/webtrees/resources/views/admin/trees-create.phtml
/webtrees/resources/views/admin/trees-duplicates.phtml
/webtrees/resources/views/admin/trees-export.phtml
/webtrees/resources/views/admin/trees-import.phtml
/webtrees/resources/views/admin/trees-merge.phtml
/webtrees/resources/views/admin/trees-places.phtml
/webtrees/resources/views/admin/trees-preferences.phtml
/webtrees/resources/views/admin/trees-privacy.phtml
/webtrees/resources/views/admin/trees-renumber.phtml
/webtrees/resources/views/admin/trees-unconnected.phtml
/webtrees/resources/views/admin/trees.phtml
/webtrees/resources/views/admin/upgrade/steps.phtml
/webtrees/resources/views/admin/upgrade/wizard.phtml
/webtrees/resources/views/admin/users-cleanup.phtml
/webtrees/resources/views/admin/users-create.phtml
/webtrees/resources/views/admin/users-edit.phtml
/webtrees/resources/views/admin/users.phtml
/webtrees/resources/views/admin/webtrees1-thumbnails.phtml
/webtrees/resources/views/edit/new-individual.phtml
/webtrees/resources/views/layouts/administration.phtml
/webtrees/resources/views/modules/batch_update/admin.phtml
/webtrees/resources/views/modules/custom-css-js/edit.phtml
/webtrees/resources/views/modules/faq/config.phtml
/webtrees/resources/views/modules/faq/edit.phtml
/webtrees/resources/views/modules/relationships-chart/config.phtml
/webtrees/resources/views/modules/sitemap/config.phtml
/webtrees/resources/views/modules/stories/config.phtml
/webtrees/resources/views/modules/stories/edit.phtml
/webtrees/routes/web.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/RequestHandlers/ControlPanelControllerTest.php
5afbc57a13-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Move business logic from controller to service

4874f72d12-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on request/base URL logic

f567c3d811-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing

d72b284a10-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing


/webtrees/app/Date/AbstractCalendarDate.php
/webtrees/app/Functions/FunctionsEdit.php
/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/Http/Controllers/CalendarController.php
/webtrees/app/Http/Controllers/EditMediaController.php
/webtrees/app/Http/Controllers/GedcomRecordController.php
/webtrees/app/Http/Controllers/HomePageController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/MessageController.php
/webtrees/app/Http/Controllers/PendingChangesController.php
/webtrees/app/Http/Controllers/SearchController.php
/webtrees/app/Http/Middleware/NoRouteFound.php
/webtrees/app/Http/Middleware/UseTree.php
/webtrees/app/Http/RequestHandlers/HelpText.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/Logout.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/RedirectNotePhp.php
/webtrees/app/Http/RequestHandlers/RedirectRepoPhp.php
/webtrees/app/Http/RequestHandlers/RedirectSourcePhp.php
/webtrees/app/MediaFile.php
/webtrees/app/Module/BatchUpdate/BatchUpdateBasePlugin.php
/webtrees/app/Module/CalendarMenuModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/FamilyGroupReportModule.php
/webtrees/app/Module/FamilyTreeFavoritesModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/InteractiveTree/TreeView.php
/webtrees/app/Module/LoginBlockModule.php
/webtrees/app/Module/ModuleBlockTrait.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleReportTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/ReviewChangesModule.php
/webtrees/app/Module/SearchMenuModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/TreesMenuModule.php
/webtrees/app/Module/UserFavoritesModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Services/UserService.php
/webtrees/app/Statistics/Repository/PlaceRepository.php
/webtrees/app/Statistics/Repository/UserRepository.php
/webtrees/resources/views/admin/control-panel-tree-list.phtml
/webtrees/resources/views/admin/trees.phtml
/webtrees/resources/views/branches-page.phtml
/webtrees/resources/views/calendar-page.phtml
/webtrees/resources/views/components/select-family.phtml
/webtrees/resources/views/components/select-individual.phtml
/webtrees/resources/views/components/select-media.phtml
/webtrees/resources/views/components/select-note.phtml
/webtrees/resources/views/components/select-repository.phtml
/webtrees/resources/views/components/select-source.phtml
/webtrees/resources/views/components/select-submitter.phtml
/webtrees/resources/views/contact-page.phtml
/webtrees/resources/views/edit-account-page.phtml
/webtrees/resources/views/edit/edit-fact.phtml
/webtrees/resources/views/edit/icon-fact-edit.phtml
/webtrees/resources/views/edit/paste-fact-row.phtml
/webtrees/resources/views/emails/pending-changes-html.phtml
/webtrees/resources/views/emails/pending-changes-text.phtml
/webtrees/resources/views/emails/register-user-html.phtml
/webtrees/resources/views/emails/register-user-text.phtml
/webtrees/resources/views/family-page-children.phtml
/webtrees/resources/views/family-page-grandparents.phtml
/webtrees/resources/views/family-page-menu.phtml
/webtrees/resources/views/family-page-parents.phtml
/webtrees/resources/views/family-page.phtml
/webtrees/resources/views/forgot-password-page.phtml
/webtrees/resources/views/gedcom-record-page-menu.phtml
/webtrees/resources/views/individual-page.phtml
/webtrees/resources/views/layouts/default.phtml
/webtrees/resources/views/media-list-page.phtml
/webtrees/resources/views/media-page-menu.phtml
/webtrees/resources/views/media-page.phtml
/webtrees/resources/views/message-page.phtml
/webtrees/resources/views/modals/create-media-from-file.phtml
/webtrees/resources/views/modals/create-media-object.phtml
/webtrees/resources/views/modals/create-note-object.phtml
/webtrees/resources/views/modals/create-repository.phtml
/webtrees/resources/views/modals/create-source.phtml
/webtrees/resources/views/modals/create-submitter.phtml
/webtrees/resources/views/modals/edit-media-file.phtml
/webtrees/resources/views/modals/link-media-to-family.phtml
/webtrees/resources/views/modals/link-media-to-individual.phtml
/webtrees/resources/views/modals/media-file-fields.phtml
/webtrees/resources/views/modules/batch_update/admin.phtml
/webtrees/resources/views/modules/census-assistant.phtml
/webtrees/resources/views/modules/clippings/download.phtml
/webtrees/resources/views/modules/clippings/show.phtml
/webtrees/resources/views/modules/descendancy/sidebar.phtml
/webtrees/resources/views/modules/faq/config.phtml
/webtrees/resources/views/modules/faq/edit.phtml
/webtrees/resources/views/modules/favorites/favorites.phtml
/webtrees/resources/views/modules/gedcom_news/edit.phtml
/webtrees/resources/views/modules/gedcom_news/list.phtml
/webtrees/resources/views/modules/hourglass-chart/children.phtml
/webtrees/resources/views/modules/hourglass-chart/parents.phtml
/webtrees/resources/views/modules/html/template-statistics.phtml
/webtrees/resources/views/modules/interactive-tree/page.phtml
/webtrees/resources/views/modules/lifespans-chart/page.phtml
/webtrees/resources/views/modules/login_block/sign-in.phtml
/webtrees/resources/views/modules/notes/tab.phtml
/webtrees/resources/views/modules/pedigree-map/chart.phtml
/webtrees/resources/views/modules/relatives/family.phtml
/webtrees/resources/views/modules/sources_tab/tab.phtml
/webtrees/resources/views/modules/statistics-chart/custom.phtml
/webtrees/resources/views/modules/stories/config.phtml
/webtrees/resources/views/modules/stories/edit.phtml
/webtrees/resources/views/modules/stories/tab.phtml
/webtrees/resources/views/modules/user_blog/edit.phtml
/webtrees/resources/views/modules/user_blog/list.phtml
/webtrees/resources/views/note-page.phtml
/webtrees/resources/views/pending-changes-page.phtml
/webtrees/resources/views/places-page.phtml
/webtrees/resources/views/register-page.phtml
/webtrees/resources/views/report-select-page.phtml
/webtrees/resources/views/report-setup-page.phtml
/webtrees/resources/views/repository-page-menu.phtml
/webtrees/resources/views/search-advanced-page.phtml
/webtrees/resources/views/search-general-page.phtml
/webtrees/resources/views/search-phonetic-page.phtml
/webtrees/resources/views/search-replace-page.phtml
/webtrees/resources/views/source-page.phtml
/webtrees/resources/views/tree-page-block.phtml
/webtrees/resources/views/user-page-block.phtml
/webtrees/routes/web.php
app/Http/Controllers/CalendarControllerTest.php
258cb03110-Oct-2019 Greg Roach <greg@subaqua.co.uk>

Apply fixes from StyleCI (#2612)

7adfb8e510-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing


/webtrees/app/Http/Controllers/Admin/UsersController.php
/webtrees/app/Http/Controllers/EditGedcomRecordController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/PendingChangesController.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/RequestHandlers/MasqueradeAsUser.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Module/ChartsMenuModule.php
/webtrees/app/Module/CkeditorModule.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Session.php
/webtrees/composer.lock
/webtrees/package.json
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/webtrees.js
/webtrees/resources/views/admin/modules.phtml
/webtrees/resources/views/admin/site-logs.phtml
/webtrees/resources/views/admin/trees-unconnected.phtml
/webtrees/resources/views/admin/upgrade/wizard.phtml
/webtrees/resources/views/edit/add-fact-row.phtml
/webtrees/resources/views/edit/icon-fact-copy.phtml
/webtrees/resources/views/edit/icon-fact-delete.phtml
/webtrees/resources/views/family-page-menu.phtml
/webtrees/resources/views/family-page.phtml
/webtrees/resources/views/gedcom-record-page-menu.phtml
/webtrees/resources/views/gedcom-record-page.phtml
/webtrees/resources/views/individual-page-menu.phtml
/webtrees/resources/views/individual-page.phtml
/webtrees/resources/views/layouts/default.phtml
/webtrees/resources/views/media-page-menu.phtml
/webtrees/resources/views/media-page.phtml
/webtrees/resources/views/modules/statistics-chart/custom.phtml
/webtrees/resources/views/note-page-menu.phtml
/webtrees/resources/views/note-page.phtml
/webtrees/resources/views/repository-page-menu.phtml
/webtrees/resources/views/repository-page.phtml
/webtrees/resources/views/search-general-page.phtml
/webtrees/resources/views/search-phonetic-page.phtml
/webtrees/resources/views/source-page-menu.phtml
/webtrees/resources/views/source-page.phtml
/webtrees/routes/web.php
app/Http/RequestHandlers/MasqueradeAsUserTest.php
app/Http/RequestHandlers/SelectLanguageTest.php
app/Http/RequestHandlers/SelectThemeTest.php
/webtrees/vendor/composer/installed.json
/webtrees/vendor/nesbot/carbon/composer.json
/webtrees/vendor/nesbot/carbon/src/Carbon/CarbonInterface.php
/webtrees/vendor/nesbot/carbon/src/Carbon/CarbonInterval.php
/webtrees/vendor/nesbot/carbon/src/Carbon/CarbonPeriod.php
/webtrees/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Lang/be.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Lang/hr_BA.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Lang/uk.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Comparison.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Converter.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Date.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Mixin.php
/webtrees/vendor/symfony/cache-contracts/.gitignore
/webtrees/vendor/symfony/cache-contracts/CacheTrait.php
/webtrees/vendor/symfony/cache-contracts/ItemInterface.php
/webtrees/vendor/symfony/cache/Adapter/AbstractAdapter.php
/webtrees/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php
/webtrees/vendor/symfony/cache/Adapter/ProxyAdapter.php
/webtrees/vendor/symfony/cache/Adapter/RedisAdapter.php
/webtrees/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php
/webtrees/vendor/symfony/cache/Adapter/TagAwareAdapter.php
/webtrees/vendor/symfony/cache/DependencyInjection/CachePoolPass.php
/webtrees/vendor/symfony/cache/LockRegistry.php
/webtrees/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
/webtrees/vendor/symfony/cache/Psr16Cache.php
/webtrees/vendor/symfony/cache/Simple/NullCache.php
/webtrees/vendor/symfony/cache/Simple/RedisCache.php
/webtrees/vendor/symfony/cache/Tests/Adapter/AdapterTestCase.php
/webtrees/vendor/symfony/cache/Tests/Adapter/TagAwareAdapterTest.php
/webtrees/vendor/symfony/cache/Tests/DependencyInjection/CachePoolPassTest.php
/webtrees/vendor/symfony/cache/Tests/Marshaller/DefaultMarshallerTest.php
/webtrees/vendor/symfony/cache/Traits/ContractsTrait.php
/webtrees/vendor/symfony/cache/Traits/MemcachedTrait.php
/webtrees/vendor/symfony/cache/Traits/RedisTrait.php
/webtrees/vendor/symfony/debug/ErrorHandler.php
/webtrees/vendor/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
/webtrees/vendor/symfony/event-dispatcher-contracts/.gitignore
/webtrees/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
/webtrees/vendor/symfony/http-foundation/Cookie.php
/webtrees/vendor/symfony/http-foundation/HeaderBag.php
/webtrees/vendor/symfony/http-foundation/Response.php
/webtrees/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php
/webtrees/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
/webtrees/vendor/symfony/http-foundation/Tests/CookieTest.php
/webtrees/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/cookie_urlencode.expected
/webtrees/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/cookie_urlencode.php
/webtrees/vendor/symfony/http-foundation/Tests/Fixtures/response-functional/invalid_cookie_name.php
/webtrees/vendor/symfony/http-foundation/Tests/HeaderBagTest.php
/webtrees/vendor/symfony/http-foundation/Tests/JsonResponseTest.php
/webtrees/vendor/symfony/http-foundation/Tests/ResponseTest.php
/webtrees/vendor/symfony/http-kernel/Client.php
/webtrees/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php
/webtrees/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php
/webtrees/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
/webtrees/vendor/symfony/http-kernel/Kernel.php
/webtrees/vendor/symfony/http-kernel/Tests/EventListener/ExceptionListenerTest.php
/webtrees/vendor/symfony/http-kernel/Tests/EventListener/SessionListenerTest.php
/webtrees/vendor/symfony/http-kernel/Tests/Fixtures/KernelForTest.php
/webtrees/vendor/symfony/http-kernel/Tests/HttpKernelBrowserTest.php
/webtrees/vendor/symfony/http-kernel/Tests/KernelTest.php
/webtrees/vendor/symfony/mime/Header/ParameterizedHeader.php
/webtrees/vendor/symfony/mime/Tests/Header/ParameterizedHeaderTest.php
/webtrees/vendor/symfony/mime/Tests/Part/Multipart/FormDataPartTest.php
/webtrees/vendor/symfony/service-contracts/.gitignore
/webtrees/vendor/symfony/service-contracts/ServiceSubscriberTrait.php
/webtrees/vendor/symfony/translation-contracts/.gitignore
/webtrees/vendor/symfony/translation-contracts/TranslatorTrait.php
/webtrees/vendor/symfony/translation/DataCollectorTranslator.php
/webtrees/vendor/symfony/translation/Extractor/AbstractFileExtractor.php
/webtrees/vendor/symfony/translation/Formatter/IntlFormatter.php
/webtrees/vendor/symfony/translation/Tests/Command/XliffLintCommandTest.php
/webtrees/vendor/symfony/translation/Tests/DataCollectorTranslatorTest.php
/webtrees/vendor/symfony/translation/Tests/Formatter/IntlFormatterTest.php
3cfcc80909-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing; Code cleanup


/webtrees/app/DebugBar/ViewCollector.php
/webtrees/app/Functions/FunctionsRtl.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/AdminController.php
/webtrees/app/Http/Controllers/EditGedcomRecordController.php
/webtrees/app/Http/Controllers/EditNoteController.php
/webtrees/app/Http/Controllers/EditRepositoryController.php
/webtrees/app/Http/Controllers/EditSourceController.php
/webtrees/app/Http/Controllers/EditSubmitterController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/MediaFileController.php
/webtrees/app/Http/Middleware/BootModules.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/UseLocale.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/PasswordRequestAction.php
/webtrees/app/Http/RequestHandlers/PasswordRequestPage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/MediaFile.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/CkeditorModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/HitCountFooterModule.php
/webtrees/app/Module/InteractiveTree/TreeView.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleConfigTrait.php
/webtrees/app/Module/ModuleCustomTrait.php
/webtrees/app/Module/ModuleFooterInterface.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/SiteMapModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/app/Report/ReportPdfImage.php
/webtrees/app/Services/SearchService.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Statistics/Repository/Interfaces/ContactRepositoryInterface.php
/webtrees/app/Statistics/Repository/MediaRepository.php
/webtrees/app/Statistics/Repository/UserRepository.php
/webtrees/composer.json
/webtrees/resources/views/admin/site-preferences.phtml
/webtrees/resources/views/admin/users-edit.phtml
/webtrees/resources/views/branches-page.phtml
/webtrees/resources/views/cards/add-associate.phtml
/webtrees/resources/views/lists/individuals-table.phtml
/webtrees/resources/views/media-list-page.phtml
/webtrees/resources/views/modules/ancestors-chart/page.phtml
/webtrees/resources/views/modules/census-assistant.phtml
/webtrees/resources/views/modules/clippings/download.phtml
/webtrees/resources/views/modules/clippings/show.phtml
/webtrees/resources/views/modules/compact-chart/page.phtml
/webtrees/resources/views/modules/descendancy/sidebar.phtml
/webtrees/resources/views/modules/descendancy_chart/page.phtml
/webtrees/resources/views/modules/family-book-chart/page.phtml
/webtrees/resources/views/modules/fanchart/page.phtml
/webtrees/resources/views/modules/faq/config.phtml
/webtrees/resources/views/modules/faq/edit.phtml
/webtrees/resources/views/modules/favorites/favorites.phtml
/webtrees/resources/views/modules/gedcom_news/list.phtml
/webtrees/resources/views/modules/relationships-chart/page.phtml
/webtrees/resources/views/modules/sitemap/config.phtml
/webtrees/resources/views/modules/statistics-chart/families.phtml
/webtrees/resources/views/modules/statistics-chart/individuals.phtml
/webtrees/resources/views/modules/statistics-chart/other.phtml
/webtrees/resources/views/modules/stories/config.phtml
/webtrees/resources/views/modules/stories/edit.phtml
/webtrees/resources/views/modules/stories/tab.phtml
/webtrees/resources/views/modules/timeline-chart/page.phtml
/webtrees/resources/views/modules/user_blog/list.phtml
/webtrees/resources/views/places-page.phtml
/webtrees/resources/views/statistics/families/birth-age.phtml
/webtrees/resources/views/statistics/families/children.phtml
/webtrees/resources/views/statistics/families/marriage-age.phtml
/webtrees/resources/views/statistics/families/marriage-length.phtml
/webtrees/resources/views/statistics/families/total-records.phtml
/webtrees/resources/views/statistics/individuals/greatest-age.phtml
/webtrees/resources/views/statistics/individuals/lifespan.phtml
/webtrees/resources/views/statistics/individuals/names.phtml
/webtrees/resources/views/statistics/individuals/oldest-living.phtml
/webtrees/resources/views/statistics/individuals/total-events.phtml
/webtrees/resources/views/statistics/individuals/total-records.phtml
/webtrees/resources/views/statistics/other/chart-distribution.phtml
/webtrees/resources/views/statistics/other/chart-objects.phtml
/webtrees/resources/views/statistics/other/chart-sources.phtml
/webtrees/resources/views/statistics/other/places.phtml
/webtrees/resources/views/statistics/other/total-events.phtml
/webtrees/resources/views/statistics/other/total-records.phtml
/webtrees/routes/web.php
MockGlobalFunctions.php
TestCase.php
app/Census/CensusColumnAgeFemale5YearsTest.php
app/Census/CensusColumnAgeFemaleTest.php
app/Census/CensusColumnAgeMale5YearsTest.php
app/Census/CensusColumnAgeMaleTest.php
app/Census/CensusColumnAgeMarriedTest.php
app/Census/CensusColumnAgeTest.php
app/Census/CensusColumnBirthDateTest.php
app/Census/CensusColumnBirthDayDotMonthYearTest.php
app/Census/CensusColumnBirthDayMonthSlashYearTest.php
app/Census/CensusColumnBirthDaySlashMonthTest.php
app/Census/CensusColumnBirthDaySlashMonthYearTest.php
app/Census/CensusColumnBirthDayTest.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/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/CensusColumnRelationToHeadGermanTest.php
app/Census/CensusColumnRelationToHeadTest.php
app/Census/CensusColumnReligionTest.php
app/Census/CensusColumnSexMFTest.php
app/Census/CensusColumnSexMKTest.php
app/Census/CensusColumnSexMZTest.php
app/Census/CensusColumnSurnameGivenNameInitialTest.php
app/Census/CensusColumnSurnameGivenNamesTest.php
app/Census/CensusColumnSurnameTest.php
app/Census/CensusColumnYearsMarriedTest.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/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/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/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/RegisterOfWales1939Test.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/FactTest.php
app/FamilyTest.php
app/FilterTest.php
app/FlashMessagesTest.php
app/Functions/FunctionsDateTest.php
app/Functions/FunctionsEditTest.php
app/Functions/FunctionsExportTest.php
app/Functions/FunctionsImportTest.php
app/Functions/FunctionsPrintFactsTest.php
app/Functions/FunctionsPrintListsTest.php
app/Functions/FunctionsPrintTest.php
app/Functions/FunctionsRtlTest.php
app/GedcomCode/GedcomCodeAdopTest.php
app/GedcomCode/GedcomCodeNameTest.php
app/GedcomCode/GedcomCodePediTest.php
app/GedcomCode/GedcomCodeQuayTest.php
app/GedcomCode/GedcomCodeRelaTest.php
app/GedcomCode/GedcomCodeStatTest.php
app/GedcomCode/GedcomCodeTempTest.php
app/GedcomRecordTest.php
app/GedcomTagTest.php
app/Http/Controllers/Admin/UpgradeControllerTest.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/HandleExceptionsTest.php
app/Http/RequestHandlers/DeleteUserTest.php
app/Http/RequestHandlers/MasqueradeAsUserTest.php
app/Http/RequestHandlers/ModuleActionTest.php
app/Http/RequestHandlers/PingTest.php
app/IndividualTest.php
app/LogTest.php
app/MediaTest.php
app/Module/AhnentafelReportModuleTest.php
app/Module/AncestorsChartModuleTest.php
app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php
app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php
app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php
app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php
app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php
app/Module/BatchUpdateModuleTest.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/ExtraInformationModuleTest.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/FrequentlyAskedQuestionsModuleTest.php
app/Module/HourglassChartModuleTest.php
app/Module/HtmlBlockModuleTest.php
app/Module/IndividualFactsTabModuleTest.php
app/Module/IndividualFamiliesReportModuleTest.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/MarriageReportModuleTest.php
app/Module/MediaTabModuleTest.php
app/Module/MissingFactsReportModuleTest.php
app/Module/ModuleBlockInterfaceTest.php
app/Module/ModuleChartInterfaceTest.php
app/Module/ModuleConfigInterfaceTest.php
app/Module/ModuleMenuInterfaceTest.php
app/Module/ModuleReportInterfaceTest.php
app/Module/ModuleSidebarInterfaceTest.php
app/Module/ModuleTabInterfaceTest.php
app/Module/ModuleThemeInterfaceTest.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/NoteTest.php
app/Report/ReportBaseTest.php
app/Report/ReportHTMLTest.php
app/Report/ReportPDFTest.php
app/RepositoryTest.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/TreeTest.php
c81b7bf109-Oct-2019 Greg Roach <greg@subaqua.co.uk>

Apply fixes from StyleCI (#2610)

7137846108-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing


/webtrees/app/Http/Controllers/BranchesController.php
/webtrees/app/Http/Controllers/FamilyController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/MediaController.php
/webtrees/app/Http/Controllers/NoteController.php
/webtrees/app/Http/Controllers/ReportEngineController.php
/webtrees/app/Http/Controllers/RepositoryController.php
/webtrees/app/Http/Middleware/AuthAdministrator.php
/webtrees/app/Http/Middleware/AuthEditor.php
/webtrees/app/Http/Middleware/AuthManager.php
/webtrees/app/Http/Middleware/AuthMember.php
/webtrees/app/Http/Middleware/AuthModerator.php
/webtrees/app/Http/Middleware/BootModules.php
/webtrees/app/Http/Middleware/CheckForMaintenanceMode.php
/webtrees/app/Http/Middleware/HandleExceptions.php
/webtrees/app/Http/Middleware/LoadRoutes.php
/webtrees/app/Http/Middleware/NoRouteFound.php
/webtrees/app/Http/Middleware/ReadConfigIni.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/UseDebugbar.php
/webtrees/app/Http/RequestHandlers/Logout.php
/webtrees/app/Http/RequestHandlers/PasswordRequestAction.php
/webtrees/app/Http/RequestHandlers/PasswordResetPage.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BatchUpdateModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/ChartsBlockModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/CompactTreeChartModule.php
/webtrees/app/Module/DescendancyChartModule.php
/webtrees/app/Module/DescendancyModule.php
/webtrees/app/Module/FamilyBookChartModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/FrequentlyAskedQuestionsModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/InteractiveTree/TreeView.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleChartTrait.php
/webtrees/app/Module/ModuleConfigTrait.php
/webtrees/app/Module/ModuleCustomTrait.php
/webtrees/app/Module/ModuleListTrait.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/SiteMapModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Statistics.php
/webtrees/app/Statistics/Google/ChartBirth.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/ChartMedia.php
/webtrees/app/Statistics/Google/ChartMortality.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/app/Statistics/Repository/FavoritesRepository.php
/webtrees/app/Statistics/Repository/IndividualRepository.php
/webtrees/app/Statistics/Repository/MediaRepository.php
/webtrees/app/Statistics/Repository/PlaceRepository.php
/webtrees/app/Statistics/Repository/UserRepository.php
/webtrees/app/Webtrees.php
/webtrees/modules_v4/README.md
/webtrees/modules_v4/example-footer.disable/module.php
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/treeview.js
/webtrees/resources/views/branches-page.phtml
/webtrees/resources/views/media-list-page.phtml
/webtrees/resources/views/modules/ancestors-chart/page.phtml
/webtrees/resources/views/modules/batch_update/admin.phtml
/webtrees/resources/views/modules/census-assistant.phtml
/webtrees/resources/views/modules/clippings/download.phtml
/webtrees/resources/views/modules/clippings/show.phtml
/webtrees/resources/views/modules/compact-chart/chart.phtml
/webtrees/resources/views/modules/compact-chart/page.phtml
/webtrees/resources/views/modules/descendancy/sidebar.phtml
/webtrees/resources/views/modules/descendancy_chart/page.phtml
/webtrees/resources/views/modules/family-book-chart/chart.phtml
/webtrees/resources/views/modules/family-book-chart/page.phtml
/webtrees/resources/views/modules/fanchart/page.phtml
/webtrees/resources/views/modules/faq/config.phtml
/webtrees/resources/views/modules/faq/edit.phtml
/webtrees/resources/views/modules/favorites/favorites.phtml
/webtrees/resources/views/modules/gedcom_news/list.phtml
/webtrees/resources/views/modules/hourglass-chart/chart.phtml
/webtrees/resources/views/modules/hourglass-chart/children.phtml
/webtrees/resources/views/modules/hourglass-chart/page.phtml
/webtrees/resources/views/modules/interactive-tree/page.phtml
/webtrees/resources/views/modules/lifespans-chart/page.phtml
/webtrees/resources/views/modules/pedigree-chart/chart.phtml
/webtrees/resources/views/modules/pedigree-chart/page.phtml
/webtrees/resources/views/modules/pedigree-map/chart.phtml
/webtrees/resources/views/modules/pedigree-map/page.phtml
/webtrees/resources/views/modules/relationships-chart/page.phtml
/webtrees/resources/views/modules/sitemap/config.phtml
/webtrees/resources/views/modules/sitemap/sitemap-index.xml.phtml
/webtrees/resources/views/modules/statistics-chart/custom.phtml
/webtrees/resources/views/modules/stories/config.phtml
/webtrees/resources/views/modules/stories/edit.phtml
/webtrees/resources/views/modules/stories/tab.phtml
/webtrees/resources/views/modules/timeline-chart/page.phtml
/webtrees/resources/views/modules/user_blog/list.phtml
/webtrees/resources/views/places-page.phtml
TestCase.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/CensusOfWalesTest.php
app/Http/Controllers/Admin/ChangesLogControllerTest.php
app/Http/Controllers/Admin/ControlPanelControllerTest.php
app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
app/Http/Controllers/Admin/ImportThumbnailsControllerTest.php
app/Http/Controllers/Admin/LocationControllerTest.php
app/Http/Controllers/Admin/MapProviderControllerTest.php
app/Http/Controllers/Admin/MediaControllerTest.php
app/Http/Controllers/Admin/ModuleControllerTest.php
app/Http/Controllers/Admin/UpgradeControllerTest.php
app/Http/Controllers/Admin/UsersControllerTest.php
app/Http/Controllers/CalendarControllerTest.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/DeleteUserTest.php
app/Http/RequestHandlers/LoginPageTest.php
app/Http/RequestHandlers/MasqueradeAsUserTest.php
app/Http/RequestHandlers/ModuleActionTest.php
app/Http/RequestHandlers/PasswordRequestPageTest.php
app/Http/RequestHandlers/PasswordResetPageTest.php
app/Http/RequestHandlers/PingTest.php
app/Http/RequestHandlers/PrivacyPolicyTest.php
app/Http/RequestHandlers/SelectLanguageTest.php
app/Http/RequestHandlers/SelectThemeTest.php
app/Module/AlbumModuleTest.php
app/Module/AncestorsChartModuleTest.php
app/Module/BatchUpdate/BatchUpdateBasePluginTest.php
app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php
app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php
app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php
app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php
app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php
app/Module/BatchUpdateModuleTest.php
app/Module/CensusAssistantModuleTest.php
feature/IndividualListTest.php
feature/UserAdminTest.php
01202f8007-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Replace files deleted in error

1...<<11121314151617181920>>...28