Commit Graph

  • d05e28dc43 verify if coupon code is existing Manuel Raynaud 2014-03-04 10:06:47 +01:00
  • 20943a674c change default success_url for login form in layout file Manuel Raynaud 2014-03-04 09:37:08 +01:00
  • da18df7ca0 NotFoundHttpException is thrown if no record is found in DataAccessFunction Manuel Raynaud 2014-03-04 09:27:38 +01:00
  • 56663c85a1 create changelog and migration script for next version Manuel Raynaud 2014-03-03 17:42:12 +01:00
  • 06539ad9bf coupons effect are recalculated after each product's cart modification. Fix #237 Manuel Raynaud 2014-03-03 17:40:54 +01:00
  • c30abacfbc prepare 2.0.0-RC1 version Manuel Raynaud 2014-03-03 14:35:27 +01:00
  • 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 Manuel Raynaud 2014-03-03 11:30:40 +01:00
  • 19121c607a Merge pull request #241 from roadster31/order-status Manuel Raynaud 2014-03-01 23:58:55 +01:00
  • defd66af27 Added status change helper methods (setPaid / isPaid, etc) Franck Allimant 2014-03-01 22:01:11 +01:00
  • 73baab5283 Changed CODE_PROCESSED into CODE_PROCESSING (fixes #240) Franck Allimant 2014-03-01 21:59:56 +01:00
  • 2bfcaf0e27 create product test suite Manuel Raynaud 2014-02-24 16:45:36 +01:00
  • cc93a17bb3 Fix If statement Guillaume MOREL 2014-02-25 10:42:29 +01:00
  • 69515fe710 Remove unused use statement Guillaume MOREL 2014-02-25 10:41:18 +01:00
  • 235487b52b fix typo in method name Manuel Raynaud 2014-02-24 15:27:18 +01:00
  • e56ed20dfa create profile test suite Manuel Raynaud 2014-02-24 15:14:48 +01:00
  • cd56928e81 create pdf test suite Manuel Raynaud 2014-02-24 14:15:57 +01:00
  • 43886e6f8c create newsletter test suite Manuel Raynaud 2014-02-24 13:09:50 +01:00
  • 4f93e4cd0c create message test suite Manuel Raynaud 2014-02-24 12:31:22 +01:00
  • a5cfcf91ca update changelog and fix cs Manuel Raynaud 2014-02-22 19:01:37 +01:00
  • b833b4a5b6 Merge pull request #236 from mespeche/master Manuel Raynaud 2014-02-22 17:52:11 +01:00
  • 12741c7663 refactor validator translation in a listener Manuel Raynaud 2014-02-21 17:53:49 +01:00
  • a2b116618c load translations in form validator Manuel Raynaud 2014-02-21 15:31:57 +01:00
  • 03a62575ec Add Translator on all controllers & forms text strings Michaël Espeche 2014-02-21 12:05:27 +01:00
  • 809693fe5e Add Translator on all form text strings Michaël Espeche 2014-02-21 11:48:44 +01:00
  • 64cc6f945c fix loop cache system. type argument is now a default argument. Fix #234 Manuel Raynaud 2014-02-21 10:13:38 +01:00
  • a552eead99 fix loop cache system. type argument is now a default argument. Fix #234 Manuel Raynaud 2014-02-21 10:13:38 +01:00
  • 4c3547e9d1 fix total amount without discount in backoffice. Fix #235 Manuel Raynaud 2014-02-21 09:40:42 +01:00
  • ab79c4c6c6 description is not required anymore in coupon form. Fix #233 Manuel Raynaud 2014-02-20 16:35:29 +01:00
  • 3ab022e99d fix test suite Manuel Raynaud 2014-02-20 11:44:09 +01:00
  • 09728c7daa Add ability to load assets from another template … gmorel 2014-02-19 17:16:53 +01:00
  • dafce9e070 Do not allow to cumulate the coupon many times. Fix #217 Manuel Raynaud 2014-02-19 16:41:22 +01:00
  • 41175e4a94 Merge pull request #231 from lovenunu/master Manuel Raynaud 2014-02-19 16:46:24 +01:00
  • 066e79c83e Fix bug when multiple call of bootstrap-switch.js modified: local/modules/Colissimo/AdminIncludes/module-config-js.html modified: local/modules/Colissimo/AdminIncludes/module_configuration.html Benjamin Perche 2014-02-19 15:31:01 +01:00
  • e2187b5bbe revert last asset modification Manuel Raynaud 2014-02-19 14:30:01 +01:00
  • 9e406b3c57 Merge pull request #230 from gmorel/master Manuel Raynaud 2014-02-19 12:23:50 +01:00
  • 7934b85a31 Merge pull request #229 from lovenunu/master Manuel Raynaud 2014-02-19 12:21:46 +01:00
  • 9dacf110bd Add ability to load assets from another template - adding param 'template' to {javascripts file='assets/js/libs/jquery.js' template='baseTemplate'} {stylesheets file='assets/less/styles.less' filters='less' template='baseTemplate' } {images file=assets/img/picture.png' template='baseTemplate'} gmorel 2014-02-19 11:59:43 +01:00
  • ce9a1bb519 Colissimo fix routing.xml, thelia.sql and adding "Activate free shipping" option new file: local/modules/Colissimo/AdminIncludes/module-config-js.html modified: local/modules/Colissimo/AdminIncludes/module_configuration.html modified: local/modules/Colissimo/Colissimo.php modified: local/modules/Colissimo/Config/config.xml modified: local/modules/Colissimo/Config/routing.xml new file: local/modules/Colissimo/Config/schema.xml modified: local/modules/Colissimo/Config/thelia.sql new file: local/modules/Colissimo/Controller/FreeShipping.php new file: local/modules/Colissimo/Form/FreeShipping.php modified: local/modules/Colissimo/I18n/en_US.php modified: local/modules/Colissimo/I18n/fr_FR.php new file: local/modules/Colissimo/Model/Base/ColissimoFreeshipping.php new file: local/modules/Colissimo/Model/Base/ColissimoFreeshippingQuery.php new file: local/modules/Colissimo/Model/ColissimoFreeshipping.php new file: local/modules/Colissimo/Model/ColissimoFreeshippingQuery.php new file: local/modules/Colissimo/Model/Map/ColissimoFreeshippingTableMap.php Benjamin Perche 2014-02-19 11:49:04 +01:00
  • 4db3264c4c Merge pull request #228 from lovenunu/master Manuel Raynaud 2014-02-19 11:14:33 +01:00
  • 98b283288b remove postage in shipping confioguration Manuel Raynaud 2014-02-19 10:47:28 +01:00
  • 16275ef51a create error message when a customer is deleted and already have orders. Fix #199 Manuel Raynaud 2014-02-19 10:41:26 +01:00
  • d00bc84cd5 Add dynamical prices editing in Colissimo modified: local/modules/Colissimo/AdminIncludes/module_configuration.html modified: local/modules/Colissimo/Colissimo.php modified: local/modules/Colissimo/Config/config.xml modified: local/modules/Colissimo/Config/module.xml modified: local/modules/Colissimo/Config/prices.json new file: local/modules/Colissimo/Config/routing.xml modified: local/modules/Colissimo/Config/thelia.sql new file: local/modules/Colissimo/Controller/EditPrices.php new file: local/modules/Colissimo/I18n/en_US.php new file: local/modules/Colissimo/I18n/fr_FR.php modified: local/modules/Colissimo/Listener/SendMail.php new file: local/modules/Colissimo/Loop/CheckRightsLoop.php modified: local/modules/Colissimo/Loop/Price.php modified: local/modules/Colissimo/documentation/TarifsAvril2013.pdf modified: local/modules/Colissimo/documentation/readme.txt Benjamin Perche 2014-02-19 09:51:22 +01:00
  • 5caa55c345 add hhvm to travis config file Manuel Raynaud 2014-02-19 09:03:17 +01:00
  • 0af9f7d6fb add missing phone number on customer page. Fix #218 Manuel Raynaud 2014-02-18 17:06:50 +01:00
  • 82bcb05611 send mail for colissimo module Manuel Raynaud 2014-02-18 14:41:29 +01:00
  • 45a50f8035 create listener for colissimo module Manuel Raynaud 2014-02-12 15:48:44 +01:00
  • c64a9591e0 Merge pull request #227 from enurit/patch-9 Manuel Raynaud 2014-02-18 14:15:46 +01:00
  • badb45ce18 [Back Office] fixing bad link Emmanuel Nurit 2014-02-18 12:58:30 +01:00
  • 8a12463b85 load child count and product count on category loop id needed Manuel Raynaud 2014-02-16 16:30:14 +01:00
  • 27cd9086b2 next/prev info must be called if needed. Manuel Raynaud 2014-02-16 15:56:37 +01:00
  • e9a6d1f548 Merge pull request #226 from enurit/patch-8 Manuel Raynaud 2014-02-14 16:03:29 +01:00
  • 8aeed14f8c [front office] adding promotion price on select Emmanuel Nurit 2014-02-14 15:47:24 +01:00
  • 230e3564e4 fix updating product quantity in cart Manuel Raynaud 2014-02-14 15:31:27 +01:00
  • a3ef9ee8a0 Merge pull request #223 from enurit/patch-6 Manuel Raynaud 2014-02-14 11:29:28 +01:00
  • d46189ac25 [Front office] Fixing list product Emmanuel Nurit 2014-02-14 11:22:08 +01:00
  • 55a760e6dc fix missing use statement in module class generated. Close #222 Manuel Raynaud 2014-02-14 10:15:25 +01:00
  • bdde643a56 remove repeated order by on lang loop Manuel Raynaud 2014-02-14 08:51:54 +01:00
  • 12124aa640 Merge pull request #221 from enurit/patch-5 Manuel Raynaud 2014-02-13 19:28:12 +01:00
  • b03c071892 modify the smarty syntax Emmanuel Nurit 2014-02-13 18:21:23 +01:00
  • 5a9dcb3e44 [Front office] Modifying upsell products Emmanuel Nurit 2014-02-13 16:40:03 +01:00
  • bc7cfe7f79 [Front office] Modifying upsell products Emmanuel Nurit 2014-02-13 16:39:29 +01:00
  • ec0dddd62d [Front office] Modifying upsell products Emmanuel Nurit 2014-02-13 16:07:42 +01:00
  • 814dfedaf3 [Front office] Modifying upsell products Emmanuel Nurit 2014-02-13 16:06:43 +01:00
  • 6e5feaf8e9 [Front office] Modifying upsell products Emmanuel Nurit 2014-02-13 15:48:28 +01:00
  • de3232b23e fix "informations" typo. Fix #100 Manuel Raynaud 2014-02-12 20:34:29 +01:00
  • 292320fe30 Merge pull request #216 from lovenunu/master Manuel Raynaud 2014-02-12 09:20:02 +01:00
  • 32b59f8189 Fix Coupon RemoveXPercent missing round modified: core/lib/Thelia/Coupon/Type/RemoveXPercent.php Benjamin Perche 2014-02-12 09:11:28 +01:00
  • 8fc7e4269c Merge pull request #215 from enurit/patch-4 Manuel Raynaud 2014-02-12 09:10:07 +01:00
  • 04b5cb158a Merge pull request #214 from apachot/master Manuel Raynaud 2014-02-12 09:09:54 +01:00
  • af90ac19ce add php 5.6 to travis Manuel Raynaud 2014-02-11 18:34:43 +01:00
  • 9d5948d8ba Fix french translation Emmanuel Nurit 2014-02-11 18:15:42 +01:00
  • 740042ee63 coupon code input is now required Manuel Raynaud 2014-02-11 17:15:04 +01:00
  • 0d040a9079 fix test suite Manuel Raynaud 2014-02-11 16:26:49 +01:00
  • d16529b51c Merge pull request #213 from stephaniepinet/master Manuel Raynaud 2014-02-11 16:21:30 +01:00
  • b028d24fea Update order-invoice.html stephaniepinet 2014-02-11 16:20:11 +01:00
  • 3244e88585 create lost password email Manuel Raynaud 2014-02-11 16:13:30 +01:00
  • 3ba808fc4b Update CONTRIBUTORS.txt Arnault Pachot 2014-02-11 15:34:59 +01:00
  • d78bf5cbeb Update COPYRIGHT.txt Arnault Pachot 2014-02-11 15:31:52 +01:00
  • 5983e4447f create lang test suite Manuel Raynaud 2014-02-11 11:32:24 +01:00
  • 52cef6d4b9 fix test suite Manuel Raynaud 2014-02-11 10:21:12 +01:00
  • 38bf62a81b create test suite for FeatureAv object Manuel Raynaud 2014-02-11 10:05:46 +01:00
  • 0c2dfb3472 Merge pull request #210 from mespeche/master Manuel Raynaud 2014-02-11 09:56:40 +01:00
  • be39d3c55c Add utf-8 charset & x-ua-compatible tag Michaël Espeche 2014-02-11 09:49:18 +01:00
  • 9eee933a49 Fix wrong read url Michaël Espeche 2014-02-11 09:42:25 +01:00
  • 8b57dff717 uniformity of structure Michaël Espeche 2014-02-11 09:41:26 +01:00
  • 81ef58fe08 uniformity of structure Michaël Espeche 2014-02-11 09:37:14 +01:00
  • c9b9bd2f37 Delete smarty comments Michaël Espeche 2014-02-11 09:22:10 +01:00
  • 53a103868d uniformity of structure Michaël Espeche 2014-02-11 09:21:19 +01:00
  • dfb9f1411d create feature test suite Manuel Raynaud 2014-02-10 17:44:25 +01:00
  • 99e89e4249 allow intl in coupon edition Manuel Raynaud 2014-02-10 13:03:07 +01:00
  • e4916e5198 allow intl for document object Manuel Raynaud 2014-02-10 12:04:03 +01:00
  • b9575432fd allow intl for image object Manuel Raynaud 2014-02-10 11:49:52 +01:00
  • d0ba2895da adding new attribute in all template is not mandatory anymore Manuel Raynaud 2014-02-10 09:57:17 +01:00
  • a51c54db26 x default position value Manuel Raynaud 2014-02-08 10:35:20 +01:00
  • 25084219e7 create new method in PaymentModuleInterface for verifying is the module is valid Manuel Raynaud 2014-02-08 11:07:54 +01:00
  • c7e035429a fix customercreation form Manuel Raynaud 2014-02-08 10:19:13 +01:00
  • 69c746537e remove console.log in js Manuel Raynaud 2014-02-08 10:03:30 +01:00
  • ecfed6f92a update readme Manuel Raynaud 2014-02-08 09:52:47 +01:00
  • 1e5926e06c remove harcoded tinymce. Fix #202 Manuel Raynaud 2014-02-07 17:38:07 +01:00
  • e530da685a check fileinfo extension and change admin locale input in install process. Fix #205 ans #207 Manuel Raynaud 2014-02-07 17:11:24 +01:00