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

Fix #12651: Allow for all MySQL-allowed Date values #12666

Merged
merged 4 commits into from Nov 8, 2016

Commits on Oct 26, 2016

  1. Allow for partial dates on Insert page and while editing a row (via E…

    …dit Row link)
    
    Issue phpmyadmin#12651
    
    Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
    devenbansod committed Oct 26, 2016
    Copy the full SHA
    cc50e75 View commit details
    Browse the repository at this point in the history
  2. If date is invalid acc to datePicker plugin, close the UI

    There are partial dates like '0000-00-00', '2016-00-00' etc. which are
    rejected by the Datetimepicker JQuery plugin, but can be accepted by MySQL server
    
    Fix phpmyadmin#12651
    
    Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
    devenbansod committed Oct 26, 2016
    Copy the full SHA
    c2f7f82 View commit details
    Browse the repository at this point in the history
  3. Add tooltip for acceptance of additional values

    Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
    devenbansod committed Oct 26, 2016
    Copy the full SHA
    11575ad View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Close the UI for invalid 'time' values too

    Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
    devenbansod committed Oct 27, 2016
    Copy the full SHA
    95c23da View commit details
    Browse the repository at this point in the history