History log of /webtrees/resources/views/admin/ (Results 251 – 275 of 537)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6d57690601-Nov-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2709 - download GEDCOM using ugly URLs

a24f714201-Nov-2019 Greg Roach <fisharebest@webtrees.net>

Update icons in control panel

e381f98d01-Nov-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2719 cannot send messages using ugly urls; refactor controller as request handlers


/webtrees/app/Http/Controllers/Admin/UsersController.php
/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/EditIndividualController.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/RequestHandlers/BroadcastAction.php
/webtrees/app/Http/RequestHandlers/BroadcastPage.php
/webtrees/app/Http/RequestHandlers/ContactAction.php
/webtrees/app/Http/RequestHandlers/ContactPage.php
/webtrees/app/Http/RequestHandlers/MessageAction.php
/webtrees/app/Http/RequestHandlers/MessagePage.php
/webtrees/app/Http/RequestHandlers/MessageSelect.php
/webtrees/app/Http/RequestHandlers/PasswordRequestAction.php
/webtrees/app/Http/RequestHandlers/RegisterAction.php
/webtrees/app/Http/RequestHandlers/ReportGenerate.php
/webtrees/app/Http/RequestHandlers/VerifyEmail.php
/webtrees/app/Http/Routes/WebRoutes.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/ReviewChangesModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Services/EmailService.php
/webtrees/app/Services/MessageService.php
/webtrees/app/Services/UserService.php
/webtrees/app/Statistics/Repository/UserRepository.php
broadcast.phtml
control-panel.phtml
/webtrees/resources/views/contact-page.phtml
/webtrees/resources/views/message-page.phtml
/webtrees/resources/views/pending-changes-page.phtml
/webtrees/tests/app/Http/Controllers/Admin/UsersControllerTest.php
/webtrees/tests/app/Services/MailServiceTest.php
/webtrees/tests/feature/UserAdminTest.php
1bd3bc7701-Nov-2019 Greg Roach <fisharebest@webtrees.net>

Comments

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

Refactor controllers as request handlers

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

Refactor controllers as request handlers


/webtrees/app/Auth.php
/webtrees/app/Census/CensusColumnReligion.php
/webtrees/app/Family.php
/webtrees/app/Functions/FunctionsEdit.php
/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/Admin/MediaController.php
/webtrees/app/Http/Controllers/AdminController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/AutocompleteController.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/HomePageController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/MediaFileController.php
/webtrees/app/Http/Controllers/MessageController.php
/webtrees/app/Http/Controllers/PlaceHierarchyController.php
/webtrees/app/Http/Middleware/AuthManager.php
/webtrees/app/Http/Middleware/HandleExceptions.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/WrapHandler.php
/webtrees/app/Http/RequestHandlers/AbstractSelect2Handler.php
/webtrees/app/Http/RequestHandlers/AccountUpdate.php
/webtrees/app/Http/RequestHandlers/AddNewFact.php
/webtrees/app/Http/RequestHandlers/CopyFact.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryAction.php
/webtrees/app/Http/RequestHandlers/CreateRepositoryModal.php
/webtrees/app/Http/RequestHandlers/CreateSourceAction.php
/webtrees/app/Http/RequestHandlers/CreateSourceModal.php
/webtrees/app/Http/RequestHandlers/CreateSubmitterAction.php
/webtrees/app/Http/RequestHandlers/CreateSubmitterModal.php
/webtrees/app/Http/RequestHandlers/DeleteFact.php
/webtrees/app/Http/RequestHandlers/DeleteRecord.php
/webtrees/app/Http/RequestHandlers/EditFact.php
/webtrees/app/Http/RequestHandlers/EditRawFactAction.php
/webtrees/app/Http/RequestHandlers/EditRawFactPage.php
/webtrees/app/Http/RequestHandlers/EditRawRecordAction.php
/webtrees/app/Http/RequestHandlers/EditRawRecordPage.php
/webtrees/app/Http/RequestHandlers/FamilyPage.php
/webtrees/app/Http/RequestHandlers/GedcomRecordPage.php
/webtrees/app/Http/RequestHandlers/IndividualPage.php
/webtrees/app/Http/RequestHandlers/MediaPage.php
/webtrees/app/Http/RequestHandlers/NotePage.php
/webtrees/app/Http/RequestHandlers/PasswordResetPage.php
/webtrees/app/Http/RequestHandlers/PasteFact.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectChange.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/RepositoryPage.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedPage.php
/webtrees/app/Http/RequestHandlers/Select2Family.php
/webtrees/app/Http/RequestHandlers/Select2Individual.php
/webtrees/app/Http/RequestHandlers/Select2MediaObject.php
/webtrees/app/Http/RequestHandlers/Select2Note.php
/webtrees/app/Http/RequestHandlers/Select2Place.php
/webtrees/app/Http/RequestHandlers/Select2Repository.php
/webtrees/app/Http/RequestHandlers/Select2Source.php
/webtrees/app/Http/RequestHandlers/Select2Submitter.php
/webtrees/app/Http/RequestHandlers/SelectNewFact.php
/webtrees/app/Http/RequestHandlers/SiteLogsPage.php
/webtrees/app/Http/RequestHandlers/SourcePage.php
/webtrees/app/Http/ViewResponseTrait.php
/webtrees/app/Individual.php
/webtrees/app/Media.php
/webtrees/app/Module/AbstractModule.php
/webtrees/app/Module/AncestorsChartModule.php
/webtrees/app/Module/BatchUpdate/BatchUpdateBasePlugin.php
/webtrees/app/Module/CensusAssistantModule.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/FamilyTreeFavoritesModule.php
/webtrees/app/Module/FamilyTreeNewsModule.php
/webtrees/app/Module/FanChartModule.php
/webtrees/app/Module/HourglassChartModule.php
/webtrees/app/Module/HtmlBlockModule.php
/webtrees/app/Module/IndividualFactsTabModule.php
/webtrees/app/Module/InteractiveTree/TreeView.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/LifespansChartModule.php
/webtrees/app/Module/LoginBlockModule.php
/webtrees/app/Module/ModuleCustomTrait.php
/webtrees/app/Module/ModuleInterface.php
/webtrees/app/Module/ModuleTabInterface.php
/webtrees/app/Module/ModuleTabTrait.php
/webtrees/app/Module/PedigreeChartModule.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/ResearchTaskModule.php
/webtrees/app/Module/StatisticsChartModule.php
/webtrees/app/Module/StoriesModule.php
/webtrees/app/Module/TimelineChartModule.php
/webtrees/app/Module/UserFavoritesModule.php
/webtrees/app/Module/UserJournalModule.php
/webtrees/app/Module/UserMessagesModule.php
/webtrees/app/Note.php
/webtrees/app/Report/ReportBaseTextbox.php
/webtrees/app/Repository.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Source.php
/webtrees/app/View.php
/webtrees/composer.lock
/webtrees/modules_v4/example-server-configuration.disable/ExampleServerConfigurationModule.php
/webtrees/modules_v4/example-server-configuration.disable/module.php
/webtrees/modules_v4/example.disable/module.php
/webtrees/public/site.webmanifest
/webtrees/resources/lang/af/messages.po
/webtrees/resources/lang/ar/messages.po
/webtrees/resources/lang/bg/messages.po
/webtrees/resources/lang/bs/messages.po
/webtrees/resources/lang/ca/messages.po
/webtrees/resources/lang/cs/messages.po
/webtrees/resources/lang/da/messages.po
/webtrees/resources/lang/de/messages.po
/webtrees/resources/lang/dv/messages.po
/webtrees/resources/lang/el/messages.po
/webtrees/resources/lang/en-AU/messages.po
/webtrees/resources/lang/en-GB/messages.po
/webtrees/resources/lang/en-US/messages.po
/webtrees/resources/lang/es/messages.po
/webtrees/resources/lang/et/messages.po
/webtrees/resources/lang/fa/messages.po
/webtrees/resources/lang/fi/messages.po
/webtrees/resources/lang/fo/messages.po
/webtrees/resources/lang/fr-CA/messages.po
/webtrees/resources/lang/fr/messages.po
/webtrees/resources/lang/gl/messages.po
/webtrees/resources/lang/he/messages.po
/webtrees/resources/lang/hr/messages.po
/webtrees/resources/lang/hu/messages.po
/webtrees/resources/lang/id/messages.po
/webtrees/resources/lang/is/messages.po
/webtrees/resources/lang/it/messages.po
/webtrees/resources/lang/ja/messages.po
/webtrees/resources/lang/jv/messages.po
/webtrees/resources/lang/ka/messages.po
/webtrees/resources/lang/kk/messages.po
/webtrees/resources/lang/ko/messages.po
/webtrees/resources/lang/ln/messages.po
/webtrees/resources/lang/lt/messages.po
/webtrees/resources/lang/lv/messages.po
/webtrees/resources/lang/mi/messages.po
/webtrees/resources/lang/mr/messages.po
/webtrees/resources/lang/ms/messages.po
/webtrees/resources/lang/nb/messages.po
/webtrees/resources/lang/ne/messages.po
/webtrees/resources/lang/nl/messages.po
/webtrees/resources/lang/nn/messages.po
/webtrees/resources/lang/oc/messages.po
/webtrees/resources/lang/pl/messages.po
/webtrees/resources/lang/pt-BR/messages.po
/webtrees/resources/lang/pt/messages.po
/webtrees/resources/lang/ro/messages.po
/webtrees/resources/lang/ru/messages.po
/webtrees/resources/lang/sk/messages.po
/webtrees/resources/lang/sl/messages.po
/webtrees/resources/lang/sq/messages.po
/webtrees/resources/lang/sr-Latn/messages.po
/webtrees/resources/lang/sr/messages.po
/webtrees/resources/lang/su/messages.po
/webtrees/resources/lang/sv/messages.po
/webtrees/resources/lang/sw/messages.po
/webtrees/resources/lang/ta/messages.po
/webtrees/resources/lang/th/messages.po
/webtrees/resources/lang/tr/messages.po
/webtrees/resources/lang/tt/messages.po
/webtrees/resources/lang/uk/messages.po
/webtrees/resources/lang/vi/messages.po
/webtrees/resources/lang/webtrees.pot
/webtrees/resources/lang/yi/messages.po
/webtrees/resources/lang/zh-Hans/messages.po
/webtrees/resources/lang/zh-Hant/messages.po
trees.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/edit/add-fact-row.phtml
/webtrees/resources/views/edit/add-fact.phtml
/webtrees/resources/views/edit/edit-fact.phtml
/webtrees/resources/views/edit/icon-fact-copy.phtml
/webtrees/resources/views/edit/icon-fact-delete.phtml
/webtrees/resources/views/edit/icon-fact-edit.phtml
/webtrees/resources/views/edit/new-individual.phtml
/webtrees/resources/views/edit/paste-fact-row.phtml
/webtrees/resources/views/edit/raw-gedcom-fact.phtml
/webtrees/resources/views/edit/raw-gedcom-record.phtml
/webtrees/resources/views/errors/unhandled-exception.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/modals/create-repository.phtml
/webtrees/resources/views/modals/create-source.phtml
/webtrees/resources/views/modals/create-submitter.phtml
/webtrees/resources/views/modules/html/config.phtml
/webtrees/resources/views/modules/html/template-narrative.phtml
/webtrees/resources/views/modules/html/template-statistics.phtml
/webtrees/resources/views/modules/notes/tab.phtml
/webtrees/resources/views/modules/relatives/family.phtml
/webtrees/resources/views/modules/sources_tab/tab.phtml
/webtrees/resources/views/note-page-menu.phtml
/webtrees/resources/views/note-page.phtml
/webtrees/resources/views/place-events.phtml
/webtrees/resources/views/repository-list-page.phtml
/webtrees/resources/views/repository-page-menu.phtml
/webtrees/resources/views/repository-page.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/source-list-page.phtml
/webtrees/resources/views/source-page-menu.phtml
/webtrees/resources/views/source-page.phtml
/webtrees/routes/web.php
/webtrees/tests/TestCase.php
/webtrees/tests/app/Census/CensusColumnReligionTest.php
/webtrees/tests/app/Http/RequestHandlers/LoginPageTest.php
/webtrees/tests/app/Http/RequestHandlers/PasswordResetPageTest.php
/webtrees/vendor/composer/installed.json
/webtrees/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
/webtrees/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
/webtrees/vendor/ezyang/htmlpurifier/NEWS
/webtrees/vendor/ezyang/htmlpurifier/VERSION
/webtrees/vendor/ezyang/htmlpurifier/WHATSNEW
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier.includes.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
/webtrees/vendor/psr/log/Psr/Log/LoggerInterface.php
/webtrees/vendor/psr/log/Psr/Log/LoggerTrait.php
/webtrees/vendor/psr/log/Psr/Log/NullLogger.php
/webtrees/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
/webtrees/vendor/psr/log/Psr/Log/Test/TestLogger.php
/webtrees/vendor/psr/log/composer.json
f0c6c2cb28-Oct-2019 Greg Roach <fisharebest@webtrees.net>

DeadCode

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

Rewrite error handler - #2686 and #2685


/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/CalendarController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/SetupController.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/AuthVisitor.php
/webtrees/app/Http/Middleware/HandleExceptions.php
/webtrees/app/Http/Middleware/Router.php
/webtrees/app/Http/Middleware/UseSession.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/ModuleAction.php
/webtrees/app/Http/RequestHandlers/RobotsTxt.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/SlideShowModule.php
/webtrees/app/Module/SourceListModule.php
/webtrees/app/Services/IndividualListService.php
/webtrees/app/Services/LocalizationService.php
/webtrees/app/Webtrees.php
/webtrees/modules_v4/README.md
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/webtrees.js
merge-records-step-1.phtml
merge-records-step-2.phtml
trees-check.phtml
trees-duplicates.phtml
trees-export.phtml
trees-import.phtml
trees-privacy.phtml
/webtrees/resources/views/login-page.phtml
/webtrees/resources/views/media-list-page.phtml
/webtrees/resources/views/modules/login_block/sign-in.phtml
/webtrees/resources/views/modules/random_media/slide-show.phtml
/webtrees/resources/views/modules/yahrzeit/table.phtml
/webtrees/resources/views/robots-txt.phtml
/webtrees/resources/views/statistics/other/charts/column.phtml
/webtrees/resources/views/statistics/other/charts/combo.phtml
/webtrees/resources/views/statistics/other/charts/geo.phtml
/webtrees/resources/views/statistics/other/charts/pie.phtml
/webtrees/routes/web.php
/webtrees/tests/app/Http/Middleware/AuthAdministratorTest.php
/webtrees/tests/app/Http/Middleware/AuthEditorTest.php
/webtrees/tests/app/Http/Middleware/AuthManagerTest.php
/webtrees/tests/app/Http/Middleware/AuthMemberTest.php
/webtrees/tests/app/Http/Middleware/AuthModeratorTest.php
/webtrees/tests/app/Http/RequestHandlers/LoginPageTest.php
/webtrees/tests/app/Http/RequestHandlers/ModuleActionTest.php
90a2f71825-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Remove global constant WT_LOCALE and store LocaleInterface in the request


/webtrees/app/Carbon.php
/webtrees/app/Date/JewishDate.php
/webtrees/app/Functions/Functions.php
/webtrees/app/Functions/FunctionsEdit.php
/webtrees/app/Functions/FunctionsImport.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Helpers/functions.php
/webtrees/app/Http/Controllers/AbstractEditController.php
/webtrees/app/Http/Controllers/Admin/ImportThumbnailsController.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/Admin/UsersController.php
/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/AutocompleteController.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/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/AuthVisitor.php
/webtrees/app/Http/Middleware/UseCache.php
/webtrees/app/Http/Middleware/UseLocale.php
/webtrees/app/Http/RequestHandlers/AccountDelete.php
/webtrees/app/Http/RequestHandlers/AccountEdit.php
/webtrees/app/Http/RequestHandlers/AccountUpdate.php
/webtrees/app/Http/RequestHandlers/DeletePath.php
/webtrees/app/Http/RequestHandlers/DeleteTreeAction.php
/webtrees/app/Http/RequestHandlers/HomePage.php
/webtrees/app/Http/RequestHandlers/LoginPage.php
/webtrees/app/Http/RequestHandlers/Logout.php
/webtrees/app/Http/RequestHandlers/PasswordRequestPage.php
/webtrees/app/Http/RequestHandlers/PendingChanges.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptTree.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogAction.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogData.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDelete.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDownload.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogPage.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectTree.php
/webtrees/app/Http/RequestHandlers/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/ReportGenerate.php
/webtrees/app/Http/RequestHandlers/ReportListAction.php
/webtrees/app/Http/RequestHandlers/ReportListPage.php
/webtrees/app/Http/RequestHandlers/ReportSetupAction.php
/webtrees/app/Http/RequestHandlers/ReportSetupPage.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedAction.php
/webtrees/app/Http/RequestHandlers/SearchAdvancedPage.php
/webtrees/app/Http/RequestHandlers/SearchGeneralAction.php
/webtrees/app/Http/RequestHandlers/SearchGeneralPage.php
/webtrees/app/Http/RequestHandlers/SearchPhoneticAction.php
/webtrees/app/Http/RequestHandlers/SearchPhoneticPage.php
/webtrees/app/Http/RequestHandlers/SearchQuickAction.php
/webtrees/app/Http/RequestHandlers/SearchReplaceAction.php
/webtrees/app/Http/RequestHandlers/SearchReplacePage.php
/webtrees/app/Http/RequestHandlers/SelectDefaultTree.php
/webtrees/app/Http/RequestHandlers/SelectLanguage.php
/webtrees/app/Http/RequestHandlers/SelectTheme.php
/webtrees/app/Http/RequestHandlers/SiteLogsAction.php
/webtrees/app/Http/RequestHandlers/SiteLogsDownload.php
/webtrees/app/Http/RequestHandlers/VerifyEmail.php
/webtrees/app/I18N.php
/webtrees/app/MediaFile.php
/webtrees/app/Module/BatchUpdateModule.php
/webtrees/app/Module/BranchesListModule.php
/webtrees/app/Module/CkeditorModule.php
/webtrees/app/Module/ClippingsCartModule.php
/webtrees/app/Module/ColorsTheme.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/HtmlBlockModule.php
/webtrees/app/Module/IndividualListModule.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/MediaListModule.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/NoteListModule.php
/webtrees/app/Module/PlaceHierarchyListModule.php
/webtrees/app/Module/RelationshipsChartModule.php
/webtrees/app/Module/RepositoryListModule.php
/webtrees/app/Module/ReviewChangesModule.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/Module/UserWelcomeModule.php
/webtrees/app/Report/ReportParserSetup.php
/webtrees/app/Services/IndividualListService.php
/webtrees/app/Services/TreeService.php
/webtrees/app/Services/UserService.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/IndividualRepository.php
/webtrees/app/Statistics/Repository/PlaceRepository.php
/webtrees/app/Tree.php
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/statistics.js
/webtrees/resources/js/webtrees.js
site-registration.phtml
/webtrees/resources/views/branches-page.phtml
/webtrees/resources/views/edit-account-page.phtml
/webtrees/resources/views/layouts/administration.phtml
/webtrees/resources/views/layouts/default.phtml
/webtrees/resources/views/lists/chart-by-age.phtml
/webtrees/resources/views/lists/chart-by-decade.phtml
/webtrees/resources/views/media-page.phtml
/webtrees/resources/views/modules/ancestors-chart/page.phtml
/webtrees/resources/views/modules/compact-chart/page.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/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-map/page.phtml
/webtrees/resources/views/modules/relationships-chart/page.phtml
/webtrees/resources/views/modules/statistics-chart/custom.phtml
/webtrees/resources/views/modules/statistics-chart/page.phtml
/webtrees/resources/views/modules/timeline-chart/page.phtml
/webtrees/resources/views/statistics/other/charts/column.phtml
/webtrees/resources/views/statistics/other/charts/combo.phtml
/webtrees/resources/views/statistics/other/charts/custom.phtml
/webtrees/resources/views/statistics/other/charts/geo.phtml
/webtrees/resources/views/statistics/other/charts/pie.phtml
/webtrees/routes/web.php
/webtrees/tests/TestCase.php
/webtrees/tests/app/AgeTest.php
/webtrees/tests/app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/ModuleControllerTest.php
/webtrees/tests/app/Http/Middleware/AuthAdministratorTest.php
/webtrees/tests/app/Http/Middleware/AuthEditorTest.php
/webtrees/tests/app/Http/Middleware/AuthManagerTest.php
/webtrees/tests/app/Http/Middleware/AuthMemberTest.php
/webtrees/tests/app/Http/Middleware/AuthModeratorTest.php
/webtrees/tests/app/Http/Middleware/HandleExceptionsTest.php
/webtrees/tests/app/Module/AhnentafelReportModuleTest.php
/webtrees/tests/app/Module/BirthDeathMarriageReportModuleTest.php
/webtrees/tests/app/Module/BirthReportModuleTest.php
/webtrees/tests/app/Module/CemeteryReportModuleTest.php
/webtrees/tests/app/Module/ChangeReportModuleTest.php
/webtrees/tests/app/Module/DeathReportModuleTest.php
/webtrees/tests/app/Module/DescendancyReportModuleTest.php
/webtrees/tests/app/Module/FactSourcesReportModuleTest.php
/webtrees/tests/app/Module/FamilyGroupReportModuleTest.php
/webtrees/tests/app/Module/IndividualFamiliesReportModuleTest.php
/webtrees/tests/app/Module/IndividualReportModuleTest.php
/webtrees/tests/app/Module/MarriageReportModuleTest.php
/webtrees/tests/app/Module/MissingFactsReportModuleTest.php
/webtrees/tests/app/Module/OccupationReportModuleTest.php
/webtrees/tests/app/Module/PedigreeReportModuleTest.php
/webtrees/tests/app/Module/RelatedIndividualsReportModuleTest.php
/webtrees/tests/app/Services/ModuleServiceTest.php
/webtrees/webpack.mix.js
57bfa96924-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2644 - Refactor site logs controller to use service and request handlers


/webtrees/app/Http/Controllers/AdminSiteController.php
/webtrees/app/Http/RequestHandlers/PendingChanges.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogAction.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogData.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDelete.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDownload.php
/webtrees/app/Http/RequestHandlers/SiteLogsAction.php
/webtrees/app/Http/RequestHandlers/SiteLogsData.php
/webtrees/app/Http/RequestHandlers/SiteLogsDelete.php
/webtrees/app/Http/RequestHandlers/SiteLogsDownload.php
/webtrees/app/Http/RequestHandlers/SiteLogsPage.php
/webtrees/app/Services/PendingChangesService.php
/webtrees/app/Services/SiteLogsService.php
/webtrees/composer.lock
changes-log.phtml
control-panel.phtml
site-logs.phtml
/webtrees/routes/web.php
/webtrees/vendor/composer/installed.json
/webtrees/vendor/guzzlehttp/guzzle/.php_cs
/webtrees/vendor/guzzlehttp/guzzle/CHANGELOG.md
/webtrees/vendor/guzzlehttp/guzzle/Dockerfile
/webtrees/vendor/guzzlehttp/guzzle/README.md
/webtrees/vendor/guzzlehttp/guzzle/composer.json
/webtrees/vendor/guzzlehttp/guzzle/phpstan.neon.dist
/webtrees/vendor/guzzlehttp/guzzle/src/Client.php
/webtrees/vendor/guzzlehttp/guzzle/src/ClientInterface.php
/webtrees/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
/webtrees/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
/webtrees/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
/webtrees/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
/webtrees/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
/webtrees/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
/webtrees/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
/webtrees/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
/webtrees/vendor/guzzlehttp/guzzle/src/HandlerStack.php
/webtrees/vendor/guzzlehttp/guzzle/src/Middleware.php
/webtrees/vendor/guzzlehttp/guzzle/src/Pool.php
/webtrees/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
/webtrees/vendor/guzzlehttp/guzzle/src/RequestOptions.php
/webtrees/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
/webtrees/vendor/guzzlehttp/guzzle/src/TransferStats.php
/webtrees/vendor/guzzlehttp/guzzle/src/functions.php
/webtrees/vendor/league/flysystem/src/Util/MimeType.php
/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/CarbonInterval.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Comparison.php
/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/Date.php
22e73deb24-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Refactor pending changes to use service and request handlers


/webtrees/CONTRIBUTING.md
/webtrees/app/DebugBar.php
/webtrees/app/Functions/FunctionsImport.php
/webtrees/app/GedcomRecord.php
/webtrees/app/Http/Controllers/Admin/ImportThumbnailsController.php
/webtrees/app/Http/Controllers/EditMediaController.php
/webtrees/app/Http/Middleware/CheckCsrf.php
/webtrees/app/Http/Middleware/HandleExceptions.php
/webtrees/app/Http/Middleware/UseDebugbar.php
/webtrees/app/Http/RequestHandlers/LoginAction.php
/webtrees/app/Http/RequestHandlers/Logout.php
/webtrees/app/Http/RequestHandlers/PendingChanges.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesAcceptTree.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogAction.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogData.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDelete.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogDownload.php
/webtrees/app/Http/RequestHandlers/PendingChangesLogPage.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectChange.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectRecord.php
/webtrees/app/Http/RequestHandlers/PendingChangesRejectTree.php
/webtrees/app/Http/RequestHandlers/ReportGenerate.php
/webtrees/app/Http/RequestHandlers/ReportListAction.php
/webtrees/app/Http/RequestHandlers/ReportListPage.php
/webtrees/app/Http/RequestHandlers/ReportSetupAction.php
/webtrees/app/Http/RequestHandlers/ReportSetupPage.php
/webtrees/app/Module/FamilyGroupReportModule.php
/webtrees/app/Module/InteractiveTree/TreeView.php
/webtrees/app/Module/InteractiveTreeModule.php
/webtrees/app/Module/ModuleReportTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Module/PedigreeMapModule.php
/webtrees/app/Module/ReviewChangesModule.php
/webtrees/app/Services/ModuleService.php
/webtrees/app/Services/PendingChangesService.php
/webtrees/app/Tree.php
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/treeview.js
changes-log.phtml
control-panel.phtml
trees.phtml
/webtrees/resources/views/emails/pending-changes-html.phtml
/webtrees/resources/views/emails/pending-changes-text.phtml
/webtrees/resources/views/family-page.phtml
/webtrees/resources/views/gedcom-record-page.phtml
/webtrees/resources/views/individual-page.phtml
/webtrees/resources/views/layouts/default.phtml
/webtrees/resources/views/layouts/report.phtml
/webtrees/resources/views/media-page.phtml
/webtrees/resources/views/modules/interactive-tree/chart.phtml
/webtrees/resources/views/modules/pedigree-map/chart.phtml
/webtrees/resources/views/note-page.phtml
/webtrees/resources/views/pending-changes-page.phtml
/webtrees/resources/views/report-select-page.phtml
/webtrees/resources/views/report-setup-page.phtml
/webtrees/resources/views/repository-page.phtml
/webtrees/resources/views/source-page.phtml
/webtrees/routes/web.php
/webtrees/tests/app/AgeTest.php
/webtrees/tests/app/Http/Controllers/Admin/ImportThumbnailsControllerTest.php
1e65345222-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Use tree service

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

Use POST+GET for module admin


/webtrees/app/Functions/Functions.php
/webtrees/app/Functions/FunctionsImport.php
/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/Helpers/functions.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/WrapHandler.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/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/Statistics.php
/webtrees/app/Statistics/Repository/FamilyRepository.php
/webtrees/public/js/webtrees.min.js
/webtrees/resources/js/webtrees.js
control-panel.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/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
667ee44719-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2648 - move media from level 0 to level 1 broken

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

Fix: #2646 - broadcast messages should not have a 'sent from URL' footer


/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/Helpers/functions.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/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
broadcast.phtml
/webtrees/resources/views/edit/add-fact.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/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
/webtrees/tests/MockGlobalFunctions.php
/webtrees/tests/TestCase.php
/webtrees/tests/app/Census/CensusColumnAgeFemale5YearsTest.php
/webtrees/tests/app/Census/CensusColumnAgeFemaleTest.php
/webtrees/tests/app/Census/CensusColumnAgeMale5YearsTest.php
/webtrees/tests/app/Census/CensusColumnAgeMaleTest.php
/webtrees/tests/app/Census/CensusColumnAgeMarriedTest.php
/webtrees/tests/app/Census/CensusColumnAgeTest.php
/webtrees/tests/app/Census/CensusColumnBirthDateTest.php
/webtrees/tests/app/Census/CensusColumnBirthDayDotMonthYearTest.php
/webtrees/tests/app/Census/CensusColumnBirthDayMonthSlashYearTest.php
/webtrees/tests/app/Census/CensusColumnBirthDaySlashMonthTest.php
/webtrees/tests/app/Census/CensusColumnBirthDaySlashMonthYearTest.php
/webtrees/tests/app/Census/CensusColumnBirthDayTest.php
/webtrees/tests/app/Census/CensusColumnBirthMonthTest.php
/webtrees/tests/app/Census/CensusColumnBirthPlaceSimpleTest.php
/webtrees/tests/app/Census/CensusColumnBirthPlaceTest.php
/webtrees/tests/app/Census/CensusColumnBirthYearTest.php
/webtrees/tests/app/Census/CensusColumnBornForeignPartsTest.php
/webtrees/tests/app/Census/CensusColumnChildrenBornAliveTest.php
/webtrees/tests/app/Census/CensusColumnChildrenDiedTest.php
/webtrees/tests/app/Census/CensusColumnChildrenLivingTest.php
/webtrees/tests/app/Census/CensusColumnConditionDanishTest.php
/webtrees/tests/app/Census/CensusColumnConditionEnglishTest.php
/webtrees/tests/app/Census/CensusColumnConditionFrenchFemmeTest.php
/webtrees/tests/app/Census/CensusColumnConditionFrenchFilleTest.php
/webtrees/tests/app/Census/CensusColumnConditionFrenchGarconTest.php
/webtrees/tests/app/Census/CensusColumnConditionFrenchHommeTest.php
/webtrees/tests/app/Census/CensusColumnConditionFrenchVeufTest.php
/webtrees/tests/app/Census/CensusColumnConditionFrenchVeuveTest.php
/webtrees/tests/app/Census/CensusColumnConditionUsTest.php
/webtrees/tests/app/Census/CensusColumnFatherBirthPlaceSimpleTest.php
/webtrees/tests/app/Census/CensusColumnFatherBirthPlaceTest.php
/webtrees/tests/app/Census/CensusColumnFatherForeignTest.php
/webtrees/tests/app/Census/CensusColumnFullNameTest.php
/webtrees/tests/app/Census/CensusColumnGivenNameInitialTest.php
/webtrees/tests/app/Census/CensusColumnGivenNamesTest.php
/webtrees/tests/app/Census/CensusColumnMarriedWithinYearTest.php
/webtrees/tests/app/Census/CensusColumnMonthIfBornWithinYearTest.php
/webtrees/tests/app/Census/CensusColumnMonthIfMarriedWithinYearTest.php
/webtrees/tests/app/Census/CensusColumnMotherBirthPlaceSimpleTest.php
/webtrees/tests/app/Census/CensusColumnMotherBirthPlaceTest.php
/webtrees/tests/app/Census/CensusColumnMotherForeignTest.php
/webtrees/tests/app/Census/CensusColumnNationalityTest.php
/webtrees/tests/app/Census/CensusColumnNullTest.php
/webtrees/tests/app/Census/CensusColumnOccupationTest.php
/webtrees/tests/app/Census/CensusColumnRelationToHeadGermanTest.php
/webtrees/tests/app/Census/CensusColumnRelationToHeadTest.php
/webtrees/tests/app/Census/CensusColumnReligionTest.php
/webtrees/tests/app/Census/CensusColumnSexMFTest.php
/webtrees/tests/app/Census/CensusColumnSexMKTest.php
/webtrees/tests/app/Census/CensusColumnSexMZTest.php
/webtrees/tests/app/Census/CensusColumnSurnameGivenNameInitialTest.php
/webtrees/tests/app/Census/CensusColumnSurnameGivenNamesTest.php
/webtrees/tests/app/Census/CensusColumnSurnameTest.php
/webtrees/tests/app/Census/CensusColumnYearsMarriedTest.php
/webtrees/tests/app/Census/CensusOfCzechRepublic1880Test.php
/webtrees/tests/app/Census/CensusOfCzechRepublic1890Test.php
/webtrees/tests/app/Census/CensusOfCzechRepublic1900Test.php
/webtrees/tests/app/Census/CensusOfCzechRepublic1910Test.php
/webtrees/tests/app/Census/CensusOfCzechRepublic1921Test.php
/webtrees/tests/app/Census/CensusOfCzechRepublicTest.php
/webtrees/tests/app/Census/CensusOfDenmark1787Test.php
/webtrees/tests/app/Census/CensusOfDenmark1801Test.php
/webtrees/tests/app/Census/CensusOfDenmark1803Test.php
/webtrees/tests/app/Census/CensusOfDenmark1834Test.php
/webtrees/tests/app/Census/CensusOfDenmark1835Test.php
/webtrees/tests/app/Census/CensusOfDenmark1840Test.php
/webtrees/tests/app/Census/CensusOfDenmark1845Test.php
/webtrees/tests/app/Census/CensusOfDenmark1850Test.php
/webtrees/tests/app/Census/CensusOfDenmark1855Test.php
/webtrees/tests/app/Census/CensusOfDenmark1860Test.php
/webtrees/tests/app/Census/CensusOfDenmark1870Test.php
/webtrees/tests/app/Census/CensusOfDenmark1880Test.php
/webtrees/tests/app/Census/CensusOfDenmark1885Test.php
/webtrees/tests/app/Census/CensusOfDenmark1890Test.php
/webtrees/tests/app/Census/CensusOfDenmark1901Test.php
/webtrees/tests/app/Census/CensusOfDenmark1906Test.php
/webtrees/tests/app/Census/CensusOfDenmark1911Test.php
/webtrees/tests/app/Census/CensusOfDenmark1916Test.php
/webtrees/tests/app/Census/CensusOfDenmark1921Test.php
/webtrees/tests/app/Census/CensusOfDenmark1925Test.php
/webtrees/tests/app/Census/CensusOfDenmark1930Test.php
/webtrees/tests/app/Census/CensusOfDenmark1940Test.php
/webtrees/tests/app/Census/CensusOfDenmarkTest.php
/webtrees/tests/app/Census/CensusOfDeutschland1819Test.php
/webtrees/tests/app/Census/CensusOfDeutschland1867Test.php
/webtrees/tests/app/Census/CensusOfDeutschland1900Test.php
/webtrees/tests/app/Census/CensusOfDeutschland1919Test.php
/webtrees/tests/app/Census/CensusOfDeutschlandNL1867Test.php
/webtrees/tests/app/Census/CensusOfDeutschlandTest.php
/webtrees/tests/app/Census/CensusOfEngland1841Test.php
/webtrees/tests/app/Census/CensusOfEngland1851Test.php
/webtrees/tests/app/Census/CensusOfEngland1861Test.php
/webtrees/tests/app/Census/CensusOfEngland1871Test.php
/webtrees/tests/app/Census/CensusOfEngland1881Test.php
/webtrees/tests/app/Census/CensusOfEngland1891Test.php
/webtrees/tests/app/Census/CensusOfEngland1901Test.php
/webtrees/tests/app/Census/CensusOfEngland1911Test.php
/webtrees/tests/app/Census/CensusOfEnglandTest.php
/webtrees/tests/app/Census/CensusOfFrance1831Test.php
/webtrees/tests/app/Census/CensusOfFrance1836Test.php
/webtrees/tests/app/Census/CensusOfFrance1841Test.php
/webtrees/tests/app/Census/CensusOfFrance1846Test.php
/webtrees/tests/app/Census/CensusOfFrance1851Test.php
/webtrees/tests/app/Census/CensusOfFrance1856Test.php
/webtrees/tests/app/Census/CensusOfFrance1861Test.php
/webtrees/tests/app/Census/CensusOfFrance1866Test.php
/webtrees/tests/app/Census/CensusOfFrance1872Test.php
/webtrees/tests/app/Census/CensusOfFrance1876Test.php
/webtrees/tests/app/Census/CensusOfFrance1881Test.php
/webtrees/tests/app/Census/CensusOfFrance1886Test.php
/webtrees/tests/app/Census/CensusOfFrance1891Test.php
/webtrees/tests/app/Census/CensusOfFrance1896Test.php
/webtrees/tests/app/Census/CensusOfFrance1901Test.php
/webtrees/tests/app/Census/CensusOfFrance1906Test.php
/webtrees/tests/app/Census/CensusOfFrance1911Test.php
/webtrees/tests/app/Census/CensusOfFrance1921Test.php
/webtrees/tests/app/Census/CensusOfFrance1926Test.php
/webtrees/tests/app/Census/CensusOfFrance1931Test.php
/webtrees/tests/app/Census/CensusOfFrance1936Test.php
/webtrees/tests/app/Census/CensusOfFrance1946Test.php
/webtrees/tests/app/Census/CensusOfFranceTest.php
/webtrees/tests/app/Census/CensusOfScotland1841Test.php
/webtrees/tests/app/Census/CensusOfScotland1851Test.php
/webtrees/tests/app/Census/CensusOfScotland1861Test.php
/webtrees/tests/app/Census/CensusOfScotland1871Test.php
/webtrees/tests/app/Census/CensusOfScotland1881Test.php
/webtrees/tests/app/Census/CensusOfScotland1891Test.php
/webtrees/tests/app/Census/CensusOfScotland1901Test.php
/webtrees/tests/app/Census/CensusOfScotland1911Test.php
/webtrees/tests/app/Census/CensusOfScotlandTest.php
/webtrees/tests/app/Census/CensusOfUnitedStates1790Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1800Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1810Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1820Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1830Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1840Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1850Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1860Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1870Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1880Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1890Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1900Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1910Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1920Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1930Test.php
/webtrees/tests/app/Census/CensusOfUnitedStates1940Test.php
/webtrees/tests/app/Census/CensusOfUnitedStatesTest.php
/webtrees/tests/app/Census/CensusOfWales1841Test.php
/webtrees/tests/app/Census/CensusOfWales1851Test.php
/webtrees/tests/app/Census/CensusOfWales1861Test.php
/webtrees/tests/app/Census/CensusOfWales1871Test.php
/webtrees/tests/app/Census/CensusOfWales1881Test.php
/webtrees/tests/app/Census/CensusOfWales1891Test.php
/webtrees/tests/app/Census/CensusOfWales1901Test.php
/webtrees/tests/app/Census/CensusOfWales1911Test.php
/webtrees/tests/app/Census/CensusOfWalesTest.php
/webtrees/tests/app/Census/CensusTest.php
/webtrees/tests/app/Census/RegisterOfEngland1939Test.php
/webtrees/tests/app/Census/RegisterOfWales1939Test.php
/webtrees/tests/app/Date/CalendarDateTest.php
/webtrees/tests/app/Date/FrenchDateTest.php
/webtrees/tests/app/Date/GregorianDateTest.php
/webtrees/tests/app/Date/HijriDateTest.php
/webtrees/tests/app/Date/JalaliDateTest.php
/webtrees/tests/app/Date/JewishDateTest.php
/webtrees/tests/app/Date/JulianDateTest.php
/webtrees/tests/app/Date/RomanDateTest.php
/webtrees/tests/app/DateTest.php
/webtrees/tests/app/DefaultUserTest.php
/webtrees/tests/app/FactTest.php
/webtrees/tests/app/FamilyTest.php
/webtrees/tests/app/FilterTest.php
/webtrees/tests/app/FlashMessagesTest.php
/webtrees/tests/app/Functions/FunctionsDateTest.php
/webtrees/tests/app/Functions/FunctionsEditTest.php
/webtrees/tests/app/Functions/FunctionsExportTest.php
/webtrees/tests/app/Functions/FunctionsImportTest.php
/webtrees/tests/app/Functions/FunctionsPrintFactsTest.php
/webtrees/tests/app/Functions/FunctionsPrintListsTest.php
/webtrees/tests/app/Functions/FunctionsPrintTest.php
/webtrees/tests/app/Functions/FunctionsRtlTest.php
/webtrees/tests/app/GedcomCode/GedcomCodeAdopTest.php
/webtrees/tests/app/GedcomCode/GedcomCodeNameTest.php
/webtrees/tests/app/GedcomCode/GedcomCodePediTest.php
/webtrees/tests/app/GedcomCode/GedcomCodeQuayTest.php
/webtrees/tests/app/GedcomCode/GedcomCodeRelaTest.php
/webtrees/tests/app/GedcomCode/GedcomCodeStatTest.php
/webtrees/tests/app/GedcomCode/GedcomCodeTempTest.php
/webtrees/tests/app/GedcomRecordTest.php
/webtrees/tests/app/GedcomTagTest.php
/webtrees/tests/app/GuestUserTest.php
/webtrees/tests/app/Http/Controllers/Admin/ChangesLogControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/ImportThumbnailsControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/LocationControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/MapProviderControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/MediaControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/ModuleControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/UpgradeControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/UsersControllerTest.php
/webtrees/tests/app/Http/Controllers/CalendarControllerTest.php
/webtrees/tests/app/Http/Middleware/AuthAdministratorTest.php
/webtrees/tests/app/Http/Middleware/AuthEditorTest.php
/webtrees/tests/app/Http/Middleware/AuthManagerTest.php
/webtrees/tests/app/Http/Middleware/AuthMemberTest.php
/webtrees/tests/app/Http/Middleware/AuthModeratorTest.php
/webtrees/tests/app/Http/Middleware/BootModulesTest.php
/webtrees/tests/app/Http/Middleware/CheckCsrfTest.php
/webtrees/tests/app/Http/Middleware/CheckForMaintenanceModeTest.php
/webtrees/tests/app/Http/Middleware/DoHousekeepingTest.php
/webtrees/tests/app/Http/Middleware/HandleExceptionsTest.php
/webtrees/tests/app/Http/Middleware/NoRouteFoundTest.php
/webtrees/tests/app/Http/RequestHandlers/ControlPanelControllerTest.php
/webtrees/tests/app/Http/RequestHandlers/DeleteUserTest.php
/webtrees/tests/app/Http/RequestHandlers/LoginPageTest.php
/webtrees/tests/app/Http/RequestHandlers/MasqueradeAsUserTest.php
/webtrees/tests/app/Http/RequestHandlers/ModuleActionTest.php
/webtrees/tests/app/Http/RequestHandlers/PasswordRequestPageTest.php
/webtrees/tests/app/Http/RequestHandlers/PasswordResetPageTest.php
/webtrees/tests/app/Http/RequestHandlers/PingTest.php
/webtrees/tests/app/Http/RequestHandlers/PrivacyPolicyTest.php
/webtrees/tests/app/Http/RequestHandlers/SelectLanguageTest.php
/webtrees/tests/app/Http/RequestHandlers/SelectThemeTest.php
/webtrees/tests/app/I18NTest.php
/webtrees/tests/app/IndividualTest.php
/webtrees/tests/app/LogTest.php
/webtrees/tests/app/MediaTest.php
/webtrees/tests/app/MenuTest.php
/webtrees/tests/app/Module/AhnentafelReportModuleTest.php
/webtrees/tests/app/Module/AlbumModuleTest.php
/webtrees/tests/app/Module/AncestorsChartModuleTest.php
/webtrees/tests/app/Module/BatchUpdate/BatchUpdateBasePluginTest.php
/webtrees/tests/app/Module/BatchUpdate/BatchUpdateDuplicateLinksPluginTest.php
/webtrees/tests/app/Module/BatchUpdate/BatchUpdateMarriedNamesPluginTest.php
/webtrees/tests/app/Module/BatchUpdate/BatchUpdateMissingDeathPluginTest.php
/webtrees/tests/app/Module/BatchUpdate/BatchUpdateNameFormatPluginTest.php
/webtrees/tests/app/Module/BatchUpdate/BatchUpdateSearchReplacePluginTest.php
/webtrees/tests/app/Module/BatchUpdateModuleTest.php
/webtrees/tests/app/Module/BirthDeathMarriageReportModuleTest.php
/webtrees/tests/app/Module/BirthReportModuleTest.php
/webtrees/tests/app/Module/CemeteryReportModuleTest.php
/webtrees/tests/app/Module/CensusAssistantModuleTest.php
/webtrees/tests/app/Module/ChangeReportModuleTest.php
/webtrees/tests/app/Module/ChartsBlockModuleTest.php
/webtrees/tests/app/Module/CkeditorModuleTest.php
/webtrees/tests/app/Module/ClippingsCartModuleTest.php
/webtrees/tests/app/Module/CompactTreeChartModuleTest.php
/webtrees/tests/app/Module/DeathReportModuleTest.php
/webtrees/tests/app/Module/DescendancyChartModuleTest.php
/webtrees/tests/app/Module/DescendancyModuleTest.php
/webtrees/tests/app/Module/DescendancyReportModuleTest.php
/webtrees/tests/app/Module/ExtraInformationModuleTest.php
/webtrees/tests/app/Module/FactSourcesReportModuleTest.php
/webtrees/tests/app/Module/FamilyBookChartModuleTest.php
/webtrees/tests/app/Module/FamilyGroupReportModuleTest.php
/webtrees/tests/app/Module/FamilyNavigatorModuleTest.php
/webtrees/tests/app/Module/FamilyTreeFavoritesModuleTest.php
/webtrees/tests/app/Module/FamilyTreeNewsModuleTest.php
/webtrees/tests/app/Module/FamilyTreeStatisticsModuleTest.php
/webtrees/tests/app/Module/FanChartModuleTest.php
/webtrees/tests/app/Module/FrequentlyAskedQuestionsModuleTest.php
/webtrees/tests/app/Module/HourglassChartModuleTest.php
/webtrees/tests/app/Module/HtmlBlockModuleTest.php
/webtrees/tests/app/Module/IndividualFactsTabModuleTest.php
/webtrees/tests/app/Module/IndividualFamiliesReportModuleTest.php
/webtrees/tests/app/Module/IndividualReportModuleTest.php
/webtrees/tests/app/Module/InteractiveTree/TreeViewTest.php
/webtrees/tests/app/Module/InteractiveTreeModuleTest.php
/webtrees/tests/app/Module/LifespansChartModuleTest.php
/webtrees/tests/app/Module/LoggedInUsersModuleTest.php
/webtrees/tests/app/Module/LoginBlockModuleTest.php
/webtrees/tests/app/Module/MarriageReportModuleTest.php
/webtrees/tests/app/Module/MediaTabModuleTest.php
/webtrees/tests/app/Module/MissingFactsReportModuleTest.php
/webtrees/tests/app/Module/ModuleBlockInterfaceTest.php
/webtrees/tests/app/Module/ModuleChartInterfaceTest.php
/webtrees/tests/app/Module/ModuleConfigInterfaceTest.php
/webtrees/tests/app/Module/ModuleMenuInterfaceTest.php
/webtrees/tests/app/Module/ModuleReportInterfaceTest.php
/webtrees/tests/app/Module/ModuleSidebarInterfaceTest.php
/webtrees/tests/app/Module/ModuleTabInterfaceTest.php
/webtrees/tests/app/Module/ModuleThemeInterfaceTest.php
/webtrees/tests/app/Module/NotesTabModuleTest.php
/webtrees/tests/app/Module/OccupationReportModuleTest.php
/webtrees/tests/app/Module/OnThisDayModuleTest.php
/webtrees/tests/app/Module/PedigreeChartModuleTest.php
/webtrees/tests/app/Module/PedigreeReportModuleTest.php
/webtrees/tests/app/Module/RecentChangesModuleTest.php
/webtrees/tests/app/Module/RelatedIndividualsReportModuleTest.php
/webtrees/tests/app/Module/RelationshipsChartModuleTest.php
/webtrees/tests/app/Module/RelativesTabModuleTest.php
/webtrees/tests/app/Module/ResearchTaskModuleTest.php
/webtrees/tests/app/Module/ReviewChangesModuleTest.php
/webtrees/tests/app/Module/SiteMapModuleTest.php
/webtrees/tests/app/Module/SlideShowModuleTest.php
/webtrees/tests/app/Module/SourcesTabModuleTest.php
/webtrees/tests/app/Module/StatisticsChartModuleTest.php
/webtrees/tests/app/Module/StoriesModuleTest.php
/webtrees/tests/app/Module/ThemeSelectModuleTest.php
/webtrees/tests/app/Module/TimelineChartModuleTest.php
/webtrees/tests/app/Module/TopGivenNamesModuleTest.php
/webtrees/tests/app/Module/TopPageViewsModuleTest.php
/webtrees/tests/app/Module/TopSurnamesModuleTest.php
/webtrees/tests/app/Module/UpcomingAnniversariesModuleTest.php
/webtrees/tests/app/Module/UserFavoritesModuleTest.php
/webtrees/tests/app/Module/UserJournalModuleTest.php
/webtrees/tests/app/Module/UserMessagesModuleTest.php
/webtrees/tests/app/Module/UserWelcomeModuleTest.php
/webtrees/tests/app/Module/WelcomeBlockModuleTest.php
/webtrees/tests/app/Module/YahrzeitModuleTest.php
/webtrees/tests/app/NoReplyUserTest.php
/webtrees/tests/app/NoteTest.php
/webtrees/tests/app/Report/ReportBaseTest.php
/webtrees/tests/app/Report/ReportHTMLTest.php
/webtrees/tests/app/Report/ReportPDFTest.php
/webtrees/tests/app/RepositoryTest.php
/webtrees/tests/app/Services/HtmlServiceTest.php
/webtrees/tests/app/Services/MailServiceTest.php
/webtrees/tests/app/Services/ModuleServiceTest.php
/webtrees/tests/app/Services/SearchServiceTest.php
/webtrees/tests/app/Services/TimeoutServiceTest.php
/webtrees/tests/app/Services/UserServiceTest.php
/webtrees/tests/app/SiteTest.php
/webtrees/tests/app/SiteUserTest.php
/webtrees/tests/app/SoundexTest.php
/webtrees/tests/app/SourceTest.php
/webtrees/tests/app/StatsTest.php
/webtrees/tests/app/SurnameTradition/DefaultSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/IcelandicSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/LithuanianSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/MatrilinealSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/PaternalSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/PatrilinealSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/PolishSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/PortugueseSurnameTraditionTest.php
/webtrees/tests/app/SurnameTradition/SpanishSurnameTraditionTest.php
/webtrees/tests/app/SurnameTraditionTest.php
/webtrees/tests/app/TreeTest.php
/webtrees/tests/app/TreeUserTest.php
/webtrees/tests/app/UserTest.php
/webtrees/tests/app/WebtreesTest.php
/webtrees/tests/feature/EmbeddedVariablesTest.php
/webtrees/tests/feature/ImportGedcomTest.php
/webtrees/tests/feature/IndividualListTest.php
/webtrees/tests/feature/UserAdminTest.php
da1c67cc16-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Convert controller to request handler

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

Rempving global constant WT_DATA_DIR


/webtrees/app/Functions/FunctionsPrintFacts.php
/webtrees/app/Http/Controllers/AdminTreesController.php
/webtrees/app/Http/Controllers/SetupController.php
/webtrees/app/Http/Middleware/UseFilesystem.php
/webtrees/app/Http/Middleware/WrapHandler.php
/webtrees/app/Module/ModuleAnalyticsTrait.php
/webtrees/app/Module/ModuleReportTrait.php
/webtrees/app/Module/ModuleThemeTrait.php
/webtrees/app/Report/ReportParserGenerate.php
/webtrees/composer.json
/webtrees/composer.lock
trees-export.phtml
trees.phtml
/webtrees/tests/app/Http/Controllers/Admin/ChangesLogControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/FixLevel0MediaControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/ImportThumbnailsControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/LocationControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/MapProviderControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/MediaControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/ModuleControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/UpgradeControllerTest.php
/webtrees/tests/app/Http/Controllers/Admin/UsersControllerTest.php
/webtrees/tests/app/Http/RequestHandlers/PrivacyPolicyTest.php
/webtrees/tests/feature/IndividualListTest.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
08ffafaf16-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Use new DeletePath handler to delete files

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

Convert controller to request handler


/webtrees/app/Census/CensusColumnChildrenLiving.php
/webtrees/app/Functions/FunctionsPrint.php
/webtrees/app/Http/Controllers/AccountController.php
/webtrees/app/Http/Controllers/Admin/ImportThumbnailsController.php
/webtrees/app/Http/Controllers/Admin/LocationController.php
/webtrees/app/Http/Controllers/AdminSiteController.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/Middleware/UseCache.php
/webtrees/app/Http/RequestHandlers/CleanDataFolder.php
/webtrees/app/Http/RequestHandlers/DeletePath.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/app/Webtrees.php
clean-data.phtml
control-panel.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/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/icons/file.phtml
/webtrees/resources/views/icons/folder.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
/webtrees/tests/TestCase.php
/webtrees/tests/feature/UserAdminTest.php
60a21b2e15-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Fix: #2624 - typo in route name

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/AdminTreesController.php
/webtrees/app/Http/Controllers/IndividualController.php
/webtrees/app/Http/Controllers/ListController.php
/webtrees/app/Http/Controllers/PendingChangesController.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
broadcast.phtml
changes-log.phtml
control-panel.phtml
locations.phtml
merge-records-step-1.phtml
merge-records-step-2.phtml
trees-duplicates.phtml
trees-export.phtml
trees-merge.phtml
trees-places.phtml
trees-unconnected.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
/webtrees/tests/app/Http/Controllers/Admin/ChangesLogControllerTest.php
b1a5420015-Oct-2019 Greg Roach <fisharebest@webtrees.net>

Working on routing

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

Layout of links in manage trees page

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

Improve workflow in control panel / manage trees

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/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/Webtrees.php
analytics-edit.phtml
broadcast.phtml
changes-log.phtml
clean-data.phtml
components.phtml
control-panel-tree-list.phtml
control-panel.phtml
fix-level-0-media.phtml
map-import-form.phtml
map-provider.phtml
media-upload.phtml
media.phtml
merge-records-step-1.phtml
merge-records-step-2.phtml
modules.phtml
server-information.phtml
site-logs.phtml
site-mail.phtml
site-preferences.phtml
site-registration.phtml
trees-check.phtml
trees-create.phtml
trees-duplicates.phtml
trees-export.phtml
trees-import.phtml
trees-merge.phtml
trees-places.phtml
trees-preferences.phtml
trees-privacy.phtml
trees-renumber.phtml
trees-unconnected.phtml
trees.phtml
upgrade/steps.phtml
upgrade/wizard.phtml
users-cleanup.phtml
users-create.phtml
users-edit.phtml
users.phtml
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
/webtrees/tests/app/Http/Middleware/AuthAdministratorTest.php
/webtrees/tests/app/Http/Middleware/AuthEditorTest.php
/webtrees/tests/app/Http/Middleware/AuthManagerTest.php
/webtrees/tests/app/Http/Middleware/AuthMemberTest.php
/webtrees/tests/app/Http/Middleware/AuthModeratorTest.php
/webtrees/tests/app/Http/RequestHandlers/ControlPanelControllerTest.php

1...<<11121314151617181920>>...22