Commit Graph

471 Commits

Author SHA1 Message Date
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
Franck Allimant
c5cc6aae76 Added administrator preferred locale (see issue #183) 2014-01-27 14:29:37 +01:00
Franck Allimant
3e3ecc8edf Fixed undefined $search 2014-01-24 23:07:37 +01:00
Franck Allimant
24ffc81b36 Fixed typo 2014-01-24 15:27:56 +01:00
Franck Allimant
edbc63bb53 Fixed Customer namespace problem 2014-01-24 15:18:50 +01:00
Franck Allimant
3c16cac486 Implemented order creation outside front-offcie context 2014-01-23 19:54:16 +01:00
Franck Allimant
f8460901b3 Added a way to create orders outside of the front-office context. 2014-01-23 19:49:36 +01:00
Manuel Raynaud
a1e137128a remove Iterator for deleting folders 2014-01-23 11:52:33 +01:00
Manuel Raynaud
1b2c1d53ac remove some unused variables 2014-01-22 15:50:40 +01:00
Manuel Raynaud
1974d3e3c3 fix psr 2014-01-22 12:52:36 +01:00
Franck Allimant
9d1c1e3979 Fixed buggy test 2014-01-22 01:48:35 +01:00
Manuel Raynaud
d573ff54c2 put correct error messages in Document loop 2014-01-21 11:27:15 +01:00
Manuel Raynaud
4e1521775f alloow possibility to specify a ref for a customer 2014-01-17 11:15:55 +01:00
Franck Allimant
30b8277975 Fixed internationalisation of exceptions 2014-01-16 12:20:17 +01:00
Franck Allimant
435e195a53 Delete a module when module directory is missing is now possible. 2014-01-16 12:13:29 +01:00
Franck Allimant
8f06c8050b Delete module request contains now "data data" flag 2014-01-16 12:01:05 +01:00
Manuel Raynaud
3121fc4f5f clear order and consumed coupon in session after processing order. Fix #162 2014-01-10 14:55:52 +01:00