Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

[WIP] Tutorial Updates for 1.2 #595

Closed
wants to merge 2 commits into from
Closed

[WIP] Tutorial Updates for 1.2 #595

wants to merge 2 commits into from

Conversation

dantleech
Copy link
Member

Updates and improvements for 1.2.

Note there is a problem in that the RoutingAutoBundle intializes before the initializer that we create in the last chapter, causing it to fail.

We need to add support for initializer priority: doctrine/DoctrinePHPCRBundle#173

@dantleech dantleech changed the title Tutorial Updates for 1.2 [WIP] Tutorial Updates for 1.2 Oct 25, 2014
register your new site initializer:
Now:

1. *Remove* the old initializer service,
Copy link
Member Author

Choose a reason for hiding this comment

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

I always miss this part and there was a user that got stuck with this too, so I have tried to make it a bit more obvious that you need to remove the old initialiser.

Copy link
Member

Choose a reason for hiding this comment

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

maybe say "Remove the initializer service you created in the previous chapter, ..."? "old" is not very specific.

@dbu
Copy link
Member

dbu commented Oct 25, 2014

looks good

@dantleech
Copy link
Member Author

Updated. Added the priority tags attributes from doctrine/DoctrinePHPCRBundle#173

"doctrine/phpcr-bundle": "1.1.*",
"doctrine/phpcr-odm": "1.0.*",
"jackalope/jackalope-doctrine-dbal": "1.0.0"
"doctrine/phpcr-bundle": "~1.2.0",
Copy link
Member

Choose a reason for hiding this comment

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

should we just say ~1.2,>=1.2.1 ?

@wouterj
Copy link
Member

wouterj commented Oct 25, 2014

Apart from widing the versions, is everything correct here? (btw, this should be rebased on dev)

@dantleech
Copy link
Member Author

Updated

@dantleech
Copy link
Member Author

@wouterj good to merge as far as I'm concerned

@wouterj
Copy link
Member

wouterj commented Oct 26, 2014

Thanks @dantleech.

@wouterj wouterj closed this in a77877c Oct 26, 2014
@wouterj wouterj deleted the tutorial_updates branch October 26, 2014 12:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants