Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Add core migration #19

Merged
merged 5 commits into from Feb 8, 2017

Conversation

gerhard-boden
Copy link
Contributor

@gerhard-boden gerhard-boden commented Dec 10, 2016

Adjusts code to package renaming from "TYPO3.TYPO3CR.Search" to
"Neos.ContentRepository.Search"

*/
public function up()
{
$this->searchAndReplace('TYPO3\TYPO3CR\Search', 'Neos\Flow');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really correct? That replacement looks rather generic…

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn... thanks a lot for seeing this.. Should not write migrations late at night..

@gerhard-boden
Copy link
Contributor Author

@kdambekalns fixed

@kdambekalns kdambekalns changed the title TASK: Add code migration TASK: Add core migration Dec 20, 2016
Copy link
Member

@kitsunet kitsunet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should go into 2.0 branch now

@gerhard-boden gerhard-boden changed the base branch from master to 2.0 January 23, 2017 20:05
@gerhard-boden
Copy link
Contributor Author

@kitsunet done!

@gerhard-boden
Copy link
Contributor Author

We should merge this one soonish. Tests failing... maybe requiring wrong depenendencies for tests?

@johannessteu johannessteu changed the base branch from 2.0 to master February 8, 2017 09:59
@johannessteu johannessteu merged commit 990b7d9 into neos:master Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants