public
Rubygem
Description: A popular and flexible JavaScript DatePicker for RubyOnRails (and others)
Homepage: http://code.google.com/p/calendardateselect/
Clone URL: git://github.com/timcharper/calendar_date_select.git
bumped to version 1.11
timcharper (author)
Wed Jul 16 09:02:33 -0700 2008
commit  35c193c89d1b7b54853f9673db2849206c1464d0
tree    6637cf519949780a44f51c670f5bf9fb6476586a
parent  d94afa84d812e35db8b4a371da3b8148d282d946
...
 
 
1
 
2
3
4
...
1
2
3
4
5
6
7
0
@@ -1,4 +1,7 @@
0
+== Version 1.11 ==
0
+
0
  * Calendar Date Select now works as a ruby-gem (thanks, artmotion!)
0
+ * Applied fix outlined in Issue #83: http://code.google.com/p/calendardateselect/issues/detail?id=83 (Thanks David Bolton)
0
 
0
 == Version 1.10.5 ==
0
 Apr 7, 2008
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-// CalendarDateSelect version 1.10.2 - a prototype based date picker
0
-// Questions, comments, bugs? - email the Author - Tim Harper <"timseeharper@gmail.seeom".gsub("see", "c")>
0
+// CalendarDateSelect version 1.10.11 - a prototype based date picker
0
+// Questions, comments, bugs? - see the project page: http://code.google.com/p/calendardateselect
0
 if (typeof Prototype == 'undefined') alert("CalendarDateSelect Error: Prototype could not be found. Please make sure that your application's layout includes prototype.js (.g. <%= javascript_include_tag :defaults %>) *before* it includes calendar_date_select.js (.g. <%= calendar_date_select_includes %>).");
0
 if (Prototype.Version < "1.6") alert("Prototype 1.6.0 is required. If using earlier version of prototype, please use calendar_date_select version 1.8.3");
0
 

Comments

    No one has commented yet.