Commit Graph

8435 Commits

Author SHA1 Message Date
Damien Metzger ba584fddd0 Merge pull request #287 from DrySs/patch-cms
[-] BO: fixed lots of UI bugs in CMS:
2013-02-27 00:43:53 -08:00
Rémi Gaillard 9d9a715ff0 [-] Installer: Fix the installation when safe_mode is enabled 2013-02-26 20:10:43 +01:00
Gregory Roussac 4ba0cf46e8 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-26 19:25:05 +01:00
gRoussac 98527ce83c [*] CORE: Dissasemble CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT in Tools::file_get_contents 2013-02-26 19:24:07 +01:00
Rémi Gaillard 82af5adead // fix guest checkout dni 2013-02-26 17:56:02 +01:00
Rémi Gaillard 379a37dd70 [-] BO: don't allow bulkdelete of default language 2013-02-26 16:57:00 +01:00
Rémi Gaillard 3642989f1b [-] BO: Fix case sensitive issue on search blacklist 2013-02-26 15:23:33 +01:00
vAugagneur 4953b8219a //added employee in the context when you install a shop 2013-02-26 15:06:01 +01:00
gRoussac f69ada6525 [-] FO : Back slashes for inputs that need it in authentication.tpl 2013-02-26 15:01:45 +01:00
gRoussac 6925ce0188 [-] FO : Fix bug isGuest not defined, set id_carrier in base at login 2013-02-26 14:27:48 +01:00
gRoussac 8740deeb05 // withdraw empty lines, convert line feeds to \r\n 2013-02-26 10:58:03 +01:00
Rémi Gaillard e3a47635aa [-] 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 0f5f792bd8 [-] BO: Filter customers listing by shop context on AdminGroups 2013-02-25 20:08:33 +01:00
Rémi Gaillard 74a766d145 [-] MO: Fix max lenght allowed for 3 field on homeslider configuration #PSCFV-7897 2013-02-25 19:50:53 +01:00
Rémi Gaillard 0e0762cee7 [-] BO: Fix #PSCFV-7995 countries/groups/currencies refreshment when selecting a shop in specific price form 2013-02-25 18:45:28 +01:00
Rémi Gaillard b28ddac3c0 [-] Core: Mobile_Detect library upgrade to 2.5.5 2013-02-25 17:36:35 +01:00
Rémi Gaillard c36986e712 // license 2013-02-25 17:27:33 +01:00
Rémi Gaillard 2f08f6a292 [-] BO: Fix form displayed for features add after error 2013-02-25 16:45:17 +01:00
Rémi Gaillard 283a273fd7 [*] WS: the customer services are now handled by webservices 2013-02-25 15:59:08 +01:00
Rémi Gaillard 679b45b5bd [-] BO: pagination was missing on tax rules listing 2013-02-25 14:50:23 +01:00
Damien Metzger 0a71a1ee86 // With the image 2013-02-25 13:42:55 +01:00
Damien Metzger 412f05ceee // CSS fix 2013-02-25 13:42:34 +01:00
Damien Metzger 9ebe9e1894 // Changed modules list button (Sarah needed here!) 2013-02-25 12:16:58 +01:00
François Gaillard 4fc005654e // IT order confirmation meta 2013-02-25 10:18:12 +01:00
François Gaillard 5d40eecec0 // Order confirmation meta data installation fixed 2013-02-25 10:05:40 +01:00
Damien Metzger 240dec089e // Fixed link 2013-02-25 09:23:39 +01:00
DrySs 48c996f8c0 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-22 20:01:45 +01:00
DrySs 00e889f711 [-] BO: fixed lots of UI bugs in CMS:
- no more id_category (doesn't exists, it's id_cms_category)
- change category position now redirects in parent category (not at root category)
- change category status now redirects in parent category (not at root category)
- delete multiples category now redirects in parent category (not at root category)
- add form new category now auto select parent category (not root category)
- add a new category now redirects in parent category (not at root category)
- delete multiple categories now redirects in parent category (not at root category)
- now execute parent::postProcess() only if none action found (duplicate postProcess was done)
- now redirects to CMS form if found errors (not at root category)
- fixed unexists $object variable (was $cms) for saveAndStay
- delete multiple cms content now redirects in parent category (not at root category)
- change cms content position now redirects in parent category (not at root category)
- change cms content status now redirects in parent category (not at root category)
2013-02-22 19:59:46 +01:00
Rémi Gaillard a6d2b42a1a [-] Installer: Fix 2 path for the upgrader 2013-02-22 17:25:35 +01:00
Gregory Roussac 392dfb199c Merge pull request #283 from DrySs/patch-2
[*] BO: add a save and stay button in CMS edit page
2013-02-22 06:58:31 -08:00
DrÿSs' 0263e3b28d [*] BO: add a save and stay button in CMS edit page
This button was missing to edit easily CMS pages.
2013-02-22 15:47:50 +01:00
Rémi Gaillard f015d37682 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-22 14:17:06 +01:00
Damien Metzger f6e6cab13e Merge pull request #282 from DrySs/patch-1
[-] Core: ProductSale no more takes products with no visibility
2013-02-22 05:16:53 -08:00
Rémi Gaillard 0e38d44a21 // some changes on admin customer view 2013-02-22 14:16:49 +01:00
DrÿSs' 25675b8d38 [-] 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
François Gaillard 6b501dc409 // URL rewrite encoding fixed 2013-02-22 11:19:00 +01:00
Rémi Gaillard f88d8fa354 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-02-22 10:47:14 +01:00
Rémi Gaillard 8653618711 [-] BO: Fix PHP notice on ob_clean if no buffer to delete 2013-02-22 10:47:00 +01:00
Rémi Gaillard f024f14cb7 // Fix fixtures installer 2013-02-22 10:43:54 +01:00
François Gaillard 23695a516c // Order confirmation rewrite rule added 2013-02-22 10:14:47 +01:00
Damien Metzger 6e569f9f83 [*] Core : added the possibility to disable the emails (i.e. for test purpose) 2013-02-21 17:12:04 +01:00
Rémi Gaillard 2d2e88be9e [-] MO: html was broken on statsdata configuration 2013-02-21 17:07:24 +01:00
Damien Metzger 54843a3e21 // Changed CMS list behavior (edit instead of front office view) 2013-02-21 16:51:22 +01:00
Damien Metzger 60671ab46b [-] FO : cut long referrers in order to avoid a crash #PSCFV-7775 2013-02-21 16:19:10 +01:00
Damien Metzger e9cacdcfd4 [-] FO : display total voucher without taxes when the customer group does not display taxes #PSCFV-7746 2013-02-21 16:11:26 +01:00
Damien Metzger 2ac8f92880 [-] BO : automatic conversion of , into . in cart rules #PSCFV-7430 2013-02-21 15:40:24 +01:00
Rémi Gaillard 3d456b8c08 // small fix 2013-02-21 15:24:33 +01:00
Damien Metzger d9c5be55b1 [-] MO : fixed voucher currency in referral program #PSCFV-5950 2013-02-21 12:20:32 +01:00
Damien Metzger 1ac6681178 [-] FO : fixed guest saving #PSCFV-6150 2013-02-21 12:10:28 +01:00
Damien Metzger 84f10e908a [*] Installer : mbstring check added (optionnal) #PSCFV-6489 2013-02-21 12:01:32 +01:00