Commit Graph

1623 Commits

Author SHA1 Message Date
mDeflotte
e58ca980cd [-] Classes : #PSTEST-717 - Fix an infinite loop
// Add missing params $products

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13293 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-14 10:36:53 +00:00
rMalie
bc016fc498 // Optimization on Product cache
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13283 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-14 09:39:18 +00:00
mDeflotte
7d64fa4d60 [-] Classes : #PSTEST-275 #PSFV-304 - Method Module::getPosition() was missing
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13279 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-14 08:35:31 +00:00
dMetzger
ec0798fe8a [-] FO : If a product is given for free in a cart rule and is already in the cart, the price is subtracted #PSTEST-715
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13275 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 17:47:40 +00:00
tDidierjean
1c6b736418 // revert wrong change ($_FILES is needed in afterImageUpload()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13274 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 17:38:03 +00:00
tDidierjean
4b9bcd5932 [-] BO : #PSTEST-705 fix scene image upload
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13273 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 17:36:34 +00:00
rMalie
e15452ce61 // Fix quick link access for multishop #PSFV-478 #PSTEST-687
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13272 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 17:22:12 +00:00
rMalie
d92c298178 // Fix redirection to index when friendly url are activated #PSFV-488
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13270 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 16:56:28 +00:00
lLefevre
fcc3b4b27d // Fix change controllers/ by controllers/front/ for list meta tags
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13267 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 15:40:23 +00:00
tDidierjean
54080062f7 // Finish removing the "id_theme in ImageType" code
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13265 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 15:35:05 +00:00
rMalie
7682d57803 // Refacto of lang functions (all code moved in Translate class)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13262 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 15:20:25 +00:00
mDeflotte
68b4b1c6bc // Improving adding address with order-opc
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13256 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 14:15:23 +00:00
tDidierjean
b9de42493c [-] BO : fix #PSTEST-718 combinations images not saved
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13254 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 13:50:37 +00:00
vAugagneur
21e8fabafb [-] BO : fixed small image duplication in carrier listing
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13252 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 13:08:06 +00:00
rMalie
43d56e2faf // Fix configuration when multishop is disabled
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13246 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 10:08:59 +00:00
rMalie
ecc49b160e // Replace 'server' with 'host' in PDO DSN #PSFV-442
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13245 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 10:00:55 +00:00
rMalie
a5d5173438 // Fix $useSSL retro-compatibility
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13239 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-13 09:19:10 +00:00
mDeflotte
bea0732df7 // Allow query from Db::excuteS, to start by an open parenthese
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13203 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-10 08:20:06 +00:00
dMetzger
a056a78177 // A few dozens queries less on every pages...
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13197 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-09 17:15:05 +00:00
vChabot
241ddaf652 [-] BO : BugFix : #PSFV-462 : category tree view displayed according to he shop context
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13168 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-09 09:49:42 +00:00
rMalie
bf6b6cd5ca // Fix Tools::toCamelCase()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13156 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-09 09:13:11 +00:00
rMalie
1cd38d2621 // Fix SpecificPrice::update() #PSFV-473
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13155 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-09 08:57:52 +00:00
tDidierjean
64b14de8d2 // Fix AdminController translations not being parsed
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13151 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 17:58:35 +00:00
tDidierjean
15b4c98b3a // Fix some helper translations
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13149 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 17:38:14 +00:00
aKorczak
bb170150c5 [-] WS : Fix bug on translated_configurations entity
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13146 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 17:24:05 +00:00
lLefevre
78f345fe98 // Update list of emails files which are native
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13145 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 17:20:26 +00:00
aKorczak
c891bbc049 [*] WS : Add entity specific_prices
[*] WS : Add entity specific_price_rules


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13143 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 16:46:57 +00:00
aKorczak
de544a8be4 [-] WS : Fix xlink
[*] WS : Add entity tax_rule_groups
[*] WS : Fix ObjectModel issue
[*] WS : Delete sqlId not used
[*] WS : Fix entity configurations
[*] WS : Fix entity translated_configurations


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13138 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 15:42:53 +00:00
fBrignoli
f4d3ca50f1 // norm
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13137 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 15:34:20 +00:00
rGaillard
d16b4bcf1e // Debug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13135 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 14:55:47 +00:00
rGaillard
4a4a4a79e5 // Clean code
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13133 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 14:38:52 +00:00
rMalie
0d20a7a1db // Fix langMultiShop in ObjectModel
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13132 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 14:33:52 +00:00
rGaillard
8a5f37be1b // Fix operator priority bug on class Shop
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13130 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 14:26:14 +00:00
rMalie
f60b412373 // Improve definition in WS
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13126 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 14:04:20 +00:00
rGaillard
91c932f9f9 // Improve BackOffice Order
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13122 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 13:34:53 +00:00
rGaillard
0ae248a2bc // Improve/debug SpecificPriceRule
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13121 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 13:23:04 +00:00
aKorczak
7ffaa9be49 [*] WS : Add Tax rules entity
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13100 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-08 09:05:28 +00:00
aKorczak
b973003e04 [*] WS : Fix, Webservice use definitions property instead of fieldsValidate, fieldsRequired, etc..
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13094 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 17:29:04 +00:00
aKorczak
749b2d2f57 [*] WS : Fix, Webservice use definitions property instead of fieldsValidate, fieldsRequired, etc..
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13091 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 17:26:39 +00:00
mDeflotte
8dc8455e78 // fix bug with missing $context->cart and $context->customer durring payment process
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13089 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 17:15:44 +00:00
bMancone
124eb9c676 // Improved Supply Order Form (PDF)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13088 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 17:02:34 +00:00
aFolletete
11a74c652a // clean code && fix norm
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13081 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 15:31:59 +00:00
mDeflotte
29002976ed // Fix bug with new logo working
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13080 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 15:30:23 +00:00
bMancone
3f6b317c1b // Fixed getLogo()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13079 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 15:22:52 +00:00
bMancone
07186ff3b9 // Fixed Supply Orders
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13073 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 14:59:56 +00:00
rMalie
610a454a1d // Fix modules front controller in dispatcher #PSFV-449
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13066 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 10:52:01 +00:00
mDeflotte
1785529ea6 [-] BO : #PSTEST-667 - Fix bug with favicon and stores icon and multishop
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13062 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 10:10:40 +00:00
vChabot
de4928b0fd // URL UTF8 improved
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13060 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 09:58:32 +00:00
mDeflotte
071edbda7a [-] BO : #PSTEST-667 - Fix bug with logo and multishop
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13055 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 09:20:01 +00:00
vChabot
9a2e5a3053 // fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13054 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-07 08:50:07 +00:00