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