Needs work
Project:
Date
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2011 at 16:02 UTC
Updated:
21 Aug 2015 at 14:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
delapohl commentedBump. To recap, looking for a way to display the next occurrence of a repeating date. This was possible in 6.x by specifying "now" as the starting from value on the Display Fields screen. I don't see this option in 7.x.
Comment #2
chalee commentedAny solution to this problem?
Comment #3
vuthappa commentedAny update on this guys? Thanks
Comment #4
bnicoll commentedStill desperate for a solution on this.
Comment #5
steven jones commentedActually all the code for this is there, but the admin UI for those two field are hidden on D7, not sure why this is, but here's a patch that un-hides them and makes the whole thing work as far as I can see.
Comment #6
arlinsandbulte commentedApplied patch from #5:
http://drupalcode.org/project/date.git/commit/d675562
Thanks.
Comment #7
steven jones commentedThanks for committing this. Would it be possible next time to use the Adding a commit author guidelines so that I get credit as the author of the patch please?
Comment #9
bnicoll commentedJust upgraded to latest version of the date module 7.x-2.3. Previously tried the patch - still not working for me.
Is there any other workarounds or planned implementation?
Thanks,
Ben.
Comment #10
burningdog commentedThis doesn't work for me either. To replicate:
Multiple valuesto 5,starting fromas 2013-01-05T00:00:00 andending withas 2013-02-01T00:00:00 (why can't we use relative values for these?).So it appears that the "starting from" setting works - date values which exist before this value are correctly excluded, but the "ending with" doesn't exclude values which end after the specific date.
The problem is the checks in date_prepare_entity(). They check if the "from" value is less than the value of the "starting from" textfield, and if the "to" date is greater than the value of the "ending with" textfield. What they neglect to check is if the "from" value is greater than the "ending with" date.
Patch attached.
Comment #11
mjk3r commentedSame problem here.
Using: repeating date (Date 7.x-2.6)
Node display date field settings:
- Display both Start and End dates
- Show 1 value(s) starting with earliest, ending with latest
- Hide repeat rule
1. It works correctly if displayed through Calendar View
2. It doesn't work at node display - once you click on event on specific date in Calendar
- it will always display date of the very first event in the series, no matter what date you were actually clicking on
- it should display however the date for event instance of the real date which was selected from calendar
- it doesn't matter if you collect an end date or not, it just doesn't affect that feature at all
- it doesn't matter if you Display both Start and End dates, or just the starting date, it just doesn't affect that feature at all (tested all combinations of collecting and displaying end dates)
Help would be very much appreciated
with all the best wishes
Comment #12
lias commentedHave the same issue with the Date Repeat module not displaying the current date on the full display of the node. It displays the original date which has passed. I understand there are modules that will create new nodes or clones of the repeating event but to me that seems like more content and management when it would seem to make sense to have the date repeat module display the current repeat date.
Comment #13
podarok10: date-range_fix-1285260-10.patch queued for re-testing.