Commit Graph

353 Commits

Author SHA1 Message Date
Manuel Raynaud
265d8b5a5f fix cs 2014-03-09 19:40:36 +01:00
Manuel Raynaud
06539ad9bf coupons effect are recalculated after each product's cart modification. Fix #237 2014-03-03 17:40:54 +01:00
Franck Allimant
defd66af27 Added status change helper methods (setPaid / isPaid, etc) 2014-03-01 22:02:56 +01:00
Manuel Raynaud
2bfcaf0e27 create product test suite 2014-02-26 12:33:39 +01:00
Manuel Raynaud
e56ed20dfa create profile test suite 2014-02-24 15:14:48 +01:00
Manuel Raynaud
cd56928e81 create pdf test suite 2014-02-24 14:15:57 +01:00
Manuel Raynaud
43886e6f8c create newsletter test suite 2014-02-24 13:09:50 +01:00
Manuel Raynaud
4f93e4cd0c create message test suite 2014-02-24 12:31:22 +01:00
Manuel Raynaud
3ab022e99d fix test suite 2014-02-20 11:44:09 +01:00
Manuel Raynaud
0d040a9079 fix test suite 2014-02-11 16:27:13 +01:00
Manuel Raynaud
5983e4447f create lang test suite 2014-02-11 11:32:24 +01:00
Manuel Raynaud
52cef6d4b9 fix test suite 2014-02-11 10:21:12 +01:00
Manuel Raynaud
38bf62a81b create test suite for FeatureAv object 2014-02-11 10:05:46 +01:00
Manuel Raynaud
dfb9f1411d create feature test suite 2014-02-10 17:44:25 +01:00
Manuel Raynaud
c52ec3dbaf create currency test suite 2014-02-05 12:44:11 +01:00
Manuel Raynaud
f6d23d5911 fix test suite 2014-02-04 15:12:28 +01:00
Manuel Raynaud
09f634c195 create country listener test suite 2014-02-04 14:49:05 +01:00
Manuel Raynaud
8dce0256c7 Merge branch 'master' of github.com:thelia/thelia 2014-02-04 12:59:16 +01:00
Manuel Raynaud
85e5f0439b create test suite for config listener 2014-02-04 12:58:38 +01:00
Manuel Raynaud
ba1af80987 test toggle visiblity on category 2014-02-04 12:58:38 +01:00
Manuel Raynaud
67365af88e remove unused method in CategoryTest 2014-02-04 12:58:38 +01:00
Franck Allimant
60988123f9 Fixed URL generation wich occasionally fails when parameters are added 2014-02-04 12:39:35 +01:00
Franck Allimant
312e4a93f3 Fixed URL class initialization proble in Unit Test 2014-02-03 18:53:01 +01:00
Manuel Raynaud
643099c1b6 create test suite for category listener 2014-02-03 18:03:09 +01:00
Manuel Raynaud
437e5826c5 refactor CacheTest, moving it in good directory 2014-02-03 16:08:33 +01:00
Manuel Raynaud
ee5cf9af4d create test for cache clear listener 2014-02-03 16:05:22 +01:00
Manuel Raynaud
01950e4556 create test suite pour AttributeAv listener 2014-02-03 15:58:08 +01:00
Manuel Raynaud
923055826a create test suite for attribute listener 2014-02-03 15:04:37 +01:00
Manuel Raynaud
c18718254c test area listener (#198] 2014-02-03 11:40:12 +01:00
Manuel Raynaud
0c87b7606c start creating test for Area action 2014-02-03 09:13:26 +01:00
Franck Allimant
89653f452b Removes container from all Thelia actions, but Modules (#198) 2014-01-31 20:06:42 +01:00
Franck Allimant
f8e3553924 Removed unused container dependency from the FileManager class 2014-01-31 15:55:21 +01:00
Manuel Raynaud
64f89d07a9 create test for updatePassword event 2014-01-31 12:51:15 +01:00
Manuel Raynaud
b3cc5e3f80 create test for admin modification listener 2014-01-31 12:27:42 +01:00
Manuel Raynaud
58ae3bb619 remove container from administrator listener and create test for this
event. #198
2014-01-31 12:02:45 +01:00
Manuel Raynaud
bf49aa24dd Remove container from Adress listenet. #198 2014-01-31 11:28:06 +01:00
Manuel Raynaud
3fb0dfe1db Remove container in Customer listener. #198 2014-01-31 11:03:53 +01:00
Franck Allimant
9d1c1e3979 Fixed buggy test 2014-01-22 01:48:35 +01:00
Franck Allimant
5d92ea0bab TaxManager is now a service in the container. 2014-01-22 01:18:28 +01:00
Manuel Raynaud
4e1521775f alloow possibility to specify a ref for a customer 2014-01-17 11:15:55 +01:00
Manuel Raynaud
9d0121f321 fix cs 2014-01-10 11:41:55 +01:00
Etienne Roudeix
99038e688a Revert "Revert "Merge branch 'cleanmaster' into modules""
This reverts commit b3ac365b45.

Conflicts:
	Readme.md
	core/lib/Thelia/Controller/Admin/AbstractCrudController.php
	core/lib/Thelia/Core/Template/Assets/AssetManagerInterface.php
	core/lib/Thelia/Core/Template/Assets/AsseticAssetManager.php
	core/lib/Thelia/Core/Template/Smarty/SmartyParser.php
	core/lib/Thelia/Core/Template/TemplateDefinition.php
	core/lib/Thelia/Model/Base/Coupon.php
	core/lib/Thelia/Model/Base/CouponQuery.php
	core/lib/Thelia/Model/Base/CouponVersion.php
	core/lib/Thelia/Model/Base/CouponVersionQuery.php
	core/lib/Thelia/Model/Base/OrderCouponQuery.php
2014-01-06 11:25:25 +01:00
gmorel
db09e0b224 Coupon : Condition module fix unit tests 2014-01-05 19:02:19 +01:00
gmorel
e606a6f8ce Coupon : Condition module refactor
Less crappy unmaintainable javascript
More logic in extendable php
2014-01-05 00:00:15 +01:00
gmorel
cfbc579022 Coupon : Fix mistake with chmod, file mode set as 644 as it originally was
Remove submodule
2013-12-30 21:37:26 +01:00
gmorel
3e12ace045 Coupon : Fix mistake with chmod, file mode set as 644 as it originally was 2013-12-30 00:50:04 +01:00
gmorel
2508ee3230 Coupon : Fix unit test 2013-12-29 15:45:42 +01:00
gmorel
9a22bdafa1 Coupon : Fix unit test 2013-12-29 14:47:51 +01:00
gmorel
8f9b86ff6a Merge branch 'master' of https://github.com/thelia/thelia into coupon
* 'master' of https://github.com/thelia/thelia: (121 commits)
  set cartItem in cart add and update events
  need to unescape breadcrumb strings after been in array
  update readme file
  update insert.sql with new release version
  change changelog file format
  Prevent product and content création at catalog root
  dynamic delivery modules on delivery front template
  complete changelog
  Finished merging modules with master
  Revert "Merge branch 'cleanmaster' into modules"
  use TaxEngine::getDeliveryCountry in delivery loop
  refacto getTaxCountry which is actually getDeliveryCountry
  make it magic last stand
  change loop in shipping zone template using module insteadof delivery
  Fixed template loop
  Refactored templates processing
  complete readme file
  change email address of core contributors
  fix getPosition folder test
  add coupon tests
  ...

Conflicts:
	core/lib/Thelia/Controller/Admin/ProductController.php
2013-12-25 14:14:20 +01:00
gmorel
69d255f782 new branch coupon 2013-12-25 14:12:54 +01:00