Commit Graph

3236 Commits

Author SHA1 Message Date
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
Damien Metzger 2890e439b5 [*] BO : the option for accented URLs is now available in the backend 2013-02-14 09:15:01 +01:00
gRoussac c7e87eb195 [-] CORE : Fix warning when result from query is not a ressource 2013-02-13 19:53:48 +01:00
Rémi Gaillard ec7b47ba50 [-] Core: Fix rounding price computation with and without taxes #PSCFV-7796 2013-02-13 17:48:40 +01:00
Rémi Gaillard e3e38b19e1 [*] BO: you can now export listing of some tabs in CSV 2013-02-13 16:15:37 +01:00
Damien Metzger 7fc33eb01c [-] Catch JSMin exception and return uncompressed js #PSCFV-7686 #PSCFV-5785 2013-02-13 15:16:17 +01:00
Damien Metzger ce9da19b49 // mod_filter is required with mod_deflate from apache 2.4 2013-02-13 14:46:34 +01:00
gRoussac 3e9d0dda55 [-] FO : Fix Bug #PSCFV-7339 available date on product page 2013-02-12 16:40:26 +01:00
Rémi Gaillard ba3f3b88b5 // php notice 2013-02-12 12:06:09 +01:00
Damien Metzger d007136149 [-] MO : applied unachieved patch on blockbestsellers 2013-02-12 12:03:17 +01:00
Rémi Gaillard f5cf54ef3b [*] BO: Add an option to htaccess generator to disable mod_security (some rules reject ajax file upload) 2013-02-12 11:35:10 +01:00
Rémi Gaillard d6f21bd9f9 // small fix for change position 2013-02-12 10:46:48 +01:00
Rémi Gaillard 61dbe6a2e2 Merge pull request #266 from anat/development
[+] WS : Add product bundle retrieval from Web services
2013-02-11 08:53:31 -08:00
anat 4990028dc2 [+] WS : Add product bundle retrieval from Web services 2013-02-11 17:51:18 +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 cc15bf0243 [-] FO: Fix Cart::getDeliveryOption() cache 2013-02-11 16:59:16 +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 ea2a1eb122 [-] CORe : Fix #PSCFV-7314 unregisterHook and unregisterExceptions in module::uninstall 2013-02-11 12:00:54 +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
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 e46aa10991 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-07 10:46:37 +01:00
vAugagneur 6d18f2e7f4 //small fix 2013-02-07 10:46:31 +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 435519dee7 // use curl against file_get_contents if allow_url_fopen is disabled for contextual help 2013-02-06 16:36:07 +01:00