Jerome Nadaud
7816664911
[-] BO : FixBug #PSCSX-91 Wrong texture display in products attributes colors
2013-12-10 10:14:15 +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
3f2ce54efd
// gamification + multishop wip
2013-12-03 15:21:13 +01:00
Kevin Granger
bf3c27e864
// fix dropdown menu
2013-12-02 14:13:41 +01:00
Jerome Nadaud
8decc89750
// Fix color form item
2013-11-29 18:39:26 +01:00
Jerome Nadaud
0a2a36f49b
// Add text-success class to upload button
2013-11-29 18:15:55 +01:00
Jerome Nadaud
a597881da7
// Fix simple uploader view
2013-11-29 18:07:27 +01:00
Jerome Nadaud
7261490381
// Fix Categories image problem
2013-11-28 15:35:17 +01:00
Jerome Nadaud
510b71054a
// Add Drag and Drop to uploader helper
2013-11-28 09:55:22 +01:00
Jerome Nadaud
dc90bb6227
// Force clearstatcache on product image upload
2013-11-26 15:46:21 +01:00
Kevin Granger
926286eaf9
// fix switch
2013-11-26 10:33:35 +01:00
Kevin Granger
0e3504f3b3
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-25 17:17:15 +01:00
Kevin Granger
fae1fd58a9
// tweak on switch + admin import
2013-11-25 17:16:59 +01:00
Jerome Nadaud
b2cee0426a
// Default category was not selected
2013-11-25 16:05:18 +01:00
Kevin Granger
4044ba853e
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-22 18:57:15 +01:00
Kevin Granger
0572fc09e8
// tweaks list + customers
2013-11-22 18:56:52 +01:00
Jerome Nadaud
3fe6608a62
// Include datetime picker for all admin controllers
2013-11-22 16:41:52 +01:00
Damien Metzger
c095d8f1ca
[-] Core : fixed smarty escape htmlall > html
2013-11-22 09:47:15 +01:00
Kevin Granger
9eefcfd058
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into bootstrap
...
Conflicts:
admin-dev/themes/default/css/modules.css
admin-dev/themes/default/template/controllers/carts/helpers/view/view.tpl
admin-dev/themes/default/template/controllers/groups/helpers/form/form.tpl
admin-dev/themes/default/template/controllers/groups/helpers/view/view.tpl
admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl
admin-dev/themes/default/template/controllers/products/images.tpl
admin-dev/themes/default/template/controllers/products/prices.tpl
admin-dev/themes/default/template/helpers/form/form.tpl
admin-dev/themes/default/template/helpers/list/list_header.tpl
classes/Autoload.php
classes/Carrier.php
classes/Product.php
classes/ProductSale.php
classes/Tools.php
classes/Validate.php
classes/tax/TaxRulesTaxManager.php
controllers/admin/AdminPPreferencesController.php
controllers/admin/AdminPerformanceController.php
install-dev/install_version.php
js/admin_carrier_wizard.js
modules/blockcategories/blockcategories.php
modules/blocklayered/blocklayered.php
modules/statsequipment/statsequipment.php
modules/statsproduct/statsproduct.php
modules/watermark/watermark.php
themes/default/address.tpl
themes/default/authentication.tpl
themes/default/category.tpl
themes/default/contact-form.tpl
themes/default/css/history.css
themes/default/header.tpl
themes/default/js/cart-summary.js
themes/default/js/product.js
themes/default/mobile/order-detail.tpl
themes/default/modules/blocksearch/blocksearch.tpl
themes/default/modules/productcomments/productcomments.tpl
themes/default/order-carrier.tpl
themes/default/order-detail.tpl
themes/default/order-opc-new-account.tpl
themes/default/product.tpl
2013-11-21 17:43:51 +01:00
Jerome Nadaud
0b47dbca21
// Adding footer to customer requiered fields
2013-11-21 09:46:27 +01:00
Jerome Nadaud
a5cc9efa76
// Languages boostraping
2013-11-20 18:20:19 +01:00
Jerome Nadaud
0b3c08acbe
// Add language iso code to language select
2013-11-20 15:37:25 +01:00
Jerome Nadaud
dbf98d3722
// Put suffix after input field
2013-11-20 12:02:15 +01:00
Jerome Nadaud
e02b5d5c11
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
...
Conflicts:
admin-dev/themes/default/template/helpers/list/list_header.tpl
2013-11-18 18:39:25 +01:00
Jerome Nadaud
6be883217e
[-] BO : FixBug #PNM-1594 - Double selected option value
2013-11-18 18:36:30 +01:00
gRoussac
6633efd27d
[-] BO : Fix bug #PNM-1594, selected value error in helper list
2013-11-18 15:11:49 +01:00
Jerome Nadaud
239604b70c
// Missing isset on cols and rows
2013-11-18 14:35:15 +01:00
Jerome Nadaud
8d90578cf7
// Add anchor to list
2013-11-15 16:04:27 +01:00
Jerome Nadaud
67eeae0fa2
// Set visibility on help button
2013-11-14 14:42:35 +01:00
ccauw
747926039a
[*] BO : add class on TD in standard List
...
Back office :
Add a class on TD in list created by getList()
In fields_list array of AdminController, we can add a new parameter('class')
example :
'name' => array(
'title' => $this->l('Name'),
'width' => 150,
'class' => 'ma_classe',
'filter_key' => 'b!name'
),
This parameter can be used for javascript effect, ...
Thanks.
2013-11-12 18:01:27 +01:00
Kevin Granger
4e06b1fdd5
// update Bootstrap 3.0.2 + fix tree header
2013-11-12 14:50:19 +01:00
Jerome Nadaud
c5b3d20b96
// Fix empty file list on add
2013-11-08 18:05:56 +01:00
Jerome Nadaud
217a79eeae
// Unify thumb param in files options
2013-11-08 17:49:56 +01:00
Kevin Granger
00a72a5f68
// skin uploader button
2013-11-08 16:56:12 +01:00
Shagshag
c7f1fcb49a
kb was not translatable
2013-11-08 15:33:49 +01:00
Rémi Gaillard
f5c133f6e0
// small fix
2013-11-07 17:50:28 +01:00
Jerome Nadaud
01d8376ee7
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-07 16:48:56 +01:00
Jerome Nadaud
18718792be
// Uploader helper part 3
2013-11-07 16:42:00 +01:00
Kevin Granger
93717e910b
// Repairs sake of performance on tables with many lines.
2013-11-06 18:15:17 +01:00
Jerome Nadaud
cf44f8d0b4
// Uploader helper small fix
2013-11-04 19:50:04 +01:00
Jerome Nadaud
fa68e015b3
Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
2013-11-04 18:34:51 +01:00
Jerome Nadaud
d78a268730
// Uploader helper part 2
2013-11-04 18:31:43 +01:00
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
Kevin Granger
84be298dc5
// some W3C fixs
2013-11-01 17:25:18 +01:00
Kevin Granger
9c499dc8a4
// Placeholder instead of label for list filter date
2013-11-01 16:28:21 +01:00
Rémi Gaillard
74e92e364c
// php warning
2013-10-31 18:26:09 +01:00
Kevin Granger
ba28c5f527
// UI fixs
2013-10-31 15:49:57 +01:00
Madef
78af47e2d3
[-] BO : tagify call twice if field is not translatable
2013-10-29 23:18:34 +01:00
Kevin Granger
0b564c0107
// oups
2013-10-29 18:15:17 +01:00
Kevin Granger
aee725839e
// fixs btn-group
2013-10-29 18:10:07 +01:00