| 1 |
$Id: CHANGELOG.txt,v 1.1.2.8 2008/04/15 19:44:33 oadaeh Exp $
|
| 2 |
|
| 3 |
2008-04-15 Jason Flatt drupal@oadaeh.net
|
| 4 |
* couriermta.module: Added an extra check for $category type in hook_user,
|
| 5 |
since this code was being executed at the wrong time and/or for the wrong
|
| 6 |
conditions, resulting in lost data.
|
| 7 |
Added a log message when a script file was sucessfully written.
|
| 8 |
|
| 9 |
2008-04-06 Jason Flatt drupal@oadaeh.net
|
| 10 |
* couriermta.module: Clean up based on the Code Review module and the
|
| 11 |
./code-style.pl script: White space clean up. Changed two db_query()
|
| 12 |
functions to db_query_range().
|
| 13 |
|
| 14 |
2008-01-09 Jason Flatt drupal@oadaeh.net
|
| 15 |
* couriermta.module: removed extra spaces.
|
| 16 |
|
| 17 |
2007-11-09 Jason Flatt drupal@oadaeh.net
|
| 18 |
* couriermta.module:
|
| 19 |
* Fixed typo for case statement, where a ";" should have been a ":".
|
| 20 |
* Changed looking for an alias from $account to the couriermta_users
|
| 21 |
table.
|
| 22 |
* Changed the delete/insert alias operations to update operations.
|
| 23 |
* Changed update operation of hook_user() to be simpler and check for
|
| 24 |
four conditions: mailbox -> alias, alias -> mailbox, any other alias
|
| 25 |
operation and any other mailbox operation. That eliminates some logic
|
| 26 |
bugs and should handle all insert, delete and update cases.
|
| 27 |
* Added an additional check to make sure the correct part of the user
|
| 28 |
account is being edited.
|
| 29 |
|
| 30 |
2007-11-07 Jason Flatt drupal@oadaeh.net
|
| 31 |
* couriermta.install: Removed unnecessary KEY statement and commented out
|
| 32 |
variable_del statements from the install file. Added an update function.
|
| 33 |
|
| 34 |
2007-11-05 Jason Flatt drupal@oadaeh.net
|
| 35 |
* couriermta.module: Add validation check for cases where the e-mail
|
| 36 |
address equals the alias.
|
| 37 |
|
| 38 |
2007-10-30 Jason Flatt drupal@oadaeh.net
|
| 39 |
* Initial release
|