Commit Graph

5733 Commits

Author SHA1 Message Date
Rémi Gaillard c0e46bbf07 // DbQuery could now use multiple tables for FROM 2013-01-18 16:01:31 +01:00
Rémi Gaillard b38c9d0484 // lower memory usage for SpecificPrice::getProductIdByDate 2013-01-18 14:18:59 +01:00
Francois Gaillard c550a6494e // Module upload error message 2013-01-17 10:26:45 +01:00
vAugagneur 6d46644cc4 [-] BO : fixed bug #PSCFV-5601 - AddressFormat wrongly forbid the 'other' field from the Address to be part of the address format 2013-01-16 18:24:11 +01:00
vAugagneur 80422f5640 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-01-16 15:51:08 +01:00
vAugagneur 1959075a27 [-] BO - fixed bug #PSCFV-5549 - 2013-01-16 15:50:52 +01:00
Rémi Gaillard 969e5d5bb5 [-] Core: Hook actionUpdateQuantity was not called for product without attributes which depends on the physical stock 2013-01-16 14:08:33 +01:00
vAugagneur 508cd6e028 [-] BO : fixed bug #PSCFV-6381 - Customer Service mixing groups of shops (Multistore) 2013-01-16 12:20:02 +01:00
Damien Metzger 57727a4cfa [-] FO : fixed voucher highlighting in the cart #PSCFV-6422 2013-01-15 20:08:38 +01:00
Rémi Gaillard adf928d60c // opti 2013-01-15 18:56:42 +01:00
Rémi Gaillard b86b1a089e [-] FO: Fix Pack::getItemTable with some PHP versions 2013-01-15 18:53:01 +01:00
Damien Metzger aeb60a0eb9 // Fixed typo 2013-01-15 18:36:49 +01:00
Damien Metzger 76dc6970d2 // Fixed potential warning 2013-01-15 18:09:56 +01:00
PrestaEdit bcbbc7e63e // Welcome 2013 2013-01-15 17:52:04 +01:00
PrestaEdit a17802f621 [-] Small Fix: change documentation URL 2013-01-15 17:48:28 +01:00
Damien Metzger 50ab651c4f [-] FO : recycled package should be disabled by default (because the option can be deactivated) #PSCFV-6639 2013-01-15 15:37:02 +01:00
vAugagneur 15d5b1ae07 //revert boulette 2013-01-15 15:04:20 +01:00
vAugagneur 34364e0801 //small fix 2013-01-15 14:52:57 +01:00
Rémi Gaillard 95ab473198 // clean the output buffer before print PDF in BO 2013-01-15 10:20:37 +01:00
nturato 1348291415 [WS] images are only shown as jpg or gif
If you enable BO to also use the PNG file you can not use these images in WS because there are no controls on the image type
2013-01-15 10:17:02 +01:00
Damien Metzger 886f6d864b [+] BO : Added customer language on the customer page 2013-01-14 16:45:21 +01:00
Rémi Gaillard 6d748d46d2 [-] FO: Fix #PSCFV-6456 price of default attribute with specific price on product comparison 2013-01-14 15:16:50 +01:00
Rémi Gaillard 5cecff7251 // fix php warning 2013-01-14 14:12:14 +01:00
Rémi Gaillard ef904c9083 [-] BO: Fix #PSCFV-5930 #PSCFV-5939 the filters are handled as the same between tabs which can cause sql errors 2013-01-14 12:08:12 +01:00
Rémi Gaillard 556955a7f0 // small fix for smarty pre-compile 2013-01-14 11:05:42 +01:00
vAugagneur 4dad9522e5 [-] CORE : fixed bug #PSCFV-6555 - Custom theme not working properly with image size 2013-01-14 10:38:41 +01:00
Rémi Gaillard 90b3c7c467 [-] FO: Fix add to cart for product packs with no quantity and out of stock allowed #PSCFV-4788 2013-01-10 11:30:41 +01:00
Rémi Gaillard 1956accc32 // small typo fix 2013-01-09 18:27:42 +01:00
gRoussac b672b3281e [-] FO : Do not suggest states that are not active 2013-01-09 17:05:33 +01:00
vAugagneur f768081aa0 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-01-09 17:00:48 +01:00
vAugagneur 6629542a22 [-] CORE : fixed bug #PSCFV-5433 - Order confirmation email doesn't report customization 2013-01-09 17:00:41 +01:00
gRoussac 425a108aab [-] FO : Fix #PSCFV-5905 Fatal error: "no default carrier" 2013-01-09 15:55:48 +01:00
Rémi Gaillard c46521883c // small perf optimization 2013-01-09 14:35:06 +01:00
Rémi Gaillard c855621e17 // performances improvement 2013-01-09 14:16:22 +01:00
vAugagneur 108dfb292c [-] BO : fixed bug #PSCFV-4961 - Strange behavior when reordering categories 2013-01-09 13:44:19 +01:00
Rémi Gaillard d52c1c4516 // small fix 2013-01-09 10:28:28 +01:00
vAugagneur 9154984c78 [-] CORE : fixed bug #PSCFV-4523 - Static _PS_DEFAULT_CUSTOMER_GROUP_ is still use in code even if deprecated 1.5.0.1 2013-01-09 10:26:16 +01:00
gRoussac 6ecd23a743 [-] FO : fix PSCFV-5934 bad redirection from https to http for CMS 2013-01-08 11:45:41 +01:00
Shagshag 868effab13 [-] Fix: OrderHistory::changeIdOrderState
&$id_order break compatibility with existing codes :

1/ it's unnecessary : Objects are passed by references by default
2/ it causes fatal errors: 
```PHP
$foo->changeIdOrderState((int)$id_order_state, (int)$id_order);
```
Fatal error: Only variables can be passed by reference
2013-01-08 10:51:42 +01:00
Rémi Gaillard e1664bbdfb [*] MO: Add smarty cache on some modules 2013-01-07 17:09:36 +01:00
Rémi Gaillard fc67af932f // perf optimization 2013-01-07 14:44:14 +01:00
vAugagneur b83ab4dc4b [-] CORE : fixed bug #PSCFV-4754 field name in image_type was too short 2013-01-07 14:08:08 +01:00
Rémi Gaillard 755349ef95 [-] FO: Fix cookie domain detection for com.co tld #PSCFV-5256 2013-01-07 12:01:11 +01:00
Rémi Gaillard 265bff345b [-] Core: Fix supplier_reference on cart/orders #PSCFV-6082 2013-01-07 11:25:33 +01:00
Vincent Augagneur b59669a7ae Merge pull request #137 from PrestaEdit/patch-4
[+] Class: Product::getIdByEan13
2013-01-07 01:38:41 -08:00
Vincent Augagneur 4cc890a05b Merge pull request #147 from raphaelMalie/development
[-] CORE : Fix Collection->sqlGroupBy()
2013-01-07 01:18:50 -08:00
Vincent Augagneur 86d00e6103 Merge pull request #152 from Shagshag/patch-4
[-] _USER_ID_LANG_ doesn't exist anymore
2013-01-07 01:03:33 -08:00
vAugagneur 7f93fefeae Merge Pull request 154 - thanks to @prestashop-iran 2013-01-07 09:35:36 +01:00
Shagshag 6516c768d9 _USER_ID_LANG_ doesn't exist anymore 2013-01-04 21:34:02 +01:00
Shagshag 6824518b74 Update classes/cache/CacheMemcache.php 2013-01-04 17:07:36 +01:00