Matias Griese
Matias Griese
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary When you select request body content type, there is no option for...
When the user wants to delete a page, a modal gets shown with a warning. We should add more options into this modal to let the user choose what he...
Twig should not throw exceptions when trying to load optional templates such as`{% include ['template1', 'template2', 'template3'] %}` or `{% include 'template' ignore missing %}` . I was looking into...
I'm trying to create Twig timeline into Clockwork, but right now there is no way to access the start and end timestamps in the profiler. In the timeline it is...
As Joomla 4 release is closing, I decided to give a short update on my plans. ## Gantry 5.5 (Next version) Gantry 5.5 aims to fix menu-saving issues in Joomla...
- Kunena needs to create menu for all installed languages and bind them together - Later we also need some kind of menu manager that's able to keep the bindings
This probably affects all the themes: - Create empty directory `user/pages/02.placeholder` (where 02 is replaced by the order) - Under that directory create existing page under `01.submenu` Now refresh the...
I had a crazy idea to improve locked and sticky features. Instead of having yet another locked topic, there are many different reasons why the topic was locked. This information...
Tags or keywords feature has been disabled from the first public releases. Finish the feature and enable it.
If you create a registration form with following processing: ``` process: register_user: true message: Message is not shown! reset: true ``` Nothing after the `register_user` processor gets run if registration...