| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The `jqueryui.com` demos build process deAMDifies HTML files, replacing required
JS files with direct script tags. On the other hand, when running demos locally
from the jQuery UI repository, RequireJS is used.
This used to work fine until we got a new `search.js` file introduced in
gh-2187. The deAMDifying process doesn't touch non-HTML files which made loading
autocomplete demos crash on "require is not a function"
To resolve the issues without a major rearchitecture of the build process,
the `search.js` file now detects AMD and uses `require`, falling back to relying
on the `jQuery` global in the other case.
Closes gh-2274
Ref gh-2187
Ref jquery/jqueryui.com#216
|
|
|
|
|
|
| |
Also, fix checkboxradio visual tests.
Ref gh-2249
|
|
|
|
| |
Closes gh-2249
|
|
|
|
|
| |
Also, update a few stale URLs to what they redirect now to.
Closes gh-2244
|
|
|
|
|
| |
This fixes mixed content errors on the selectmenu demo page at jqueryui.com.
Closes gh-2242
|
|
|
|
|
| |
Closes gh-2233
Signed-off-by: divdeploy <chenguangxue@outlook.com>
|
|
|
|
| |
Fixes jquery/jqueryui.com#203
Closes gh-2187
|
|
|
|
|
|
|
|
|
| |
Self-closing tags are reported by newer versions of the htmllint
Grunt plugin. They also don't make sense in our HTML files
since they are not XHTML-compliant and they run in HTML mode
anyway.
Ref gh-2157
|
|
|
|
|
|
|
| |
Optimization done by calling:
for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done
Closes gh-2132
|
|
|
|
|
| |
Fix both grammar and punctuation in one tabs demo.
Closes gh-2139
|
| |
|
|
|
|
|
| |
Fixes #15393
Closes gh-1958
|
|
|
| |
Closes gh-1919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jQuery positional selectors () have been deprecated in
[jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/)
and they'll be removed in jQuery 4.0.0. This PR removes their usage.
Most of the changes were possible without changing public API. However,
dropping `:even` usage required a change to the
[`header` option](https://api.jqueryui.com/accordion/#option-header)
of the accordion widget. I made it an optional function; this will need
to be documented.
The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was
no usage of the :odd selector in the code but the `.odd()` method is also
polyfilled for completeness.
Closes gh-1904
|
|
|
|
|
|
| |
`.disableSelection()` was deprecated in v1.9:
http://api.jqueryui.com/disableSelection/
Closes gh-1856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of the changes:
* Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against
* Build: Load jQuery & Migrate via HTTPS
* Build: Add package-lock.json to .gitignore
* Build: Update jQuery Migrate from 3.0.0 to 3.1.0
* Build: Allow to run tests against jQuery 3.x-git
* Build: Fix formatting according to JSCS rules
* Build: Disable JSCS for the inlined jQuery Color
* All: Switch from $.isArray to Array.isArray (jQuery.isArray will be
removed in jQuery 4.0)
* All: Switch from `$.isFunction( x )` to `typeof x === "function"`
(jQuery.isFunction will be removed in jQuery 4.0)
* All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0
* Effects: Fix a timing issue in a variable declaration. Previously,
a jQuery object was created, chained & assigned to a variable that
was then accessed in a callback used inside of this chained
definition. Due to a timing difference in when the callback fired for
the first time in latest jQuery master, it was being called before
the variable was defined.
* Tests: Make dialog & draggable unit tests less strict (newest jQuery
returns fractional results in some cases, making comparisons fail when
there's a tiny difference)
* All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim
will be deprecated in jQuery 3.5)
Closes gh-1901
|
|
|
|
|
| |
Ref #15160
Closes gh-1813
|
|
|
|
| |
Closes gh-1812
|
|
|
|
| |
Closes gh-1772
|
|
|
|
|
| |
Fixes #14627
Closes gh-1761
|
|
|
|
| |
Fixes #15048
|
|
|
|
|
| |
Fixes #15023
Closes gh-1740
|
| |
|
|
|
|
| |
Fixes #14974
|
|
|
|
|
|
| |
zopflipng -m, version 1.0.1.
Closes gh-1726
|
| |
|
|
|
|
| |
Closes gh-1710
|
|
|
|
|
| |
Fixes #14967
Closes gh-1703
|
|
|
|
| |
Closes gh-1689
|
| |
|
| |
|
|
|
|
|
| |
Ref jquery/jqueryui.com#39
Closes gh-1637
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This widget replaces the buttonset widget
|
| |
|
|
|
|
|
|
| |
Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set
|