Commit graph

108 commits

Author SHA1 Message Date
Adam Elsodaney
de7d000c9b Create Archetype component and bundle to replace the product prototype 2014-12-14 13:48:19 +00:00
stloyd
ed0b8224e9 Replace doctrine-bundle with stable version & adjust some other deps 2014-11-28 09:56:30 +01:00
Argyrios Gounaris
31b7d18033 Adding sylius search feature 2014-11-07 09:34:05 +00:00
Maksim Kotlyar
d6dab13d6f [payum] make compatible with payum 0.12 2014-11-03 19:25:34 +00:00
stloyd
b84a9bf52e Create new Storage component to reduce code duplication between components 2014-10-31 14:24:24 +01:00
Antonio Peric
8282702a93 Update liipimaginebundle 1.0 completed 2014-10-30 12:54:16 +01:00
Alexandre
cd043ed3de Update state machine
Fix callback args overriding
2014-10-29 15:27:06 +08:00
stloyd
a8171ecd56 Cleanup API code 2014-10-27 23:02:05 +01:00
Joseph Bielawski
a3acc836da Remove Alice and use already existing fixtures 2014-10-27 23:02:05 +01:00
Joseph Bielawski
e615909462 Rework code & fix issues after gathering feedback 2014-10-27 23:01:37 +01:00
Paweł Jędrzejewski
5740f7084f Setup testing architecture for API 2014-10-27 23:01:36 +01:00
Paweł Jędrzejewski
f77355a46d Initial API 2014-10-27 23:01:36 +01:00
Paweł Jędrzejewski
7f99aee61b Version bump 2014-10-27 22:29:59 +01:00
Raynald
1aba21bfc2 Latest fix for ContentBundle 2014-10-07 13:54:29 +02:00
Raynald
7908247f3d [ContentBundle,WebBundle] Improve ContentBundle to use the power of
Symfony-CMF

Added possibility to add from backend :
- menus, 
- slideshow (with liipImagine filter), 
- routes to static content,

Added 3 slideshow location in layout. Display slideshow in top, content
and sidebar positions with sonata_block_render.

Menus could be displayed in frontend by simply calling knp_menu_render
and menu name (eg: {{ knp_menu_render('main') }})

Fixed some typos from previous ContentBundle commit, and create all
translations strings

Reorganize route and template by grouping them in a content dir for
better future maintenance
2014-10-07 13:54:06 +02:00
stloyd
10612a995c Fix composer.json files + CHANGELOGs 2014-10-02 10:05:30 +02:00
Paweł Jędrzejewski
339a107744 Initial content bundle
Conflicts:
	composer.lock
	src/Sylius/Bundle/CoreBundle/Kernel/Kernel.php
	src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius.yml
	src/Sylius/Bundle/FixturesBundle/DataFixtures/PHPCR/LoadPagesData.php
2014-09-30 12:28:08 +02:00
Joseph Bielawski
490eaa5819 [CoreBundle] Allow usage of newer HWIOAuthBundle
[ci skip]
2014-09-16 16:05:27 +02:00
Paweł Jędrzejewski
28b28f2397 Make the user model more flexible with interface and few fixes 2014-07-04 12:45:21 +02:00
Paweł Jędrzejewski
070b568c8c Initial api bundle 2014-07-04 12:45:21 +02:00
Arnaud Langlade
95acf26463 Fixing some stuff for API 2014-07-04 11:38:17 +02:00
Paweł Jędrzejewski
95f77c2524 Merge pull request #1674 from stloyd/bugfix/deps
Update dependencies to be less restrict
2014-07-03 10:31:03 +02:00
Joseph Bielawski
7bc0df94f8 Update dependencies to be less restrict 2014-07-03 09:53:08 +02:00
Paweł Jędrzejewski
788ac86fb8 Initial LocaleBundle for managing locales and changing them in frontend 2014-07-01 13:31:24 +02:00
Paweł Jędrzejewski
72c8c2800f Merge pull request #1490 from pjedrzejewski/extract-currency-bundle
Extract currency bundle
2014-06-30 23:04:38 +02:00
Paweł Jędrzejewski
1b08b8402c Update composer.json 2014-06-30 22:10:53 +02:00
Paweł Jędrzejewski
2e4f65cb8d Update branch alias of main composer.json 2014-06-28 17:19:56 +02:00
Kotlyar Maksim
55856547fb [payum] upgrade up to 0.9 2014-06-26 08:44:17 +00:00
Joseph Bielawski
c381ba6edf Fix some composer.json files
- add missing dependencies
- remove not required ones
- adjust some dependencies to be same like in other parts of Sylius
- add missing dev stability parameter when required
2014-06-18 18:24:51 +02:00
Joseph Bielawski
61bf57ef39 Some changes:
- update dependencies,
- lock for Doctrine <2.4.3 due to BC break with Doctrine Extensions,
- adjust some fixtures
2014-06-10 23:17:22 +02:00
Alexandre
9bf31993c5 Move from Finite to SM 2014-06-09 21:24:33 +07:00
Paweł Jędrzejewski
ae896dad7d Merge pull request #1360 from formapro-forks/payum-08-upgrade
Some improvement that comes with payum 0.8
2014-05-28 12:02:53 +02:00
Kotlyar Maksim
5ecda09f37 update composer.lock 2014-05-26 13:59:24 +00:00
Kotlyar Maksim
325902c3e5 add action to payments using container tag. 2014-05-26 12:49:19 +00:00
Kotlyar Maksim
e69d600cc1 use ~0.8.2 2014-05-26 12:28:17 +00:00
Kotlyar Maksim
8d8c7894c8 some impr that comes with payum 0.8
* TokenFactoryInterface
* return url and cancel url set in payums capture action.
2014-05-26 12:28:17 +00:00
Patrik Karisch
2a0fdc6be9 Add branch alias 2014-05-26 13:16:54 +02:00
Patrik Karisch
355a5e1a3e Add composer replace section 2014-05-26 13:16:54 +02:00
Lukas Kahwe Smith
6f03a03092 updated CMF to 1.1 and fixed behat dependency 2014-05-16 16:13:32 +02:00
Alexandre
4a7b6a36b3 Use own fork of Finite
As a temporary solution to move forward
2014-05-15 19:21:28 +08:00
Joseph Bielawski
4a293f5c63 Adjust code after review:
- Remove left-overs from Behat v2
- Update `composer.json` & `composer.lock` files
2014-05-14 20:34:18 +02:00
Joseph Bielawski
05e7e626a3 Update composer.json & composer.lock files to latest Behat v3
Conflicts:
	composer.lock
2014-05-14 20:14:11 +02:00
Joseph Bielawski
5960705e17 Start porting Behat 2 into new & shinny Behat 3 2014-05-14 20:13:55 +02:00
Lukas Kahwe Smith
44c00689fb sylius does not provide a phpcr implementation, jackalope-* does 2014-05-14 14:10:26 +02:00
Alexandre
0e4d31a7fc Add Finite dependency 2014-04-27 12:00:45 +08:00
Paweł Jędrzejewski
628966440b Add DoctrineMigrations and auto-generated migration 2014-04-10 14:21:46 +02:00
Alexandre
480f8a717c Update to Payum 0.8 2014-04-08 15:24:39 +08:00
Paweł Jędrzejewski
8a08750d30 Update composer files 2014-04-06 20:05:29 +02:00
jjanvier
350020aa8f Migrating LiipCacheBundle to stable version of DoctrineCacheBundle 2014-03-25 09:32:53 +01:00
Joseph Bielawski
6cfc03d6a5 Update phpspec to stable version, fix failing spec of PurchaseStep 2014-03-20 11:40:37 +01:00