-
Notifications
You must be signed in to change notification settings - Fork 27
Init version - what's the plan? #61
Comments
You can better use milestones for this instead of labels |
What is the difference? Milestones Sound like tags. |
|
sorry, my fault for proposing the tags. wouter is right that its more |
It looks good atm. |
yep. i started to prepare for the transfer. i created the SeoBundle note that we follow the symfony core example of not following the naming can you please try? |
Symfony core has changed it's naming conventions to use the composer packages, so |
hm. makes sense. |
No, I think we should just stick to our own standard. Having such an extreme inconsistency naming conventions in Symfony is really one of the -1 points of sf imo. GitHub would redirect named packages, but GitHub API can't redirect them. So it'll break all projects using a |
okay. then SeoBundle it is. @ElectricMaxxx can you try to move the repo |
I will try it in the evening. I am on my second job atm, there is no real PC. |
So everything is done. Thanks to @wouterj on the last but more important issues. |
As we try to get this bundle stable until 03-03-2014, we need a plan how to fix the issues. All issues that are needed to be fixed are tagged with "init version". There should be a kind of order closing that issues:
Out of Order - Admin fixes
There are some issues that are out of the order - the admin stuff.
Here the Extension should be tested #31, there is an extra issue to check if the translation domain works #16 and one feature for documents that implements the
RouteRefferrersInterface
#2. These issues should be bundled into #53.As that issues doesn't touch the
SeoPresentation
they can be handled by the way. Even the strategy for handling routes, that are referenced by uuid is working:SeoRouteExtractor
should be able to extract the uuid of a route node, which is converted to a absolute url later.Stuff that depends on the
SeoPresentation
At first the #60 (issue #55) has to be merged. Than we should be able to do the following issues fast: #58 and #54 based on the changes in #60. Maybe @dbu can do #58 in his PR? That shouldn't change any behavior or tests.
When these things are done we can do the last big break: #59 This issue touches configuration,
SeoPresentation
and tests. But will reduce the responsibility of theSeoPresentation
a lot.When this last break is done, the #34 and documentation can be done and finished.
I have got Monday and Wednesday where i have my second job in the evening, where i will be home at 10 pm, but will do the hard stuff on Tuesday/Thursday to have the light stuff (docs and config prepending) for Friday.
The text was updated successfully, but these errors were encountered: