Fedir Zinchuk
Fedir Zinchuk
### Summary of Changes Alernative to #40309 The patch moves language loading out from CMSPlugin constructor. This makes the constructor lighter and probably esier for tests, also allows to restore...
Pull Request for Issue https://github.com/joomla/joomla-cms/issues/29241. ### Summary of Changes Adds a new layout that rendering subforms fields in Grid (which partially mimic the table look). Wich make it more responsive....
### Summary of Changes Implementing cross-dependencies for assets. Means now the `script` asset can have a `style` asset in dependency, and vise versa (but not in the loop of course)....
Pull Request for Issue https://github.com/joomla/joomla-cms/issues/43365 ### Summary of Changes Fix inserting PDF in to TinyMCE as a link ### Testing Instructions Run `npm install` In TinyMCE editor try to insert...
Pull Request for Issue https://github.com/joomla/joomla-cms/issues/43344 . ### Summary of Changes Fix the Media button for frontend, in submenu. ### Testing Instructions Please follow https://github.com/joomla/joomla-cms/issues/43344 ### Actual result BEFORE applying this...
Script does not trigger onStepEnter (and Exit) when the element is fully visiable on initial load. Example https://russellgoldenberg.github.io/scrollama/progress/ Open the page, scroll down, progress of both elements changes to 100%...
### Summary of Changes Deprecate use of DispatcherAware and LanguageAware within CMSPlugin class. Plugin should use DispatcherAware it on its own. And LanguageAware is a leftover from some changes in...
[5.2][RFC] CMSPlugin: deprecation for registerListeners and add new ConfigurableSubscriberInterface
### Summary of Changes This is alternative to - https://github.com/joomla/joomla-cms/pull/43395 - https://github.com/joomla/joomla-cms/pull/39387 The PR deprecate `CMSPlugin::registerListeners()` as no longer needed when plugin will implement `SubscriberInterface`. And introduce `ConfigurableSubscriberInterface` as replacement....
### Summary of Changes Update `content` plugins to use `SubscriberInterface` and an event classes. ### Testing Instructions Check following `content` plugins should work as before: ``` confirmconsent contact emailcloak fields...
Pull Request for Issue # . ### Summary of Changes Update `user` plugins to use `SubscriberInterface` and an event classes. ### Testing Instructions Check following `user` plugins should work as...