Craig Heydenburg

Results 58 issues of Craig Heydenburg

In `\Zikula\Bundle\CoreBundle\Composer\MetaData` we attempt to translate several properties: - description - displayName - url In addition, we also dynamically set these properties in the Extensions UI and then reset them...

Language/Translation

It is currently impossible to implement single action ([invokable](https://symfony.com/doc/current/controller/service.html#invokable-controllers)) controllers because the routing module expects standard stuff. - src/system/RoutesModule/Routing/RouteLoader.php:283 - create a custom route requires the controller and action, etc...

Refactor

Implement automatic asset preloading for all `zasset()` calls. Add it to existing core themes https://symfony.com/doc/current/web_link.html

Feature

Add Translatable Block titles probably will require Gedmo/Translatable

Feature
Language/Translation

https://github.com/zikula/core/blob/1.4/src/docs/Core-2.0/Menu/Translation.md probably will require Gedmo/Translatable

Feature
Language/Translation

![Screen Shot 2021-04-15 at 12 37 57 PM](https://user-images.githubusercontent.com/350048/114905906-7b812700-9de7-11eb-9492-319edfda1518.png)

Bug

Transferred from #2915 Add ability to 'pair' (or merge) two or more accounts so that authenticating via e.g. Github can point to the same ZikulaUser as authenticating via email or...

Feature

\Zikula\ExtensionsModule\ModuleInterface\Content\AbstractContentType \Zikula\ExtensionsModule\ModuleInterface\Content\Form\Type\AbstractContentFormType belong in the ContentModule _Interfaces_ are welcome but any implementation should be in the proper module.

Refactor

Should we reconsider doctrine behavior vendor? https://github.com/KnpLabs/DoctrineBehaviors ======== - Last commit: 26 Nov 2016 - Last release: 30 Sept 2016 (11 releases) - Open Issues: 66 - Open PRs: 35...

consider https://github.com/nelmio/NelmioSecurityBundle for use in ClickJack protection see \Zikula\Bundle\CoreBundle\EventListener\ClickjackProtectionListener https://dev.to/jszutkowski/applying-content-security-policy-in-symfony-to-reduce-xss-risks-5a4l refs #3712

Feature