Index: branches/5.1.x/admin_templates/catalog_tab.tpl
===================================================================
diff -u -r14257 -r14481
--- branches/5.1.x/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 14257)
+++ branches/5.1.x/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 14481)
@@ -84,7 +84,8 @@
Grids[''].AddAlternativeGrid('', true);
Grids[''].SetDependantToolbarButtons( new Array('edit','delete','approve','decline','sep3','cut','copy','move_up','move_down','sep6'));
- $Catalog.reflectPasteButton();
+
+
$Catalog.setViewMenu('');
Grids[''].DblClick = function() {return false};
Index: branches/5.1.x/install/upgrades.sql
===================================================================
diff -u -r14450 -r14481
--- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14450)
+++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14481)
@@ -218,4 +218,6 @@
# ===== v 5.1.3-RC1 =====
UPDATE ConfigurationValues
SET VariableValue = 'in-commerce/products/product_detail'
-WHERE VariableName = 'p_ItemTemplate' AND VariableValue = 'in-commerce/designs/detail';
\ No newline at end of file
+WHERE VariableName = 'p_ItemTemplate' AND VariableValue = 'in-commerce/designs/detail';
+
+# ===== v 5.1.3-RC2 =====
\ No newline at end of file
Index: branches/5.1.x/install/upgrades.php
===================================================================
diff -u -r14455 -r14481
--- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14455)
+++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14481)
@@ -1,6 +1,6 @@
Array ('Core' => '5.1.3-B1'),
'5.1.3-B2' => Array ('Core' => '5.1.3-B2'),
'5.1.3-RC1' => Array ('Core' => '5.1.3-RC1'),
+ '5.1.3-RC2' => Array ('Core' => '5.1.3-RC2'),
);
}