Index: trunk/core/units/categories/categories_config.php =================================================================== diff -u -r2819 -r3145 --- trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 2819) +++ trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 3145) @@ -61,6 +61,8 @@ 'Type' => Array('type' => 'int','not_null' => '1','default' => '0'), 'ParentId' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Name' => Array('type' => 'string','not_null' => '1','default' => ''), + 'Filename' => Array('type' => 'string','not_null' => '1','default' => ''), + 'AutomaticFilename' => Array('type' => 'int','not_null' => '1','default' => '0'), 'Description' => Array('type' => 'string','not_null' => '1','default' => ''), 'CreatedOn' => Array('formatter' => 'kDateFormatter', 'default'=>'#NOW#', 'not_null' => '1'), 'EditorsPick' => Array('type' => 'int','default' => ''), @@ -73,6 +75,7 @@ 'CreatedById' => Array('type' => 'int','not_null' => '1','default' => '0'), 'ResourceId' => Array('type' => 'int','default' => ''), 'ParentPath' => Array('type' => 'string','not_null' => '1','default' => ''), + 'NamedParentPath' => Array('type' => 'string','not_null' => '1','default' => ''), 'MetaDescription' => Array('type' => 'string','default' => ''), 'HotItem' => Array('type' => 'int','not_null' => '1','default' => '2'), 'NewItem' => Array('type' => 'int','not_null' => '1','default' => '2'),