Commit Graph

20967 Commits

Author SHA1 Message Date
sLorenzini 2cd22bbf98 Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-10 16:37:50 +01:00
sLorenzini c781d8ef2d // update tpl for w3c validator and code indent 2013-12-10 16:37:25 +01:00
Jerome Nadaud 46d230ed9c Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-10 16:19:06 +01:00
Jerome Nadaud 5e31511117 // BlockLayered hook template backward compatibility 2013-12-10 16:18:59 +01:00
gRoussac c9409e8441 Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-10 16:18:44 +01:00
Kevin Granger ffc7c2f19d Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-10 15:28:30 +01:00
Kevin Granger 4a22abc2d1 // fix dual pagination id duplicate 2013-12-10 15:28:17 +01:00
Jerome Nadaud 98950b733a [-] MO : blockcms - Clean cache when "display on footer" parameter is updated 2013-12-10 15:16:08 +01:00
Kevin Granger 1d808f89b5 // fix functionnal-buttons 2013-12-10 15:06:51 +01:00
Kevin Granger 167a5c7921 Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-10 14:25:18 +01:00
Kevin Granger cfa606b12c // convert global to sass - 100% (can be compiled) 2013-12-10 14:25:06 +01:00
Jerome Nadaud 992dddcbb4 // Virtual Product bootsraping 2013-12-10 13:51:34 +01:00
Jerome Nadaud d511828a91 // BlockLayered removing missing template var 2013-12-10 11:49:55 +01:00
gRoussac a45e816e98 // ids instead of class on home tab toogle 2013-12-10 11:45:22 +01:00
rGaillard 70628845b7 [-] BO: call actionProductUpdate hook on status change 2013-12-10 11:41:02 +01:00
Kevin Granger a94666c4fb // convert global to sass - WIP 75% 2013-12-10 10:40:14 +01:00
Jerome Nadaud 8929bb5f21 [-] BO : FixBug #PSCSX-86 Missing color selector 2013-12-10 10:30:46 +01:00
Jerome Nadaud 7816664911 [-] BO : FixBug #PSCSX-91 Wrong texture display in products attributes colors 2013-12-10 10:14:15 +01:00
Jerome Nadaud 4a013cf537 [-] BO : FixBug #PSCSX-100 wrong checkbox integration 2013-12-10 09:43:03 +01:00
Jerome Nadaud 5429fd67ff // Fix small warning in dashgoals 2013-12-10 09:32:13 +01:00
Jerome Nadaud 808347cb2f [-] MO : Newsletter - FixBug #PSCSX-113 - Missing id in field desc 2013-12-10 09:17:27 +01:00
Kevin Granger 6d669cb5f1 // global rewrited in sass - WIP 50% (won’t compile yet) 2013-12-09 19:16:27 +01:00
Jerome Nadaud d4de6342b4 [-] MO : BlockLayered - Fix missing attribute anchor separator 2013-12-09 18:37:55 +01:00
Jerome Nadaud fcf568b9ea // BlockLayered 1.5 backward compatibility 2013-12-09 18:21:31 +01:00
Jerome Nadaud cf77deeba2 Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-09 17:26:05 +01:00
Jerome Nadaud ed92603472 // Small Fix in modules upload 2013-12-09 17:25:41 +01:00
Gregory Roussac dc7bf76b24 Merge pull request #1114 from glafarge/patch-1
[-] FO : Fix versatile jQuery selector
2013-12-09 08:24:02 -08:00
Guillaume Lafarge e7ef71f32e [-] FO : Fix versatile jQuery selector
`:hidden` selects form elements with `type="hidden"` but also : elements with `display:none`, elements with their width/height equal to zero and which the ancestor element is hidden.
`input[type=hidden]` is more appropriate for those reasons.
2013-12-09 17:17:48 +01:00
Kevin Granger 24cd0bbdb0 Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-09 16:48:55 +01:00
Kevin Granger 79652b1704 // removed « add to compare» from the homepage 2013-12-09 16:48:37 +01:00
rGaillard ee9239b404 Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-09 16:40:00 +01:00
rGaillard 0e3545186d // change behavior of displaywarning on backoffice 2013-12-09 16:39:43 +01:00
Kevin Granger 8700f15c61 // closed an attribute left behind 2013-12-09 16:39:33 +01:00
Kevin Granger 91c3bf48b1 // w3C product 2013-12-09 14:26:17 +01:00
Gregory Roussac 27e8beb6a9 Merge pull request #1111 from Gamesh/patch-1
[*] FO: now you can download files >1G without running into max executio...
2013-12-09 05:17:14 -08:00
Gamesh 5c496f45a1 [*] FO: now you can download files >1G without running into max execution limitation
Added @ to suppress warning i safe mode.
2013-12-09 15:04:16 +02:00
Jerome Nadaud b0c9e73e30 [+] BO : Add error control to modules uploading 2013-12-09 11:30:42 +01:00
Kevin Granger ea450edc4c // more W3C 2013-12-09 10:15:53 +01:00
Rémi Gaillard b2199a2f12 Merge pull request #1112 from djfm/1.6
// take force_compile setting into account in Back-Office
2013-12-09 01:04:20 -08:00
djfm 40edeff122 // take force_compile setting into account in Back-Office 2013-12-09 08:59:49 +00:00
Jerome Nadaud e448ac8de5 // Blocklayered message small fix 2013-12-09 09:09:38 +01:00
Gamesh 9713d38078 [*] FO: now you can download files >1G without running into max execution limitation
when reading large files ( >1G ), you often get max execution timeout error, this fix will prevent this.
2013-12-09 08:53:11 +02:00
Gregory Roussac 1876d4834c Merge pull request #1109 from jeanbe/patch-1
[*] FO : Set zoom on stores
2013-12-08 08:52:30 -08:00
gRoussac d4b39184a0 // AdminCarts order way DESC 2013-12-08 16:39:41 +01:00
jeanbe f055e86cc7 Met automatiquement la carte sur l'ensemble des magasins
Met automatiquement la carte a l'ouverture sur l'ensemble des magasins plutot que sur un point fixe au US.
2013-12-07 17:47:45 +01:00
Kevin Granger c46159ccce Merge branch '1.6' of https://github.com/PrestaShop/PrestaShop into 1.6 2013-12-06 19:09:48 +01:00
Kevin Granger 5fb2081054 // order-carrier preparation to be W3C validated! 2013-12-06 19:09:36 +01:00
rGaillard ae98bcd86b // php warning 2013-12-06 18:40:44 +01:00
rGaillard 746c74dfac // id of root category could be different of 1 2013-12-06 18:34:50 +01:00
Jerome Nadaud c5ff838fca // Blocklayered starting code refacto 2013-12-06 18:12:04 +01:00