Closed (fixed)
Project:
Event
Version:
6.x-2.x-dev
Component:
Date Picker
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2010 at 22:59 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hutch commentedIs this the one you are looking for?
http://datejs.googlecode.com/files/date.js
on http://code.google.com/p/datejs/
Also http://datejs.googlecode.com/files/Datejs-all-Alpha1.zip
Comment #2
jc174 commentedThanks Hutch! That appears to be it.
I'm changing the category to "task" as a link still needs to get in the module (and in the README.txt file). I wonder if it would be better to include the three needed files in the module and then provide a stern warning in the README and on the Modules page that the user should check for the latest version of each.
At least that way end-users wouldn't be stranded like I was. But then I'm not too familiar with Drupal best practices...
Cheers!
Comment #3
hutch commentedI suppose that 'best practice' would be to to Drupalise the code so that it uses Drupal's javascript behaviors and then provide a min and a packed version for production use.
Personally I would rather see a datepicker that has active support used, eg
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html
Also see
http://drupal.org/project/jquery_ui
Comment #4
arianek commentedJust got the same error https://skitch.com/arianek/fedtg/status-report-redberry-art-saskatchewan... it should be linking to http://datejs.googlecode.com/files/date.js I think, as adding that file made the status error go away.
Was contemplating trying to roll a patch (good practice for contrib + git patching) but can't find the string - any ideas?
Comment #5
chx commentedcontrib/datepicker/datepicker.install
26: $requirements['datepicker_datejs']['description'] = $t('Missing Date jQuery plugin. Please !download and extract it to your datepicker module directory. See README.txt for more info.', array('!download' => l(t('download the Date jQuery plugin'), 'http://jqueryjs.googlecode.com/svn/trunk/plugins/methods/date.js')));
Comment #6
arianek commentedjust got some help with my contrib git patching skillz and rolled a patch with the updated link (attached)
Comment #7
killes@www.drop.org commentedThanks, applied!
Comment #8
arianek commentedCool, after all this time, my first contrib patch. :) Thanks Killes!