Index: branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php =================================================================== diff -u -N -r15250 -r15433 --- branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php (.../scheduled_tasks_config.php) (revision 15250) +++ branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php (.../scheduled_tasks_config.php) (revision 15433) @@ -1,6 +1,6 @@ 'string', 'max_len' => 255, 'required' => 1, 'not_null' => 1, 'default' => '' ), - 'RunInterval' => Array ('type' => 'int', 'required' => 1, 'not_null' => 1, 'default' => 0), + 'RunSchedule' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => '* * * * *'), 'LastRunOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'LastRunStatus' => Array ( @@ -126,7 +126,7 @@ 'not_null' => 1, 'default' => 1 ), - 'NextRunOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'required' => 1, 'default' => '#NOW#'), + 'NextRunOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'RunTime' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Timeout' => Array ( 'type' => 'int', @@ -148,18 +148,18 @@ 0 => 'icon16_disabled.png', ), 'Fields' => Array ( - 'ScheduledTaskId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 50, ), - 'Name' => Array ('filter_block' => 'grid_like_filter', 'width' => 200, ), - 'Type' => Array ('filter_block' => 'grid_options_filter', 'width' => 60, ), - 'Event' => Array ('filter_block' => 'grid_like_filter', 'width' => 280, ), - 'RunInterval' => Array ('filter_block' => 'grid_range_filter', 'width' => 100, ), - 'LastRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'RunTime' => Array ('filter_block' => 'grid_range_filter', 'width' => 145, ), - 'LastRunStatus' => Array ('filter_block' => 'grid_options_filter', 'width' => 120, ), - 'NextRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 65, ), - 'Timeout' => Array ('filter_block' => 'grid_range_filter', 'width' => 85, ), - 'LastTimeoutOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), + 'ScheduledTaskId' => Array ('title' => 'column:la_fld_Id', 'filter_block' => 'grid_range_filter', 'width' => 80), + 'Name' => Array ('filter_block' => 'grid_like_filter', 'width' => 200), + 'Type' => Array ('filter_block' => 'grid_options_filter', 'width' => 60), + 'Event' => Array ('filter_block' => 'grid_like_filter', 'width' => 280), + 'RunSchedule' => Array ('filter_block' => 'grid_range_filter', 'width' => 100), + 'LastRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145), + 'RunTime' => Array ('filter_block' => 'grid_range_filter', 'width' => 100), + 'LastRunStatus' => Array ('filter_block' => 'grid_options_filter', 'width' => 90), + 'NextRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145), + 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 65), + 'Timeout' => Array ('filter_block' => 'grid_range_filter', 'width' => 85), + 'LastTimeoutOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145), 'SiteDomainLimitation' => Array ('data_block' => 'grid_picker_td', 'filter_block' => 'grid_multioptions_filter', 'separator' => ', ', 'width' => 145), ), ),