Closed JayNakrani closed 10 years ago
Can you please document this in README as well, so that we have all installation instructions in one place.
Sure. I'll push those changes shortly.
I'm not that experienced in documentation. So, please let me know if there needs to be any change in it. :smile:
The inspection completed: 4 new issues, 2 updated code elements
If array Report::status
is not the same as ticket statuses on SF.net then it will give errors on L#3 of app/View/Reports/view.ctp
.
Thanks, looks good.
Add feature 'Change Error Report Status upon change in Associated Bug Ticket of SourceForge.' Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com
Added a generic cron job dispatcher which creates a cron job without breaking MVC of CakePHP. It can be used to set up other cron jobs as well. A seperate log is also added for all the cron jobs.
To synchronize the Report Statuses with SF Tickets, run command:
php app/webroot/cron_dispatcher.php /source_forge/sync_ticket_statuses
. Run that command periodically, i.e. every X time.To run any other _action_ as a cron job.
<php parser> app/webroot/cron_dispatcher.php <action URL>