You are here

CHANGELOG.txt in Encrypt Submissions 6

Same filename and directory in other branches
  1. 7 CHANGELOG.txt
; $Id$ 
===================
Changelog for Encrypt Submissions
For Drupal 6.x
===================


2-26-2012
Changes were made to prevent Drupal's caching system from caching
the URL used to acquire keys, as per issue:
http://drupal.org/node/1457358
Specifically, a random string is added in javascript to the URL
which requests keys.


-- Previous releases:

10/14/2011
Found an issue (possible bug) with the way the jQuery was being
asynchronously loaded, so I decided to package jQuery 1.4.4 with the
module and load it in the standard way.

This allows two forms on the same page to both work.


10/13/2011
Initial commit of backport from 7.x branch.
Initial backport work done by user k8n (http://drupal.org/user/243127)

File

CHANGELOG.txt
View source
  1. ; $Id$
  2. ===================
  3. Changelog for Encrypt Submissions
  4. For Drupal 6.x
  5. ===================
  6. 2-26-2012
  7. Changes were made to prevent Drupal's caching system from caching
  8. the URL used to acquire keys, as per issue:
  9. http://drupal.org/node/1457358
  10. Specifically, a random string is added in javascript to the URL
  11. which requests keys.
  12. -- Previous releases:
  13. 10/14/2011
  14. Found an issue (possible bug) with the way the jQuery was being
  15. asynchronously loaded, so I decided to package jQuery 1.4.4 with the
  16. module and load it in the standard way.
  17. This allows two forms on the same page to both work.
  18. 10/13/2011
  19. Initial commit of backport from 7.x branch.
  20. Initial backport work done by user k8n (http://drupal.org/user/243127)