Problem/Motivation
Steps to reproduce
Proposed resolution
Rename Gin in comments where it refers to the name of the theme, not a machine name or part of a function.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3582610
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3582610-rename-gin-in
changes, plain diff MR !15312
Comments
Comment #3
quietone commentedComment #4
smustgrave commentedI've been trying to get my grep skills up and disclosure used AI to help write that.
grep -rn "^\s*#.*\bgin\b\|^\s*//.*\bgin\b\|^\s*\*.*\bgin\b" core/themes/default_admin
Which wasn't perfect
Picked up css selectors.
Just to manually check best I could I did use phpstorm search
I did search for ' gin ' with the spaces as just searching for gin gave me 4700 hits lol.
Thank you @quietone for keeping pushing these forward.
Comment #5
amateescu commentedShouldn't we use the name that was decided in #3576646: Rename Gin-based admin theme?
Default Adminvs.Admin...Comment #6
smustgrave commentedThat's going to trip me up because I've been saying Admin theme this entire time. Looks like @quietone addressed the comment.
Comment #7
amateescu commentedSorry for issue status ping-pong but I went through the MR thoroughly this time.
Comment #8
quietone commentedComment #9
amateescu commentedChanges look good to me.
Comment #10
amateescu commentedCommitted and pushed 92cd61b7b50 to main and 7c14c328470 to 11.x. Thanks!
Comment #15
poker10 commentedSeems like some
gin_hook mentions in comments were missed. I created another issue: #3584302: Update referenced Gin hooks in commentsComment #16
quietone commentedYes, they were specifically not done here. I never did get around to updating the issue summary, which I have done now.