Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Correct broken list structure on list actions #333

Merged
merged 13 commits into from Feb 27, 2012

Commits on Jan 23, 2012

  1. Added some failing unit tests showing over-closed list problems.

    All list operations should detect and fix this problem and do that without
    losing the user's selection.
    winhamwr committed Jan 23, 2012
    Copy the full SHA
    c05600a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2012

  1. Copy the full SHA
    7e2b24c View commit details
    Browse the repository at this point in the history
  2. Added jquery helpers for prev/next but including all nodes.

    Took at a shot at using these to implement a fix. Still work to do.
    winhamwr committed Jan 26, 2012
    Copy the full SHA
    58c247d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d2b2b65 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. Copy the full SHA
    3d13e73 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcc5151 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2012

  1. Copy the full SHA
    0149be3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2012

  1. So it turns out there's actually a parser error.

    A newly-discovered parser error was actually what was breaking the
    list correction tests. It's still breaking them, but now the error
    is actually isolated with a test case that fails in all browsers.
    winhamwr committed Feb 10, 2012
    Copy the full SHA
    fd432a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. Merge remote branch 'origin/master' into issue_nesting_correction

    Conflicts:
    	src/test/unit/test.js
    winhamwr committed Feb 15, 2012
    Copy the full SHA
    675714e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    359bb80 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2012

  1. Copy the full SHA
    f9f35cb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fcc6932 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2012

  1. Copy the full SHA
    614b24c View commit details
    Browse the repository at this point in the history