-
Added a new relation handler to the views implementation. Added an hook_update to change the schema of the pickup field. Changed some comments.
-
Initial ctools plugin created.
-
Reworked some comments and minor typos.
-
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.
-
Initial commit.
-
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.
-
Merge branch '7.x-1.x' of git.drupal.org:project/ecard into 7.x-1.x