Commit Graph

2296 Commits

Author SHA1 Message Date
Franck Allimant
6e5c461c79 Replaces the CacheController 2014-04-24 16:24:20 +02:00
Franck Allimant
013e1a861e Fixed missing constant 2014-04-24 12:31:20 +02:00
Franck Allimant
83ab70082d Changed "Cache" by "Advanced configuration" 2014-04-24 12:29:43 +02:00
Manuel Raynaud
f3d0bb6fbc Merge pull request #332 from bilhackmac/master
Load modules by position
2014-04-24 10:37:18 +02:00
Manuel Raynaud
53a94c7312 add route parameters to redirectToRoute method in BaseFrontController 2014-04-23 20:48:17 +02:00
Jérôme Billiras
87ae693c01 Clear current environment caches on modules position update 2014-04-23 16:48:38 +02:00
Jérôme Billiras
5197afb87d Load modules by position 2014-04-23 16:33:01 +02:00
Franck Allimant
5ad8b37f31 Added missing translations 2014-04-23 01:46:42 +02:00
Franck Allimant
112f9b91aa Fixed #326 2014-04-22 16:22:53 +02:00
Franck Allimant
e183c7c8be Check if a module has admin incude files. 2014-04-22 15:53:35 +02:00
Franck Allimant
62218f7637 areai_id -> area_id in removeCountry() 2014-04-22 15:25:37 +02:00
Manuel Raynaud
7593717736 remove RC1 references 2014-04-22 14:30:44 +02:00
Manuel Raynaud
0435478ae8 fix cs 2014-04-22 12:43:57 +02:00
Manuel Raynaud
05bb8ecb80 Merge pull request #327 from roadster31/trad-modules
Modules translation
2014-04-22 12:36:30 +02:00
Franck Allimant
c8e1a105c5 Added route for getting lates news without beeing logged in. 2014-04-22 10:42:07 +02:00
Manuel Raynaud
66c5a3729c refactor customer and order ref 2014-04-22 09:59:23 +02:00
Manuel Raynaud
7b497fdcc2 apply good order status label on customer account. Fix #319 2014-04-21 22:17:20 +02:00
Manuel Raynaud
894aee768b create new template email 2014-04-21 19:46:46 +02:00
Franck Allimant
1283e078f0 No namespace in Tlog call 2014-04-21 14:19:59 +02:00
Franck Allimant
3442cf22ed Removed call to Tlog (prevent installation !) 2014-04-21 14:19:16 +02:00
Franck Allimant
083e0d2872 Fixed some translations 2014-04-21 13:53:19 +02:00
Franck Allimant
7dd6203de7 Improved the regex for searching i18n strings in templates 2014-04-21 01:03:08 +02:00
Franck Allimant
b768d15eac Translation of modules templates files 2014-04-21 00:25:34 +02:00
Franck Allimant
4720c410cb Loading of modules i18n files. 2014-04-21 00:24:23 +02:00
Franck Allimant
f55eb1e693 Using now THELIA_CACHE_DIR 2014-04-21 00:23:59 +02:00
Franck Allimant
a135a68e6c Implemented domains in translations. Fix #116 and #177 2014-04-20 16:31:06 +02:00
Manuel Raynaud
9b29d510f2 Merge pull request #322 from roadster31/pagination
Pagination
2014-04-19 13:52:40 +02:00
Franck Allimant
069211315d Added translator to the mockup container 2014-04-18 20:09:44 +02:00
Franck Allimant
dcac104b75 Fixed pagination, and factorized pager 2014-04-18 19:52:45 +02:00
Manuel Raynaud
80ad3068b3 check file in main and sub templates 2014-04-18 15:12:17 +02:00
Franck Allimant
37c33025d0 Optimised imports, added comment. 2014-04-18 09:49:05 +02:00
Manuel Raynaud
dffa1b2ecb update license header 2014-04-18 09:39:04 +02:00
Manuel Raynaud
5e65bf0b8a change license header 2014-04-18 09:36:41 +02:00
Manuel Raynaud
572cef1f63 remove abstract methods already presents in interfaces 2014-04-18 09:35:38 +02:00
Manuel Raynaud
542d2a6684 Merge pull request #310 from roadster31/modulesfix
Modulesfix
2014-04-18 09:19:06 +02:00
Franck Allimant
4b18c4ffba Fix comment 2014-04-18 00:03:27 +02:00
Franck Allimant
52ecfe7dad Fix #308 2014-04-17 23:52:01 +02:00
Franck Allimant
307217665b Restored previous version 2014-04-17 23:51:05 +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
115d86d82e Initial commit 2014-04-17 20:00:46 +02:00
Franck Allimant
12c21b1239 Fixes #308 2014-04-17 19:46:21 +02:00
Franck Allimant
61fc6720fd Fixed typo in function names (payEment -> payment) 2014-04-17 18:59:59 +02:00
Franck Allimant
70b7037768 Use of $this->getContainer() instead of $this->container 2014-04-17 18:58:23 +02:00
Franck Allimant
e0079096dd Added the AbstractDeliveryModule class, and the isValidDelivery method. 2014-04-17 18:57:04 +02:00
Manuel Raynaud
96a3742945 rename /install dir 2014-04-17 17:49:15 +02:00
Manuel Raynaud
8979fcbadb remove call to setCookie in cartTrait 2014-04-17 16:56:14 +02:00
Manuel Raynaud
ec318376f5 create a listener for adding the cart cookie in the response object 2014-04-17 16:49:34 +02:00
Manuel Raynaud
834045366e Merge pull request #302 from roadster31/getbaseurlfix
Fixes PHP Warning:  strpos(): Empty needle
2014-04-17 00:41:13 +02:00