Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate callback send options. #1099

Open
wants to merge 23 commits into
base: dev
Choose a base branch
from
Open

Validate callback send options. #1099

wants to merge 23 commits into from

Commits on Dec 2, 2014

  1. Update composer.json

    Version update
    ma-si committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    9a21e59 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Bower jquery version change

    x-editable doesnt work with jquery 2
    tasarsu committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    a3a5de1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. Update bootstrap-editable.js

    I just put the current Year for the default maxDate (combodate).
    moradrouaguy committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    76cdd53 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. added Slider editor

    gkostov committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    6099e51 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Merge pull request #690 from ma-si/patch-1

    Update composer.json
    lorvent committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    28210f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #849 from moradrouaguy/patch-1

    Update bootstrap-editable.js
    lorvent committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    42b6d07 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. removed commented out code

    gkostov committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    c2e64bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #859 from PerformanceHorizonGroup/add-slider-editor

    added Slider editor extension
    lorvent committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    c54078c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Merge pull request #697 from tasarsu/patch-1

    Bower jquery version change
    lorvent committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    565f730 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. default value for combodate.maxYear

    Set default value  for combodate.maxYear to current year
    AleksandrChernyavenko committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    85fa502 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Merge pull request #872 from AleksandrChernyavenko/master

    default value for combodate.maxYear ( must be current year, not 2015 )
    lorvent committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    717d7f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Incorrect deferred implementation

    This function creates a success object and a deferred object but the success object is never established as a handler for the deferred.  In practice this means that the display callback is never executed and values are never rendered.
    psaintlaurent committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    9275da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a55709c View commit details
    Browse the repository at this point in the history
  3. Typo in github editor

    psaintlaurent committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    93789de View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Merge pull request #876 from psaintlaurent/patch-1

    Incorrect deferred implementation
    lorvent committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    e03afb2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. Configuration menu
    Copy the full SHA
    fe5b56a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #898 from wenzhixin/patch-1

    fix #897: success is not defined bug
    lorvent committed May 8, 2016
    Configuration menu
    Copy the full SHA
    3e983bc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Update README.md

    MarQuisKnox committed Dec 18, 2016
    Configuration menu
    Copy the full SHA
    dc8967d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Update README.md

    MarQuisKnox committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b510cc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. UPDATED: README.md

    Updated branch to submit Pull Requests
    MarQuisKnox committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    5e3f54c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    MarQuisKnox committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    bbbd2e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Validate callback options

    When call a validate function callback is it better to push options or the element that is being edit.
    It is better when creating something like dynamic call for all elements on page and change from oop.
    buibr committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    fb3dd62 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge branch 'dev' into patch-1

    buibr committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    cfe6e5b View commit details
    Browse the repository at this point in the history