Greg Roach
                                            Greg Roach
                                        
                                    > When entering a new graduation the tag TYPE is not shown by default. You have to click on "Edit with all GEDCOM tags". Infrequently used tags are hidden by...
The rule says that one of the HTTP request parameters contains the text `/../`. Do any of your settings, etc. contain this text?
Here is a chart showing the memory required to export some test files with/without privacy filtering: The difference is that the first just loads data directly from the database and...
PDF reports use the `DejaVu sans` font, which does not currently contain Thai letters. See the section on coverage in https://en.wikipedia.org/wiki/DejaVu_fonts
`Noto sans` offers wider coverage - but not in a single `.ttf` file. We could attempt to merge various noto files, but there are limits such as the maximum number...
Also, `noto` was designed for screen use (i.e. android phones), rather than print and PDF is aimed at print media.
Arial is a proprietory font, owned by Microsoft. We are not allowed to include it in an open-source project. See https://en.wikipedia.org/wiki/Arial#Distribution
You have 4 media files with 4 titles. Tell me how you want this arranged. Horizontally? Vertically? Grid? Something else? Do you show all 4 titles, or just the title...
What database do you use? (e.g. MySQL or Postgres)
The webtrees setup page shows the warning "Support for PostgreSQL is experimental." MySQL provides collation-aware searching (i.e. case-insensitive). Postgres doesnt seem to provide this by default. Collations can be [created](https://www.postgresql.org/docs/12/sql-createcollation.html),...