Axel Guckelsberger
Axel Guckelsberger
At the moment all generated view templates are table-based. It should be possible to control which type of view template (or even multiple templates) should be created instead: - table-based...
Currently all categories are fetched using one single join. Another use case would be adding one dedicated join for each category registry so multiple category filters can arbitrarily combined. cc...
A new upload field property should allow to have _multiple_ uploads. Generator implementation should treat this as an array field instead of using a text field. Also the additional array...
Upload fields should get a new property for defining whether they are _asynchronous_ (for using modern upload technologies based on html5). Initial generator implementation should support the following use cases:...
Generated modules should use the caching methods offered by Doctrine cache drivers. See https://github.com/zikula/core/issues/2699
## Description of the new feature Follow-up to #11 - instead of hiding the delete functionality or aborting the deletion process if an object has related children, it is possible...
Let's say a _person_ has many _addresses_ with persist and remove cascade. Both persons and addresses have some _comments from EZComments_. The generator should care for cascading all hook calls...
The generator could create documentation (`templating.md` in `docs` folder) assisting in customising the templates. Proposed structure: # Vendor/MyModule/Resources/views/base.html.twig Purpose: this template does ... It contains the following structure: ## Variables...
### Description The sticky footer styles defined in `template.less` include that the page's body element gets `display: flex`. This causes that responsive tables do not show their own scrollbar anymore....