Problem/Motivation

Drupal 7 include drupal_page_is_cacheable() and this function is used in the D7 version of this module to avoid caching the ajax call. We should check how to do this in D6 (and whether it is necessary at all).

Proposed resolution

Remaining tasks

User interface changes

API changes

Comments

scor’s picture

This is a POST call, so I think we're covered here?

coltrane’s picture

Project: Password Strength2 » Password Strength
Version: » 7.x-1.x-dev

(moving to Password Strength project)

coltrane’s picture

Status: Active » Fixed

I think the combo of POST and "drupal_page_is_cacheable(FALSE);" means this page won't be cached.

Status: Fixed » Closed (fixed)

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

scor’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev
Status: Closed (fixed) » Active

moving to 6.x-2.x as this still needs to be investigated/confirmed in D6. drupal_page_is_cacheable() is not available in D6. I've left in a @todo in the 6.x-2.x branch, hopefully it can simply be removed.

manuel.adan’s picture

Status: Active » Closed (outdated)

I assume that the 6.x branch is no longer maintained.