There is still some legacy code in theme.inc that checks if a user's custom theme (support for which was removed in D7) should be loaded. The database field that stores it is still present, as well as a test that checks if said properly exists on a newly created user object.

Identical for D7.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cafuego’s picture

Status: Active » Needs review
FileSize
2.58 KB

Attached is the patch for D8.

cafuego’s picture

#1: 1814880-1.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, 1814880-1.patch, failed testing.

cafuego’s picture

Status: Needs work » Needs review
FileSize
2.4 KB

Updated patch against current 8.x HEAD.

areke’s picture

Issue summary: View changes
Status: Needs review » Needs work
Issue tags: +Needs reroll

The patch doesn't apply anymore, so it needs to be rebased against the current HEAD.

grisendo’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
1.1 KB

Re-rolled

Status: Needs review » Needs work

The last submitted patch, 6: 1814880-user_theme-6.patch, failed testing.

dawehner’s picture

@grisendo
In general, we no longer add update functions but work on migrations as far as I understand it.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

dpi’s picture

Status: Needs work » Closed (cannot reproduce)

This is no longer an issue with D8.

In transition to user entity, the 'theme' table property did not come along for the ride.

Marked as outdated.

dpi’s picture

Version: 8.2.x-dev » 7.x-dev
Status: Closed (cannot reproduce) » Active

Change to D7