Index: branches/RC/core/units/theme_files/theme_files_config.php =================================================================== diff -u -N -r8929 -r11646 --- branches/RC/core/units/theme_files/theme_files_config.php (.../theme_files_config.php) (revision 8929) +++ branches/RC/core/units/theme_files/theme_files_config.php (.../theme_files_config.php) (revision 11646) @@ -7,34 +7,34 @@ 'EventHandlerClass' => Array('class' => 'kDBEventHandler', 'file' => '', 'build_event'=>'OnBuild'), 'TagProcessorClass' => Array('class' => 'kDBTagProcessor', 'file' => '', 'build_event'=>'OnBuild'), 'AutoLoad' => true, - + 'QueryString' => Array( 1 => 'id', 2 => 'page', 3 => 'event', ), - + 'IDField' => 'FileId', 'TitleField' => 'FileName', - + 'TableName' => TABLE_PREFIX.'ThemeFiles', 'ForeignKey' => 'ThemeId', 'ParentTableKey' => 'ThemeId', 'ParentPrefix' => 'theme', 'AutoDelete' => true, 'AutoClone' => true, - + 'ListSQLs' => Array( '' => 'SELECT %1$s.* %2$s FROM %s'), 'ItemSQLs' => Array( '' => 'SELECT %1$s.* %2$s FROM %s'), - + 'ListSortings' => Array ( '' => Array( 'Sorting' => Array('FileName' => 'asc'), ) ), - + 'Fields' => Array( 'FileId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'ThemeId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), @@ -43,6 +43,7 @@ 'Description' => Array ('type' => 'string', 'max_len' => 255, 'default' => NULL), 'FileType' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'FileFound' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), + 'FileMetaInfo' => Array ('type' => 'string', 'default' => NULL), ), 'Grids' => Array (