Commit Graph

5733 Commits

Author SHA1 Message Date
Rémi Gaillard 74b4fd398f [-] Core: Fix #PSCFV-7813 override of modules email templates not working because of directory separator 2013-03-04 16:43:51 +01:00
Rémi Gaillard e2e1da2285 // fix pdf encoding also for vn/pl/ru/el languages 2013-03-04 15:17:23 +01:00
Rémi Gaillard 61d3078555 [-] Core: Fix TCPDF encoding for some languages like japan #PSCFV-8096 2013-03-04 14:38:51 +01:00
Rémi Gaillard 706e62a888 [-] Core: Fix Shop::addSqlRestrictionOnLang() for module installation 2013-03-04 14:12:23 +01:00
Rémi Gaillard 48a0f44239 // small fix 2013-03-04 10:40:36 +01:00
Rémi Gaillard 39e4c7e03c Merge branch 'release' of https://github.com/PrestaShop/PrestaShop into release 2013-03-04 10:39:28 +01:00
Rémi Gaillard c9e803f389 [-] Core: id_customer was missing in the SpecificPrice::getSpecificPrice() cache key #PSCFV-8086 2013-03-04 10:39:15 +01:00
Damien Metzger 33a5c28b3b // Fixed 2 bugs in the installer 2013-03-01 18:27:50 +01:00
Rémi Gaillard c52f5a6a2b [-] Core: increase size of phone field 2013-03-01 16:01:26 +01:00
Rémi Gaillard 0b4fc0b000 [-] BO: Second part of #PSCFV-8067 for orderslips 2013-03-01 15:42:26 +01:00
Rémi Gaillard ec4e179063 [-] BO: Fix #PSCFV-8067 the europeean vat exempt label was not using the tax address type 2013-03-01 15:33:46 +01:00
Rémi Gaillard f23447e3d3 [-] BO: Fix #PSCFV-8068 stock available total cache after deleting a combination 2013-03-01 14:55:47 +01:00
vAugagneur dc4a70dcf9 //fixed small bug when added new Shop URL 2013-02-28 18:25:13 +01:00
Rémi Gaillard 74a8fc6ef5 [-] FO: Fix #PSCFV-7850 sometimes minify_html lib was returned nothing... 2013-02-28 17:54:51 +01:00
Damien Metzger 8885c3f642 [+] Core : added a boolean in the database (guest/cart/order) in order to know if the customer used the mobile theme for the order 2013-02-28 15:23:21 +01:00
Damien Metzger 060943b06a [-] Core : you must always have an id_shop in a SQL query, not null 2013-02-28 11:45:01 +01:00
Rémi Gaillard 7b0280aeab [-] Core: bad operator used in PaymentModule #PSCFV-8040 2013-02-27 18:33:36 +01:00
Rémi Gaillard cdb9c0cb40 [-] Core: Fix #PSCFV-8012 attribute_url is sometimes null but also sometimes empty... 2013-02-27 16:16:02 +01:00
Damien Metzger 52435c2fad // Installer can be translated at /install-dev/dev/translate.php 2013-02-27 14:53:51 +01:00
Rémi Gaillard cf249aa2dc // remove useless code 2013-02-27 14:48:04 +01:00
Damien Metzger 70f8c718bc Merge pull request #263 from michelcourtade/development
[-] PDF : Fixed unecessary slash in overriden template path
2013-02-27 00:51:09 -08:00
Gregory Roussac 00c2e5159c Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-26 19:25:05 +01:00
gRoussac dd4d74e5ef [*] CORE: Dissasemble CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT in Tools::file_get_contents 2013-02-26 19:24:07 +01:00
Rémi Gaillard 7565ea014f [-] BO: Fix case sensitive issue on search blacklist 2013-02-26 15:23:33 +01:00
Rémi Gaillard 499b81ae55 [-] BO: Fix module listing with addons module with default currency not on the xml #PSCFV-8005 2013-02-26 10:45:22 +01:00
Rémi Gaillard 88340319dd [-] BO: Filter customers listing by shop context on AdminGroups 2013-02-25 20:08:33 +01:00
Rémi Gaillard 2275514033 [*] WS: the customer services are now handled by webservices 2013-02-25 15:59:08 +01:00
Damien Metzger d4a6a56d1b // Changed modules list button (Sarah needed here!) 2013-02-25 12:16:58 +01:00
DrÿSs ed5266d64b [-] Core: ProductSale no more takes products with no visibility
Fixed bug that's ProductSale is taking products with no visibility, displaying them in module blockbestsellers. But as they have no visibility, we don't want to display them!
2013-02-22 14:12:24 +01:00
Rémi Gaillard 0a8abd087a [-] BO: Fix PHP notice on ob_clean if no buffer to delete 2013-02-22 10:47:00 +01:00
Damien Metzger 0e3f3ed462 [*] Core : added the possibility to disable the emails (i.e. for test purpose) 2013-02-21 17:12:04 +01:00
Damien Metzger a8c0a119ea [-] FO : cut long referrers in order to avoid a crash #PSCFV-7775 2013-02-21 16:19:10 +01:00
Rémi Gaillard b6db160c47 // small fix 2013-02-21 15:24:33 +01:00
Damien Metzger 574819bb69 [-] FO : fixed guest saving #PSCFV-6150 2013-02-21 12:10:28 +01:00
Damien Metzger fe419acc18 [*] Installer : mbstring check added (optionnal) #PSCFV-6489 2013-02-21 12:01:32 +01:00
Damien Metzger 5059d825f8 // Unit changed for product pictures, I set it up to a usable minimum #PSCFV-6597 2013-02-21 11:52:42 +01:00
Rémi Gaillard c70f080fb2 // small fix 2013-02-20 16:24:51 +01:00
Gregory Roussac e389d1dd70 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-20 14:27:05 +01:00
gRoussac 30e1ef8cc1 [-] CORE : do not verify ssl certificate when using CURL 2013-02-20 14:26:16 +01:00
Rémi Gaillard 9b85cb1f76 // delete useless commented code 2013-02-19 14:45:25 +01:00
gRoussac 6a89fc4b0f [-] CORE : Fix too big query for lastNoneOrderedCart 2013-02-18 17:44:09 +01:00
Rémi Gaillard dd6a93d6f2 [-] BO: Fix #PSCFV-7851 - shop logo and name should depend of the order shop and from the context 2013-02-18 15:43:37 +01:00
Rémi Gaillard 9b7c16ab9d [-] Core: Change cache key name of objectmodel now using classname against table name #PSCFV-7795 2013-02-18 10:56:00 +01:00
Rémi Gaillard c3dfe57036 [-] MO: regenerate the class_index after adding a new override 2013-02-15 18:41:06 +01:00
vAugagneur 15f8b1a19f //small fix 2013-02-15 17:06:16 +01:00
Rémi Gaillard f6f1cb409a [-] BO: Fix #PSCFV-7734 multiple order delivery number for the same order 2013-02-15 16:24:46 +01:00
gRoussac 447ab05575 [-] FO : Fix warning #PSCFV-7805 2013-02-15 14:51:47 +01:00
vAugagneur 2dd6ef4f19 [-] CORE : fixed bug #PSCFV-6545 - ImageManager::resize() error 2013-02-15 12:13:13 +01:00
Rémi Gaillard 1ce97b8463 [-] FO: Fix categories and products restriction for unidentified customers after upgrade 2013-02-14 16:04:36 +01:00
Damien Metzger f80b7abdfa // Fixed warning and wrong cart rule total 2013-02-14 09:46:18 +01:00