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: WofloW/Columnizer-jQuery-Plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adamwulf/Columnizer-jQuery-Plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 14, 2016

  1. npm... probably adamwulf#212

    adamwulf committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    3f102c0 View commit details
    Browse the repository at this point in the history
  2. keywords adamwulf#212

    adamwulf committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    5870d0b View commit details
    Browse the repository at this point in the history
  3. keywords

    adamwulf committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    d2f088c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

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

Commits on Jan 9, 2017

  1. Merge pull request adamwulf#217 from jmarceli/disable_single_columnize

    Disable single columnize
    adamwulf authored Jan 9, 2017
    Configuration menu
    Copy the full SHA
    4d45a8b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Added preserving thead and tfoot in tables

    In the columnize function we can check weather we are in a table by testing the first child of $pullOutHere
    If we are in a table we can clone a copy of the <thead> and <tfoot> if they exist and store thim in the columnize function that is operating on the table.
    When we get to splitting the last element we add the <thead> and <tfoot> back to the table in the content source element $pullOutHere
    simonmeadows authored Mar 31, 2017
    Configuration menu
    Copy the full SHA
    25f3c88 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. Added test pages for thead and tfoot

    Simon Meadows authored and Simon Meadows committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    0d20d11 View commit details
    Browse the repository at this point in the history
  2. Re-Worked to allow for nested tables

    Simon Meadows authored and Simon Meadows committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    54dec55 View commit details
    Browse the repository at this point in the history
  3. moved test to samples

    Simon Meadows authored and Simon Meadows committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    2cf78b7 View commit details
    Browse the repository at this point in the history
  4. removed non required bit I missed

    Simon Meadows authored and Simon Meadows committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    ac92a9c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request adamwulf#219 from simonmeadows/master

    Added preserving thead and tfoot in tables - Issue adamwulf#180
    adamwulf authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    11ad353 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

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

Commits on Aug 20, 2019

  1. Merge pull request adamwulf#229 from dheffx/master

    Fix for jQuery deprecation of event shorthand: resize
    adamwulf authored Aug 20, 2019
    Configuration menu
    Copy the full SHA
    1f4600f View commit details
    Browse the repository at this point in the history
  2. Proper php tag

    adamwulf committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b2d64e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. github sponsorship

    adamwulf authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    52d1b04 View commit details
    Browse the repository at this point in the history
  2. updated readme

    adamwulf authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    9292f21 View commit details
    Browse the repository at this point in the history
Loading