In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Relationship Graph View Issue ] Dependency Graph ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0001341 [In-Portal CMS] Admin Interfaces feature request always 2012-07-09 11:09 2012-07-25 05:29
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed      
Summary 0001341: Create cron-like interface for scheduled tasks
Description Field "Run Interval" of scheduled tasks doesn't seem to be pretty handy, since it doesn't allow to specify exact time when a scheduled task should be executed.

I'm proposing to use native crontab format: http://en.wikipedia.org/wiki/Cron , where it has 5 numbers:
min (0 - 59)
hour (0 - 23)
day of month (1 - 31)
month (1 - 12)
day of week (0 - 7) (Sunday=0 or 7)
For example "0 * * * *" will mean, that job should be executed every hour. And "*/5 * * * *" will mean to run this job every 5 minutes. This is way better, then specifying seconds on every corner.

We also need to create fancy control with 5 input boxes or so to ease input process.
Additional Information Attached screenshot of Cron Manager for cPanel. Live demo:

url: http://x3demob.cpx3demo.com:2082/frontend/x3/cron/index.html
user: x3demob
password: x3demob



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker