Hi

I'd like to use Scheduler for automating the blog posting when I am on vacation. Unfortunately as far as I can see scheduler only publishes the nodes, leaving the node creation date intact.

Is there a way to make scheduler publish nodes as if they were just submitted?

Best regards,
Artem.

CommentFileSizeAuthor
#1 scheduler.module_p156360.txt3.8 KBAjK
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AjK’s picture

Component: Miscellaneous » Code
Status: Active » Needs review
FileSize
3.8 KB

Try this patch that adds this feature. If you can review/test and say all is well I will commit it. Note, there's an extra admin setting in "content types" to enable this feature. The default is "off" so that the way it works remains the same for all other users who may upgarde to this version. You'll need to make sure you switch it on to test/review.

drue’s picture

This patch works for me, and is a very important feature that has been lost since scheduler in drupal 4. Hope to see it committed.

Thanks!
-drue

Artem’s picture

Unfortunately, I am not really acquainted with the Drupal architecture (and, heh, PHP) for reviewing the patch. Though it looks ok to drue.

On a side note: would it be more drupalish and modular to make scheduler be able just to fire actions on time? Via the actions module? This way users would be able to do whatever they want, when the desired moment comes.

AjK’s picture

On a side note: would it be more drupalish and modular to make scheduler be able just to fire actions on time? Via the actions module? This way users would be able to do whatever they want, when the desired moment comes.

I did plan on integrating Workflow/Actions in but then someone released the Scheduled Actions module so I didn't bother wasting my time implementing some already done elsewhere.

jbrauer’s picture

Touching as a reminder to follow-up to my test with the patch.

jbrauer’s picture

The patch worked as advertised for me. This is a great addition.

AjK’s picture

Status: Needs review » Fixed

Commited to HEAD, will appear in next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)