Fedir Zinchuk
Fedir Zinchuk
### **User description** com_ajax Stringable interface PR: - https://github.com/joomla/joomla-cms/pull/43530 ___ ### **PR Type** documentation, enhancement ___ ### **Description** - Added documentation for `com_ajax` support for `Stringable` result. - Provided examples...
### **User description** information about Subscriber Registration Checker, with example. For PR - https://github.com/joomla/joomla-cms/pull/43657 ___ ### **PR Type** documentation ___ ### **Description** - Added new documentation for the `SubscriberRegistrationCheckerInterface` in...
Pull Request for Issue # . ### Summary of Changes This is fix for extensions which triggers onUserAfterLogin, onUserAfterLogout, onUserLoginFailure, onUserLogoutFailure events in their code. Prior Joomla 5 these events...
Pull Request for Issue https://github.com/joomla/joomla-cms/issues/43387 . Alternative to https://github.com/joomla/joomla-cms/pull/43904 ### Summary of Changes Fix media manager ApiController to check actual file size, instead of POST size. ### Testing Instructions Please...
### Summary of Changes The PR adds a hidden input to allow to submit an empty value when nothing is selected in list (multiple) and checkbox(-es) fields. Because browser does...
### Summary of Changes Replace control inputs hardcoded into the form layout with an API which allows to add this fields programaticaly. **Before PR** (the form layout): ```html
### Summary of Changes Update`privacy` plugins to use SubscriberInterface and an event classes. ### Testing Instructions Check the privacy "export request" still works. ### Actual result BEFORE applying this Pull...
Pull Request for Issue # . ### Summary of Changes Helper::addContentType() allows null for mime, however $db->quote() does not. Same as https://github.com/joomla/joomla-cms/pull/43051 but for 4.4 ### Testing Instructions Use PHP...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 2.6.x #### Summary I got an error while try to use `->matching($criteria);`...
### **User description** Add a note about MySQL 5.7 to the system requirement page. ~~Also trying to fix footnotes order.~~ this need to be in another PR ___ ### **PR...