[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 1ca19f: Replaced deprecated jQuery calls.

Michal Čihař michal at cihar.com
Mon Apr 10 12:51:38 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 1ca19f0ac111aad9faf8853270d042e4243487fa
      https://github.com/phpmyadmin/phpmyadmin/commit/1ca19f0ac111aad9faf8853270d042e4243487fa
  Author: Dan Ungureanu <udan1107 at gmail.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
    M js/ajax.js
    M js/config.js
    M js/console.js
    M js/db_central_columns.js
    M js/db_search.js
    M js/db_structure.js
    M js/export.js
    M js/functions.js
    M js/import.js
    M js/makegrid.js
    M js/menu-resizer.js
    M js/navigation.js
    M js/normalization.js
    M js/page_settings.js
    M js/pmd/history.js
    M js/pmd/init.js
    M js/pmd/move.js
    M js/replication.js
    M js/server_databases.js
    M js/server_privileges.js
    M js/server_status_advisor.js
    M js/server_status_monitor.js
    M js/server_status_variables.js
    M js/server_variables.js
    M js/sql.js
    M js/tbl_change.js
    M js/tbl_chart.js
    M js/tbl_find_replace.js
    M js/tbl_gis_visualization.js
    M js/tbl_select.js
    M js/tbl_zoom_plot_jqplot.js

  Log Message:
  -----------
  Replaced deprecated jQuery calls.

'bind' and 'unbind', 'delegate' and 'undelegate' have been deprecated in
favor of 'on' and 'off'.

Partially fixes #13166.

Signed-off-by: Dan Ungureanu <udan1107 at gmail.com>


  Commit: db87fa8356e8c6d67b283453bf2b7ef62c9101c2
      https://github.com/phpmyadmin/phpmyadmin/commit/db87fa8356e8c6d67b283453bf2b7ef62c9101c2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
    M js/ajax.js
    M js/config.js
    M js/console.js
    M js/db_central_columns.js
    M js/db_search.js
    M js/db_structure.js
    M js/export.js
    M js/functions.js
    M js/import.js
    M js/makegrid.js
    M js/menu-resizer.js
    M js/navigation.js
    M js/normalization.js
    M js/page_settings.js
    M js/pmd/history.js
    M js/pmd/init.js
    M js/pmd/move.js
    M js/replication.js
    M js/server_databases.js
    M js/server_privileges.js
    M js/server_status_advisor.js
    M js/server_status_monitor.js
    M js/server_status_variables.js
    M js/server_variables.js
    M js/sql.js
    M js/tbl_change.js
    M js/tbl_chart.js
    M js/tbl_find_replace.js
    M js/tbl_gis_visualization.js
    M js/tbl_select.js
    M js/tbl_zoom_plot_jqplot.js

  Log Message:
  -----------
  Merge pull request #13174 from phpmyadmin/fix_13166

Replaced deprecated jQuery calls.


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3dedc3de35a9...db87fa8356e8


More information about the Git mailing list