Skip to:
Content

bbPress.org

Opened 4 years ago

Closed 4 years ago

#3400 closed defect (bug) (fixed)

Sending wrong date to Akismet

Reported by: cfinke's profile cfinke Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.6 Priority: high
Severity: minor Version: 2.6.0
Component: Extend - Akismet Keywords: has-patch
Cc:

Description

Akismet expects a parameter named comment_date_gmt that is the GMT timestamp of the content being checked for spam.

bbPress is currently sending comment_date, which is a timezoneless timestamp that may or may not be GMT.

I'll upload a patch shortly.

Attachments (1)

3400.diff (862 bytes) - added by cfinke 4 years ago.

Download all attachments as: .zip

Change History (4)

@cfinke
4 years ago

#1 @johnjamesjacoby
4 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 2.6.6
  • Owner set to johnjamesjacoby
  • Priority changed from normal to high
  • Status changed from new to assigned
  • Version set to 2.6.0

#2 @johnjamesjacoby
4 years ago

In 7155:

Akismet: prefer the GMT datetime.

This commit swaps out comment_date for comment_date_gmt for improved accuracy.

In branches/2.6, for 2.6.6. See #3400.

Props cfinke.

#3 @johnjamesjacoby
4 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 7156:

Akismet: prefer the GMT datetime.

This commit swaps out comment_date for comment_date_gmt for improved accuracy.

In trunk, for 2.7. Fixes #3400.

Props cfinke.

Note: See TracTickets for help on using tickets.