Closed (fixed)
Project:
ecard
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2009 at 17:33 UTC
Updated:
8 Feb 2013 at 22:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
kars-t commentedRight now there is no cron integration or anything but it is definitively possible. Lets put this to the "nice to have features" list :)
Comment #2
kars-t commentedComment #3
browlands commentedhttp://drupal.org/project/addressbook is worth looking at for ideas
Comment #4
stella commentedComment #5
kars-t commentedMore detailed task description:
Add an option to the backend for activate delayed sending that the form shows a optional date / time picker. If a date is chosen the ecard will be delayed and sended through hook_cron. So far so good. The problems is wich time picker to use? I could make this feature depend on some other module as I don't want to implement a date picker 1.000 time.
Comment #6
stella commentedI'm in favour of making a dependency and not re-implementing the wheel :) as long as it's an optional dependency, and not required for the entire module.
Comment #7
kars-t commentedI chatted on german irc a bit about this and I will try to use the jquery.ui library and module.
Comment #8
kaakuu commentedThis is a very important feature of ecard. Infact ecard has no practical utility without this.
Ecard is not ecard without this.
Any progress on this feature?
Comment #9
kars-t commentedHi
the current problem with ecard is that it really needs simpletests. After this I will create a new version. But ofcourse you are always invited to implement this and write a patch :)
I leave the status as major as I believe this is a quite important feature.
Comment #10
kars-t commentedStill applies.
Comment #11
kars-t commentedMoving to D7
Comment #12
stella commentedOk here's a D6 version of the patch - sorry, not working on D7 yet, though may be later in the week!
Here's what it does:
Comment #13
stella commentedDrupal 7 version of the patch attached. It depends on these other patches being applied first though: #1380428: Incorrect verb tense and non-translatable text in user interface, #1802066: Ecard field settings not working, #1802320: pick_up time not being updated in the database and #1802694: notification of when an ecard is picked up not available in d7
For this to work, I had to make the following changes:
$form_state['values'][FIELDNAME]rather than$form[FIELDNAME]['#value']Comment #14
stella commentedpatch re-roll as the field_name wasn't being saved to that column in the db.
Comment #15
stella commentedD7 patch re-roll for undefined index warning.
Comment #16
kars-t commentedAdded