Tuan Pham Ngoc
Tuan Pham Ngoc
Pull Request for Issue # . ### Summary of Changes This PR does two things: - Add $app property to plugins (when it is missing) and use that injected application...
Pull Request for Issue # . ### Summary of Changes This PR fixes deprecated warnings for calendar form field which does not have `translateformat="true"` in it's definition. From what I...
Pull Request for Issue #42862. ### Summary of Changes Currently, if you edit a module from frontend of your site and decide to cancel editing, you will always be redirected...
Pull Request for Issue #42841. ### Summary of Changes The current code in `BannerHelper` classs bind a `Joomla\CMS\Date\Date` object to `:date` parameter and could cause application crashes in some environments...
Pull Request for Issue #42477. ### Summary of Changes There is a bug in System - Page Cache plugin causes **Exclude URLs** never works as explained in original issue. This...
### Steps to reproduce the issue Copied from https://github.com/joomla/joomla-cms/issues/39960 ### Expected result No warnings ### Actual result Warnings when userAgent is null ### System information (as much as possible) ###...
Pull Request for Issue # . ### Summary of Changes The `getTemplate()` method in `SiteApplication` has grown too large, become quite complicated and hard to follow. It also contains several...
Pull Request for Issue # . ### Summary of Changes This PR improves the `initialiseApp()` method in `SiteApplication` by extracting the language-detection logic into a separate method. The logic remains...
Pull Request for Issue #46295. ### Summary of Changes After migrating to the Framework HTTP package, some Joomla HTTP requests are sent without a User-Agent header, which can cause servers...
Pull Request for Issue # . ### Summary of Changes This PR improves the robustness of Joomla’s language cache handling. Currently, if a language cache file is only partially written...