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

[BC Break] Unplug SyliusWebBundle and SyliusSearchBundle #5535

Merged
merged 2 commits into from
Jul 20, 2016

Conversation

GSadee
Copy link
Member

@GSadee GSadee commented Jul 19, 2016

Q A
Bug fix? no
New feature? no
BC breaks? yes
Related tickets
License MIT

@michalmarcinkowski michalmarcinkowski added the BC Break PRs introducing BC breaks (do not even try to merge). label Jul 19, 2016
@GSadee GSadee force-pushed the unplug-web-and-search-bundle branch from 2ee5578 to dfb6cb9 Compare July 20, 2016 07:00
@GSadee GSadee force-pushed the unplug-web-and-search-bundle branch from dfb6cb9 to 257619c Compare July 20, 2016 07:17
@okwinza
Copy link
Contributor

okwinza commented Jul 20, 2016

What about SearchBundle, guys? Any plans to bring it back before 1.0?

@GSadee GSadee changed the title [WIP][BC Break] Unplug SyliusWebBundle and SyliusSearchBundle [BC Break] Unplug SyliusWebBundle and SyliusSearchBundle Jul 20, 2016
@@ -66,7 +65,7 @@ public function generate()

foreach ($products as $product) {
$productUrl = $this->sitemapUrlFactory->createNew();
$localization = $this->router->generate($product, [], true);
$localization = $this->router->generate('sylius_shop_product_show', ['slug' => $product->getSlug()], true);
Copy link
Member

Choose a reason for hiding this comment

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

This couples core with ShopBundle, but I will open a PR, which fixes that later.

@pjedrzejewski pjedrzejewski merged commit 006137e into Sylius:master Jul 20, 2016
@pjedrzejewski
Copy link
Member

Thanks Grzesiu! 👍

@pjedrzejewski
Copy link
Member

@okwinza ElasticSearch integration will come in a different form before 1.0, absolutely. But we do not want to support or maintain mysql based search indexing in Sylius itself. So this bundle needs to be removed, as much as I hate to say that. :/

@dantleech
Copy link
Contributor

This PR removed the template customization for the checkout: https://github.com/Sylius/Sylius/pull/5535/files#diff-900dfac95dd61a7259c479f8cc58b329L131

Is there another way to do this?

@pjedrzejewski
Copy link
Member

@dantleech We will be working on checkout customization docs (/cc @TheMadeleine), but new checkout is mostly routing and state machine configuration, so you can easily customize the templates. See ShopBundle/Resources/config/routing/checkout.yml.

@dantleech
Copy link
Contributor

sounds good :) do you mean that I should override that route (sylius_shop_checkout_summary) ?

@dantleech
Copy link
Contributor

so just to be clear - the FlowBundle / CheckoutScenario is now redundant?

@pjedrzejewski
Copy link
Member

@dantleech Yes... :)

@GSadee GSadee deleted the unplug-web-and-search-bundle branch September 22, 2017 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC Break PRs introducing BC breaks (do not even try to merge).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants