Closed (fixed)
Project:
Station
Version:
5.x-1.x-dev
Component:
Playlists
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2007 at 23:28 UTC
Updated:
14 May 2007 at 20:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedgood idea. here's a patch that should do it. please test it out and let me know if it meets your needs.
Comment #2
stella commentedthat works great, thanks for the quick turnaround!
Cheers,
Stella
Comment #3
drewish commentedyou're welcome! i'm all about feature requests that are simple and provide a functionality to a lot of people. flexible dates is a great one. i'll get this committed tomorrow.
Comment #4
stella commentedHi again,
So the date part of the patch is ready to be committed. However, some additional code changes crept into the patch and caused the addition of new playlists not to work. The section of the patch is:
It's because $node->program_nid isn't set for new nodes. Reverting this patch section, fixed everything again.
Cheers,
Stella
Comment #5
drewish commentedi'd rolled those changes in on purpose to move the code from _submit to _validate. i'll do some testing creating new playlists.
Comment #6
thumb commentedIs the playlist date field at all influenced by the sitewide date format? Can the format be altered through a theme with format_date()?
Comment #7
drewish commentedit doesn't use the sitewide date format because it includes time information, and the module only tracks the date so you'd get a 0:00 or 12:00 in each date string.
Comment #8
drewish commentedokay i fixed that bug and committed this to the DRUPAL-5 branch
Comment #9
dries commented