Fedir Zinchuk
Fedir Zinchuk
### Summary of Changes This is concept of loading the plugins on demand. The idea (not new) is to instantiate the plugin only when the event is triggered, thus reduce...
### Summary of Changes A replacement for deprecated `registerListeners()` (see https://github.com/joomla/joomla-cms/pull/43395) Current limitation of SubscriberInterface is that it does not allow to return listeners depend from runtime. It has own...
Home page should be cached before any modification, not after. [HTMLHistory.startPageHtml#L3162](https://github.com/Fedik/FullAJAX/blob/master/fullajax.js#L3162)
Pr for: - https://github.com/joomla/joomla-cms/pull/42681
### Summary of Changes Update gitignore ### Testing Instructions Review ### Documentation Changes Required None
Pull Request for Issue https://github.com/joomla/joomla-cms/issues/40160 ### Summary of Changes Fix radio and checkboxes in nested subform field ### Testing Instructions Run `npm install`. Add following XML for subform field, somewhere,...
Pull Request for https://github.com/joomla/joomla-cms/discussions/43471 . ### Summary of Changes ~~Adding support of `Stringable` https://www.php.net/manual/en/class.stringable.php results to Ajax component.~~ Adding `Joomla\CMS\String\StringableInterface` results to Ajax component, this is transitioning interface to `Stringable`...
### Summary of Changes The PR add posibility to select directories usign the Media field. This is helpfull when the site have multiple Media adapters. ### Testing Instructions Run `npm...
### Summary of Changes Adding LazySybscriber interface and decorator. The decorator `LazyServiceSubscriber` allows to instantiate the plugin with heavy dependencies only when the event is actualy dispatched. The interface `LazySubscriberInterface`...
### Summary of Changes Adding Subscriber Registration Checker. Interface that allows Plugins to be checked before listener registration. This allows the plugin to be registered only wheen special conditions are...