Kevin Granger
889a2006ec
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into bootstrap
...
Conflicts:
admin-dev/themes/default/template/controllers/customer_threads/message.tpl
admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl
admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl
admin-dev/themes/default/template/controllers/modules/favorites.tpl
admin-dev/themes/default/template/controllers/modules/list.tpl
admin-dev/themes/default/template/controllers/modules/tab_module_line.tpl
admin-dev/themes/default/template/controllers/modules_positions/list_modules.tpl
admin-dev/themes/default/template/controllers/orders/_print_pdf_icon.tpl
admin-dev/themes/default/template/controllers/orders/form.tpl
admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl
admin-dev/themes/default/template/controllers/products/associations.tpl
admin-dev/themes/default/template/controllers/products/combinations.tpl
admin-dev/themes/default/template/controllers/products/images.tpl
admin-dev/themes/default/template/controllers/products/informations.tpl
admin-dev/themes/default/template/controllers/products/prices.tpl
admin-dev/themes/default/template/controllers/referrers/helpers/view/view.tpl
admin-dev/themes/default/template/header.tpl
admin-dev/themes/default/template/helpers/form/form.tpl
admin-dev/themes/default/template/helpers/list/list_header.tpl
classes/ProductSale.php
classes/helper/HelperList.php
controllers/admin/AdminCmsController.php
controllers/admin/AdminCustomersController.php
controllers/admin/AdminMetaController.php
controllers/admin/AdminModulesController.php
controllers/admin/AdminPerformanceController.php
controllers/admin/AdminProductsController.php
controllers/front/ParentOrderController.php
install-dev/theme/views/welcome.phtml
modules/blocknewproducts/blocknewproducts.php
modules/blocktopmenu/blocktopmenu.php
modules/importerosc/importerosc.php
modules/mailalerts/mailalerts.php
modules/shopimporter/shopimporter.php
modules/statsstock/statsstock.php
themes/default/css/product_list.css
2013-11-04 14:43:01 +01:00
gRoussac
c7323c2bfe
[-] CORE : Fix bug #PSCFV-10901 warnings on htmlentities
2013-11-03 22:59:04 +01:00
gRoussac
036fa7cba6
[-] FO : Fix bug #PSCFV-10889 wrong color when oos product
2013-10-31 10:18:28 +01:00
PhpMadman
7c1623c7fa
[-] BO : Order-follow displayed order id instead of order reference
2013-10-29 14:53:50 +01:00
cedricfontaine
0ba8fbc39a
Update stores.js
...
Phone number is already in the address field
2013-10-28 13:46:42 -04:00
Sarah Lorenzini
63141a9c4d
[-] FO: fixed bug #PSCFV-10654 - TinyMCE editor: List of products by manufacturer, products by supplier - Long description is not hidden.
2013-10-28 14:48:48 +01:00
gRoussac
e1d1479f22
[*] FO : Fix bug #PSCFV-10689 handle image legend
2013-10-27 23:31:36 +01:00
Tom Panier
9a26cf02a8
Turned "true" and "false" strings to proper booleans
...
It's cleaner this way, and matches how it is done on similar templates.
2013-10-25 16:36:39 +02:00
Jerome Nadaud
6f57093f50
[-] BO : FixBug #PSCFV-10600 - Unmatched Boundary with mod_security
2013-10-24 18:36:36 +02:00
gRoussac
2ffc296279
FO : https://github.com/PrestaShop/PrestaShop/pull/878
2013-10-24 12:03:33 +02:00
gRoussac
81945cef71
[-] FO : Follow up https://github.com/PrestaShop/PrestaShop/pull/879
2013-10-24 10:00:19 +02:00
Tom Panier
6d3640e895
Conditions to hide VAT fields fail if there are no company fields
...
"Company" fields may or may not be rendered on this form, whereas "VAT" fields are always rendered and depend on the former ones to be shown (or hidden) with CSS.
This fixes an edge case where there are no "Company" fields rendered and "VAT" fields still wrongly appear, which was caused by the fact that `$('#field').val() != ''` is truthy when `$('#field').length` is zero (since `'' != undefined`).
2013-10-24 09:43:50 +02:00
PhpMadman
373604fc97
[-] FO: removed width on message product select
...
Limiting select could make the user think the select is not working if they click to much to the left on bigger screens
2013-10-23 11:52:35 +02:00
gRoussac
101b37b40a
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-10-23 11:45:26 +02:00
gRoussac
ad4ecefcf9
[-] FO : Prevent fatal error on getUniqReference when order not loaded
2013-10-23 11:44:12 +02:00
Gregory Roussac
5bb4d48ddd
Merge pull request #870 from djfm/development
...
[*] LO : Fixed a few bugs with currency formats in Back-Office orders
2013-10-22 10:17:11 -07:00
PhpMadman
e857fb5978
[*] FO: Removed missplaced </li> on mobile theme
2013-10-22 13:34:52 +02:00
gRoussac
aefa821d7f
[*] MO : TM - Blockcart added Layer
2013-10-21 16:55:47 +02:00
gRoussac
c9d20f35b3
// norms
2013-10-21 00:00:17 +02:00
gRoussac
f2d70076bd
[-] : Fix bug #PSCFV-4859, could not register invoice address or invoice country in OPC as guest, and phone not required in standard registration
2013-10-20 23:52:48 +02:00
gRoussac
6b1d69dd7d
[-] FO : $back value twice escaped
2013-10-17 12:18:23 +02:00
gRoussac
62aaf16d60
[*] FO : New hooks for home tabs
2013-10-16 11:44:55 +02:00
gRoussac
80f6f4e223
[-] FO : Fix bug #PSCFV-10688, bad priceDisplay in order-carrier
2013-10-14 15:34:47 +02:00
Kevin Granger
67dc7aac04
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into bootstrap
...
Conflicts:
admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl
admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl
admin-dev/themes/default/template/controllers/import/helpers/form/form.tpl
admin-dev/themes/default/template/controllers/modules/filters.tpl
admin-dev/themes/default/template/controllers/modules/list.tpl
admin-dev/themes/default/template/controllers/orders/form.tpl
admin-dev/themes/default/template/helpers/form/form.tpl
classes/Category.php
classes/controller/AdminController.php
controllers/admin/AdminAttributesGroupsController.php
controllers/admin/AdminFeaturesController.php
controllers/admin/AdminImportController.php
controllers/admin/AdminLogsController.php
install-dev/install_version.php
install-dev/langs/ru/data/tab.xml
js/admin_carrier_wizard.js
modules/loyalty/loyalty.php
2013-10-14 12:21:29 +02:00
djfm
5e407db21e
[*] LO : Fixed a few bugs with currency formats in Back-Office orders
2013-10-14 09:30:45 +00:00
Fabio Chelly
9e3b82e8ed
[*] BO Module productcomments: JS variables are correctly escaped. Padding in error message has also been pushed to theme tpl
2013-10-11 16:37:26 +02:00
Rémi Gaillard
3b677092bf
[*] FO: You can now choose the anchor separator for attributes
2013-10-09 11:01:18 +02:00
Rémi Gaillard
60214d8fb6
// nothing
2013-10-08 22:11:28 +02:00
Rémi Gaillard
f2c6887497
// quickview
2013-10-08 17:44:10 +02:00
Rémi Gaillard
0db2372724
// add color list to some controllers
2013-10-08 15:39:06 +02:00
Francois Gaillard
77b2b4b6ca
// Manual merge PS 1.5.6.0
2013-10-07 18:22:55 +02:00
gRoussac
900209f93c
// bad commit https://github.com/PrestaShop/PrestaShop/commit/c2bcc5baa1e6dd73f46a0811bf8889b80bcdc982
2013-10-07 11:44:09 +02:00
gRoussac
c2bcc5baa1
[*] FO : TM home modules preparation
2013-10-04 18:32:31 +02:00
Damien Metzger
5c5a989cda
// Added javascript validation functions (demo)
2013-10-04 15:24:50 +02:00
Rémi Gaillard
16dfa4e73d
// missing file
2013-10-04 15:12:08 +02:00
tucoinfo
8f09d49ffc
[*] FO : add variable $nofollow to mobile theme header.tpl
...
Copied from normal theme which already manages the NoFollow variable
2013-10-03 12:19:10 +02:00
thoma202
1ccc25f56c
Merge branch 'development' of github.com:202-ecommerce/PrestaShop into development
2013-10-02 14:38:44 +02:00
thoma202
eb7655e318
[+] Added hook in maintenance page
2013-10-02 11:58:35 +02:00
Jerome Nadaud
340f6cebe4
[-] FO : FixBug #PSCFV-10542 - Category description view problem
2013-10-01 10:20:33 +02:00
Rémi Gaillard
c2857add42
// add color list on product listing
2013-09-30 17:19:02 +02:00
Julien
dd5cd33bb4
[-] BO : fix pre-selection of id_contact in contact-form.tpl
2013-09-30 14:38:06 +02:00
Fabio Chelly
6d8cc454e1
[-] MO productcomments: prevents guests to add comments when guest comment is disabled in backoffice
...
(cherry picked from commit 345d4cd )
2013-09-27 11:30:42 +02:00
Fabio Chelly
345d4cdbcf
[-] MO productcomments: prevents guests to add comments when guest comment is disabled in backoffice
2013-09-27 11:27:58 +02:00
gRoussac
1d6593612f
[-] FO : Fix #PSCFV-10480 again css fix
2013-09-24 12:21:10 +02:00
gRoussac
b3a425c73a
[-] MO : Blockcart, wrong tbody
2013-09-23 18:20:35 +02:00
gRoussac
92382e347c
[-] FO : Fix bug #PSCFV-10478 could not see auto added cart rule voucher on product page
2013-09-23 16:08:44 +02:00
Fabio Chelly
a1555c3fc8
Merge remote-tracking branch 'origin/development' into development
2013-09-23 11:24:26 +02:00
Fabio Chelly
31697fde3c
[-] MO productcomments: confirmation message takes moderation mode into account
2013-09-23 11:24:14 +02:00
Jerome Nadaud
5206496f64
[-] BO : Fix Bug For new Fancy Box events
2013-09-23 11:22:51 +02:00
Vincent Augagneur
322654cacf
//small fix with mode catalog and cart button
2013-09-17 14:54:38 +02:00