Index: branches/unlabeled/unlabeled-1.12.14/kernel/units/categories/categories_config.php =================================================================== diff -u -r4103 -r4583 --- branches/unlabeled/unlabeled-1.12.14/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4103) +++ branches/unlabeled/unlabeled-1.12.14/kernel/units/categories/categories_config.php (.../categories_config.php) (revision 4583) @@ -64,13 +64,13 @@ 'ParentId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Name' => Array('type' => 'string', 'formatter' => 'kMultiLanguage', 'not_null' => '1','default' => ''), 'Filename' => Array('type' => 'string','not_null' => '1','default' => ''), - 'AutomaticFilename' => Array('type' => 'int','not_null' => '1','default' => '0'), + 'AutomaticFilename' => Array('type' => 'int','not_null' => '1','default' => '1'), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''), 'CreatedOn' => Array('formatter' => 'kDateFormatter', 'default'=>'#NOW#', 'not_null' => '1'), 'EditorsPick' => Array('type' => 'int','default' => ''), 'Status' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Pop' => Array('type' => 'int','default' => ''), - 'Priority' => Array('type' => 'int','default' => ''), + 'Priority' => Array('type' => 'int', 'not_null' => 1, 'default' => ''), 'MetaKeywords' => Array('type' => 'string','default' => ''), 'CachedDescendantCatsQty' => Array('type' => 'int','default' => ''), 'CachedNavbar' => Array('type' => 'string','not_null' => '1','default' => ''),