Richard Cissée
Richard Cissée
See issue #4282.
[Same rationale as earlier](https://github.com/fisharebest/webtrees/pull/4206).
There are two modules with the same name "OpenRouteService". This is confusing. Should they be merged into a single module? They seem to have the same configuration options (API key)...
[The 'in_array' check](https://github.com/fisharebest/webtrees/blob/e820a2a4359ba8c938798bfe7bd0430398d3ec2a/app/Http/RequestHandlers/GedcomRecordPage.php#L94) doesn't account for custom records replacing the standard records (not even subclasses work): If I use e.g. a custom individual record via IndividualFactoryInterface, this check doesn't detect...
This is an issue in both 2.0 and 2.1: The svgs for the icons are apparently loaded when the page is already rendered, leading to a FOUC-like effect. This is...
Continuing the discussion from #3783, I propose a simple enhancement in ModuleService which allows defining container modules consisting of multiple sub-modules. See PR #4794 for details. This allows custom module...
According to the GEDCOM spec (5.5.1 and 7), this tag (different from all other DATE tags) has a DATE_PERIOD value rather than the more generic DATE_VALUE. (I don't think this...
Several minor issues: - Copyright in [License](https://github.com/fisharebest/webtrees#license) is still on '2022'. - PHP version in [System requirements](https://github.com/fisharebest/webtrees#system-requirements) is outdated, should be something like: ``` PHP 7.4 - 8.2. Servers with...
See the related issue for details.
When presenting a list of options, such as individuals, the entries are formatted nicely (e.g. via TomSelectIndividual.php returning html code via individual.phtml). In the options list, this formatting is lost...