Commit Graph

1140 Commits

Author SHA1 Message Date
Franck Allimant
12c21b1239 Fixes #308 2014-04-17 19:46:21 +02:00
Franck Allimant
e0079096dd Added the AbstractDeliveryModule class, and the isValidDelivery method. 2014-04-17 18:57:04 +02:00
Franck Allimant
274304e998 Improved the dismmay on modules tab 2014-04-16 23:05:26 +02:00
Franck Allimant
fc402aa8ef Fixed loop order processing 2014-04-16 16:35:48 +02:00
Franck Allimant
123280f4d4 Cleaned the mess of Shipping zones, which is Shipping configuration... 2014-04-15 20:11:33 +02:00
Franck Allimant
2a6152827d Fixes #295 2014-04-15 17:43:11 +02:00
Manuel Raynaud
7500680a77 Merge pull request #284 from roadster31/basemodulecontroller
Various improvements, and URL calculation fix
2014-04-14 16:32:29 +02:00
Franck Allimant
3673208e02 Typed setStatus() argument method, to prevent confusion (code ? id ?) 2014-04-12 02:14:55 +02:00
Manuel Raynaud
b60abb206b fix cs 2014-04-11 09:36:43 +02:00
Franck Allimant
a4bc3620ef Fixed comments 2014-04-11 02:25:06 +02:00
Franck Allimant
d02b973945 Added setTemplateDefinition() method to the interface. 2014-04-11 02:22:40 +02:00
Manuel Raynaud
5e9070097d allow to possibility to flush the cache from admin panel, Fix #249 2014-04-10 15:56:52 +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
Franck Allimant
5812b08b5f Added some more output data in form_field block 2014-04-10 10:04:47 +02:00
Manuel Raynaud
48b7eb9353 create a new event fire when cart item is duplicated 2014-04-09 17:06:11 +02:00
Franck Allimant
5eac9ba546 form_field return more information from the field descriptor 2014-04-04 02:33:22 +02:00
Franck Allimant
c39a944172 Added typing in assign() method comment to prevent PhpStorm warning 2014-04-04 02:31:13 +02:00
Manuel Raynaud
886320789a add cart item id on order product save event 2014-03-28 09:18:03 +01:00
Manuel Raynaud
0d6354debc update folder path loop 2014-03-17 12:44:45 +01:00
Manuel Raynaud
d72a3eb4b6 reformat code in customer loop 2014-03-17 12:05:57 +01:00
Manuel Raynaud
2279061892 update arguments in some cart and category-path loop 2014-03-17 10:47:01 +01:00
Manuel Raynaud
0e7c464183 remove context in all security function. This Parameter is not used anymore. 2014-03-17 10:01:43 +01:00
Franck Allimant
ac4b92949b Improved (again) error messages 2014-03-14 15:53:21 +01:00
Franck Allimant
1d4b230417 Improves error messages in image and document loop 2014-03-14 15:03:04 +01:00
Manuel Raynaud
775160235c fix module_include countvar assignation 2014-03-11 17:39:56 +01:00
Manuel Raynaud
ed6d0b4a71 refactor product loop, removing some duplicated lines 2014-03-11 16:40:58 +01:00
Manuel Raynaud
7bad5acbf8 verify next/prev param in parserResult product loop 2014-03-11 15:59:55 +01:00
Manuel Raynaud
33f2b56080 and product output are now optional 2014-03-11 15:42:43 +01:00
Manuel Raynaud
a408f13293 change attribute type in associated_content loop 2014-03-10 17:01:16 +01:00
Manuel Raynaud
cd37311ba1 remove init_set use 2014-03-10 12:48:09 +01:00
Manuel Raynaud
fcdb87015f fix cs 2014-03-10 12:33:16 +01:00
Manuel Raynaud
e415b747ea remove fixme comment when not needed anymore 2014-03-10 12:17:39 +01:00
Manuel Raynaud
191a120aa5 remove unused class and change function name to be PSR1 compliant 2014-03-10 12:03:57 +01:00
Manuel Raynaud
81a09e1a98 remove unused code 2014-03-10 11:57:58 +01:00
Manuel Raynaud
265d8b5a5f fix cs 2014-03-09 19:40:36 +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
ef5bdcb0f0 check if order already existsin session before using it 2014-03-06 20:35:55 +01:00
Manuel Raynaud
a27e317245 update phpDoc and fix cs 2014-03-05 15:12:11 +01:00
Manuel Raynaud
5b341c3009 allow using compiler in Thelia modules 2014-03-05 11:56:48 +01:00
gmorel
52a2030c91 Remove unused use statement 2014-03-04 13:23:11 +01:00
gmorel
95af305ca9 Merge branch 'master' of https://github.com/gmorel/thelia
Conflicts:
	core/lib/Thelia/Core/Template/Smarty/Assets/SmartyAssetsManager.php
2014-03-04 13:10:24 +01:00
gmorel
23389a87a3 Merge branch 'master' of https://github.com/thelia/thelia
Conflicts:
	core/lib/Thelia/Core/Template/Smarty/Assets/SmartyAssetsManager.php
2014-03-04 12:02:12 +01:00
Manuel Raynaud
da18df7ca0 NotFoundHttpException is thrown if no record is found in
DataAccessFunction
2014-03-04 09:27:38 +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
c30abacfbc prepare 2.0.0-RC1 version 2014-03-03 15:09:59 +01:00
Manuel Raynaud
c7323d1c5b refactor paginator, introducing new variable $PREV, $NEXT and $END. By
default, 10 pages are display. you can use numPage for managing how many
page are display
2014-03-03 11:30:40 +01:00
Guillaume MOREL
cc93a17bb3 Fix If statement 2014-02-25 10:42:29 +01:00
Guillaume MOREL
69515fe710 Remove unused use statement 2014-02-25 10:41:18 +01:00
Manuel Raynaud
235487b52b fix typo in method name 2014-02-24 15:27:18 +01:00