Commit Graph

487 Commits

Author SHA1 Message Date
Julien Chanséaume
b86ac88ce4 fix cart item prices when not on default currency 2014-04-25 16:55:20 +02:00
Jérôme Billiras
87ae693c01 Clear current environment caches on modules position update 2014-04-23 16:48:38 +02:00
Manuel Raynaud
5e65bf0b8a change license header 2014-04-18 09:36:41 +02:00
Franck Allimant
68cbc986e1 Fix for #308 2014-04-17 23:44:19 +02:00
Franck Allimant
0bdac59881 Restored previous version 2014-04-17 23:41:12 +02:00
Franck Allimant
1603a89cff Fixed postage amount reset. 2014-04-17 20:50:35 +02:00
Franck Allimant
12c21b1239 Fixes #308 2014-04-17 19:46:21 +02:00
Franck Allimant
060df3ed61 Added heper methods to easyly get order status object 2014-04-12 02:36:17 +02:00
Manuel Raynaud
2532a3bb4b fix cs 2014-04-10 12:06:43 +02:00
Manuel Raynaud
caf22404f5 Merge pull request #279 from roadster31/labels
Labels
2014-04-10 12:04:36 +02:00
Manuel Raynaud
ad58b27b00 change behavior for default currency delection. Fix #275 2014-04-04 16:05:28 +02:00
Franck Allimant
3508397731 Fixed updateRates() method 2014-04-04 12:04:42 +02:00
Manuel Raynaud
886320789a add cart item id on order product save event 2014-03-28 09:18:03 +01:00
Manuel Raynaud
613aac093e remove all callback in customer class before saving it 2014-03-13 17:10:21 +01:00
Manuel Raynaud
d8e1f24fda weight and visibility on product are not mandatory anymore 2014-03-12 16:21:45 +01:00
Manuel Raynaud
81a09e1a98 remove unused code 2014-03-10 11:57:58 +01:00
Manuel Raynaud
8c45c392ac add a first verification in controller creation process for verifying if an admin is already logged in. Fix #246 2014-03-07 12:42:39 +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
Manuel Raynaud
2bfcaf0e27 create product test suite 2014-02-26 12:33:39 +01:00
Manuel Raynaud
235487b52b fix typo in method name 2014-02-24 15:27:18 +01:00
Manuel Raynaud
43886e6f8c create newsletter test suite 2014-02-24 13:09:50 +01:00
Manuel Raynaud
a5cfcf91ca update changelog and fix cs 2014-02-22 19:01:37 +01:00
Manuel Raynaud
dafce9e070 Do not allow to cumulate the coupon many times. Fix #217 2014-02-19 16:56:58 +01:00
Manuel Raynaud
16275ef51a create error message when a customer is deleted and already have orders.
Fix #199
2014-02-19 10:41:26 +01:00
Manuel Raynaud
3244e88585 create lost password email 2014-02-11 16:13:30 +01:00
Manuel Raynaud
5983e4447f create lang test suite 2014-02-11 11:32:24 +01:00
Manuel Raynaud
1e5926e06c remove harcoded tinymce. Fix #202 2014-02-07 17:38:07 +01:00
Manuel Raynaud
a6f0a38a7b allow possibility for payment module to return a response 2014-02-06 12:24:52 +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
ba1af80987 test toggle visiblity on category 2014-02-04 12:58:38 +01:00
Manuel Raynaud
d4cc662fe6 Merge branch 'optim'
Conflicts:
	core/lib/Thelia/Action/Order.php
2014-02-04 09:11:56 +01:00
Franck Allimant
b18718293f Fixed a wrong CacheEvent instanciation. 2014-02-04 00:20:45 +01:00
Franck Allimant
aa993b0cf9 Using protected $container instead of (missing) getContainer() method 2014-02-03 15:31:34 +01:00
Franck Allimant
1a72594dac Using protected member $securityContext instez of a protected getter 2014-02-03 15:30:03 +01:00
Manuel Raynaud
31dc5238de change container interface, using good one 2014-02-03 14:07:23 +01:00
Franck Allimant
3fd8f5adbb Removes container from all Thelia actions, but Modules (#198) 2014-02-03 13:59:33 +01:00
Franck Allimant
779c33ac79 Fixed wrong namespace 2014-02-03 13:56:30 +01:00
Franck Allimant
a28e50c7e2 Added a way to create orders outside of the front-office context. 2014-02-03 13:56:05 +01:00
Manuel Raynaud
1548194a1c fix send mail order 2014-02-03 13:55:13 +01:00
Manuel Raynaud
bc61ca3d19 fix send mail order 2014-02-03 13:41:40 +01:00
Manuel Raynaud
c18718254c test area listener (#198] 2014-02-03 11:40:12 +01:00
Franck Allimant
1e4eaf1093 Fixed wrong namespace 2014-02-01 19:07:02 +01:00
Franck Allimant
89653f452b Removes container from all Thelia actions, but Modules (#198) 2014-01-31 20:06:42 +01:00
Franck Allimant
dfd34bad49 Fixed wrong namespace 2014-01-31 16:03:02 +01:00
Franck Allimant
f8e3553924 Removed unused container dependency from the FileManager class 2014-01-31 15:55:21 +01:00
Franck Allimant
b7c076445c Merge branch 'optim' of https://github.com/thelia/thelia into optim
Conflicts:
	core/lib/Thelia/Action/Order.php
	core/lib/Thelia/Core/Template/Element/BaseLoop.php
2014-01-31 15:49:59 +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