Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
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: NicolasCARPi/jquery_jeditable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KanbanSolutions/jquery_jeditable
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.
  • 9 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 14, 2014

  1. Replaced three occurrences of .html() with .text() to prevent `X&…

    …Y` from appearing in the field as `X&Y`, and to prevent input from being treated as HTML.
    davidchambers authored and Rickey Visinski committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    bede666 View commit details
    Browse the repository at this point in the history
  2. Fixed the attribute setting to conform to jQuery 1.9 specifications.

    zinigor authored and Rickey Visinski committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    f7c17d4 View commit details
    Browse the repository at this point in the history
  3. Fixed the container height and width bug.

    zinigor authored and Rickey Visinski committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    4e3ad2a View commit details
    Browse the repository at this point in the history
  4. Fix image url

    The invalid image link breaks when trying to use the example project. This resolves the 404 error
    rickeyvisinski-kanban authored and Rickey Visinski committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    3e4ca36 View commit details
    Browse the repository at this point in the history
  5. explicitly set text input type to text in HTML makes it compatible wi…

    …th Twitter Bootstrap 2.1+
    jak78 authored and Rickey Visinski committed Mar 14, 2014
    Configuration menu
    Copy the full SHA
    0ae71ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ce8bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. Convert back to html instead of text

    * Remove eval statement
    * add strict equals
    * add raw field for manipulation of revert
    rickeyvisinski-kanban committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    eeb1655 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. Configuration menu
    Copy the full SHA
    31a1393 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d9b01 View commit details
    Browse the repository at this point in the history
Loading