Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2013 at 12:03 UTC
Updated:
13 May 2013 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirThis is a pretty crazy patch that unfortunately kills a lot of our git history. But it either happens here or in the 8.x port :)
The main thing that I'm worried about is that one of those controller class moves would kill a site where only drush rr would be able to resurrect it. Want to test it somewhere else with just running update.php.
Also, let's see what the tests have to say.
Comment #3
berdirNoticed one wrong thing in there.
Note that there are no code changes in this patch. git detects some weird renames in the ui controllers and that results in strange rename diffs.
Comment #4
berdirAnother stupid mistake.
Comment #5
berdirThat summarizes this issue. Removed files have been split up into added files. Tried to come up with some sort of hierarchy pattern for the main entity/controller/plugin classes.
Comment #6
berdirConfirmed that after applying the patch, visiting the front page dies with a fatal error but running update.php fixes it.
Comment #7
berdirCommited and pushed.