You are here

CHANGELOG.txt in Contact Attach 5

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7 CHANGELOG.txt
2008-08-25 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Changed the appropriate check to be using the
    newly named permission.

2008-08-24 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Changed "send attachments with users' contact
    form" to 'send attachments with user contact form' in hook_perm().

2008-07-20 Jason Flatt drupal@oadaeh.net
  * po/contact_attach.pot: Added.
  * contact_attach.module: Fixed invalid use of t().

2008-07-02 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: More Coder updates.
    Fixed three instances of a bug where _contact_attach_process_attachments
    was being called with an extra parameter.
    Changed a strlen() function call to drupal_strlen().

2008-07-01 Jason Flatt drupal@oadaeh.net
  * contact_attach.install, contact_attach.module: Coder updates.

2008-06-20 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Added OG Contact as a contact form for
    attachements (http://drupal.org/node/216996).
    Fixed copy & paste errors in the code documentation.
    Added a file_exists check during the attachment processing.
    Changed another area from $_FILES array to Drupal file functions.
    Abstracted more of the attachment processing.

2008-06-19 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Limit the attachment types and file sizes based on
    the File uploads settings (admin/settings/uploads)
    (http://drupal.org/node/220940 by apt94jesse).
    Changed the way files are handled from $_FILES array to Drupal functions.
    Made contact_attach_process_attachments() a private function.

2008-04-15 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Moved the attachment processing to it's own
    separate function.

2008-04-06 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Clean up based on the Code Review module and the
    ./code-style.pl script.

2008-02-21 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Change the form field titles to be entirely
    translateable.

2008-01-18 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Add functionality for dealing with the user
    contact forms.

2008-01-15 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Add a separate permission for sending attachments
    to users, and add the attachments to the contact form.
  * README.txt: Modify ABOUT text to include information about user contact
    forms.
  * contact_attach.info: Modify description to include information about user
    contact forms.

2008-01-05 Jason Flatt drupal@oadaeh.net
  * Initial release

File

CHANGELOG.txt
View source
  1. 2008-08-25 Jason Flatt drupal@oadaeh.net
  2. * contact_attach.module: Changed the appropriate check to be using the
  3. newly named permission.
  4. 2008-08-24 Jason Flatt drupal@oadaeh.net
  5. * contact_attach.module: Changed "send attachments with users' contact
  6. form" to 'send attachments with user contact form' in hook_perm().
  7. 2008-07-20 Jason Flatt drupal@oadaeh.net
  8. * po/contact_attach.pot: Added.
  9. * contact_attach.module: Fixed invalid use of t().
  10. 2008-07-02 Jason Flatt drupal@oadaeh.net
  11. * contact_attach.module: More Coder updates.
  12. Fixed three instances of a bug where _contact_attach_process_attachments
  13. was being called with an extra parameter.
  14. Changed a strlen() function call to drupal_strlen().
  15. 2008-07-01 Jason Flatt drupal@oadaeh.net
  16. * contact_attach.install, contact_attach.module: Coder updates.
  17. 2008-06-20 Jason Flatt drupal@oadaeh.net
  18. * contact_attach.module: Added OG Contact as a contact form for
  19. attachements (http://drupal.org/node/216996).
  20. Fixed copy & paste errors in the code documentation.
  21. Added a file_exists check during the attachment processing.
  22. Changed another area from $_FILES array to Drupal file functions.
  23. Abstracted more of the attachment processing.
  24. 2008-06-19 Jason Flatt drupal@oadaeh.net
  25. * contact_attach.module: Limit the attachment types and file sizes based on
  26. the File uploads settings (admin/settings/uploads)
  27. (http://drupal.org/node/220940 by apt94jesse).
  28. Changed the way files are handled from $_FILES array to Drupal functions.
  29. Made contact_attach_process_attachments() a private function.
  30. 2008-04-15 Jason Flatt drupal@oadaeh.net
  31. * contact_attach.module: Moved the attachment processing to it's own
  32. separate function.
  33. 2008-04-06 Jason Flatt drupal@oadaeh.net
  34. * contact_attach.module: Clean up based on the Code Review module and the
  35. ./code-style.pl script.
  36. 2008-02-21 Jason Flatt drupal@oadaeh.net
  37. * contact_attach.module: Change the form field titles to be entirely
  38. translateable.
  39. 2008-01-18 Jason Flatt drupal@oadaeh.net
  40. * contact_attach.module: Add functionality for dealing with the user
  41. contact forms.
  42. 2008-01-15 Jason Flatt drupal@oadaeh.net
  43. * contact_attach.module: Add a separate permission for sending attachments
  44. to users, and add the attachments to the contact form.
  45. * README.txt: Modify ABOUT text to include information about user contact
  46. forms.
  47. * contact_attach.info: Modify description to include information about user
  48. contact forms.
  49. 2008-01-05 Jason Flatt drupal@oadaeh.net
  50. * Initial release