#48945 closed task (blessed) (fixed)
Re-add Maintenance and Security Releases changelog to the About page
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Help/About | Keywords: | has-screenshots has-patch |
Focuses: | ui, administration | Cc: |
Description
Background: #47708
With the overhauled About page design in 5.3, we need to make sure there is a place and appropriate design for the Maintenance and Security Releases changelog, same as in previous minor releases.
See the screenshot of the changelog in 5.2.4 for reference.
Attachments (7)
Change History (19)
This ticket was mentioned in Slack in #design by audrasjb. View the logs.
5 years ago
#4
follow-up:
↓ 6
@
5 years ago
@audrasjb Ah, I got a similar result with 48945.2.diff / 48945.2.PNG :)
It also includes a padding for the section, which appears to be missing in 48945.diff.
#6
in reply to:
↑ 4
;
follow-up:
↓ 8
@
5 years ago
Replying to SergeyBiryukov:
It also includes a padding for the section, which appears to be missing in 48945.diff.
I started with a padding bottom but I replaced it with a <hr />
tag since it's the approach adopted for the other blocks :-)
Also, it avoids us to add new css rule ;)
#8
in reply to:
↑ 6
@
5 years ago
Replying to audrasjb:
I started with a padding bottom but I replaced it with a
<hr />
tag since it's the approach adopted for the other blocks :-)
Also, it avoids us to add new css rule ;)
Ah, I missed that <div class="column">
already has the required padding. Should be good to go, then :)
#9
@
5 years ago
Ah sorry I confused between padding and margin :D
But yes, indeed, I think we are good to go (and we have proper validation from the design team :)
#10
@
5 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 46892:
#11
follow-up:
↓ 12
@
5 years ago
Hey, I just realized @ryelle had some docs for this: https://gist.github.com/ryelle/91ef6cd84a197b6af880dc055be21cc9 Does this match?
#12
in reply to:
↑ 11
@
4 years ago
Replying to melchoyce:
Hey, I just realized @ryelle had some docs for this: https://gist.github.com/ryelle/91ef6cd84a197b6af880dc055be21cc9 Does this match?
Thanks for the link! Yes, this seems to match what was done in [46892] for 5.3 and [47702], [47773] for 5.4.
The only difference is that the .point-releases
class is no longer used, it's only used in legacy About styles.
Proposal