Ticket #12425 (closed enhancement: fixed)

Opened 2 years ago

Last modified 19 months ago

Fallback theme code is not translatable / default theme in theme repo is not translatable

Reported by: Denis-de-Bernardy Owned by: westi
Priority: high Milestone: 3.0
Component: General Version: 3.0
Severity: major Keywords: needs-patch
Cc:

Description (last modified by westi) (diff)

Should we switch them both to the I18N version of kubrick/default

Attachments

12425.diff Download (472 bytes) - added by Denis-de-Bernardy 2 years ago.

Change History

comment:1   dd322 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [13500]) Allow WP_FALLBACK_THEME to be overridden. Props Denis-de-Bernardy. Fixes #12425

  • Keywords needs-patch 2nd-opinion added; has-patch commit removed
  • Status changed from closed to reopened
  • Resolution fixed deleted

re-opening, because I'm foreseeing a possibly trickier issue.

consider a user with the simplest theme possible. two files, index.php and style.css, that currently relies on get_header(), get_sidebar() and get_footer(). that user is currently relying on the default theme. making him use twentyten all of the sudden makes no sense.

in other words, we should: during the upgrade, add an option with a value of default; and during installs, add an option with a value of twentyten. and then use the option to set the define.

alternatively, we could tell these handful of users (there can't be that many) to add the appropriate define in their wp-config.php file. in this case, the existing fix works wonders.

In an upgrade, unless the user explicityl removes the default (Kubrick) theme, it will still be there. In a 3.0 install, they would get twentyten. I don't see this being any more of an edge case and suggest we close as invalid.

  • Keywords 2nd-opinion removed
  • Owner set to westi
  • Status changed from reopened to accepted

Working on a solution to this as well as #13009

  • Status changed from accepted to closed
  • Resolution set to fixed

(In [14365]) First pass of compatibility code for old themes which relied on using templates from the default theme without expressly identifying it as the parent theme. Fixes #12425 and #13009. The fallback to these template files is now depreceated and will be removed in a future version.

Related: #13230

westi, does theme-compat need to be localized or leave it as is? If yes, what's the domain for it? none?

  • Status changed from closed to reopened
  • Resolution fixed deleted

I think we can use the i18n version, in the kubrick/default textdomain. If it's not loaded, then we get English, that's fine too. If it doesn't exist, the theme wouldn't work anyway.

That said, wondering if we can just fall back to kubrick, and forgo theme-compat. If it doesn't exist, the theme wouldn't work anyway.

I went for untranslated to hi-light it more as being a dead-end.

Also I copied the files from the WordPress Extend version of the default theme so if we are going to use the I18N one we should update that as well as otherwise when people apply the suggested fix to there theme they will lose the translation goodness.

Is there anyone still using comments-popup.php?

How about just copy from i18n repos to extend theme repos. But the Default theme in Extend is out of reach. How to submit patches? Themes trac seems dead anyway.

  • Priority changed from normal to high
  • Summary changed from allow to override the fallback theme to Fallback theme code is not translatable / default theme in theme repo is not translatable
  • Description modified (diff)
  • Severity changed from normal to major

Retitling to reflect current issues.

Raising Priority.

I would opt for this:

  1. Replace current Kubrick files in the wp.org repo with the i18n version.
  1. Remove theme-compat, and hard-code a search for /default, and deprecate this behavior.

This prevents us from adding new strings to core or requiring a separate pot file or translations for theme-compat.

If it is a fresh 3.0 install without default and without theme-compat, and they try to use a theme using the deprecated behavior, then that's their problem. It is also very easily fixable, by downloading Kubrick, and, to eliminate the deprecated behavior, adding "Template: default" to the style.css.

I think theme-compat was a good idea but it introduced an oddity/complexity when it comes to translations (and modified Kubricks, for that matter), and thus breaks more than it needs to.

(In [14771]) First pass of conversion of theme-compat to the I18N version of the files. See #12425

Updating "default" in the theme repo is in progress.

Default theme updated to use i18n version.

  • Status changed from reopened to closed
  • Resolution set to fixed

Thanks.

Closing as fixed.

Note: See TracTickets for help on using tickets.