r2141 - in trunk: . demos themes/base ui
Author: rdworth
Date: Fri Feb 27 03:41:40 2009
New Revision: 2141
Modified:
trunk/MIT-LICENSE.txt
trunk/demos/index.html
trunk/themes/base/ui.core.css
trunk/themes/base/ui.theme.css
trunk/ui/effects.blind.js
trunk/ui/effects.bounce.js
trunk/ui/effects.clip.js
trunk/ui/effects.core.js
trunk/ui/effects.drop.js
trunk/ui/effects.explode.js
trunk/ui/effects.fold.js
trunk/ui/effects.highlight.js
trunk/ui/effects.pulsate.js
trunk/ui/effects.scale.js
trunk/ui/effects.shake.js
trunk/ui/effects.slide.js
trunk/ui/effects.transfer.js
trunk/ui/ui.accordion.js
trunk/ui/ui.core.js
trunk/ui/ui.datepicker.js
trunk/ui/ui.dialog.js
trunk/ui/ui.draggable.js
trunk/ui/ui.droppable.js
trunk/ui/ui.progressbar.js
trunk/ui/ui.resizable.js
trunk/ui/ui.selectable.js
trunk/ui/ui.slider.js
trunk/ui/ui.sortable.js
trunk/ui/ui.tabs.js
Log:
changed ui.jquery.com to jqueryui.com
Modified: trunk/MIT-LICENSE.txt
==============================================================================
--- trunk/MIT-LICENSE.txt (original)
+++ trunk/MIT-LICENSE.txt Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
-Copyright (c) 2009 Paul Bakaus, http://ui.jquery.com/
+Copyright (c) 2009 Paul Bakaus, http://jqueryui.com/
This software consists of voluntary contributions made by many
-individuals (AUTHORS.txt, http://ui.jquery.com/about) For exact
+individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
contribution history, see the revision history and logs, available
at http://jquery-ui.googlecode.com/svn/
Modified: trunk/demos/index.html
==============================================================================
--- trunk/demos/index.html (original)
+++ trunk/demos/index.html Fri Feb 27 03:41:40 2009
@@ -250,23 +250,23 @@
<dd><a href="slider/index.html">Slider</a></dd>
<dd><a href="tabs/index.html">Tabs</a></dd>
<dt>Effects</dt>
- <dd><a href="http://ui.jquery.com/docs/Effect">Effect</dd>
- <dd><a
href="http://ui.jquery.com/docs/Effects/Animate">Animate</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Effects/Hide">Hide</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Effects/Show">Show</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Effects/SwitchClass">Switch
Class</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Effects/Toggle">Toggle</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Effects/ToggleClass">Toggle
Class</a></dd>
+ <dd><a href="animate/index.html">Animate</a></dd>
+ <dd><a href="effect/index.html">Effect</dd>
+ <dd><a href="hide/index.html">Hide</a></dd>
+ <dd><a href="show/index.html">Show</a></dd>
+ <dd><a href="switchClass/index.html">Switch Class</a></dd>
+ <dd><a href="toggle/index.html">Toggle</a></dd>
+ <dd><a href="toggleClass/index.html">Toggle Class</a></dd>
<dt>About jQuery UI</dt>
- <dd><a href="http://ui.jquery.com/docs/Developer_Guide">UI Developer
Guidelines</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Changelog">Changelog</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Roadmap">Roadmap</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Subversion">Subversion
Access</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Developer_Guide">UI Developer
Guidelines</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Changelog">Changelog</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Roadmap">Roadmap</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Subversion">Subversion
Access</a></dd>
<dt>Theming</dt>
- <dd><a href="http://ui.jquery.com/docs/Theming">Theming jQuery
UI</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Theming/API">jQuery UI CSS
framework</a></dd>
- <dd><a
href="http://ui.jquery.com/docs/Theming/Themeroller">ThemeRoller
application</a></dd>
- <dd><a href="http://ui.jquery.com/docs/Theming/ThemeSwitcher">Theme
Switcher Widget</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Theming">Theming jQuery
UI</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Theming/API">jQuery UI CSS
Framework</a></dd>
+ <dd><a
href="http://jqueryui.com/docs/Theming/Themeroller">ThemeRoller
application</a></dd>
+ <dd><a href="http://jqueryui.com/docs/Theming/ThemeSwitcher">Theme
Switcher Widget</a></dd>
</dl>
</td>
Modified: trunk/themes/base/ui.core.css
==============================================================================
--- trunk/themes/base/ui.core.css (original)
+++ trunk/themes/base/ui.core.css Fri Feb 27 03:41:40 2009
@@ -1,6 +1,6 @@
/*
* jQuery UI CSS Framework
-* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt)
licenses.
*/
Modified: trunk/themes/base/ui.theme.css
==============================================================================
--- trunk/themes/base/ui.theme.css (original)
+++ trunk/themes/base/ui.theme.css Fri Feb 27 03:41:40 2009
@@ -1,6 +1,6 @@
/*
* jQuery UI CSS Framework
-* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt)
licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/
Modified: trunk/ui/effects.blind.js
==============================================================================
--- trunk/ui/effects.blind.js (original)
+++ trunk/ui/effects.blind.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Blind @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.bounce.js
==============================================================================
--- trunk/ui/effects.bounce.js (original)
+++ trunk/ui/effects.bounce.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Bounce @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.clip.js
==============================================================================
--- trunk/ui/effects.clip.js (original)
+++ trunk/ui/effects.clip.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Clip @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.core.js
==============================================================================
--- trunk/ui/effects.core.js (original)
+++ trunk/ui/effects.core.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.drop.js
==============================================================================
--- trunk/ui/effects.drop.js (original)
+++ trunk/ui/effects.drop.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Drop @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.explode.js
==============================================================================
--- trunk/ui/effects.explode.js (original)
+++ trunk/ui/effects.explode.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Explode @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.fold.js
==============================================================================
--- trunk/ui/effects.fold.js (original)
+++ trunk/ui/effects.fold.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Fold @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.highlight.js
==============================================================================
--- trunk/ui/effects.highlight.js (original)
+++ trunk/ui/effects.highlight.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Highlight @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.pulsate.js
==============================================================================
--- trunk/ui/effects.pulsate.js (original)
+++ trunk/ui/effects.pulsate.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Pulsate @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.scale.js
==============================================================================
--- trunk/ui/effects.scale.js (original)
+++ trunk/ui/effects.scale.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Scale @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.shake.js
==============================================================================
--- trunk/ui/effects.shake.js (original)
+++ trunk/ui/effects.shake.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Shake @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.slide.js
==============================================================================
--- trunk/ui/effects.slide.js (original)
+++ trunk/ui/effects.slide.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Slide @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/effects.transfer.js
==============================================================================
--- trunk/ui/effects.transfer.js (original)
+++ trunk/ui/effects.transfer.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Effects Transfer @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.accordion.js
==============================================================================
--- trunk/ui/ui.accordion.js (original)
+++ trunk/ui/ui.accordion.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Accordion @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.core.js
==============================================================================
--- trunk/ui/ui.core.js (original)
+++ trunk/ui/ui.core.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.datepicker.js
==============================================================================
--- trunk/ui/ui.datepicker.js (original)
+++ trunk/ui/ui.datepicker.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Datepicker @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.dialog.js
==============================================================================
--- trunk/ui/ui.dialog.js (original)
+++ trunk/ui/ui.dialog.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Dialog @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.draggable.js
==============================================================================
--- trunk/ui/ui.draggable.js (original)
+++ trunk/ui/ui.draggable.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Draggable @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.droppable.js
==============================================================================
--- trunk/ui/ui.droppable.js (original)
+++ trunk/ui/ui.droppable.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Droppable @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.progressbar.js
==============================================================================
--- trunk/ui/ui.progressbar.js (original)
+++ trunk/ui/ui.progressbar.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Progressbar @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.resizable.js
==============================================================================
--- trunk/ui/ui.resizable.js (original)
+++ trunk/ui/ui.resizable.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Resizable @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.selectable.js
==============================================================================
--- trunk/ui/ui.selectable.js (original)
+++ trunk/ui/ui.selectable.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Selectable @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.slider.js
==============================================================================
--- trunk/ui/ui.slider.js (original)
+++ trunk/ui/ui.slider.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Slider @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.sortable.js
==============================================================================
--- trunk/ui/ui.sortable.js (original)
+++ trunk/ui/ui.sortable.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Sortable @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
Modified: trunk/ui/ui.tabs.js
==============================================================================
--- trunk/ui/ui.tabs.js (original)
+++ trunk/ui/ui.tabs.js Fri Feb 27 03:41:40 2009
@@ -1,7 +1,7 @@
/*
* jQuery UI Tabs @VERSION
*
- * Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
+ * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*