Axel Guckelsberger

Results 55 issues of 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...

feature
language
frontend

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...

feature
integration

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...

feature
language
frontend
workflows

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:...

feature
frontend
workflows

Generated modules should use the caching methods offered by Doctrine cache drivers. See https://github.com/zikula/core/issues/2699

feature
blocked

## 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...

feature
frontend
workflows

The generator will be able to create unit test classes.

feature
architecture

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...

bug
feature
discussion
integration
hooks

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...

feature

### 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....

bug