vAugagneur
0ceab34c5e
//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
vAugagneur
4ef61eb8f8
[-] 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
0de5c242ca
[+] 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
Rémi Gaillard
d4667abc63
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-02-04 16:05:17 +01:00
Rémi Gaillard
1dbf4855cc
[-] BO: Fix id_shop for configuration variables in global context for orders
2013-02-04 16:05:01 +01:00
Damien Metzger
a53163feee
[-] Core : Fixed a lot of issue with free shipping vouchers #PSCFV-7325
2013-02-04 16:00:46 +01:00
Damien Metzger
3c6f17b855
// Voucher cleaning
2013-02-04 16:00:45 +01:00
Damien Metzger
4f180b9b27
[-] FO : fixed voucher display in the customer view #PSCFV-7332
2013-02-04 16:00:45 +01:00
Rémi Gaillard
7bd44ca1b1
[-] BO: get the invoice prefix from the right shop
2013-02-04 15:11:29 +01:00
Rémi Gaillard
ceed2c996a
// PHP_SELF is only index.php
2013-02-04 14:22:59 +01:00
Damien Metzger
3156093542
[-] FO : Fixed voucher value when it exceeds the product total #PSCFV-7421
2013-02-04 11:53:07 +01:00
Damien Metzger
3cf9a1aa21
[-] FO : fixed customer discounts #PSCFV-7479
2013-02-04 11:53:06 +01:00
Burhan
233b579ff6
[-] Fixed a typo for ui.droppable dependencies
2013-02-03 23:49:19 +02:00
Damien Metzger
3617a9089c
Merge pull request #151 from Shagshag/patch-2
...
[-] Core : Wrong parameters for Memcache::addServer
2013-02-01 10:04:33 -08:00
Damien Metzger
8d9f878b34
Merge pull request #164 from Shagshag/patch-7
...
[-] BO : OrderHistory::changeIdOrderState
2013-02-01 10:00:10 -08:00
Rémi Gaillard
f0694639eb
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-02-01 18:36:48 +01:00
Rémi Gaillard
5490f6063d
[-] Installer: check create table privileges
2013-02-01 18:36:35 +01:00
Damien Metzger
9589131674
[-] Core : cart rule cache cleared on update
2013-02-01 18:30:32 +01:00
gRoussac
68673f92d1
[-] FO : Fix bug #PSCFI-6864 #PSCFV-6516 Issue with deleted address blocking order process
2013-01-31 19:06:19 +01:00
Rémi Gaillard
9455a7185f
[-] FO: Fix #PSCFV-7530 bad quantity returned displayed on order detail for multiple return
2013-01-31 15:10:52 +01:00
gRoussac
88dc561463
// forgot debug sorry
2013-01-31 11:50:19 +01:00
gRoussac
00047b8ae4
[-] BO : Adresses not deduplicate in orders page
2013-01-31 11:33:37 +01:00
gRoussac
95fa1556e7
// norms
2013-01-30 18:52:52 +01:00
gRoussac
764212a27e
[-] CORE : FIx #PSCFV-3163 getextendedstats returning new keys
2013-01-30 18:47:30 +01:00
gRoussac
439f338fd3
[-] FO : Fix fatal error when memcache is not installed and using Memcached
2013-01-30 17:08:51 +01:00
gRoussac
6b691cb7a8
[-] BO : Fix bug #PSCFI-6902 fatal error when memcache not installed and Memcached previously activated
2013-01-30 16:28:11 +01:00
Damien Metzger
77f854b836
// Fixed hook names
2013-01-30 16:03:37 +01:00
Gregory Roussac
700fd6a1a3
// fix warning
2013-01-30 14:56:54 +01:00
Rémi Gaillard
a565e08bc0
[-] BO: Fix #PSCFV-7523 htaccess generation for SSL domain
2013-01-30 11:29:59 +01:00
Damien Metzger
fed6001326
[-] Core : prepend/append are now a little more optionnal in the routes for the dispatcher
2013-01-29 15:59:49 +01:00
Rémi Gaillard
1d37c98201
[-] BO: Fix warning when image is uploaded with PHP < 5.3 #PSCFV-7425
2013-01-29 11:53:53 +01:00
Rémi Gaillard
3f20b968ec
[-] FO: Fix Product::getProductName for multilang and multishop
2013-01-29 11:40:39 +01:00
Rémi Gaillard
e66af26392
// Tools::simplexml_load_file now use curl if allow_url_fopen is disabled
2013-01-29 10:13:34 +01:00
Rémi Gaillard
1c7f846190
// Tools::file_get_contents load with file_get_content for local paths
2013-01-28 19:01:54 +01:00
Rémi Gaillard
dfb39b8f15
[-] Core: Fix Tools::file_get_contents for post and curl
2013-01-28 18:51:02 +01:00
vAugagneur
c2162a274f
[-] CORE : fixed bug #PSCFV-6238
2013-01-28 18:14:22 +01:00
Gregory Roussac
9bd0480249
[-] MO : Fix bug #PNM-985 bad zone for carrier listing update
2013-01-28 15:57:07 +01:00
Rémi Gaillard
ca90f634c3
// Too many bugs on PDO with PHP < 5.2
2013-01-28 14:23:15 +01:00
Vincent Augagneur
8f711169c7
Merge pull request #229 from PrestaEdit/patch-18
...
[*] Class Tools: enhance fd method
2013-01-28 01:29:43 -08:00
Rémi Gaillard
484d0fae7f
[-] BO: the attached file of downloadable products duplicated should not be the same than the original #PSCFV-7460
2013-01-25 15:57:54 +01:00
Rémi Gaillard
4af26ada0c
[-] BO: Fix SQL request on downloadable product duplication
2013-01-25 15:47:09 +01:00
Gregory Roussac
da0c18ad68
[-] BO : Do not display country formatting twice, neither in FO
2013-01-25 12:13:13 +01:00
Gregory Roussac
b2a10179be
//fix warnings
2013-01-25 01:00:38 +01:00
Gregory Roussac
efd02c7a7f
[-] CORE : Missing displayError for alias q
2013-01-25 00:55:04 +01:00
PrestaEdit
9ceb2ab6e9
[*] Class Tools: enhance fd method
...
Add the posibilities to set an error, warning, info or assert.
Usage:
Tools::fd('test');
Tools::fd('test', 'debug');
Tools::fd('test', 'info');
Tools::fd('test', 'warn');
Tools::fd('test', 'error');
Tools::fd('test', 'assert');
2013-01-24 20:12:38 +01:00
Rémi Gaillard
1c22a76a3b
[-] Core: Fix #PSCFV-7484 cache in Product::priceCalculation
2013-01-24 18:45:55 +01:00
Rémi Gaillard
24273960cc
[-] FO: Fix #PSCFV-7322 Product::getProductProperties quantity cache
2013-01-24 18:25:42 +01:00