Ticket #2737 (closed defect (bug): fixed)

Opened 3 years ago

Last modified 2 years ago

Future Post Stripped of Images

Reported by: bloodylamer Assigned to: ryan
Priority: high Milestone: 2.1
Component: General Version: 2.1
Severity: major Keywords:
Cc:

Description

When a post is published into the future, all the image tags that were initially in the post get stripped of the url and the post is published w/ only the text and blank spaces for where the image should've been.

After the future post automatically publishes, the code is changed to this:

<img />

THIS IS A TEST

Previously, there was a URL in the code.

Change History

05/22/06 00:56:01 changed by ringmaster

Is this symptom related to postmeta info getting stripped from future posts, too? I thought I might have imagined it, and haven't had a chance to test again to report it. But if you're looking into it...

05/22/06 21:14:36 changed by bloodylamer

  • version changed from 1.2 to 2.1.

I want to update the properties of this ticket.

It is a bug in 2.1 Alpha 1, not 1.2.

08/07/06 03:48:01 changed by ryan

  • owner changed from anonymous to ryan.

08/07/06 03:52:41 changed by ryan

[4077] should fix this. The problem is when an unprivileged user triggered publishing of a future post. The filters would run as the unprivileged user.

10/04/06 17:41:57 changed by mdawaffe

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

Confirmed: fixed.