#1346 - Improve scheduled publishing

Identifier #1346
Issue type Feature request or suggestion
Title Improve scheduled publishing
Status Completed
Tags

Roadmap: v11 (custom)

Handling member PDStig
Addon calendar
Description Scheduled publishing works by putting in custom code to the calendar.

This is rather messy. It should at least go through an API to do it cleanly, probably using hooks.

So, you'd have a function like...

schedule('publish_news','news',$id,$timestamp);

And it would automatically remove prior schedules on that content-type/ID combination, and add this new one. The actual code run would be in the publish_news hook, rather than copied direct into the calendar event.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated