Commit Graph
8908 Commits
Author SHA1 Message Date
Sarah Lorenzini 92541b8aca [-] FO : fixed bug #PSCFV-5649 - Product comparison error when Features are not set 2012-11-22 18:42:56 +01:00
vAugagneur 625e0f0c5b //small fix in adminThemeController 2012-11-22 18:27:07 +01:00
DamienMetzger 308b27d22b [-] FO : store locator working hours fixed #PSCFV-5709 2012-11-22 18:13:53 +01:00
vAugagneur 992897e785 //fix sarah bug :p part 2 2012-11-22 17:57:19 +01:00
DamienMetzger 94731d6e6c [-] MO : block RSS encoding fixed #PSCFV-5689 2012-11-22 17:52:46 +01:00
vAugagneur c11b283fca //fix sarah bug :p 2012-11-22 17:52:10 +01:00
Caleydon Media 8c39de52bb Update themes/default/password.tpl
- fix for properly displaying breadcrumb on password recovery page (Home > My Account > Forgot your password). Breadcrumb now displaying real user location.
- SEO improvement (added link rel="nofollow" parameters)
- just suggestion: rename customer entry page from "My Account" to "Authentication". "My Account" is good name for customer page where he can manage his account, not for multi-function entry page.
2012-11-22 17:42:39 +01:00
DamienMetzger 867c9a5135 [*] BO : the global search now looks into the modules 2012-11-22 17:41:12 +01:00
Sarah Lorenzini 110965a338 [-] FO : fixed bug #PSCFV-5779 - order_conf still not fixed propertly 2012-11-22 17:12:58 +01:00
vAugagneur 3048713f2c //fix from sarah 2012-11-22 16:48:21 +01:00
Rémi Gaillard 0d141e204c [-] FO: Fix #PSCFV-5052 update the cart rules in the cart when the address is changed 2012-11-22 16:46:12 +01:00
Caleydon Media ee374e8172 Update themes/default/sitemap.tpl
SEO and accessibility improvement
- added link title and rel parameters
- improving dynamically displayed sitemap links (different list of link for logged/unlogged customer)
2012-11-22 16:45:01 +01:00
Caleydon Media 4e160a6523 Update themes/default/css/cms.css
Added ordered list formating on CMS pages
2012-11-22 16:07:50 +01:00
Caleydon Media 6d3a916c7a Update modules/blockuserinfo/blockuserinfo.tpl
SEO and accessibility improvement
2012-11-22 15:51:59 +01:00
DamienMetzger c374380a92 [-] BO : fixed sorting and filter in BO tabs #PSCFV-5618 2012-11-22 15:46:49 +01:00
Caleydon Media f5d57ba6df Update modules/blockcart/blockcart.tpl
SEO and accessibility improvement
- added missing link title parameter
- added rel="nofollow" into links going to shopping cart
2012-11-22 15:36:46 +01:00
Rémi Gaillard d8c129f113 [-] BO: Fix the product indexation only on the default shop #PSCFV-5227 2012-11-22 15:35:29 +01:00
DamienMetzger 521945706c [-] Installer : name of the supplier page fixed #PSCFV-5571 2012-11-22 15:28:00 +01:00
Caleydon Media 3a5a7cbeb9 Update modules/blockmyaccountfooter/blockmyaccountfooter.tpl
SEO and accessibility improvement
- added rel="nofollow" link parameter
- added emty title parameter
2012-11-22 15:23:33 +01:00
DamienMetzger 87a397b5ca [-] BO : image regeneration now gives a better reporting and crash less #PSCFV-5519 2012-11-22 15:15:43 +01:00
cmouleyre da1ae4906e Remove color for email in *.php 2012-11-22 14:58:52 +01:00
Xavier POITAU 57388850a3 When you set the "Fees by carrier, geographical zone, and ranges" (in the "Shipping" tab), the prices are tax excluded and displayed with 2 decimals, but the price is saved with 6 decimals in the database.
So when you define a shipping fee with 6 decimals it is saved without problem, but when you come back to edit the values, they are rounded (2 decimals) so you are forced to edit the values again, or else saving will replace the previous 6-decimals values with the displayed 2-decimals values.

Having 6 decimals displayed in the BO (not rounded, raw value from the database) is necessary because these values are tax excluded and are displayed tax included on the FO.
2012-11-22 14:14:02 +01:00
DamienMetzger 7e9c38612d [-] FO : fixed error in price cache (multishop not taken into account) #PSCFV-5612 2012-11-22 12:06:06 +01:00
vAugagneur a2c4e92c1d //remove svn keyword @version Release: $ part 2 2012-11-22 11:59:43 +01:00
vAugagneur a1db83ef41 //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01:00
DamienMetzger 8ef07b1e34 [-] FO : added missing e-mail control on identity controller #PSCFV-5645 2012-11-22 11:33:33 +01:00
vAugagneur 44a54fd017 //added CONTRIBUTING.md CONTRIBUTORS.md README.md 2012-11-22 11:21:19 +01:00
DamienMetzger 9b1f6fd07f [*] FO : fixed wrong display of weight units in product comparaison #PSCFV-5662 2012-11-22 11:08:13 +01:00
Rémi Gaillard 38825d6551 [-] Core: Fix #PSCFV-5561 many payment informations are added when product is out of stock on order validation 2012-11-22 10:49:50 +01:00
DamienMetzger bd4085ac20 [-] BO : tag saving does not crash with a bad line ending anymore #PSCFV-5663 2012-11-22 10:30:25 +01:00
DamienMetzger 95d26cbcb7 [-] FO : cookie lifetime is now set with the front end lifetime value instead of the BO value #PSCFV-5668 2012-11-22 10:12:42 +01:00
adonis karavokyros bae449aea3 Clean selectors in ajax-cart.js
Kepp it simple
2012-11-22 09:50:01 +01:00
DamienMetzger e09b2d9096 [-] MO : fixed referralprogram uninstall #PSCFV-5680 2012-11-21 19:44:14 +01:00
Rémi Gaillard 11fcd04cb0 [-] BO: Fix #PSCFV-5445 - carts are empty on global context in the AdminCarts 2012-11-21 18:50:16 +01:00
Rémi Gaillard 0a7b8d3783 [-] Core: Fix #PSCFV-5301 Product::isDiscounted was returned a bad value 2012-11-21 18:10:25 +01:00
Vincent Augagneur 0c5f7af448 Merge pull request #6 from kpodemski/patch-3
[*] MO : new you can upload .png in homeslider module
2012-11-21 09:05:38 -08:00
Damon Skelhorn ac1bcdf674 Revert "Bug #PSCFV-5626 - Amended SQL query to correctly sum the totals for each day."
This reverts commit b52dda80a0.
2012-11-21 17:05:08 +00:00
Damon Skelhorn b52dda80a0 Bug #PSCFV-5626 - Amended SQL query to correctly sum the totals for each day. 2012-11-21 16:48:47 +00:00
Vincent Augagneur 2542260f64 [-] CORE : fixed bug #PSCFV-5514 - Override of module language file type fr.php in theme 2012-11-21 17:41:53 +01:00
Krystian Podemski 6c75500095 PNG in homeslider
Allow to upload png files in homeslider
2012-11-21 17:35:15 +01:00
Damon Skelhorn 86316e3a32 Bug #PSCFV-5637 - Order reference (string) if passed in from a 1.4 theme in id_order is cast into a integer which destroys the value. 2012-11-21 15:02:59 +00:00
DamienMetzger 70f9f7ed3a [-] BO : you can search a product by supplier reference again #PSCFV-5723 2012-11-21 13:42:40 +01:00
Vincent Augagneur e219274030 [-] CORE : fixed bug #PSCFV-5700 - loop on undefined variable, typo, quote missing in generic_add_missing_column.php 2012-11-21 12:08:36 +01:00
DamienMetzger 9bb2dc02b6 [-] BO : check the folder permissions before writing PDF translations in the theme 2012-11-21 11:34:05 +01:00
DamienMetzger 3fe8ebec14 [-] BO : forbid the creation of 2 cart rules with the same code #PSCFV-5737 2012-11-21 10:59:37 +01:00
DamienMetzger 9c8f31b42d [-] BO : added missing width and height of the logo in the supplier order PDF 2012-11-21 10:31:37 +01:00
DamienMetzger 0900d3b669 [-] MO : "delete" in the module list now uninstall the module before deleting the files 2012-11-21 10:07:38 +01:00
Rémi Gaillard 3e2de4986b [-] FO: Fix: many fixes - domain for cookies with different url for ssl / add to cart button for minimal quantities with product attributes 2012-11-20 19:05:21 +01:00
Vincent Augagneur 91a4a4955e [-] CORE : fixed bug #PSCFV-5400 - jquery.ui.core.css is never used 2012-11-19 18:23:21 +01:00
Vincent Augagneur 65eeb53992 //added .gitignore 2012-11-19 17:57:46 +01:00