// Release branch merged

This commit is contained in:
Francois Gaillard
2013-08-29 18:46:34 +02:00
24 changed files with 43 additions and 28 deletions

View File

@@ -35,12 +35,12 @@
</div>
<div class="footerRight">
{if $iso_is_fr}
<span>Questions / Renseignements / Formations :</span> <strong>+33 (0)1.40.18.30.04</strong> de 09h &agrave; 18h
<span>Questions / Renseignements / Formations :</span> <strong>+33 (0)1.40.18.30.04</strong>
{/if}
|&nbsp;<a href="http://www.prestashop.com/en/contact_us/" target="_blank" class="footer_link">{l s='Contact'}</a>
|&nbsp;<a href="http://forge.prestashop.com" target="_blank" class="footer_link">{l s='Bug Tracker'}</a>
|&nbsp;<a href="http://www.prestashop.com/forums/" target="_blank" class="footer_link">{l s='Forum'}</a>
|&nbsp;<a href="http://addons.prestashop.com/" target="_blank" class="footer_link">{l s='Addons'}</a>
|&nbsp;<a href="http://www.prestashop.com/en/contact-us?utm_source=backoffice_footer" target="_blank" class="footer_link">{l s='Contact'}</a>
|&nbsp;<a href="http://forge.prestashop.com/?utm_source=backoffice_footer" target="_blank" class="footer_link">{l s='Bug Tracker'}</a>
|&nbsp;<a href="http://www.prestashop.com/forums/?utm_source=backoffice_footer" target="_blank" class="footer_link">{l s='Forum'}</a>
|&nbsp;<a href="http://addons.prestashop.com/?utm_source=backoffice_footer" target="_blank" class="footer_link">{l s='Addons'}</a>
</div>
</div>
</div>

View File

@@ -347,7 +347,7 @@ class ProductCore extends ObjectModel
),
'id_tax_rules_group' => array(
'xlink_resource' => array(
'resourceName' => 'tax_rules_group'
'resourceName' => 'tax_rule_groups'
)
),
'position_in_category' => array(

View File

@@ -1535,6 +1535,16 @@ class AdminControllerCore extends Controller
protected function addToolBarModulesListButton()
{
if (!$this->isFresh(Module::CACHE_FILE_DEFAULT_COUNTRY_MODULES_LIST, 86400))
file_put_contents(_PS_ROOT_DIR_.Module::CACHE_FILE_DEFAULT_COUNTRY_MODULES_LIST, Tools::addonsRequest('native'));
$country_module_list_xml = simplexml_load_file(_PS_ROOT_DIR_.Module::CACHE_FILE_DEFAULT_COUNTRY_MODULES_LIST);
$country_module_list = array();
foreach ($country_module_list_xml->module as $k => $m)
$country_module_list[] = (string)$m->name;
$this->tab_modules_list['slider_list'] = array_intersect($this->tab_modules_list['slider_list'], $country_module_list);
if (is_array($this->tab_modules_list['slider_list']) && count($this->tab_modules_list['slider_list']))
$this->toolbar_btn['modules-list'] = array(
'href' => '#',

View File

@@ -302,14 +302,13 @@ class AdminModulesPositionsControllerCore extends AdminController
public function getLiveEditUrl($live_edit_params)
{
$lang = '';
$lang = '';
$admin_dir = dirname($_SERVER['PHP_SELF']);
$admin_dir = substr($admin_dir, strrpos($admin_dir, '/') + 1);
$dir = str_replace($admin_dir, '', dirname($_SERVER['SCRIPT_NAME']));
if (Configuration::get('PS_REWRITING_SETTINGS') && count(Language::getLanguages(true)) > 1)
$lang = Language::getIsoById($this->context->employee->id_lang).'/';
$url = Tools::getCurrentUrlProtocolPrefix().Tools::getHttpHost().$dir.$lang.Dispatcher::getInstance()->createUrl('index', (int)$this->context->language->id, $live_edit_params);
return $url;
}

View File

@@ -863,6 +863,12 @@ class AdminProductsControllerCore extends AdminController
{
$combination = new Combination((int)$id_product_attribute);
$combination->setAttributes(Tools::getValue('attribute_combination_list'));
// images could be deleted before
$id_images = Tools::getValue('id_image_attr');
if (!empty($id_images))
$combination->setImages($id_images);
$product->checkDefaultAttributes();
if (Tools::getValue('attribute_default'))
{

View File

@@ -689,7 +689,7 @@ Country</value>
<value>7700</value>
</configuration>
<configuration id="PS_VERSION_DB" name="PS_VERSION_DB">
<value>1.5.0.9</value>
<value>1.5.5.0</value>
</configuration>
<configuration id="PS_BASE_DISTANCE_UNIT" name="PS_BASE_DISTANCE_UNIT">
<value>m</value>
@@ -701,7 +701,7 @@ Country</value>
<value>localhost</value>
</configuration>
<configuration id="PS_INSTALL_VERSION" name="PS_INSTALL_VERSION">
<value>1.5.0.9</value>
<value>1.5.5.0</value>
</configuration>
<configuration id="PS_SHOP_NAME" name="PS_SHOP_NAME">
<value>PrestaShop</value>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="Pesquisar"/>
<tab id="Search_Engines" name="Ferramentas de Pesquisa"/>
<tab id="SEO_URLs" name="SEO e URLs"/>
<tab id="Shipping" name="Prefer&#xEA;ncias"/>
<tab id="Shipping_1" name="Envio"/>
<tab id="Shipping" name="Envio"/>
<tab id="Shipping_1" name="Prefer&#xEA;ncias"/>
<tab id="Shop_URLs" name="URL da loja"/>
<tab id="Shopping_Carts" name="Carrinhos de Compras"/>
<tab id="Shops" name="Lojas"/>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="Suche"/>
<tab id="Search_Engines" name="Suchmaschinen"/>
<tab id="SEO_URLs" name="SEO &amp; URLs"/>
<tab id="Shipping" name="Voreinstellungen"/>
<tab id="Shipping_1" name="Versand"/>
<tab id="Shipping" name="Versand"/>
<tab id="Shipping_1" name="Voreinstellungen"/>
<tab id="Shop_URLs" name="Shop-URLs"/>
<tab id="Shopping_Carts" name="Warenk&#xF6;rbe"/>
<tab id="Shops" name="Shops"/>

View File

@@ -12,7 +12,7 @@
<tab id="Orders" name="Orders"/>
<tab id="Customers" name="Customers"/>
<tab id="Price_Rules" name="Price Rules"/>
<tab id="Shipping" name="Preferences"/>
<tab id="Shipping" name="Shipping"/>
<tab id="Localization" name="Localization"/>
<tab id="Modules" name="Modules"/>
<tab id="Preferences" name="Preferences"/>
@@ -48,7 +48,7 @@
<tab id="Cart_Rules" name="Cart Rules"/>
<tab id="Catalog_Price_Rules" name="Catalog Price Rules"/>
<tab id="Marketing" name="Marketing"/>
<tab id="Shipping_1" name="Shipping"/>
<tab id="Shipping_1" name="Preferences"/>
<tab id="Carriers" name="Carriers"/>
<tab id="Localization_1" name="Localization"/>
<tab id="Languages" name="Languages"/>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="Buscar"/>
<tab id="Search_Engines" name="Buscador"/>
<tab id="SEO_URLs" name="SEO y URLs"/>
<tab id="Shipping" name="Preferencias"/>
<tab id="Shipping_1" name="transporte"/>
<tab id="Shipping" name="Transporte"/>
<tab id="Shipping_1" name="Preferencias"/>
<tab id="Shop_URLs" name="URL cortos"/>
<tab id="Shopping_Carts" name="Cestas"/>
<tab id="Shops" name="Tiendas"/>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="Recherche"/>
<tab id="Search_Engines" name="Moteurs de recherche"/>
<tab id="SEO_URLs" name="SEO &amp; URLs"/>
<tab id="Shipping" name="Préférences"/>
<tab id="Shipping_1" name="Transport"/>
<tab id="Shipping" name="Transport"/>
<tab id="Shipping_1" name="Préférences"/>
<tab id="Shop_URLs" name="URLs de boutique"/>
<tab id="Shopping_Carts" name="Paniers"/>
<tab id="Shops" name="Boutiques"/>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="Cerca"/>
<tab id="Search_Engines" name="Motori di ricerca"/>
<tab id="SEO_URLs" name="URL e SEO"/>
<tab id="Shipping" name="Preferenze"/>
<tab id="Shipping_1" name="Spedizione"/>
<tab id="Shipping" name="Spedizione"/>
<tab id="Shipping_1" name="Preferenze"/>
<tab id="Shop_URLs" name="URLs negozi"/>
<tab id="Shopping_Carts" name="Carrello"/>
<tab id="Shops" name="Negozi associati"/>

View File

@@ -12,7 +12,7 @@
<tab id="Orders" name="Orders"/>
<tab id="Customers" name="Customers"/>
<tab id="Price_Rules" name="Price Rules"/>
<tab id="Shipping" name="Preferences"/>
<tab id="Shipping" name="Shipping"/>
<tab id="Localization" name="Localization"/>
<tab id="Modules" name="Modules"/>
<tab id="Preferences" name="Preferences"/>
@@ -48,7 +48,7 @@
<tab id="Cart_Rules" name="Cart Rules"/>
<tab id="Catalog_Price_Rules" name="Catalog Price Rules"/>
<tab id="Marketing" name="Marketing"/>
<tab id="Shipping_1" name="Shipping"/>
<tab id="Shipping_1" name="Preferences"/>
<tab id="Carriers" name="Carriers"/>
<tab id="Price_Ranges" name="Price Ranges"/>
<tab id="Weight_Ranges" name="Weight Ranges"/>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="Wyszukaj"/>
<tab id="Search_Engines" name="Wyszukiwarki"/>
<tab id="SEO_URLs" name="Dane URL i SEO"/>
<tab id="Shipping" name="Preferencje"/>
<tab id="Shipping_1" name="Wysy&#x142;ka"/>
<tab id="Shipping" name="Wysy&#x142;ka"/>
<tab id="Shipping_1" name="Preferencje"/>
<tab id="Shop_URLs" name="Adres URL sklepu"/>
<tab id="Shopping_Carts" name="Koszyk zakup&#xF3;w"/>
<tab id="Shops" name="Sklepy"/>

View File

@@ -74,8 +74,8 @@
<tab id="Search" name="&#x41F;&#x43E;&#x438;&#x441;&#x43A;"/>
<tab id="Search_Engines" name="&#x41F;&#x43E;&#x438;&#x441;&#x43A;&#x43E;&#x432;&#x44B;&#x435; &#x441;-&#x43C;&#x44B;"/>
<tab id="SEO_URLs" name="SEO &#x438; URLs"/>
<tab id="Shipping" name="&#x41D;&#x430;&#x441;&#x442;&#x440;&#x43E;&#x439;&#x43A;&#x438;"/>
<tab id="Shipping_1" name="&#x414;&#x43E;&#x441;&#x442;&#x430;&#x432;&#x43A;&#x430;"/>
<tab id="Shipping" name="&#x414;&#x43E;&#x441;&#x442;&#x430;&#x432;&#x43A;&#x430;"/>
<tab id="Shipping_1" name="&#x41D;&#x430;&#x441;&#x442;&#x440;&#x43E;&#x439;&#x43A;&#x438;"/>
<tab id="Shop_URLs" name="URL &#x43C;&#x430;&#x433;&#x430;&#x437;&#x438;&#x43D;&#x430;"/>
<tab id="Shopping_Carts" name="&#x41A;&#x43E;&#x440;&#x437;&#x438;&#x43D;&#x44B;"/>
<tab id="Shops" name="&#x41C;&#x430;&#x433;&#x430;&#x437;&#x438;&#x43D;&#x44B;"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.