Bart Feenstra
Bart Feenstra
Thanks!
Thanks a lot for publishing this code! The more I read through it, the more useful features I find.
`.travis.yml.dist` defines `DRUPAL_TI_MODULE_NAME`, which describes the project name, but not any specific module, since a project can contain multiple modules. In addition, `DRUPAL_TI_SIMPLETEST_GROUP` can probably contain multiple group names, but...
`nginx.conf.j2` is configured so that if the site is multilingual and a request to a static (non-localized) path yields an HTTP 404 Not Found response, clients are issued an HTTP...
This fixes https://github.com/bartfeenstra/betty/issues/893
The `image` and `file` Jinja2 filters incur a lot of I/O due to some needless linking and copying, but also because even without that, the I/O involved with checking if...
The Betty GUI now uses Qt's default theme, which neither fits in with the host operating system's GUI very well, nor is it distinctive or appealing from a project perspective....
The Project GUI menu action does not open the menu. It is clickable, but nothing appears to happen on any click.
@SnoopJ in #python said this *may* be possible using Pyinstaller's `--onedir` mode.
This fixes https://github.com/bartfeenstra/betty/issues/636