Index: branches/5.1.x/install/upgrades.php
===================================================================
diff -u -r14457 -r14483
--- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14457)
+++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14483)
@@ -1,6 +1,6 @@
Array ('Core' => '5.1.2'),
'5.1.3-B1' => 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'),
);
}
Index: branches/5.1.x/admin_templates/catalog_tab.tpl
===================================================================
diff -u -r14255 -r14483
--- branches/5.1.x/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 14255)
+++ branches/5.1.x/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 14483)
@@ -47,7 +47,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 -r14452 -r14483
--- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14452)
+++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14483)
@@ -112,4 +112,6 @@
# ===== v 5.1.3-RC1 =====
UPDATE ConfigurationValues
SET VariableValue = 'in-news/articles/article_detail'
-WHERE VariableName = 'n_ItemTemplate' AND VariableValue = 'in-news/designs/detail';
\ No newline at end of file
+WHERE VariableName = 'n_ItemTemplate' AND VariableValue = 'in-news/designs/detail';
+
+# ===== v 5.1.3-RC2 =====
\ No newline at end of file