Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xwp/wp-widget-customizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13
Choose a base ref
...
head repository: xwp/wp-widget-customizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14
Choose a head ref
  • 17 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 12, 2014

  1. Configuration menu
    Copy the full SHA
    6df8a99 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. Configuration menu
    Copy the full SHA
    2341062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7e7d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Integrate keyboard-accessible widget reordering

    Props @MichaelArestad
    
    * Adds Reorder link next to Add Widget link
    * Reorder link causes reorder buttons with each widget to appear
    * Widgets can be moved up/down via buttons
    * Widgets can be moved to other sidebars via new subpanel (not yet fully functional)
    
    Other changes:
    * Use Backbone for keeping track of which sidebars are rendered
    * Add tabIndex to new UI elements for keyboard accessibility
    * Add methods for obtaining a widget’s sidebar control,
      and a sidebar’s widget controls
    * Add widget control methods for moving a widget up/down,
      and for getting its position in the sidebar.
    westonruter committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    bd7b173 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. Configuration menu
    Copy the full SHA
    4f05ebc View commit details
    Browse the repository at this point in the history
  2. Prevent widget element lookup race condition when moving widget to an…

    …other sidebar
    
    * scope widget element lookups by associated sidebar
    * instead of appending to the parent, we should append relative to the first widget found
    westonruter committed Jan 27, 2014
    Configuration menu
    Copy the full SHA
    d2f9109 View commit details
    Browse the repository at this point in the history
  3. Improve logic for cleaning up when widget is removed from sidebar

    * Remove required preview refresh when widget is moved to another sidebar
    * Ensure that widget moved to other sidebar without drag/drop isn’t trashed
    westonruter committed Jan 27, 2014
    Configuration menu
    Copy the full SHA
    3deb975 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2014

  1. Configuration menu
    Copy the full SHA
    39d11d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e501d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from MichaelArestad/accessible-widget-reordering

    Add more icon matchers, clean up CSS, improve focus states
    westonruter committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    0fd6cd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. Fix live previews for moving widget to another sidebar

    * Send all sidebars_widgets settings, not just the setting for the widget being edited
    * Let incoming customized POST data completely override sidebars_widgets settings; stop merging
    * Stop deleting widget instance settings from preview customizer because unnecessary and
      because of possible race condition when moving widgets across sidebars
    westonruter committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    fba1988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c94a562 View commit details
    Browse the repository at this point in the history
  3. Focus on newly moved widget control

    Focus on first focusable instead of on first visible input
    westonruter committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    7345a0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f12b86 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from x-team/accessible-widget-reordering

    Add keyboard-accessible means of reordering widgets
    westonruter committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    c6df253 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2014

  1. Bump version to 0.14

    westonruter committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    cd4542f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from x-team/develop

    0.14 Release
    westonruter committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    5fd6924 View commit details
    Browse the repository at this point in the history
Loading