Greg Roach

Results 26 issues of Greg Roach

The current media list tries to do two things * show a gallery of media objects * list/search media objects We should split this into two separate pages, one for...

For themes and languages, we can select a default as well as enable/disable each module. The UI might be simpler if these pages were combined. We would need radio buttons...

HTML blocks can embed placeholders for various statistical data. e.g. `#keyword#`. There have been various requests for additional embeds. Consider converting these embeds to modules.

Media files are already compressed, so it is unnecessary to compress them again. Consider the native ZIP library instead of the flysystem one?

GEDCOM 7 adds support for `@VOID@` links. We currently display these as broken.

If a site has never managed to check for updates, it shows "last check, 53 years ago" (i.e. time since timestamp zero).

I am upgrading Birch to Cypress, using http://edx.readthedocs.org/projects/edx-installing-configuring-and-running/en/latest/cypress.html#upgrading-from-birch-to-cypress Here are the errors that I encountered, and how I got past them. Run these before starting the upgrade. ``` # Fixes...

These emails are being sent in the language of the visitor that triggered the email, not in the language of the recipient.

bug

We currently use `/` for `scope` and `start_url`. We should use `base_url`, so it works when webtrees is installed in a sub-folder.

enhancement