-
Added a new relation handler to the views implementation. Added an hook_update to change the schema of the pickup field. Changed some comments.
-
Issue #1293942 by jsloan: Removed ['value'] from array access to get the real mail settings in ecard_mail().
-
Issue #1293942 by jsloan: typo in the token [ecard:ecard_url] found in ecard.module.
-
Fixed the URL building. Thanks to torsti http://drupal.org/node/981552#comment-4108742
-
Reworked the image formatter so it uses more core code. Added a stylesheet for the image formatter. Reworked the e-mail sending with the use of an mini template.
-
Added README. Added some todos. Added templates for all e-mails we send. Removed some uneeded or unready options.
-
Removed token dependencie as we only use core. Some minor code fixed. Refactored CRUD function names as D7 has no more strange named hooks like hook_load.
-
Reworked mail sending and completed token support.
-
Moved the ecard object into the params array for e-mail sending as the params ahve to be an array and not an object.
-
Edit ecard submit form.