David Drury
David Drury
The markdown class is not applied anywhere in webtrees currently, lack of this css is the cause of the problem (although I think only tables are affected) This is also...
Only markdown tables are missing some styling which seems to me to be consistent for whatever device it is viewed on. Therefore the simplest solution for me is to add...
> Do you have another copy of the module installed? No Steps to reproduce - Create a temporary branch on github based on main - Clone into modules_v4 as above...
Solved by changing line 19 of ExampleModuleServerConfig.php to `require_once __DIR__ . '/ExampleModuleServerConfig.php';` ie. require -> require_once There is a lot of discussion on the web about this, primarily but not...
The failure report is the only thing shown. I don't know how to determine the failing test
Note: The following lines should have been removed from chart.phtml in commit "Provide ability to switch the parent-child lines on or off " but were omitted in error and subsequently...
The census assistant is still broken in 2.1.0. **Later**: I am wrong the census note is formatted correctly, it is the 1st line link to expand the note that is...
Logically this is simple to implement although I think a fair bit of code would need altering and I'm not sure if the migration would be straightforward. On the tree...
Possibly, but I thought this was what @JustCarmen was after
> This would give you a different "My page" for every tree on the site But of course if a "My page" hadn't been customised, the default blocks would be...