Index: branches/5.2.x/install/upgrades.sql
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 13843)
+++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14091)
@@ -90,4 +90,13 @@
# ===== v 5.1.0-RC1 =====
-# ===== v 5.1.0 =====
\ No newline at end of file
+# ===== v 5.1.0 =====
+
+# ===== v 5.1.1-B1 =====
+ALTER TABLE News
+ CHANGE CreatedById CreatedById INT(11) NULL DEFAULT NULL ,
+ CHANGE ModifiedById ModifiedById INT(11) NULL DEFAULT NULL;
+
+# ===== v 5.1.1-RC1 =====
+
+# ===== v 5.1.1 =====
\ No newline at end of file
Index: branches/5.2.x/admin_templates/import.tpl
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/admin_templates/import.tpl (.../import.tpl) (revision 13843)
+++ branches/5.2.x/admin_templates/import.tpl (.../import.tpl) (revision 14091)
@@ -90,10 +90,8 @@
Index: branches/5.2.x/admin_templates/category_properties.tpl
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/admin_templates/category_properties.tpl (.../category_properties.tpl) (revision 13843)
+++ branches/5.2.x/admin_templates/category_properties.tpl (.../category_properties.tpl) (revision 14091)
@@ -1,32 +1,28 @@
-
-
-
-
- " id="" value="" tabindex="" size="" maxlength="" class="" onblur="">
+
+
+ " id="" value="" tabindex="" size="" maxlength="" class="" onblur="">
- " name="" id="" onchange="">
-
-
-
-
-
-
- |
-
- |
-
+ " name="" id="" onchange="">
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
Index: branches/5.2.x/admin_templates/articles/articles_images.tpl
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/admin_templates/articles/articles_images.tpl (.../articles_images.tpl) (revision 13843)
+++ branches/5.2.x/admin_templates/articles/articles_images.tpl (.../articles_images.tpl) (revision 14091)
@@ -99,7 +99,7 @@
-
+
Index: branches/5.2.x/admin_templates/articles/articles_categories.tpl
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/admin_templates/articles/articles_categories.tpl (.../articles_categories.tpl) (revision 13843)
+++ branches/5.2.x/admin_templates/articles/articles_categories.tpl (.../articles_categories.tpl) (revision 14091)
@@ -73,7 +73,7 @@
-
+
Index: branches/5.2.x/install/upgrades.php
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 13843)
+++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 14091)
@@ -1,6 +1,6 @@
Array ('Core' => '5.1.0-B1'),
'5.1.0-RC1' => Array ('Core' => '5.1.0-RC1'),
'5.1.0' => Array ('Core' => '5.1.0'),
+ '5.1.1-B1' => Array ('Core' => '5.1.1-B1'),
+ '5.1.1-RC1' => Array ('Core' => '5.1.1-RC1'),
+ '5.1.1' => Array ('Core' => '5.1.1'),
);
}
Index: branches/5.2.x/install/install_schema.sql
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/install/install_schema.sql (.../install_schema.sql) (revision 13843)
+++ branches/5.2.x/install/install_schema.sql (.../install_schema.sql) (revision 14091)
@@ -28,7 +28,7 @@
Hits double(20,6) NOT NULL DEFAULT '0.000000',
CachedRating varchar(10) DEFAULT '0',
CachedVotesQty int(11) NOT NULL DEFAULT '0',
- CreatedById int(11) NOT NULL DEFAULT '-1',
+ CreatedById int(11) DEFAULT NULL,
Priority int(11) NOT NULL DEFAULT '0',
`Status` tinyint(4) NOT NULL DEFAULT '2',
EditorsPick tinyint(4) NOT NULL DEFAULT '0',
@@ -42,7 +42,7 @@
HotItem tinyint(4) NOT NULL DEFAULT '2',
Archived int(11) NOT NULL DEFAULT '0',
Modified int(11) DEFAULT NULL,
- ModifiedById int(11) NOT NULL DEFAULT '-1',
+ ModifiedById int(11) DEFAULT NULL,
OrgId int(11) DEFAULT NULL,
PRIMARY KEY (NewsId),
UNIQUE KEY ResourceId (ResourceId),
Index: branches/5.2.x/admin_templates/export_finish.tpl
===================================================================
diff -u -r13843 -r14091
--- branches/5.2.x/admin_templates/export_finish.tpl (.../export_finish.tpl) (revision 13843)
+++ branches/5.2.x/admin_templates/export_finish.tpl (.../export_finish.tpl) (revision 14091)
@@ -23,7 +23,7 @@