Benjamin Trenkle
Benjamin Trenkle
### Is your feature request related to a problem? Please describe. When making an update where overriden files were changes, you get a message.  ### Describe the solution you'd...
Pull Request for Issue #30372 . ### Summary of Changes Try to find the correct language when "default star (*)" is given in finder stemmmer. ### Testing Instructions See: https://github.com/joomla/joomla-cms/issues/30372...
# Summary of Changes When creating a 3rd party filesystem plugin and selecting an image in a media file selection (e.g. in the article form view), the image will not...
### Summary of Changes When trying to trash a workflow/stage currently the joomla plugins has a check implemented to prevent the deletion if there are items (articles) assigned. This checks...
The goal is to add a code example to each @deprecation in the Joomla core and also add clear versions when somehing was deprecated and the earliest version when it...
### Summary of Changes Enabled character counter for text fields ### Testing Instructions 1. Apply patch 2. NPM i 3. Open components/com_users/forms/registration.xml 4. Add the following attributes to the "name"...
Pull Request for Issue # . ### Summary of Changes This PR prevents the execution of the relative to absolute URL conversation for Mail Templates when in CLI mode because...
https://github.com/joomla-projects/custom-elements/blob/master/src/scss/tab/tab.scss#L53 Being in mobile view activating a tab the background becomes semi-transparent:  Without active everything is ok:  CC @dgrammatiko
On mobile view the tabs morph very nice to a stacked view. I found one issue: When you open a tab by clicking it, it becoms a highlight with the...
Pull Request for Issue #43407 & #43365 . ### Summary of Changes The security hardening adds an empty "sandbox" attribute to every iframe ([read more](https://web.dev/articles/sandboxed-iframes#granular_control_over_capabilities)). This prevents PDFs insert by...