Axel Guckelsberger
Axel Guckelsberger
An optional but common requirement for list fields is that it should be possible enter _other_ values in addition to the preconfigured ones. On modelling level this could for example...
## Goal Generated bundles should be able to provide REST and/or GraphQL APIs. Those are pretty near to CRUD, but may be enhanced and/or customised manually of course. ## Concept...
Check https://github.com/lexik/LexikFormFilterBundle/ for eventual refactoring of quick nav processing. Examples: https://github.com/lexik/LexikFormFilterBundle/blob/master/Resources/doc/basics.md Docs: https://github.com/lexik/LexikFormFilterBundle/blob/master/Resources/doc/index.md cc @gfr Update: maybe this instead: - https://github.com/mistic100/jQuery-QueryBuilder/ - https://querybuilder.js.org/ - https://querybuilder.js.org/demo.html - Doctrine-Backends: - https://github.com/fourlabsldn/QBJSParser -...
What? - Datetime fields - Standard fields (createdDate, updatedDate) How? - https://docs.ziku.la/Development/Doctrine/utcdatetypetype.html - [Example](https://github.com/zikula/core/blob/master/src/system/UsersModule/Entity/UserEntity.php#L95) - Also update constraints (add timezone to e.g. `LessThan`, see [docs](https://symfony.com/doc/current/reference/constraints/LessThan.html#comparing-dates)) When? - As soon as...
- [ ] http://symfony.com/blog/new-in-symfony-3-1-cache-component - [ ] http://symfony.com/blog/new-in-symfony-3-2-tagged-cache - [ ] http://symfony.com/blog/new-in-symfony-3-2-cache-improvements - [ ] http://symfony.com/blog/new-in-symfony-3-3-memcached-cache-adapter - [ ] http://symfony.com/blog/new-in-symfony-3-3-simple-cache - [ ] https://speakerdeck.com/dbrumann/caching-in-symfony-an-overview - [ ] https://symfony.com/blog/new-in-symfony-4-4-cache-improvements
- [Isin constraint](https://github.com/symfony/symfony-docs/pull/13960) - [UUID / ULID types](https://symfony.com/blog/new-in-symfony-5-2-doctrine-types-for-uuid-and-ulid) - https://github.com/symfony/symfony/pull/39113
Generic search clauses have been disabled for date fields in https://github.com/Guite/MostGenerator/commit/cf87683a1e335bdc77656128a860a362b6636f31 Background is a breaking change in MySQL 8 that leads to `SQLSTATE[HY000]: General error: 1525 Incorrect DATE value`. Hence,...
> String length must not be greater than `255`; for bigger sizes use text fields. This should be reviewed again with regards to what Doctrine actually allows... Also consider differentiation...
Since Zikula 3 it is possible that extensions provide help documents out of the box. The generator should be able to generate these in English and German. @rallek will collect...
If the current user has permissions for the Settings module, an additional item action should appear, named "_How to use as start page"_ or similar. When clicking on this action,...