View Issue Details

IDProjectCategoryView StatusLast Update
0027882mantisbtplug-inspublic2021-03-07 18:28
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.24.4 
Target Version2.25.0Fixed in Version2.25.0 
Summary0027882: Create cronjob script and plugin event
Description

This enables the cronjob of the host to call this script and plugins to execute tasks as needed.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 5a96213e

2020-06-11 21:25

vboctor


Details Diff
Create a Cronjob script and plugin event

This way there is one cronjob script to execute which triggers an event, then all plugins can hook into it.

Fixes 0027882
Affected Issues
0027882
mod - core/events_inc.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference.xml Diff File
add - scripts/cronjob.php Diff File

MantisBT: master 0c727c8c

2021-01-23 21:53

vboctor


Details Diff
Cronjob pull request fixes

- Update file header.
- Use the script filename instead of hard coding cronjob.php.

Fixes 0027882
Affected Issues
0027882
mod - scripts/cronjob.php Diff File