Greg Roach
Greg Roach
Which version of Safari?
> with Firefox on iPad I see the same error as with Safari. Strange. All web-browsers on iPads/iPhones use the safari web-engine under the hood. So you are using safari...
As far as I can tell, the edit control [tomselect](https://tom-select.js.org) sorts values alphabetically, so this is how the configuration option is saved in the database. But we ignore the order...
> deliberate? No. We cannot add `` in the markdown renderer, as it forces the text to be a block on the next line. See recent bug reports. So, we...
> it requires an individual to be associated to an event that occurs before their birth. The only undated events will be the births of the children. (All other events...
The code is showing the father's death before the individual's birth. ~~This isn't intended. Perhaps this line is at fault:~~ https://github.com/fisharebest/webtrees/blob/f74962deb25314243e931b4a254615968e2e5deb/app/Module/IndividualFactsTabModule.php#L604-L605
This logic is including the parent's death. https://github.com/fisharebest/webtrees/blob/f74962deb25314243e931b4a254615968e2e5deb/app/Module/IndividualFactsTabModule.php#L843-L845
The autocomplete function provides a full place name - "Paris, Texas, United States", "Paris, Ile de France, France". The advanced search requires a simple placename - "Paris" - and will...
> Do you have an idea on how to offer customisation of the report templates? I haven't thought much about this. But since they will be generated entirely using PHP,...
> When do we plan to carry out the change? Not until after the `2.1` release is completed.