Index: branches/5.0.x/core/units/logs/change_logs/change_logs_config.php =================================================================== diff -u -r12117 -r12299 --- branches/5.0.x/core/units/logs/change_logs/change_logs_config.php (.../change_logs_config.php) (revision 12117) +++ branches/5.0.x/core/units/logs/change_logs/change_logs_config.php (.../change_logs_config.php) (revision 12299) @@ -1,6 +1,6 @@ 'change-log', 'ItemClass' => Array('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), @@ -148,31 +150,4 @@ 'ConfigMapping' => Array( 'PerPage' => 'Perpage_ChangeLog', ), - ); - -/* !!! Copy the rest of the file to appropriate files and templates - * !!! DON'T FORGET TO CREAT FIELDS AND GRIDS USING SYSTEM TOOLS SECTION !!! - - -/* - -Don't forget to: - -- Add table create statement to install_schema.sql - CREATE TABLE ChangeLogs ( - `ChangeLogId` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , - `Title` VARCHAR( 255 ) NOT NULL , - `Description` TEXT NULL , - `Email` VARCHAR( 255 ) NOT NULL , - `Type` TINYINT NOT NULL , - `Phone` VARCHAR( 50 ) NOT NULL , - `Qty` DOUBLE NOT NULL , - `Status` TINYINT NOT NULL , - `CreatedOn` INT NOT NULL , - `Good` TINYINT NOT NULL -) - -- Add permissions for admin gorup to install script (see 'Sections' key above) - - -*/ \ No newline at end of file + ); \ No newline at end of file