Commit graph

15299 commits

Author SHA1 Message Date
Kamil Kokot
203dd69558
Make ThemeBundle compatibile with Symfony 3.3+ 2017-06-13 15:22:17 +02:00
wcluijt
e9efb119c7
Updated TranslatorResourceProviderPass for Symfony 3.3+ compatibility 2017-06-13 13:28:10 +02:00
Kamil Kokot
2b3fa96dc6
Allow for select attribute values to contain non-latin characters 2017-06-13 12:45:42 +02:00
Kamil Kokot
e07478f0e8
Reproduce #8111 2017-06-13 12:35:02 +02:00
Łukasz Chruściel
a912a69556 Merge pull request #8147 from pamil/lint-twig
Validate Twig files on Travis CI
2017-06-12 19:14:25 +02:00
Kamil Kokot
70d36b5bef Merge pull request #8154 from lasotaartur/create-address-by-resource-factory-in-behat-context
Generate address by resource factory in behat context
2017-06-12 16:48:08 +02:00
Dmitriy.trt
22b4781707 Add permission flag to the admin routes, so that permissions are checked. 2017-06-12 16:06:38 +03:00
Kamil Kokot
79a84969a4
Validate Twig files on Travis CI 2017-06-12 12:23:15 +02:00
alasota
b029a8cc8b generate address by resource factory in behat context 2017-06-12 12:02:30 +02:00
Daniel West
377e455db3 Use appropriate labels and placeholders
When the form is loaded without ajax on the form post, the label should be correct immediately. See https://github.com/Sylius/Sylius/issues/8152
2017-06-12 11:02:05 +01:00
Kamil Kokot
444c6f95ca Merge pull request #8131 from emodric/pre_post_content_blocks
Add pre & post content blocks to UiBundle layouts
2017-06-05 16:07:17 +02:00
Paweł Jędrzejewski
c927cda6e0 Merge pull request #8115 from Niiko/move-serialization
[CoreBundle] Move serialization to AdminApiBundle and move ProductVar…
2017-06-05 11:24:18 +02:00
Paweł Jędrzejewski
fe25db1e7c Merge pull request #8110 from Snake-Tn/product_variant_images
Product variant images
2017-06-05 11:14:44 +02:00
Edi Modrić
6ac155239e Add pre & post content blocks to UiBundle layouts 2017-06-05 10:30:12 +02:00
Ahmed Kooli
63aaf43f65 Product variant image : Correct product variant spec 2017-06-03 19:47:23 +03:00
Ahmed Kooli
5eebd31c1f product variant image : check if image already exist before adding it 2017-06-01 09:13:17 +03:00
Ahmed Kooli
feb5dc13dd Product Variant image : correct source code format 2017-05-31 20:07:40 +03:00
Ahmed Kooli
1c74bf5015 Add cascade transitive product variant and image 2017-05-31 20:07:40 +03:00
Ahmed Kooli
fcd20a7f4f Add doctrine product_variant to product images 2017-05-31 20:07:40 +03:00
Ahmed Kooli
534568dc0f Make product variant aware of product images 2017-05-31 20:07:40 +03:00
Ahmed Kooli
9b0b08eb00 Add spec for product vairant aware of product images 2017-05-31 20:07:40 +03:00
Nicolas ADLER
84143d5b06 [CoreBundle][UPGRADE.MD] Move upgrade serialization informations to correct section 2017-05-31 10:35:11 +02:00
Nicolas ADLER
65a4f6f2f2 [CoreBundle] Move serialization review fixes 2017-05-31 10:24:38 +02:00
Magdalena Banasiak
30afac2b92 Merge pull request #8103 from psihius/patch-7
Fixed on how to make "single image upload"
2017-05-31 09:19:11 +02:00
Łukasz Chruściel
2e2fa2eda5 Merge pull request #8119 from stevemoreau/master
Fix wrong assertion which prevented default admin user creation
2017-05-31 08:31:47 +02:00
Nicolas ADLER
8006444917 [AdminApiBundle] Fix relations serialization 2017-05-30 12:49:25 +02:00
smoreau
348a156e5e Fix wrong assertion which prevented default admin user creation (sylius@example.com / sylius) when installing --no-interaction 2017-05-30 11:58:16 +02:00
Arvids Godjuks
e6c6f16467 Adjustments to docs based on feedback 2017-05-30 11:33:08 +03:00
Nicolas ADLER
d495634403 [AdminApI] Move relations serializations from bundle to AdminApiBundle 2017-05-30 10:21:32 +02:00
Nicolas ADLER
2472eaa57f [CoreBundle] Move serialization to AdminApiBundle and move ProductVariant relations serialization from ProductBundle to AdminApiBundle 2017-05-29 12:34:17 +02:00
Łukasz Chruściel
54d2722a43 Merge pull request #8075 from gruberro/add-missing-validation-group-for-checkout-api
Add missing checkout complete validation group
2017-05-29 08:34:26 +02:00
Robert Gruber
60c8512f5a
Add missing checkout complete validation group 2017-05-28 20:37:34 +02:00
Łukasz Chruściel
8b860329a9 Merge pull request #8058 from alcaeus/remove-option-value-count-constraint
Remove count constraint on option values collection
2017-05-26 11:24:39 +02:00
Arvids Godjuks
cbbe842992 Typo fix 2017-05-25 17:16:46 +03:00
Arvids Godjuks
4ac5403f9a Fixed reference to a code block 2017-05-25 17:01:11 +03:00
Arvids Godjuks
770b16fdbd Fixed on how to make "single image upload"
Made so by default the config is for multiple image upload and added a tip section that explains how to make a single image upload in detail
2017-05-25 16:57:53 +03:00
Paweł Jędrzejewski
2f494d363f Merge pull request #8097 from stefandoorn/product-variant-generator-code-instead-of-id
Use codes of option value & option instead of ID in variant generator
2017-05-25 15:29:15 +02:00
Łukasz Chruściel
d46c126bcd Merge pull request #8089 from loic425/doc/customer-filter
[doc][custom_filters] fix form_options on custom filter documentation
2017-05-25 09:56:02 +02:00
Stefan Doorn
775084fb1e Fix specs 2017-05-24 18:36:55 +02:00
Stefan Doorn
4ed0e732dc Use codes of option value & option instead of ID, easier to use it stand alone 2017-05-24 17:39:47 +02:00
Łukasz Chruściel
b3d47c5969 Merge pull request #8095 from kfakos/patch-4
[documentation] Fix supplier field type
2017-05-24 10:26:48 +02:00
Łukasz Chruściel
41fa447ba4 Merge pull request #8094 from kfakos/patch-3
[documentation] Fix English typos
2017-05-24 10:24:56 +02:00
Łukasz Chruściel
db4a9f4f5f Merge pull request #8092 from samanmohamadi/patch-2
Update your_first_grid.rst
2017-05-24 10:17:53 +02:00
Łukasz Chruściel
77277a6986 Merge pull request #8090 from stefandoorn/product-image-alt
Add alt attribute to main product image
2017-05-24 10:15:25 +02:00
Konstantinos Fakos
29e38de111 Fix field type
There is no SyliusGridBundle built-in field type called "text". Replaced with "string".
2017-05-24 01:05:39 +03:00
Konstantinos Fakos
4913d0b200 Fix English typos 2017-05-24 00:55:39 +03:00
Saman
35ed37dc4c Update your_first_grid.rst 2017-05-23 22:25:40 +04:30
Stefan Doorn
f1432520b6 Add alt attribute to main product image 2017-05-23 16:54:29 +02:00
Loic Fremont
73ada40bf0 fix form_options on custom filter documentation 2017-05-23 16:28:48 +02:00
Magdalena Banasiak
fdd49c3f18 Merge pull request #8077 from kfakos/patch-1
[Documentation] fix ImagesAwareInterface typo
2017-05-23 11:16:26 +02:00