Gabriel Holley
Gabriel Holley
@SPQRInc - But it's an issue that applies to all extensions. The todo-extension is merely example code to illustrate the issue.
@MalteScharenberg I think this is a good compromise.
The issue isn't that you can't write a migration script. The issue is that it's poor design. Instead of being able to reasonably assume a config property is defined, such...
This happens because of the first block in .htaccess ``` # Apache < 2.3 Order allow,deny Deny from all Satisfy All # Apache ≥ 2.3 Require all denied ``` If...
I would like this to merged in. Something like this could be used to create a custom command running on a cron job, which could have several advantages for clearing...
@MalteScharenberg Thank you. But, yes, I pass a custom version number for my assets, and that works extremely well for the most part. My custom extensions use a number of...