[4.0] Remove obsolete html code#30737
Conversation
|
I have tested this item ✅ successfully on 8fe3e8c This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30737. |
1 similar comment
|
I have tested this item ✅ successfully on 8fe3e8c This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30737. |
|
@hans2103 you have deleted What makes this code obsolate? [EDIT] This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30737. |
@hans2103 Could you answer that question? |
|
@sandewt I'm a bit confused now. You've tested with success but have doubt on removal of the bootstrap grid class. Is this PR good now or not in your opinion? |
|
@sandewt mybe you are speaking about administrator layouts? They are pure bootstrap4. This is a frontend layout where we are working to become independent from any framework. I have tested the changes successfully. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30737. |
|
I started from the expertise of @hans2103 😃 |
|
@chmst , Do not look too much behind it. |
|
@sandewt I could see only a 3 php files outside the administrator area beside the onde handled by this PR here where it is used:
The classed refer to bootstrap grid, and it might be that they are removed from these places, too. @hans2103 Do you agree? |
it depends and that shall have to be investigated per situation. But that is beyond the scope of this PR |
@richard67 Correct. Addition: |
Then my test is actually worthless. 😏 |
|
@sandewt So what have you tested then? Have you tested as described, and it was successful, like you marked your test result? Or not? Shall I reset your test result? |
|
This code was introduced in #19230 |
@richard67 No worry. I followed the test instructions above exactly. And it was successful. But experience teaches that sometimes you have to look a little further, hence my question to @hans2103. Or is that not the intention when testing? I have doubts now. |
@brianteeman thank you for this reference to the origin of this addition. As you can see at my screenshot and hopefully also on all of your installations the issue as described on #19230 does not appear after applying this PR. |
|
Thanks! |
* Joomla/4.0-dev: (844 commits) [4.0] Template layout select (joomla#30772) [4.0][CLI] com_finder use console command (joomla#30768) [4.0] Modifying com_actionlogs string (joomla#30758) [4.0] Fancy selectbox fix (joomla#30739) [4.0] Add missing Table Caption (joomla#30763) [4.0] Wrap all buttons in btn-group to improve styling (joomla#30761) [4.0] Cassiopeia missing string (joomla#30765) Improve batch text (joomla#28447) Fix icons not displaying (joomla#30749) Remove the chrome "cardGrey". The same effect can be achieved by using the module class "card-grey" with the "card" chrome (joomla#30734) Remove obsolete html code (joomla#30737) [4.0] Check out improvements related to nullable columns (joomla#30747) Removing card.scss overrides as we don't use those classes Use renderField() method to render fields (joomla#30738) [4.0] spelling (joomla#30742) [4.0] Remove use of ReflectionParameter::getClass() (joomla#30581) [4.0] Fix saving images (joomla#30730) [4.0] Cleanup cassiopeia chromes and rename "default" to "card" (joomla#30729) Fix hiddenLabel and add hiddenLegend form attribute (joomla#29710) [4.0] Fix Debug plugin to display query parameters (joomla#30717) ...
…ger_events_consistency * '4.0-dev' of github.com:joomla/joomla-cms: (84 commits) [4.0] Error in legacy plugins when method contains $event argument (joomla#30575) [4.0] Cassiopea table css (joomla#30740) [4.0] Blog view links (joomla#30788) Change grid minmax definition for newsflash module (joomla#30781) [4.0] Pluginless lazyloading for the core (joomla#30748) Update package-lock.json (joomla#30713) [4.0] mod_article_news readmore (joomla#30780) Improve code, remove separator (joomla#30785) [4.0] Template layout select (joomla#30772) [4.0][CLI] com_finder use console command (joomla#30768) [4.0] Modifying com_actionlogs string (joomla#30758) [4.0] Fancy selectbox fix (joomla#30739) [4.0] Add missing Table Caption (joomla#30763) [4.0] Wrap all buttons in btn-group to improve styling (joomla#30761) [4.0] Cassiopeia missing string (joomla#30765) Improve batch text (joomla#28447) Fix icons not displaying (joomla#30749) Remove the chrome "cardGrey". The same effect can be achieved by using the module class "card-grey" with the "card" chrome (joomla#30734) Remove obsolete html code (joomla#30737) [4.0] Check out improvements related to nullable columns (joomla#30747) ... � Conflicts: � administrator/components/com_media/resources/scripts/app/Api.js � administrator/components/com_media/resources/scripts/components/toolbar/toolbar.vue � package-lock.json
Pull Request for Issue # .
Summary of Changes
This PR removes obsolete HTML code. I can see no need for the extra HTML provided.
And... it will benefit the work on the styling of improved Cassiopeia
Testing Instructions
npmrequired)And the result needs some improvement. Spacing between fieldsets. Cassiopeia Team is working on it.
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Documentation Changes Required