Closed (fixed)
Project:
Switch Page Theme
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2021 at 20:59 UTC
Updated:
2 Feb 2023 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jwilson3Comment #3
danthorneWould be good to get this release before D8 eol on Tuesday
Comment #4
jwilson3Comment #5
jwilson3Totally agree. I should have been more explicit -- the D8 EOL is exactly why I filed this issue.
Comment #6
sagesolutions commentedAny update on this? Drupal 8 is now EOL
Comment #7
guypaddock commentedComment #8
sagesolutions commentedComment #9
sagesolutions commentedComment #10
sagesolutions commentedSince the highest branch is 3.x, the Drupal 9 version needs to be higher than that, so please make a 4.0.0 tag with Drupal 9 support
Comment #11
alienzed commentedAnything I can do to help move this along? This is a blocker in my Drupal 9 upgrade process!
Comment #12
dunin commentedI'd love to get that too.
Comment #13
jwilson3Branches are a mess on this module.
It is almost as if 8.x-1.x is being used as if it were a mainline development (aka "master") branch — but this is sadly not the current Drupal branching model.
1.0 == 3.3-alpha1and2.0 == 3.0-alpha1.Perhaps the approach here could be the following:
git push origin :8.x-1.x :8.x-2.x :8.x-3.x(Sidenote: Can release branches be deleted once they're not the "default branch" in Drupal anymore???)Comment #14
alienzed commentedDoes the maintainer need to do this or can anyone? I'll take a stab at it if I am allowed...
Comment #15
codesmithI just tried https://www.drupal.org/project/theme_switcher which has Drupal 9 support and it's working fine for me. So I'm switching to that module.
Comment #16
jwilson3This must be done by a maintainer.
Comment #17
pstewart commentedAs the project appears to be abandoned, is there anyone following this issue willing to take over as a maintainer / co-maintainer? If so then we should kick-start the process as per https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or... . If not I'm willing to be a temporary co-maintainer to help get this release done, however I don't have any spare capacity beyond that so if there's a more suitable candidate then by all means go ahead!
Comment #18
sagesolutions commentedI ended up switching to https://www.drupal.org/project/theme_switcher which seems to be a bit more robust and well maintained. Maybe this project should be abandoned and redirect people to the theme_switcher module instead?
Comment #19
pstewart commentedI too have now switched to theme_switcher, replacing my two switch_page_theme rules (one for content, one for the content's admin pages) with a single theme_switcher rule which does both, which was very straightforward. I guess there may be some people with more complex rule sets that would benefit from a D9 release of this module in favour of having to rewrite their rulesets, otherwise switching to theme_switcher is definitely the away to go.
Comment #20
nicolas bouteille commentedmade the switch as well thx
Comment #21
Dharmendra.s commentedUpdate the release for drupal 9 as well as drupal 10.