Bug #41367
Task #40095: Move core to namespaces
Fix wrong replacements of the namespace refactoring
Status: | Resolved | Start date: | 2012-09-25 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | Workspaces | Spent time: | - | |
Target version: | 6.0.0-RC1 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
If the refactoring script replaced things like "tx_foo_bar" first and "tx_foo_bar_baz" in a second step,
instances of "tx_foo_bar_baz" are already replaced during the first run, leading to "\TYPO3\CMS\Foo\Bar_baz"
Fix the class names to get the workspace module running again.
Associated revisions
[BUGFIX] Fix wrong replacements of the namespace refactoring
If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of "tx_foo_bar_baz" were
already replaced during the first run, leading to a wrong class name
like "\TYPO3\CMS\Foo\Bar_baz"
Fix the class names to get the workspace module running again.
Change-Id: I0c130452a85f87e2b048a4b692681b304cea6f10
Resolves: #41367
Releases: 6.0
Reviewed-on: http://review.typo3.org/15061
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
[BUGFIX] Fix wrong replacements of the namespace refactoring
If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of "tx_foo_bar_baz" were
already replaced during the first run, leading to a wrong class name
like "\TYPO3\CMS\Foo\Bar_baz"
Fix the class names to get the workspace module running again.
Change-Id: Iada66e64501c17649d4cf89def44e9f3d3286f46
Resolves: #41367
Releases: 6.0
Reviewed-on: http://review.typo3.org/15062
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
History
#1 Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15061
#2 Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15062
#3 Updated by Helmut Hummel almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:3f3398fc27862003678d4844c62f1294303b1139.
#4 Updated by Michael Stucki over 1 year ago
- Category set to Workspaces
#5 Updated by Michael Stucki over 1 year ago
- Project changed from Workspaces & Versioning to Core
- Category changed from Workspaces to Workspaces