Ticket #2426 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

post_status = future

Reported by: ryan Assigned to: ryan
Priority: normal Milestone: 2.1
Component: Administration Version: 2.0.1
Severity: normal Keywords: future cron publish
Cc:

Description

Instead of checking for post_date_gmt < $now in queries, set the post status for posts to be published in the future to 'future' and use pseudo-cron to publish them later. See #2425 for pseudo-cron details.

Removing $now from queries will speed them up and allow them to be cached.

Attachments

future.diff (13.6 kB) - added by ryan on 02/11/06 18:38:54.
First cut at post_status = future

Change History

02/11/06 18:38:54 changed by ryan

  • attachment future.diff added.

First cut at post_status = future

02/12/06 07:42:24 changed by ryan

03/20/06 21:11:30 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.