Skip to content
Permalink
datepicker
Switch branches/tags

Commits on Aug 26, 2017

  1. Merge branch 'master' into datepicker

    # Conflicts:
    #	ui/i18n/datepicker-pt.js
    fnagel committed Aug 26, 2017

Commits on May 31, 2017

  1. Datepicker: Fix first day of week for pt-PT locale

    Fixes #15195
    Closes gh-1820
    horus68 authored and scottgonzalez committed May 31, 2017

Commits on May 17, 2017

  1. Dialog: Fix shared event handler for modal dialogs

    The old logic worked when all widgets of the same type used the same
    event namespace. However, now that each instance has its own namespace,
    we cannot use `_on()` for shared event handlers.
    
    Fixes #15182
    Closes gh-1817
    scottgonzalez committed May 17, 2017
  2. All: Remove uses of jQuery.proxy()

    Ref #15160
    Closes gh-1813
    scottgonzalez committed May 17, 2017
  3. All: Remove uses of jQuery.camelCase()

    Ref #15160
    Ref gh-1813
    scottgonzalez committed May 17, 2017

Commits on May 4, 2017

Commits on May 2, 2017

  1. Core: Fix JQMIGRATE warning about jQuery.expr[":"]

    This commit polyfills `jQuery.expr.pseudos` for old versions of jQuery.
    
    Fixes #15185
    Closes gh-1773
    eirslett authored and scottgonzalez committed May 2, 2017
  2. Sortable: Fix various scrolling issues

    * Created _scroll extension point and migrated scroll code from _mouseDrag
    * Cleaned up logic for scrolled
    * Fixed appendTo functionality to match documentation
    * Remove unnecessary function calls
    * Move set-up position functions to appropriate place
    * Base scrollParent on placeholder and not helper
    * Update scrollParent when switching containers
    
    Fixes #3173
    Fixes #15165
    Fixes #15166
    Fixes #15167
    Fixes #15168
    Fixes #15169
    Fixes #15170
    Closes gh-1793
    borgboyone authored and scottgonzalez committed May 2, 2017
  3. Labels: Handle empty sets

    Fixes #15184
    scottgonzalez committed May 2, 2017

Commits on Apr 25, 2017

Commits on Apr 24, 2017

  1. Widget: Handle Object.create(null) for options objects

    Fixes #15179
    Closes gh-1809
    scottgonzalez committed Apr 24, 2017

Commits on Apr 19, 2017

  1. Widget: Improve remove event bindings for classes options

    Fixes #15078
    Fixes #15082
    Fixes #15095
    Fixes #15136
    Fixes #15152
    Closes gh-1769
    scottgonzalez committed Apr 19, 2017

Commits on Apr 17, 2017

Commits on Mar 30, 2017

  1. Merge branch 'master' into datepicker

    # Conflicts:
    #	ui/i18n/datepicker-sv.js
    #	ui/widgets/datepicker.js
    fnagel committed Mar 30, 2017

Commits on Mar 1, 2017

  1. Datepicker: Corrections for Swedish localization

    Months and weekdays should be in small caps in Swedish.
    https://sv.wikipedia.org/wiki/Versalisering
    
    Fixes #15142
    Closes gh-1799
    ajuliano authored and scottgonzalez committed Mar 1, 2017

Commits on Feb 28, 2017

  1. Widget: Don't swallow errors in remove events

    The try/catch was only there to support jQuery <1.6.3, which we no
    longer support.
    
    Ref jquery/jquery#3554
    scottgonzalez committed Feb 28, 2017
Older