[4.0] Decouple messages from core.js#32747
Hidden character warning
Conversation
4099704 to
cf40aaa
Compare
33b286e to
93d43dc
Compare
- Server side render noscript messages - Client side render interactive alerts
93d43dc to
7dec40f
Compare
|
Please fix conflicts. Thanks. |
|
@Quy thanks for testing, it seems a bug with (animation transition [?]) alerts custom element as the HTML part was created correctly |
268a29e to
da0eebe
Compare
da0eebe to
cf88e16
Compare
|
Go to System > Redirects Alert should be red. |
Say hello to HTML sanitization, will check this |
|
@Quy fixed both, I have to alter also the other PR for the allowed attributes |
|
Go to Media. Alert should be red. |
So I thought that I could drop the old strings but I guess that will be B/C break, so they're back |
|
I have tested this item 🔴 unsuccessfully on aa80075 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32747. |
What failed? |
|
Doh! Comment got lost as I was editing it.
The error encountered was in Joomla Update. After testing, I went to reinstall Beta 7 to then update to Beta 8. Got to the point where I logged into Joomla Update and it was about to start unpacking the archive, and this AJAX error came up, rendering the update process broken. |
This is not related to alerts AFAICT, something else is broken there as that is a native confirm not the alerts that this PR is patching |
|
I have tested this item ✅ successfully on aa80075 I think I'd broken it by clicking Apply Patch instead of installing the download package at the start of the process. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32747. |
|
I have tested this item ✅ successfully on aa80075 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32747. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32747. |






Pull Request for Issue # .
Summary of Changes
Why?
Well, there is no way to override this part of the code without overriding the whole core.js, which is terrible as this is supposed to be the javascript API of the CMS. Bad architecture.
Depends/extends #32740
Testing Instructions
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Documentation Changes Required
Not really, the code is the same, we only moved it to an own file that is included from the respective layout (thus is properly overridable now)