From d3216b34e015a5463938d642c723730dbb1a1e05 Mon Sep 17 00:00:00 2001
From: TJ VanToll
Date: Mon, 26 Aug 2013 06:44:20 -0400
Subject: [PATCH 001/172] 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/jquery.ui.datepicker.css | 15 +-
ui/jquery.ui.datepicker.js | 2459 ++++++--------------------
8 files changed, 1441 insertions(+), 1964 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 2d66a6ea2ad..a70b495371e 100644
--- a/demos/datepicker/default.html
+++ b/demos/datepicker/default.html
@@ -5,9 +5,14 @@
jQuery UI Datepicker - Default functionality
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+