I just downloaded the eventrepeat_module and everything works EXCEPT the yearly feature. Anything set to yearly comes up daily.

CommentFileSizeAuthor
#2 eventrepeat_yearly.patch916 bytesseanbfuller

Comments

seanbfuller’s picture

Thanks for the bug report. I had noticed that issue with the new cvs and I've been meaning to test the 4.7 version to see if it was an issue there also. I'm pretty swamped for the next week, but I'll try to roll up a fix soon.

seanbfuller’s picture

Status: Active » Needs review
StatusFileSize
new916 bytes

Fixes the typo that was pointed out by scott.mclewin in http://drupal.org/node/72054.

Yearly repeats should be yearly now, but note that there are still some issues when editing a yearly event, which are due to in part to http://drupal.org/node/69920, and also in part due to the fact that the current code does not like it when you change the date of the repeat.

Also note that if your Initial Render Period is set the default 90 days, the system will not render additional nodes as the fact that they don't repeat for another year makes fall outside of this range. The current maximum range is 730 days, meaning that you will only ever get 1 additional node to render. At this time, I cannot confirm that yearly nodes will build out over time like they are supposed to.

I'll try to give this some more testing and then commit. Let me know if this works or not.

seanbfuller’s picture

Version: 4.7.x-1.x-dev » master

I just noticed that this issue was opened for the 4.7 version and my patch is for cvs. My apologies for any confusion. I'm changing this issue to cvs since that is where development is being focused until we get past this hurdle.

seanbfuller’s picture

Status: Needs review » Fixed

committed to HEAD

Anonymous’s picture

Status: Fixed » Closed (fixed)