Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Dec 2007 at 23:13 UTC
Updated:
4 Aug 2010 at 17:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
Brian@brianpuccio.net commentedI've tested this modification in two Drupal installs as a workaround for my problem and it performs as it should. I see no issues with this patch as it stands, especially since it follows the form of the other arguments, such as year and month.
Please commit.
Thanks, guardian, for posting.
Comment #2
guardian commentedgood to know,
thx for the follow up
Comment #3
mgorven commentedI have just coded up this feature for Views 2 on Drupal 6. It seems to work for me, but would be nice if someone else could test it.
For some reason the day displayed in the title was off by one, and I had to add one to correct it. I'm not sure why this is the case since I based it on the created_month field and I would expect the day and month arguments to behave the same.
Comment #4
pkej commentedI wonder if this patch creates the following warnings on my site:
warning: Invalid argument supplied for foreach() in /home/1/v/vogol/www/includes/menu.inc on line 376.
warning: Invalid argument supplied for foreach() in /home/1/v/vogol/www/includes/menu.inc on line 376.
Except from that it works as advertized.
Comment #5
merlinofchaos commentedThe Views 2 patch should probably be posted as a separate issue (referring back to this one if necessary) in order to prevent the original patch here from getting (more) lost. =)
Comment #6
mgorven commentedI have posted the Views 2 patch here: http://drupal.org/node/298500
Comment #7
esmerel commentedAt this time, only security fixes will be made to the 5.x version of Views.