From 781789864ede2603d5d1cfd2c276a538b30eb134 Mon Sep 17 00:00:00 2001
From: TJ VanToll
Date: Mon, 26 Aug 2013 06:44:20 -0400
Subject: [PATCH 01/53] Datepicker: Initial commit of widget rewrite work from
old branch
History is on the datepicker-dead branch.
---
demos/datepicker/default.html | 5 +
external/date.js | 197 +++
external/localization.js | 436 ++++++
tests/unit/date/all.html | 30 +
tests/unit/date/date.html | 40 +
tests/unit/date/date_core.js | 223 +++
themes/base/datepicker.css | 13 +-
ui/datepicker.js | 2455 +++++++--------------------------
8 files changed, 1436 insertions(+), 1963 deletions(-)
create mode 100644 external/date.js
create mode 100644 external/localization.js
create mode 100644 tests/unit/date/all.html
create mode 100644 tests/unit/date/date.html
create mode 100644 tests/unit/date/date_core.js
diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html
index a11d5def7a9..be0c453c2b3 100644
--- a/demos/datepicker/default.html
+++ b/demos/datepicker/default.html
@@ -5,8 +5,13 @@
jQuery UI Datepicker - Default functionality
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+