Skip to content

Commit

Permalink
#440 Upgraded JQuery UI to 1.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Mar 3, 2012
1 parent 1694368 commit daf8f8b
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -21,6 +21,7 @@ Version 1.1.11 work in progress
- Enh: Added getIsFlashRequest(), proper handling of Flash/Flex request when using CWebLogRoute with FireBug (resurtm)
- Enh: Added CBreadcrumbs::$activeLinkTemplate and CBreadcrumbs::$inactiveLinkTemplate properties which allows to change each item's template (resurtm)
- Enh: Added full-featured behaviors and events CConsoleCommand::onBeforeAction & CConsoleCommand::onAfterAction (Yiivgeny)
- Chg #440: Upgraded JQuery UI to 1.8.18 (samdark)

Version 1.1.10 February 12, 2012
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion framework/vendors/README.html
Expand Up @@ -24,7 +24,7 @@ <h1>Third-Party Library List</h1>
<td>most JavaScript-related functionalities</td>
</tr>
<tr>
<td><a href="http://www.jqueryui.com">jQuery UI 1.8.17</a></td>
<td><a href="http://www.jqueryui.com">jQuery UI 1.8.18</a></td>
<td><a href="jqueryui/MIT-LICENSE.txt">MIT</a></td>
<td>the widgets under zii/widgets/jui</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions framework/web/js/source/jui/css/base/jquery-ui.css

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/*
* jQuery UI Accordion 1.8.17
* jQuery UI Accordion 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.all.css
@@ -1,5 +1,5 @@
/*
* jQuery UI CSS Framework 1.8.17
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
@@ -1,5 +1,5 @@
/*
* jQuery UI Autocomplete 1.8.17
* jQuery UI Autocomplete 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.base.css
@@ -1,5 +1,5 @@
/*
* jQuery UI CSS Framework 1.8.17
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
4 changes: 2 additions & 2 deletions framework/web/js/source/jui/css/base/jquery.ui.button.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.core.css
@@ -1,5 +1,5 @@
/*
* jQuery UI CSS Framework 1.8.17
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.dialog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,5 +1,5 @@
/*
* jQuery UI Progressbar 1.8.17
* jQuery UI Progressbar 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
@@ -1,5 +1,5 @@
/*
* jQuery UI Resizable 1.8.17
* jQuery UI Resizable 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
@@ -1,5 +1,5 @@
/*
* jQuery UI Selectable 1.8.17
* jQuery UI Selectable 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.slider.css
@@ -1,5 +1,5 @@
/*
* jQuery UI Slider 1.8.17
* jQuery UI Slider 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.tabs.css
@@ -1,5 +1,5 @@
/*
* jQuery UI Tabs 1.8.17
* jQuery UI Tabs 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand Down
2 changes: 1 addition & 1 deletion framework/web/js/source/jui/css/base/jquery.ui.theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions framework/web/js/source/jui/js/jquery-ui-i18n.min.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions framework/web/js/source/jui/js/jquery-ui.min.js

Large diffs are not rendered by default.

0 comments on commit daf8f8b

Please sign in to comment.