Hannes Papenberg
Hannes Papenberg
The error should be triggerable with a URL like this in the manifest of a component: `index.php?option=com_foo&id[]=x`
Yes, indeed. I was actually wondering when you would use such a link, but the OSMap usecase is very valid and we probably will see similar stuff in the future...
The filtering is done by the framework filter package. The problem most likely is in `InputFilter::remove()`. At least for now, it would have to be fixed there. @ryandemmer would you...
The router does not support filtering by tag in a com_content view. Changing this requires a major rewrite and will most likely not happen anytime soon.
RTCThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43966.
Thank you for your contribution @leeroy1821!
Thank you for your contribution @Fedik!
When suffix are enabled, this unfortunately right now creates URLs like /en.html. I still have to take a look what we have to do here.
Now the URLs should all be generated correctly.
Seems like this was a merge conflict at some point. I fixed that. Thanks @exlemor! If you had time, could you test this again? @Slava287 if you have time to...