CHANGELOG.txt in Contact Attach 5
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
-
- 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