Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I set more variables in the array? #119

Open
wants to merge 83 commits into
base: 2.0alpha
Choose a base branch
from

Commits on Oct 3, 2013

  1. Forgot ; in $.each()

    Nytrm committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    ff9b3be View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. Added ability to skip items with disabledClass. Useful when sorting o…

    …ver hidden/non-visible items.
    poscar committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    a56e305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b03132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa262d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Allows starting individual branches expanded or collapsed

    This update allows you to preset the expanded or collapsed class on
    individual branches to give finer grain control over individual branch
    status on start. This allows overriding the default startCollapsed
    option on a per-branch level as needed.
    
    I needed this so that I could ‘remember’ the state of individual
    branches and restore them on page load.
    dustinbolton committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    f36d074 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2014

  1. Merge commit 'refs/pull/upstream/115' into 2.0alpha

    Matt Parnell committed May 16, 2014
    Configuration menu
    Copy the full SHA
    9cf554a View commit details
    Browse the repository at this point in the history
  2. Merge commit 'refs/pull/upstream/107' into 2.0alpha

    Matt Parnell committed May 16, 2014
    Configuration menu
    Copy the full SHA
    46f2ee7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

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

Commits on May 21, 2014

  1. add an example page based on the original, with 4 levels deep, custom

    styling, ui icons, expand/contract, and inner content
    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    fa0b9a2 View commit details
    Browse the repository at this point in the history
  2. update link in README for new example and remove paypal begging since

    original dev doesn't work on this anymore
    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    ef4d379 View commit details
    Browse the repository at this point in the history
  3. forgot to update a link

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    2a376ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d26c23 View commit details
    Browse the repository at this point in the history
  5. whoops, remove relative path for the js file

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    7e88e62 View commit details
    Browse the repository at this point in the history
  6. copypasta error

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    c67cf9d View commit details
    Browse the repository at this point in the history
  7. css fix

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    33c22e2 View commit details
    Browse the repository at this point in the history
  8. http/https fix

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    f0fa368 View commit details
    Browse the repository at this point in the history
  9. see if github previews plays nice this way

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    8103511 View commit details
    Browse the repository at this point in the history
  10. fix demo link

    Matt Parnell committed May 21, 2014
    Configuration menu
    Copy the full SHA
    5a4675d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. disableParentChange option added.

    To be able to disable changing parentship but allow reordering in current parent.
    I use it for menu ordering of pages, where pages define parentship and a menu defines the sort order
    twicejr committed May 28, 2014
    Configuration menu
    Copy the full SHA
    a7a4ef6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. Merge pull request #1 from twicejr/2.0alpha

    disableParentChange option added.
    Matt Parnell committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    c68bad7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

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

Commits on Jun 20, 2014

  1. Merge pull request #3 from twicejr/patch-2

    Explain new disableParentChange option.
    Matt Parnell committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    c155b4b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Configuration menu
    Copy the full SHA
    9c1d399 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from Icode4food/amd_loading

    load as AMD module if AMD is available
    Matt Parnell committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    dd49cab View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Protocol neutral references

    Github pages use https instead of http. So including js and css from Google CDN via http fails in modern browsers.
    
    <script src="//code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
    This snippet gets https://code.jquery.com/ui/1.10.4/jquery-ui.min.js on a https enabled site. On a http site  http://code.jquery.com/ui/1.10.4/jquery-ui.min.js is pulled.
    michamilz committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    d818b87 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Merge pull request #23 from michamilz/patch-1

    Protocol neutral references
    Matt Parnell committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    5167203 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Add JSCS config

    cameronprattedwards committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    152ee6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8006976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4148d92 View commit details
    Browse the repository at this point in the history
  4. Use ESLint

    cameronprattedwards committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    7086520 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e44f995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abe72e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e304d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61428b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f207a71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff42af9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Merge pull request #32 from cameronprattedwards/topics/code-style

    Code Style
    Matt Parnell committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    76e26e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from cameronprattedwards/topics/use-strict

    Use Strict
    Matt Parnell committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    1f26460 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Configuration menu
    Copy the full SHA
    c8ad673 View commit details
    Browse the repository at this point in the history
  2. Fix this bugs

    cameronprattedwards committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    d361da2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Merge pull request #35 from cameronprattedwards/fix/identity

    Bug Fixes
    Matt Parnell committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    93c1087 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2015

  1. Possible solution for triggering relocate event correctly

    Try this as a solution; I think this should solve the problem with the relocate event.
    I looked at https://github.com/jquery/jquery-ui/blob/master/ui/sortable.js to see that after calling _mouseStop., _clear gets called, and then the item is moved. so on line 591, the currentItem has moved, at least,
    
    *I think this should work but had no time to test this yet*
    twicejr committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    d6f6068 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Fix relocate event; execution was aynchronous. Now uses _clear functi…

    …on in addition to _mouseStop
    twicejr committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    f785480 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from twicejr/patch-3

    Possible solution for triggering relocate event correctly
    Matt Parnell committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    5a8e1fe View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Define 'a'

    cameronprattedwards committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    348d2cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998bd41 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Merge pull request #40 from cameronprattedwards/fix/protectroot-logic

    Fix protectRoot logic
    Matt Parnell committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    5c5edd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from cameronprattedwards/topics/fix-top-sorting

    Fix sorting back to top level
    Matt Parnell committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    8c354da View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

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

Commits on Feb 19, 2015

  1. Merge pull request #42 from gregshutt/2.0alpha

    Fixing bug in jQuery selector
    Matt Parnell committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    ed53026 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Fix parent container when dragging top-down

    Container's empty child list removed and CSS classes fixed only when dragging item in bottom-up direction. This fixes this by adding a symmetrical action for top-down direction.
    dangoodman committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    ff5ce6e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Merge pull request #46 from dangoodman/2.0alpha

    Top-down dragging causes an issue
    Matt Parnell committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    25e74f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Fix bug

    Check exist parentItem or not
    fonclub committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    4495125 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2015

  1. Merge pull request #47 from fonclub/2.0alpha

    Fix bug
    Matt Parnell committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    7a22321 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Configuration menu
    Copy the full SHA
    b28d1ad View commit details
    Browse the repository at this point in the history
  2. Keep branchClass on root item if protectRoot is true

    This also make _clearEmpty() code a bit more readable
    dangoodman committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    e304ca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Merge pull request #49 from dangoodman/2.0alpha

    Keep branchClass on root item if protectRoot is true
    Matt Parnell committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    950833a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from ccHanibal/2.0alpha

    Fixed disableParentChange always preventing sorting on root.
    Matt Parnell committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    41fc8ca View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Fix helper positioning bug when window scrolled

    TJ Draper committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    70bf5fd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Merge pull request #51 from tjdraper/2.0alpha

    Fix helper positioning bug when window scrolled
    Matt Parnell committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    515ab44 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. Adding Meteor support.

    andyp22 committed May 9, 2015
    Configuration menu
    Copy the full SHA
    1824fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e29e6c5 View commit details
    Browse the repository at this point in the history
  3. Pointing to ilikenwf.

    andyp22 committed May 9, 2015
    Configuration menu
    Copy the full SHA
    85c546a View commit details
    Browse the repository at this point in the history
  4. Pointing to ilikenwf.

    andyp22 committed May 9, 2015
    Configuration menu
    Copy the full SHA
    e5a3cd2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Merge pull request #54 from andyp22/2.0alpha

    Added Meteor.js Package support
    Matt Parnell committed May 11, 2015
    Configuration menu
    Copy the full SHA
    8250338 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Fixed scrolling offset problem.

    Matthew Morrison committed May 22, 2015
    Configuration menu
    Copy the full SHA
    24a7e49 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. Merge pull request #55 from cuddlyogre/2.0alpha

    Fixed scrolling offset problem.
    Matt Parnell committed May 23, 2015
    Configuration menu
    Copy the full SHA
    e0a3568 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. Added package.json.

    abzainuddin committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    d0dab69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from CodeYellowBV/2.0alpha

    Added package.json.
    Matt Parnell committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    bc116e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. added bower file

    themepixels committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    1517ef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Merge pull request #66 from themepixels/themepixels-patch-1

    added bower file
    Matt Parnell committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    397fa6f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

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

Commits on Dec 20, 2015

  1. Merge pull request #67 from bfcoder/data-attr

    Add ability to use data- attributes to show up in the hierarchy.
    Matt Parnell committed Dec 20, 2015
    Configuration menu
    Copy the full SHA
    df0e967 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. add element data to array

    amin101 committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    e33527b View commit details
    Browse the repository at this point in the history
  2. add element name to array

    amin101 committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    ff8d438 View commit details
    Browse the repository at this point in the history
  3. change item_id to id

    most database tables use id not item_id
    amin101 committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    695d128 View commit details
    Browse the repository at this point in the history
  4. start root node from 0 not 1

    amin101 committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    14a4731 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Merge pull request #77 from amin101/2.0alpha

    add element name to array
    Matt Parnell committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    747d42c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Update version to 2.0b1

    AlexHill committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    5e0e952 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from AlexHill/patch-1

    Update version to 2.0b1
    Matt Parnell committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    2c2943c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. r.js support

    eanekrasov committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    5d29a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Merge pull request #81 from eanekrasov/2.0alpha

    r.js support
    Matt Parnell committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    0812aa1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. v2.0 - also moving dev to master

    Matt Parnell committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    8fdc6a1 View commit details
    Browse the repository at this point in the history