Rémi Gaillard
|
adecde6ee1
|
[-] FO: don't load medias if error on product page to avoid JS bugs
|
2013-02-11 17:33:19 +01:00 |
|
Rémi Gaillard
|
0ec4f02502
|
[-] FO: don't load medias if error on product page to avoid JS bugs
|
2013-02-11 17:33:19 +01:00 |
|
Rémi Gaillard
|
03842da02d
|
[-] FO: Fix Cart::getDeliveryOption() cache
|
2013-02-11 16:59:16 +01:00 |
|
Rémi Gaillard
|
cc15bf0243
|
[-] FO: Fix Cart::getDeliveryOption() cache
|
2013-02-11 16:59:16 +01:00 |
|
Rémi Gaillard
|
7e8d0a27ff
|
[-] BO: Fix #PSCFV-7462 bad sql request for ordering by price in adminproducts
|
2013-02-11 15:54:53 +01:00 |
|
Rémi Gaillard
|
5154585bb2
|
[-] BO: Fix #PSCFV-7462 bad sql request for ordering by price in adminproducts
|
2013-02-11 15:54:53 +01:00 |
|
gRoussac
|
3bd56273ef
|
[-] CORe : Fix #PSCFV-7314 unregisterHook and unregisterExceptions in module::uninstall
|
2013-02-11 12:00:54 +01:00 |
|
gRoussac
|
ea2a1eb122
|
[-] CORe : Fix #PSCFV-7314 unregisterHook and unregisterExceptions in module::uninstall
|
2013-02-11 12:00:54 +01:00 |
|
Rémi Gaillard
|
7ed1a548a2
|
[-] FO: Fix infinite loop on overriding Module::getPaymentModules and executing hook on it #PSCFV-7760
|
2013-02-11 11:45:42 +01:00 |
|
Rémi Gaillard
|
57d782956d
|
[-] FO: Fix infinite loop on overriding Module::getPaymentModules and executing hook on it #PSCFV-7760
|
2013-02-11 11:45:42 +01:00 |
|
Michel Courtade
|
01de5920c3
|
[-] PDF : Fixed unecessary slash in overriden template path
|
2013-02-11 10:53:46 +01:00 |
|
Michel Courtade
|
3c00b28107
|
[-] PDF : Fixed unecessary slash in overriden template path
|
2013-02-11 10:53:46 +01:00 |
|
Rémi Gaillard
|
f6d9771de8
|
[-] FO: Fix #PSCFV-7627 customer group reduction was applied on combinations for unidentified users on the product page
|
2013-02-07 16:06:32 +01:00 |
|
Rémi Gaillard
|
cdde16496e
|
[-] FO: Fix #PSCFV-7627 customer group reduction was applied on combinations for unidentified users on the product page
|
2013-02-07 16:06:32 +01:00 |
|
vAugagneur
|
97481cbe84
|
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
|
2013-02-07 10:46:37 +01:00 |
|
vAugagneur
|
e46aa10991
|
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
|
2013-02-07 10:46:37 +01:00 |
|
vAugagneur
|
34870f6c40
|
//small fix
|
2013-02-07 10:46:31 +01:00 |
|
vAugagneur
|
6d18f2e7f4
|
//small fix
|
2013-02-07 10:46:31 +01:00 |
|
gRoussac
|
5e98812e19
|
[-] CORE : file_put_contents() returns the number of bytes that were written to the file, or FALSE on failure.
|
2013-02-06 19:21:23 +01:00 |
|
gRoussac
|
c6c27548f4
|
[-] CORE : file_put_contents() returns the number of bytes that were written to the file, or FALSE on failure.
|
2013-02-06 19:21:23 +01:00 |
|
Rémi Gaillard
|
ac686b6b48
|
// use curl against file_get_contents if allow_url_fopen is disabled for contextual help
|
2013-02-06 16:36:07 +01:00 |
|
Rémi Gaillard
|
435519dee7
|
// use curl against file_get_contents if allow_url_fopen is disabled for contextual help
|
2013-02-06 16:36:07 +01:00 |
|
Daniel
|
6c7c571381
|
Update classes/Manufacturer.php
Fixed issue with not being able to remove manufacturers if they where missing an address. (Possible after an upgrade)
|
2013-02-06 11:35:15 +08:00 |
|
Daniel
|
09f5879851
|
Update classes/Manufacturer.php
Fixed issue with not being able to remove manufacturers if they where missing an address. (Possible after an upgrade)
|
2013-02-06 11:35:15 +08:00 |
|
Damien Metzger
|
063e6597e3
|
[-] FO : you need to execute CartRule::autoAddToCart() after CartRule::autoRemoveFromCart(), everytime #PSCFV-7674
|
2013-02-05 18:19:22 +01:00 |
|
Damien Metzger
|
d30677ef8b
|
[-] FO : you need to execute CartRule::autoAddToCart() after CartRule::autoRemoveFromCart(), everytime #PSCFV-7674
|
2013-02-05 18:19:22 +01:00 |
|
Rémi Gaillard
|
3e0e22f25a
|
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
|
2013-02-05 15:28:28 +01:00 |
|
Rémi Gaillard
|
66f82b119c
|
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
|
2013-02-05 15:28:28 +01:00 |
|
Rémi Gaillard
|
d2ba246a08
|
[-] BO: Don't display delete icon for order carts
|
2013-02-05 15:28:09 +01:00 |
|
Rémi Gaillard
|
c80e0f48be
|
[-] BO: Don't display delete icon for order carts
|
2013-02-05 15:28:09 +01:00 |
|
Damien Metzger
|
0052a9a94a
|
[*] Core : added automatic conversion of ',' into '.' for floating values
|
2013-02-05 15:02:41 +01:00 |
|
Damien Metzger
|
49d310fe49
|
[*] Core : added automatic conversion of ',' into '.' for floating values
|
2013-02-05 15:02:41 +01:00 |
|
vAugagneur
|
5330f4da40
|
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
|
2013-02-05 14:16:58 +01:00 |
|
vAugagneur
|
df860f1f47
|
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
|
2013-02-05 14:16:58 +01:00 |
|
vAugagneur
|
64764c4c1e
|
//added getWidthSize and getHeightSize method in tpl thanks to @PrestaEdit
|
2013-02-05 14:16:47 +01:00 |
|
vAugagneur
|
b73ca29b58
|
//added getWidthSize and getHeightSize method in tpl thanks to @PrestaEdit
|
2013-02-05 14:16:47 +01:00 |
|
Rémi Gaillard
|
a84e91f973
|
// Fix merge bug
|
2013-02-05 11:02:05 +01:00 |
|
Rémi Gaillard
|
b9fec8eb0c
|
// Fix merge bug
|
2013-02-05 11:02:05 +01:00 |
|
vAugagneur
|
0ceab34c5e
|
//failed to delete buffer. No buffer to delete in PDF
|
2013-02-05 10:12:00 +01:00 |
|
vAugagneur
|
0d9eb664d4
|
//failed to delete buffer. No buffer to delete in PDF
|
2013-02-05 10:12:00 +01:00 |
|
Vincent Augagneur
|
f8c97d8814
|
Merge pull request #134 from PrestaEdit/patch-2
[-] FO: need id_product_attribute to know quantity
|
2013-02-05 00:52:50 -08:00 |
|
Vincent Augagneur
|
288c3e1323
|
Merge pull request #134 from PrestaEdit/patch-2
[-] FO: need id_product_attribute to know quantity
|
2013-02-05 00:52:50 -08:00 |
|
vAugagneur
|
4ef61eb8f8
|
[-] BO : error message on install module
|
2013-02-05 09:41:34 +01:00 |
|
vAugagneur
|
606b3eedd5
|
[-] BO : error message on install module
|
2013-02-05 09:41:34 +01:00 |
|
vAugagneur
|
b23aa76d6b
|
Merge branch 'dispatch_modules' into development
|
2013-02-04 18:20:24 +01:00 |
|
vAugagneur
|
d0d3180509
|
Merge branch 'dispatch_modules' into development
|
2013-02-04 18:20:24 +01:00 |
|
vAugagneur
|
0de5c242ca
|
[+] BO : new display of payment modules in payment tab
|
2013-02-04 18:18:50 +01:00 |
|
vAugagneur
|
947397c69b
|
[+] BO : new display of payment modules in payment tab
|
2013-02-04 18:18:50 +01:00 |
|
Damien Metzger
|
a9106be306
|
Merge pull request #243 from burhanbvk/patch-3
[-] FO : Fixed a typo for ui.droppable dependencies
|
2013-02-04 09:14:20 -08:00 |
|
Damien Metzger
|
168ccb2687
|
Merge pull request #243 from burhanbvk/patch-3
[-] FO : Fixed a typo for ui.droppable dependencies
|
2013-02-04 09:14:20 -08:00 |
|