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

Table insertion and manipulation now works in lists #404

Merged
merged 28 commits into from
Jun 19, 2013

Commits on Jun 10, 2013

  1. Configuration menu
    Copy the full SHA
    4d14eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ab662 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2013

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

Commits on Jun 12, 2013

  1. Began writing tests for tables in a list and adjusted table in list c…

    …ode to handle cases with multiple tables in a list.
    NickMcL committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    61e031a View commit details
    Browse the repository at this point in the history
  2. Added and refactored tests for tables in a list. Tests now all pass i…

    …n FF, Chrome, and IE 6-10.
    NickMcL committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    a1c79cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1526b20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30bdb76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebfe0f4 View commit details
    Browse the repository at this point in the history
  6. Added browser detection and comment on IE table caption issue in the …

    …tests for tables in lists
    NickMcL committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    9e2f146 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9be95c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Reimplemented spacing of tables inserted into lists to utilize the sp…

    …aceBlockingElements function.
    NickMcL committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    a0d6bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca642da View commit details
    Browse the repository at this point in the history
  3. Fixed syntax error

    NickMcL committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    6cf6e35 View commit details
    Browse the repository at this point in the history
  4. Refactored some parts of the table in list tests and added tests for …

    …checking that the spacer break lines added with tables in a list are removed in parsing.
    NickMcL committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    eb0bd71 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. Reimplemented table in list insertion and spacing to use selection an…

    …d make more use of existing functions.
    NickMcL committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    42b0af3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3ec21 View commit details
    Browse the repository at this point in the history
  3. Rewrote the code for spacing blocks in lists to avoid the use of a jQ…

    …uery feature that wasn't supported in older versions of IE.
    NickMcL committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    11fafcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8afe11 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. Configuration menu
    Copy the full SHA
    0d995d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d71ca View commit details
    Browse the repository at this point in the history
  3. Specified a couple attributes that were only showing up in IE to be r…

    …emoved by the normalizeHtml function in utils for testing.
    NickMcL committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    31aa68a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a789c2 View commit details
    Browse the repository at this point in the history
  5. Removed the query for deleting extra line breaks at the end of list i…

    …tems after the last blocking element and instead added a check to prevent adding extra line breaks at that point if one is already there.
    NickMcL committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    cc7542f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb3545f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. Configuration menu
    Copy the full SHA
    440f622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81cbf5c View commit details
    Browse the repository at this point in the history
  3. Changed the normalizeHtml function in testing utils to use a regex to…

    … remove an attribute sometimes added by IE when using certain versions of jQuery.
    NickMcL committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    b884cf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

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