http://shepherdoftheridge.org

I'm looking around our site, and I can only find one blog post that actually got converted, even though I checked the Input Formats, and everything is set to use the Pirate filter. (Drupal 6)

Comments

lsommerer’s picture

I was having the same problem, but looking the module over a bit more, I think that it only effects individual nodes that have the input format set to whatever you decided to call the pirate filter. Not quite what we thought it would do. Oh well, still a neat idea.

doulos12’s picture

We have the input filter set to Pirate for both Filtered & Raw HTML.

doulos12’s picture

Priority: Major » Critical

It's working now. Today. Site-wide. Um, that was yesterday. It shouldn't be working any more. Had to disable it, but it still hasn't changed back to normal. Is there a cache I can clear or something?

doulos12’s picture

Priority: Critical » Major

/admin/settings/performance "Clear Caches" cleaned things up.

Is this module tapping into the server's clock instead of Drupal's?

sillygwailo’s picture

It's tapping into date(). That it doesn't tap into Drupal's date specifically can be considered a bug. I'll look into replacing date() with format_date().

sillygwailo’s picture

Title: Doesn't convert entire site » Use format_date() instead of date()

Since the original issue was "works as designed", I'm going to rename this to the last comment's issue. I'll also make a note in the README.txt that clearing the cache on September 20th alleviates the pirate talk after the day that the module takes effect.

sillygwailo’s picture

Version: 6.x-1.1 » 7.x-1.x-dev
StatusFileSize
new571 bytes

Here's a patch for 7.x-dev, which will get into the beta for that branch.

sillygwailo’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new579 bytes

And here's a patch for 6.x-dev, which needs review.

sillygwailo’s picture

Status: Needs review » Fixed

I've committed this for 6.x. Re-open if still an issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.