You are here

CHANGELOG.txt in Contact Attach 7

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 6 CHANGELOG.txt
2012-12-13 Tor Arne Thune http://devia.org/contact
 * contact_attach.module: Issue #1864518: Implementation of hook_mail_alter()
   calls attachment process function when user does not have access to attach
   files

2012-11-29 Tor Arne Thune http://devia.org/contact
 * contact_attach.module, contact_attach.test: Issue #1853904: Delete file from
   temp dir after file has been embedded in mail

2012-11-27 Tor Arne Thune http://devia.org/contact
 * contact_attach.admin.inc, contact_attach.install, contact_attach.module,
   contact_attach.test: Issue #1851252: Add toggle to use simple file field when
   file module is enabled

2012-11-26 Tor Arne Thune http://devia.org/contact
  * contact_attach.test: Issue #1850288: Fix incorrect variable name in settings
    form test

2012-11-25 Alexander Hass hass@85918.no-reply.drupal.org
  * contact_attach.admin.inc, contact_attach.module, contact_attach.test: Issue
    #1850012: Clean up translatable strings and fix permission name bug

2012-07-08 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.test, README.txt: Issue #1675920: Use
    managed file field when file module is enabled

2012-05-20 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1590174: Display allowed extensions and file
    size limit for attachments on contact forms

2012-04-28 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1551212: Only put file URI in filename
    attribute of attachment header if using SMTP module

2012-04-24 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.admin.inc, contact_attach.info,
    contact_attach.test, README.txt: Issue #1545954: Clean up user-facing text

2012-04-24 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.admin.inc: Issue #1545566: Translate
    contact form names stored in variables

2012-04-24 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1545538: Straggling <a> closing tag in the
    settings form help text

2012-04-23 Tor Arne Thune http://devia.org/contact
  * contact_attach.test: Issue #1542656: Add tests for the module functionality
    on contact forms

2012-04-22 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1542490: Use single quotes where reasonable

2012-04-21 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1541292: Remove unnecessary unset() of
    $form['#submit']

2012-04-20 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #901710: More than one success/fail message
    displayed after submitting contact forms

2012-04-20 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1541220: Form validation handler throws
    exception for user 1 using contact form without having explicit permissions

2012-04-20 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.admin.inc: Issue #1540768: Move
    administration functions to separate file

2012-04-19 archetwist, Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #671624: Attachment field label displays number
    when there is only one attachment

2012-04-19 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1538784: Remove unnecessary declaration of
    form enctype="multipart/form-data" attribute

2012-04-18 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1538722: Put code for getting maximum file
    size, attachments, and allowed extensions into their own functions

2012-04-17 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1536170: Save role IDs as value so that key
    lookup is not necessary in foreach loops

2012-04-17 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1536124: Remove unused $user global
    declaration in contact form validation handler

2012-04-17 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1536076: Put code for getting user's valid
    roles into its own function

2012-04-15 Tor Arne Thune http://devia.org/contact
  * README.txt: Issue #1534472: Update README.txt after all of the changes that
    have been made

2012-04-15 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1533490: Default values that are submitted on
    the settings form should be tiny/empty

2012-04-13 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1532498: Default values should not add
    to/override specifically set values

2012-04-13 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1532468: Exception thrown on contact form when
    no contact_attach_numbers_* variable present

2012-04-13 Tor Arne Thune http://devia.org/contact
  * contact_attach.info, contact_attach.test: Issue #1532294: Add tests for the
    module settings form

2012-04-13 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1532134: Use strict comparison for
    performance, clarity and security

2012-04-12 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1530456: Do not assume that there is an
    administrator role defined in user_admin_role

2012-04-10 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1526296: Authenticated user role should not
    override settings of more specific roles

2012-04-10 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1526214: All user roles are considered as
    roles permitted to attach files if one role has access

2012-04-09 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1522176: Settings page does not list roles
    that inherit permissions from the authenticated user role

2012-04-08 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.install: Issue #1521472: Store
    separate settings for each type of contact form

2012-04-08 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.install: Issue #1521232: Store each
    setting in the variable table as an array to avoid an excess of variables

2012-04-07 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1520172: Store per-role settings for number of
    attachments

2012-04-07 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1520080: Ensure that the user does not set the
    number of attachments to 0

2012-04-07 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1520050: Unset settings form value that is
    used to transfer information to the validation step

2012-04-07 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1520034: Administrator role not listed on
    contact attach settings page if permission not set explicitly

2012-04-07 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1520016: Rewrite attachment validator to avoid
    validating every file once for every submitter role

2012-04-07 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518356: Remove unneeded switch statement in
    contact_attach_form_alter()

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518340: Contact form sends mail without
    attachment when the file does not validate

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518326: Replace for loops that use count()
    with foreach loops for performance and clarity

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518282: Remove calls to variable_get() that
    are not needed; use $_FILES array instead

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518170: Rename user contact forms permission

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518150: Rewrite the help text on the settings
    page to be more helpful

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518138: Add constants for variable defaults

2012-04-06 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1518096: Remove user file quota validation

2012-04-05 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1516592: Remove
    _contact_attach_upload_validate(), moving its content to the common contact
    form validator

2012-04-02 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1512306: array_merge() in
    contact_attach_admin_settings() tries to merge unknown array

2012-04-02 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511690: Merge form validation handlers for
    contact_site_form and contact_personal_form

2012-04-02 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511678: Replace contact_attach_mail() with
    contact_attach_mail_alter()

2012-04-02 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511644: Remove dead code that tries to
    support og_contact

2012-04-01 Tor Arne Thune http://devia.org/contact
  * CHANGELOG.txt: Issue #1511528: Update CHANGELOG.txt for the new Drupal 7
    branch

2012-04-01 Tor Arne Thune http://devia.org/contact
  * README.txt: Issue #1511504: Update README.txt for the new Drupal 7 branch

2012-04-01 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511464: $file->filepath is called $file->uri
    in Drupal 7

2012-04-01 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511342: Clean up the .module file

2012-04-01 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511322: Port _contact_attach_add_attachment()
    to Drupal 7

2012-04-01 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1511300: Port
    _contact_attach_process_attachments() to Drupal 7

2012-04-01 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510894: Port implementation of mail hook to
    Drupal 7

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510796: Port overridden form submission
    handler for og_contact_mail_page_submit to Drupal 7

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510768: Wrong message displayed to user after
    failing to send an e-mail from site-wide contact form

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510764: Port overridden form submission
    handler for contact_personal_form to Drupal 7

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510750: Port overridden form submission
    handler for contact_site_form to Drupal 7

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510672: Add validation for the value of
    contact_attach_number submitted from the Contact Attach settings form

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module, contact_attach.install: Issue #1510646: Impement a
    way to set the per role attachment validation variables in a UI

2012-03-31 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510170: Port the file validator function
    _contact_attach_upload_validate() to Drupal 7

2012-03-30 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510120: Port form validation handlers to
    Drupal 7

2012-03-30 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1510062: Port implementation of form alter
    hook to Drupal 7

2012-03-30 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1509858: Clean up form constructor for the
    settings form

2012-03-30 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1509814: Port menu hook implementation to
    Drupal 7

2012-03-30 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Forgot to return value in contact_attach_permission()

2012-03-30 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1508886: Port permission hook implementation
    to Drupal 7

2012-03-29 Tor Arne Thune http://devia.org/contact
  * contact_attach.module: Issue #1508828: Clean up hook_help implementation

2012-03-29 Tor Arne Thune http://devia.org/contact
  * contact_attach.install: Issue #1508804: Port .install file to Drupal 7

2012-03-29 Tor Arne Thune http://devia.org/contact
  * contact_attach.info: Issue #1508684: Port .info file to Drupal 7

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. 2012-12-13 Tor Arne Thune http://devia.org/contact
  2. * contact_attach.module: Issue #1864518: Implementation of hook_mail_alter()
  3. calls attachment process function when user does not have access to attach
  4. files
  5. 2012-11-29 Tor Arne Thune http://devia.org/contact
  6. * contact_attach.module, contact_attach.test: Issue #1853904: Delete file from
  7. temp dir after file has been embedded in mail
  8. 2012-11-27 Tor Arne Thune http://devia.org/contact
  9. * contact_attach.admin.inc, contact_attach.install, contact_attach.module,
  10. contact_attach.test: Issue #1851252: Add toggle to use simple file field when
  11. file module is enabled
  12. 2012-11-26 Tor Arne Thune http://devia.org/contact
  13. * contact_attach.test: Issue #1850288: Fix incorrect variable name in settings
  14. form test
  15. 2012-11-25 Alexander Hass hass@85918.no-reply.drupal.org
  16. * contact_attach.admin.inc, contact_attach.module, contact_attach.test: Issue
  17. #1850012: Clean up translatable strings and fix permission name bug
  18. 2012-07-08 Tor Arne Thune http://devia.org/contact
  19. * contact_attach.module, contact_attach.test, README.txt: Issue #1675920: Use
  20. managed file field when file module is enabled
  21. 2012-05-20 Tor Arne Thune http://devia.org/contact
  22. * contact_attach.module: Issue #1590174: Display allowed extensions and file
  23. size limit for attachments on contact forms
  24. 2012-04-28 Tor Arne Thune http://devia.org/contact
  25. * contact_attach.module: Issue #1551212: Only put file URI in filename
  26. attribute of attachment header if using SMTP module
  27. 2012-04-24 Tor Arne Thune http://devia.org/contact
  28. * contact_attach.module, contact_attach.admin.inc, contact_attach.info,
  29. contact_attach.test, README.txt: Issue #1545954: Clean up user-facing text
  30. 2012-04-24 Tor Arne Thune http://devia.org/contact
  31. * contact_attach.module, contact_attach.admin.inc: Issue #1545566: Translate
  32. contact form names stored in variables
  33. 2012-04-24 Tor Arne Thune http://devia.org/contact
  34. * contact_attach.module: Issue #1545538: Straggling closing tag in the
  35. settings form help text
  36. 2012-04-23 Tor Arne Thune http://devia.org/contact
  37. * contact_attach.test: Issue #1542656: Add tests for the module functionality
  38. on contact forms
  39. 2012-04-22 Tor Arne Thune http://devia.org/contact
  40. * contact_attach.module: Issue #1542490: Use single quotes where reasonable
  41. 2012-04-21 Tor Arne Thune http://devia.org/contact
  42. * contact_attach.module: Issue #1541292: Remove unnecessary unset() of
  43. $form['#submit']
  44. 2012-04-20 Tor Arne Thune http://devia.org/contact
  45. * contact_attach.module: Issue #901710: More than one success/fail message
  46. displayed after submitting contact forms
  47. 2012-04-20 Tor Arne Thune http://devia.org/contact
  48. * contact_attach.module: Issue #1541220: Form validation handler throws
  49. exception for user 1 using contact form without having explicit permissions
  50. 2012-04-20 Tor Arne Thune http://devia.org/contact
  51. * contact_attach.module, contact_attach.admin.inc: Issue #1540768: Move
  52. administration functions to separate file
  53. 2012-04-19 archetwist, Tor Arne Thune http://devia.org/contact
  54. * contact_attach.module: Issue #671624: Attachment field label displays number
  55. when there is only one attachment
  56. 2012-04-19 Tor Arne Thune http://devia.org/contact
  57. * contact_attach.module: Issue #1538784: Remove unnecessary declaration of
  58. form enctype="multipart/form-data" attribute
  59. 2012-04-18 Tor Arne Thune http://devia.org/contact
  60. * contact_attach.module: Issue #1538722: Put code for getting maximum file
  61. size, attachments, and allowed extensions into their own functions
  62. 2012-04-17 Tor Arne Thune http://devia.org/contact
  63. * contact_attach.module: Issue #1536170: Save role IDs as value so that key
  64. lookup is not necessary in foreach loops
  65. 2012-04-17 Tor Arne Thune http://devia.org/contact
  66. * contact_attach.module: Issue #1536124: Remove unused $user global
  67. declaration in contact form validation handler
  68. 2012-04-17 Tor Arne Thune http://devia.org/contact
  69. * contact_attach.module: Issue #1536076: Put code for getting user's valid
  70. roles into its own function
  71. 2012-04-15 Tor Arne Thune http://devia.org/contact
  72. * README.txt: Issue #1534472: Update README.txt after all of the changes that
  73. have been made
  74. 2012-04-15 Tor Arne Thune http://devia.org/contact
  75. * contact_attach.module: Issue #1533490: Default values that are submitted on
  76. the settings form should be tiny/empty
  77. 2012-04-13 Tor Arne Thune http://devia.org/contact
  78. * contact_attach.module: Issue #1532498: Default values should not add
  79. to/override specifically set values
  80. 2012-04-13 Tor Arne Thune http://devia.org/contact
  81. * contact_attach.module: Issue #1532468: Exception thrown on contact form when
  82. no contact_attach_numbers_* variable present
  83. 2012-04-13 Tor Arne Thune http://devia.org/contact
  84. * contact_attach.info, contact_attach.test: Issue #1532294: Add tests for the
  85. module settings form
  86. 2012-04-13 Tor Arne Thune http://devia.org/contact
  87. * contact_attach.module: Issue #1532134: Use strict comparison for
  88. performance, clarity and security
  89. 2012-04-12 Tor Arne Thune http://devia.org/contact
  90. * contact_attach.module: Issue #1530456: Do not assume that there is an
  91. administrator role defined in user_admin_role
  92. 2012-04-10 Tor Arne Thune http://devia.org/contact
  93. * contact_attach.module: Issue #1526296: Authenticated user role should not
  94. override settings of more specific roles
  95. 2012-04-10 Tor Arne Thune http://devia.org/contact
  96. * contact_attach.module: Issue #1526214: All user roles are considered as
  97. roles permitted to attach files if one role has access
  98. 2012-04-09 Tor Arne Thune http://devia.org/contact
  99. * contact_attach.module: Issue #1522176: Settings page does not list roles
  100. that inherit permissions from the authenticated user role
  101. 2012-04-08 Tor Arne Thune http://devia.org/contact
  102. * contact_attach.module, contact_attach.install: Issue #1521472: Store
  103. separate settings for each type of contact form
  104. 2012-04-08 Tor Arne Thune http://devia.org/contact
  105. * contact_attach.module, contact_attach.install: Issue #1521232: Store each
  106. setting in the variable table as an array to avoid an excess of variables
  107. 2012-04-07 Tor Arne Thune http://devia.org/contact
  108. * contact_attach.module: Issue #1520172: Store per-role settings for number of
  109. attachments
  110. 2012-04-07 Tor Arne Thune http://devia.org/contact
  111. * contact_attach.module: Issue #1520080: Ensure that the user does not set the
  112. number of attachments to 0
  113. 2012-04-07 Tor Arne Thune http://devia.org/contact
  114. * contact_attach.module: Issue #1520050: Unset settings form value that is
  115. used to transfer information to the validation step
  116. 2012-04-07 Tor Arne Thune http://devia.org/contact
  117. * contact_attach.module: Issue #1520034: Administrator role not listed on
  118. contact attach settings page if permission not set explicitly
  119. 2012-04-07 Tor Arne Thune http://devia.org/contact
  120. * contact_attach.module: Issue #1520016: Rewrite attachment validator to avoid
  121. validating every file once for every submitter role
  122. 2012-04-07 Tor Arne Thune http://devia.org/contact
  123. * contact_attach.module: Issue #1518356: Remove unneeded switch statement in
  124. contact_attach_form_alter()
  125. 2012-04-06 Tor Arne Thune http://devia.org/contact
  126. * contact_attach.module: Issue #1518340: Contact form sends mail without
  127. attachment when the file does not validate
  128. 2012-04-06 Tor Arne Thune http://devia.org/contact
  129. * contact_attach.module: Issue #1518326: Replace for loops that use count()
  130. with foreach loops for performance and clarity
  131. 2012-04-06 Tor Arne Thune http://devia.org/contact
  132. * contact_attach.module: Issue #1518282: Remove calls to variable_get() that
  133. are not needed; use $_FILES array instead
  134. 2012-04-06 Tor Arne Thune http://devia.org/contact
  135. * contact_attach.module: Issue #1518170: Rename user contact forms permission
  136. 2012-04-06 Tor Arne Thune http://devia.org/contact
  137. * contact_attach.module: Issue #1518150: Rewrite the help text on the settings
  138. page to be more helpful
  139. 2012-04-06 Tor Arne Thune http://devia.org/contact
  140. * contact_attach.module: Issue #1518138: Add constants for variable defaults
  141. 2012-04-06 Tor Arne Thune http://devia.org/contact
  142. * contact_attach.module: Issue #1518096: Remove user file quota validation
  143. 2012-04-05 Tor Arne Thune http://devia.org/contact
  144. * contact_attach.module: Issue #1516592: Remove
  145. _contact_attach_upload_validate(), moving its content to the common contact
  146. form validator
  147. 2012-04-02 Tor Arne Thune http://devia.org/contact
  148. * contact_attach.module: Issue #1512306: array_merge() in
  149. contact_attach_admin_settings() tries to merge unknown array
  150. 2012-04-02 Tor Arne Thune http://devia.org/contact
  151. * contact_attach.module: Issue #1511690: Merge form validation handlers for
  152. contact_site_form and contact_personal_form
  153. 2012-04-02 Tor Arne Thune http://devia.org/contact
  154. * contact_attach.module: Issue #1511678: Replace contact_attach_mail() with
  155. contact_attach_mail_alter()
  156. 2012-04-02 Tor Arne Thune http://devia.org/contact
  157. * contact_attach.module: Issue #1511644: Remove dead code that tries to
  158. support og_contact
  159. 2012-04-01 Tor Arne Thune http://devia.org/contact
  160. * CHANGELOG.txt: Issue #1511528: Update CHANGELOG.txt for the new Drupal 7
  161. branch
  162. 2012-04-01 Tor Arne Thune http://devia.org/contact
  163. * README.txt: Issue #1511504: Update README.txt for the new Drupal 7 branch
  164. 2012-04-01 Tor Arne Thune http://devia.org/contact
  165. * contact_attach.module: Issue #1511464: $file->filepath is called $file->uri
  166. in Drupal 7
  167. 2012-04-01 Tor Arne Thune http://devia.org/contact
  168. * contact_attach.module: Issue #1511342: Clean up the .module file
  169. 2012-04-01 Tor Arne Thune http://devia.org/contact
  170. * contact_attach.module: Issue #1511322: Port _contact_attach_add_attachment()
  171. to Drupal 7
  172. 2012-04-01 Tor Arne Thune http://devia.org/contact
  173. * contact_attach.module: Issue #1511300: Port
  174. _contact_attach_process_attachments() to Drupal 7
  175. 2012-04-01 Tor Arne Thune http://devia.org/contact
  176. * contact_attach.module: Issue #1510894: Port implementation of mail hook to
  177. Drupal 7
  178. 2012-03-31 Tor Arne Thune http://devia.org/contact
  179. * contact_attach.module: Issue #1510796: Port overridden form submission
  180. handler for og_contact_mail_page_submit to Drupal 7
  181. 2012-03-31 Tor Arne Thune http://devia.org/contact
  182. * contact_attach.module: Issue #1510768: Wrong message displayed to user after
  183. failing to send an e-mail from site-wide contact form
  184. 2012-03-31 Tor Arne Thune http://devia.org/contact
  185. * contact_attach.module: Issue #1510764: Port overridden form submission
  186. handler for contact_personal_form to Drupal 7
  187. 2012-03-31 Tor Arne Thune http://devia.org/contact
  188. * contact_attach.module: Issue #1510750: Port overridden form submission
  189. handler for contact_site_form to Drupal 7
  190. 2012-03-31 Tor Arne Thune http://devia.org/contact
  191. * contact_attach.module: Issue #1510672: Add validation for the value of
  192. contact_attach_number submitted from the Contact Attach settings form
  193. 2012-03-31 Tor Arne Thune http://devia.org/contact
  194. * contact_attach.module, contact_attach.install: Issue #1510646: Impement a
  195. way to set the per role attachment validation variables in a UI
  196. 2012-03-31 Tor Arne Thune http://devia.org/contact
  197. * contact_attach.module: Issue #1510170: Port the file validator function
  198. _contact_attach_upload_validate() to Drupal 7
  199. 2012-03-30 Tor Arne Thune http://devia.org/contact
  200. * contact_attach.module: Issue #1510120: Port form validation handlers to
  201. Drupal 7
  202. 2012-03-30 Tor Arne Thune http://devia.org/contact
  203. * contact_attach.module: Issue #1510062: Port implementation of form alter
  204. hook to Drupal 7
  205. 2012-03-30 Tor Arne Thune http://devia.org/contact
  206. * contact_attach.module: Issue #1509858: Clean up form constructor for the
  207. settings form
  208. 2012-03-30 Tor Arne Thune http://devia.org/contact
  209. * contact_attach.module: Issue #1509814: Port menu hook implementation to
  210. Drupal 7
  211. 2012-03-30 Tor Arne Thune http://devia.org/contact
  212. * contact_attach.module: Forgot to return value in contact_attach_permission()
  213. 2012-03-30 Tor Arne Thune http://devia.org/contact
  214. * contact_attach.module: Issue #1508886: Port permission hook implementation
  215. to Drupal 7
  216. 2012-03-29 Tor Arne Thune http://devia.org/contact
  217. * contact_attach.module: Issue #1508828: Clean up hook_help implementation
  218. 2012-03-29 Tor Arne Thune http://devia.org/contact
  219. * contact_attach.install: Issue #1508804: Port .install file to Drupal 7
  220. 2012-03-29 Tor Arne Thune http://devia.org/contact
  221. * contact_attach.info: Issue #1508684: Port .info file to Drupal 7
  222. 2009-04-08 Jason Flatt drupal@oadaeh.net
  223. * contact_attach.module: Fixed two call-time pass-by-reference warnings,
  224. per Rob T on http://drupal.org/node/356345
  225. 2008-08-25 Jason Flatt drupal@oadaeh.net
  226. * contact_attach.module: Changed the appropriate check to be using the
  227. newly named permission.
  228. 2008-08-24 Jason Flatt drupal@oadaeh.net
  229. * contact_attach.module: Changed "send attachments with users' contact
  230. form" to 'send attachments with user contact form' in hook_perm().
  231. 2008-07-20 Jason Flatt drupal@oadaeh.net
  232. * translations/contact_attach.pot: Added.
  233. 2008-07-06 Jason Flatt drupal@oadaeh.net
  234. * contact_attach.module: Cleaned up the code and comments.
  235. Commented out the og_contact code.
  236. Removed duplicate validation copied from Contact module.
  237. 2008-07-04 Jason Flatt drupal@oadaeh.net
  238. * contact_attach.module: Corrected error checking for when sending.
  239. Forced our submit functions to be the only submit functions run.
  240. 2008-07-03 Jason Flatt drupal@oadaeh.net
  241. * contact_attach.module: Update function documentation.
  242. Remove unnecessary parameters from _contact_attach_upload_validate().
  243. 2008-07-02 Jason Flatt drupal@oadaeh.net
  244. * contact_attach.module: More changes for the port to version 6.x.
  245. 2008-07-01 Jason Flatt drupal@oadaeh.net
  246. * contact_attach.info, contact_attach.install, contact_attach.module:
  247. Started port to version 6.x.
  248. 2008-06-20 Jason Flatt drupal@oadaeh.net
  249. * contact_attach.module: Added OG Contact as a contact form for
  250. attachements (http://drupal.org/node/216996).
  251. Fixed copy & paste errors in the code documentation.
  252. Added a file_exists check during the attachment processing.
  253. Changed another area from $_FILES array to Drupal file functions.
  254. Abstracted more of the attachment processing.
  255. 2008-06-19 Jason Flatt drupal@oadaeh.net
  256. * contact_attach.module: Limit the attachment types and file sizes based on
  257. the File uploads settings (admin/settings/uploads)
  258. (http://drupal.org/node/220940 by apt94jesse).
  259. Changed the way files are handled from $_FILES array to Drupal functions.
  260. Made contact_attach_process_attachments() a private function.
  261. 2008-04-15 Jason Flatt drupal@oadaeh.net
  262. * contact_attach.module: Moved the attachment processing to it's own
  263. separate function.
  264. 2008-04-06 Jason Flatt drupal@oadaeh.net
  265. * contact_attach.module: Clean up based on the Code Review module and the
  266. ./code-style.pl script.
  267. 2008-02-21 Jason Flatt drupal@oadaeh.net
  268. * contact_attach.module: Change the form field titles to be entirely
  269. translateable.
  270. 2008-01-18 Jason Flatt drupal@oadaeh.net
  271. * contact_attach.module: Add functionality for dealing with the user
  272. contact forms.
  273. 2008-01-15 Jason Flatt drupal@oadaeh.net
  274. * contact_attach.module: Add a separate permission for sending attachments
  275. to users, and add the attachments to the contact form.
  276. * README.txt: Modify ABOUT text to include information about user contact
  277. forms.
  278. * contact_attach.info: Modify description to include information about user
  279. contact forms.
  280. 2008-01-05 Jason Flatt drupal@oadaeh.net
  281. * Initial release