Denitz
Denitz
Pull Request for Issue #31376 . ### Summary of Changes Horizontal tabs inside vertical tabs incorrectly inherit vertical CSS style. ### Testing Instructions Display horizontal tabs inside vertical tabs. The...
### Summary of Changes Once the session is closed (before write), `Joomla\CMS\Session\Storage\JoomlaStorage::close()` creates the base64-decoded serialized session registry within cloning the session registry object (`$this->data`): ``` public function close(): void...
### Summary of Changes `PlgSystemSchedulerunner::injectLazyJS()` checks the presence of due tasks via weird loading of items list with order by title DESC using the admin model: ``` SELECT a.id, a.asset_id,...
### Summary of Changes 1. Disable page cache on Jooa11y active state 2. Disable system caching on Jooa11y active state. 3. Load plugin language only if plugin actually runs. 4....
`#__ucm_content` has `core_params` column, it can be added as well.
### Summary of Changes Load language associations for multiple articles and categories in a single query per each `ArticlesModel::getItems()` call. These methods now can accept array of IDs and return...
Pull Request for Issue #30995. ### Summary of Changes Store assets without NULLs. ### Testing Instructions Create custom table class with assets (property `$asset_id` is required) and try to execute...
### Summary of Changes `Joomla\CMS\Language\Multilanguage::getSiteHomePages()` uses an extra database query per each page load to discover the language-specific site homepages. We can easily eliminate this extra database query and use...
### Summary of Changes Remove unused PHP imports. ### Testing Instructions Apply patch. ### Actual result BEFORE applying this Pull Request Unused imports, see IDE warnings. ### Expected result AFTER...
This is: ``` - [x] a bug report ``` ### What is the expected behavior? Setting column dimension `setAutoSize(true)` should set approximate column width. ### What is the current behavior?...