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: mleibman/SlickGrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: defunctzombie/SlickGrid
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.
  • 6 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 22, 2013

  1. rename top level js files without the 'slick' prefix

    We know it is slick, it is in the repo.
    defunctzombie committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    69e039d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9631967 View commit details
    Browse the repository at this point in the history
  3. add package.json

    defunctzombie committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    1be2ef1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. add notes about how best to require slickgrid in projects

    slickgrid should not be required directly but instead required by
    specific module needed
    defunctzombie committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    9bba288 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. remove two step css rule creation

    This has stopped working in google chrome. Moreover, I do not see why it
    was done like this in the first place as the rules can be gotten right
    from the style object after it is populated with text.
    
    TODO long term this is too fragile and should be done a better way.
    defunctzombie committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    11a1cfd View commit details
    Browse the repository at this point in the history
  2. 2.1.0-1

    defunctzombie committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    7dcca49 View commit details
    Browse the repository at this point in the history
Loading