#8132 closed defect (bug) (fixed)
Trac Header styles broken
| Reported by: | mehrazmorshed | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
Attachments (1)
Change History (3)
#1
@
9 months ago
- Component General → Trac
- Owner set to
- Status new → accepted
- Summary Plugins Trac WordPress.org Website looks broken → Trac Header styles broken
#2
@
9 months ago
- Resolution → fixed
- Status accepted → closed
I think this sync will fix Meta + Core: [14610]
Looks like it, The file paths to files in Gutenberg changed, and since these are effectively static on Trac, they were pointing to the old location, 404'ing, and as a result styles were broken.
Trac has some aggressive caching on it's templates (and caches it per-process-thread), so it's slowly clearing.
Systems request to update templates on plugins.svn:
https://make.wordpress.org/systems/2024/02/23/update-plugins-trac-templates-2/
This will ultimately also cause #6370 to be fixed as the footer will finally be updated..
(edit: Noting that plugins.trac will still be broken until systems action, I'm closing this ticket because of the existing open #6370 and that I've fixed it for the main trac instances...)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This has spread to the other Trac's now :)
I think this sync will fix Meta + Core: [14610]
I'll need to nag Systems to update plugins.trac.