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