User tests: Successful: Unsuccessful:
The cache of new mod_articles is not automatically cleared.
Enable Joomla caching, show "Articles" module, ensure that module is cached:
See /administrator/cache/mod_articles folder with cache files.
Make changes to articles/categories displayed in this module.
Load frontend with this module as a guest.
See cached module version after changes in articles.
/administrator/cache/mod_articles folder is not deleted on article changes.
See module output updated.
/administrator/cache/mod_articles folder is deleted on article changes.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_categories |
| Labels |
Added:
PR-5.3-dev
|
||
| Category | Administration com_categories | ⇒ | Administration com_categories com_content |
| Category | Administration com_categories com_content | ⇒ | Administration com_categories com_content com_fields |
| Category | Administration com_categories com_content com_fields | ⇒ | Administration com_categories com_content com_fields Front End |
| Title |
|
||||||
@exlemor The cache should be cleared automatically:
Note that you should not be logged in frontend, otherwise caching is not applied.
I have tested this item 🔴 unsuccessfully on 45ec38b
I am sorry but even following your instructions (basically like mine) on a clean install and doing it 3 times to be sure, nothing changes each time.
I've updated test instructions. Probably your module was not cached, or you was logged in and caching was not applied.
I have tested this item ✅ successfully on 45ec38b
I have tested this successfully - thanks @Denitz
This pull request has been automatically rebased to 5.4-dev.
This pull request has been automatically rebased to 6.1-dev.
@HLeithner Sorry, but why did you rebase to 6.1?
It's a clear bug: the cache contents of new 'mod_articles' are not cleared on article changes.
Should be fixed in 5.4 and 6.0 as well. Please revise.
don't know why I labeled it as feature. I will change this. sorry.
| Title |
|
||||||
I have tested this item ✅ successfully on 45ec38b
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
RTC
bug
PR-5.4-dev
Removed: PR-5.3-dev |
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-10-31 17:39:38 |
| Closed_By | ⇒ | richard67 |
Thanks @Denitz for this bug fix, and thanks @exlemor and @bembelimen for testing.
@Denitz - I apologize if I messed up something but when testing your PR, I see no difference before or after applying the PR.
Here is are steps I followed, please correct my stupidity if I did something wrong:
It shows:
Articles Module
About
About your home page
Joomla
Love
Millions
(I disable articles About your home page and Joomla and Love... check the front end, no change
clear cache in backend - the list shrinks to About, Millions as expected)
(testing the before condition)
I re-enable the 3 articles, then I apply your PR
( I re-disable articles About your home page and Joomla and Love, check the front end, no change
clear cache in backend - the list shrinks to About, Millions as expected)
so, both before and after PR same results, what did I mess up?