You are here

CHANGELOG.txt in Contact Attach 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 7 CHANGELOG.txt
2009-04-08 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Fixed two call-time pass-by-reference warnings,
    per Rob T on http://drupal.org/node/356345

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
  * translations/contact_attach.pot: Added.

2008-07-06 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Cleaned up the code and comments.
    Commented out the og_contact code.
    Removed duplicate validation copied from Contact module.

2008-07-04 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Corrected error checking for when sending.
    Forced our submit functions to be the only submit functions run.

2008-07-03 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: Update function documentation.
    Remove unnecessary parameters from _contact_attach_upload_validate().

2008-07-02 Jason Flatt drupal@oadaeh.net
  * contact_attach.module: More changes for the port to version 6.x.

2008-07-01 Jason Flatt drupal@oadaeh.net
  * contact_attach.info, contact_attach.install, contact_attach.module:
    Started port to version 6.x.

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. 2009-04-08 Jason Flatt drupal@oadaeh.net
  2. * contact_attach.module: Fixed two call-time pass-by-reference warnings,
  3. per Rob T on http://drupal.org/node/356345
  4. 2008-08-25 Jason Flatt drupal@oadaeh.net
  5. * contact_attach.module: Changed the appropriate check to be using the
  6. newly named permission.
  7. 2008-08-24 Jason Flatt drupal@oadaeh.net
  8. * contact_attach.module: Changed "send attachments with users' contact
  9. form" to 'send attachments with user contact form' in hook_perm().
  10. 2008-07-20 Jason Flatt drupal@oadaeh.net
  11. * translations/contact_attach.pot: Added.
  12. 2008-07-06 Jason Flatt drupal@oadaeh.net
  13. * contact_attach.module: Cleaned up the code and comments.
  14. Commented out the og_contact code.
  15. Removed duplicate validation copied from Contact module.
  16. 2008-07-04 Jason Flatt drupal@oadaeh.net
  17. * contact_attach.module: Corrected error checking for when sending.
  18. Forced our submit functions to be the only submit functions run.
  19. 2008-07-03 Jason Flatt drupal@oadaeh.net
  20. * contact_attach.module: Update function documentation.
  21. Remove unnecessary parameters from _contact_attach_upload_validate().
  22. 2008-07-02 Jason Flatt drupal@oadaeh.net
  23. * contact_attach.module: More changes for the port to version 6.x.
  24. 2008-07-01 Jason Flatt drupal@oadaeh.net
  25. * contact_attach.info, contact_attach.install, contact_attach.module:
  26. Started port to version 6.x.
  27. 2008-06-20 Jason Flatt drupal@oadaeh.net
  28. * contact_attach.module: Added OG Contact as a contact form for
  29. attachements (http://drupal.org/node/216996).
  30. Fixed copy & paste errors in the code documentation.
  31. Added a file_exists check during the attachment processing.
  32. Changed another area from $_FILES array to Drupal file functions.
  33. Abstracted more of the attachment processing.
  34. 2008-06-19 Jason Flatt drupal@oadaeh.net
  35. * contact_attach.module: Limit the attachment types and file sizes based on
  36. the File uploads settings (admin/settings/uploads)
  37. (http://drupal.org/node/220940 by apt94jesse).
  38. Changed the way files are handled from $_FILES array to Drupal functions.
  39. Made contact_attach_process_attachments() a private function.
  40. 2008-04-15 Jason Flatt drupal@oadaeh.net
  41. * contact_attach.module: Moved the attachment processing to it's own
  42. separate function.
  43. 2008-04-06 Jason Flatt drupal@oadaeh.net
  44. * contact_attach.module: Clean up based on the Code Review module and the
  45. ./code-style.pl script.
  46. 2008-02-21 Jason Flatt drupal@oadaeh.net
  47. * contact_attach.module: Change the form field titles to be entirely
  48. translateable.
  49. 2008-01-18 Jason Flatt drupal@oadaeh.net
  50. * contact_attach.module: Add functionality for dealing with the user
  51. contact forms.
  52. 2008-01-15 Jason Flatt drupal@oadaeh.net
  53. * contact_attach.module: Add a separate permission for sending attachments
  54. to users, and add the attachments to the contact form.
  55. * README.txt: Modify ABOUT text to include information about user contact
  56. forms.
  57. * contact_attach.info: Modify description to include information about user
  58. contact forms.
  59. 2008-01-05 Jason Flatt drupal@oadaeh.net
  60. * Initial release