Denitz

Results 18 issues of 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...

NPM Resource Changed
PR-4.2-dev
psr12

### 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...

PR-4.2-dev
psr12

### 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,...

PR-4.2-dev
psr12

### 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....

PBF
PR-4.2-dev
psr12

`#__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...

Feature
PR-5.0-dev
PR-5.1-dev

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...

PBF
bug
Maintainers Checked
Small
PR-4.4-dev

### 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...

Feature
Updates Requested
b/c break
PR-5.2-dev

### 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...

Feature
RTC
Maintainers Checked
PR-5.1-dev

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?...

bug
style
number formatting