[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 410d1c: .live() and .die() methods are deprecated. Use .on...

Atul Pratap Singh atulpratapsingh05 at gmail.com
Fri Dec 5 12:34:06 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 410d1c32df612e2ebd35bb3c604d2ee54a29c59c
      https://github.com/phpmyadmin/phpmyadmin/commit/410d1c32df612e2ebd35bb3c604d2ee54a29c59c
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M js/ajax.js
    M js/config.js
    M js/db_central_columns.js
    M js/db_operations.js
    M js/db_qbe.js
    M js/db_search.js
    M js/db_structure.js
    M js/functions.js
    M js/gis_data_editor.js
    M js/import.js
    M js/indexes.js
    M js/keyhandler.js
    M js/multi_column_sort.js
    M js/navigation.js
    M js/rte.js
    M js/server_databases.js
    M js/server_privileges.js
    M js/server_user_groups.js
    M js/server_variables.js
    M js/sql.js
    M js/tbl_change.js
    M js/tbl_chart.js
    M js/tbl_gis_visualization.js
    M js/tbl_select.js
    M js/tbl_structure.js
    M setup/scripts.js

  Log Message:
  -----------
  .live() and .die() methods are deprecated. Use .on() and .off() methods instead

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: d03c3adff44ab11818023d3f6ba1419b8fcd11b6
      https://github.com/phpmyadmin/phpmyadmin/commit/d03c3adff44ab11818023d3f6ba1419b8fcd11b6
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M js/functions.js
    M js/gis_data_editor.js
    M js/makegrid.js
    M js/navigation.js
    M js/rte.js
    M js/server_databases.js
    M js/server_privileges.js
    M js/server_variables.js
    M js/tbl_structure.js
    M js/tbl_zoom_plot_jqplot.js

  Log Message:
  -----------
  More instances of .live() and .die() replaced with .on() and .off()

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 83773a4992580f94551fa02992b4d9bdaa1278e5
      https://github.com/phpmyadmin/phpmyadmin/commit/83773a4992580f94551fa02992b4d9bdaa1278e5
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/error_report.js

  Log Message:
  -----------
  _removeErrorNotification() function is also called manually without an event

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 903c481242777fe95d5748b3a6fc1b4e81212e25
      https://github.com/phpmyadmin/phpmyadmin/commit/903c481242777fe95d5748b3a6fc1b4e81212e25
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/makegrid.js

  Log Message:
  -----------
  Fix typo

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: b7696eb5586810d09888385743894614ce94d07e
      https://github.com/phpmyadmin/phpmyadmin/commit/b7696eb5586810d09888385743894614ce94d07e
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/tbl_change.js

  Log Message:
  -----------
  .addBack( selector ) replaces .andSelf()

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 096c5d4ac0826e74617e36fc5419a6d0f277ccd4
      https://github.com/phpmyadmin/phpmyadmin/commit/096c5d4ac0826e74617e36fc5419a6d0f277ccd4
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/config.js
    M js/console.js
    M js/export.js
    M js/normalization.js
    M js/tbl_change.js
    M js/tbl_chart.js
    M js/tbl_select.js

  Log Message:
  -----------
  Use .prop() in place of .attr() in appropriate places

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 60079cd29771591945dc5b6b08b3c819c3eeb9dc
      https://github.com/phpmyadmin/phpmyadmin/commit/60079cd29771591945dc5b6b08b3c819c3eeb9dc
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/db_central_columns.js
    M js/functions.js
    M js/server_variables.js
    M js/sql.js

  Log Message:
  -----------
  As of 1.9, the event name string "hover" is no longer supported as a synonym for "mouseenter mouseleave"

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: df1b1971dc4ca7a5857b74ff10fcd7948b7758fa
      https://github.com/phpmyadmin/phpmyadmin/commit/df1b1971dc4ca7a5857b74ff10fcd7948b7758fa
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/jqplot/jquery.jqplot.js
    M js/jqplot/plugins/jqplot.barRenderer.js
    M js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
    M js/jqplot/plugins/jqplot.canvasTextRenderer.js
    M js/jqplot/plugins/jqplot.categoryAxisRenderer.js
    M js/jqplot/plugins/jqplot.cursor.js
    M js/jqplot/plugins/jqplot.dateAxisRenderer.js
    M js/jqplot/plugins/jqplot.highlighter.js
    M js/jqplot/plugins/jqplot.pieRenderer.js
    M js/jqplot/plugins/jqplot.pointLabels.js

  Log Message:
  -----------
  Update jqplot to version 1.0.8

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 1dbb5d7b825f6b221b9fb877298ef41ca0ef01e8
      https://github.com/phpmyadmin/phpmyadmin/commit/1dbb5d7b825f6b221b9fb877298ef41ca0ef01e8
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/jquery/jquery.svg.js

  Log Message:
  -----------
  Update jquery.svg to version 1.5.0

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 244021ada8a9c41b2dc9f2914d69003a9171e0ff
      https://github.com/phpmyadmin/phpmyadmin/commit/244021ada8a9c41b2dc9f2914d69003a9171e0ff
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/jquery/jquery.tablesorter.js

  Log Message:
  -----------
  Update tablesorter for jquery 1.9+ since there are no new releases of tablesorter

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 4b44c3fdf7594054c1bbde64aa7ff51501133fae
      https://github.com/phpmyadmin/phpmyadmin/commit/4b44c3fdf7594054c1bbde64aa7ff51501133fae
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/jquery/jquery.mousewheel.js

  Log Message:
  -----------
  Update mousewheel plugin to version 3.1.12

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: eac0b0ff79c758aa8c32d46d582eb74fb383059f
      https://github.com/phpmyadmin/phpmyadmin/commit/eac0b0ff79c758aa8c32d46d582eb74fb383059f
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/jquery/jquery.ba-hashchange-1.3.js

  Log Message:
  -----------
  Update ba-hashchange for jquery 1.9+ since there are no new releases of ba-hashchange

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 038ed2dc047f1f47bac759bae4def4eda4e631e8
      https://github.com/phpmyadmin/phpmyadmin/commit/038ed2dc047f1f47bac759bae4def4eda4e631e8
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/jquery/jquery-ui-timepicker-addon.js

  Log Message:
  -----------
  Update jquery-ui-timepicker-addon to version 1.5.0

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 0023d15cdb97792c0638ff4f20a573f0418a23a7
      https://github.com/phpmyadmin/phpmyadmin/commit/0023d15cdb97792c0638ff4f20a573f0418a23a7
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M .travis.yml
    M ChangeLog
    M js/db_central_columns.js
    M js/db_search.js
    M js/functions.js
    M js/navigation.js
    M js/pmd/designer_db.js
    M js/sql.js
    M libraries/DisplayResults.class.php
    M libraries/Util.class.php
    M libraries/common.inc.php
    M libraries/navigation/Nodes/Node.class.php
    M po/ca.po
    M po/fr.po
    M po/hu.po
    M scripts/generate-mo
    M test/classes/properties/options/groups/PMA_OptionsPropertyRootGroup_test.php
    M url.php

  Log Message:
  -----------
  Merge branch 'master' into update

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 478e781f1be0b2ca7a652a3690115af77f6e23ea
      https://github.com/phpmyadmin/phpmyadmin/commit/478e781f1be0b2ca7a652a3690115af77f6e23ea
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/functions.js
    M js/tbl_operations.js
    M libraries/plugins/auth/AuthenticationCookie.class.php

  Log Message:
  -----------
  Replace more instances of .live() and .die() with .on() and .off()

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 61418078db23093c07b74eeba66d689d5a86ed61
      https://github.com/phpmyadmin/phpmyadmin/commit/61418078db23093c07b74eeba66d689d5a86ed61
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/ajax.js
    M js/functions.js

  Log Message:
  -----------
  $.browser is deprecated in jquery 1.9+

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 987fa01013de1b2f6e93dc790ba217e30c746ea8
      https://github.com/phpmyadmin/phpmyadmin/commit/987fa01013de1b2f6e93dc790ba217e30c746ea8
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-04 (Thu, 04 Dec 2014)

  Changed paths:
    M js/functions.js
    M js/jquery/jquery.ba-hashchange-1.3.js
    M js/jquery/jquery.tablesorter.js

  Log Message:
  -----------
  Detect IE11

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 80f4bb978283bed1c54b6cdb649279e03f054d00
      https://github.com/phpmyadmin/phpmyadmin/commit/80f4bb978283bed1c54b6cdb649279e03f054d00
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-05 (Fri, 05 Dec 2014)

  Changed paths:
    A js/jquery/jquery-1.11.1.min.js
    R js/jquery/jquery-1.8.3.min.js
    M js/jquery/src/jquery/ajax.js
    M js/jquery/src/jquery/ajax/jsonp.js
    A js/jquery/src/jquery/ajax/load.js
    A js/jquery/src/jquery/ajax/parseJSON.js
    A js/jquery/src/jquery/ajax/parseXML.js
    M js/jquery/src/jquery/ajax/script.js
    A js/jquery/src/jquery/ajax/var/nonce.js
    A js/jquery/src/jquery/ajax/var/rquery.js
    M js/jquery/src/jquery/ajax/xhr.js
    M js/jquery/src/jquery/attributes.js
    A js/jquery/src/jquery/attributes/attr.js
    A js/jquery/src/jquery/attributes/classes.js
    A js/jquery/src/jquery/attributes/prop.js
    A js/jquery/src/jquery/attributes/support.js
    A js/jquery/src/jquery/attributes/val.js
    M js/jquery/src/jquery/callbacks.js
    M js/jquery/src/jquery/core.js
    A js/jquery/src/jquery/core/access.js
    A js/jquery/src/jquery/core/init.js
    A js/jquery/src/jquery/core/parseHTML.js
    A js/jquery/src/jquery/core/ready.js
    A js/jquery/src/jquery/core/var/rsingleTag.js
    M js/jquery/src/jquery/css.js
    A js/jquery/src/jquery/css/addGetHookIf.js
    A js/jquery/src/jquery/css/curCSS.js
    A js/jquery/src/jquery/css/defaultDisplay.js
    A js/jquery/src/jquery/css/hiddenVisibleSelectors.js
    A js/jquery/src/jquery/css/support.js
    A js/jquery/src/jquery/css/swap.js
    A js/jquery/src/jquery/css/var/cssExpand.js
    A js/jquery/src/jquery/css/var/isHidden.js
    A js/jquery/src/jquery/css/var/rmargin.js
    A js/jquery/src/jquery/css/var/rnumnonpx.js
    M js/jquery/src/jquery/data.js
    A js/jquery/src/jquery/data/accepts.js
    A js/jquery/src/jquery/data/support.js
    M js/jquery/src/jquery/deferred.js
    M js/jquery/src/jquery/deprecated.js
    M js/jquery/src/jquery/dimensions.js
    M js/jquery/src/jquery/effects.js
    A js/jquery/src/jquery/effects/Tween.js
    A js/jquery/src/jquery/effects/animatedSelector.js
    A js/jquery/src/jquery/effects/support.js
    R js/jquery/src/jquery/event-alias.js
    M js/jquery/src/jquery/event.js
    A js/jquery/src/jquery/event/alias.js
    A js/jquery/src/jquery/event/support.js
    A js/jquery/src/jquery/exports/amd.js
    A js/jquery/src/jquery/exports/global.js
    M js/jquery/src/jquery/intro.js
    A js/jquery/src/jquery/jquery.js
    M js/jquery/src/jquery/manipulation.js
    A js/jquery/src/jquery/manipulation/_evalUrl.js
    A js/jquery/src/jquery/manipulation/support.js
    A js/jquery/src/jquery/manipulation/var/rcheckableType.js
    M js/jquery/src/jquery/offset.js
    M js/jquery/src/jquery/outro.js
    M js/jquery/src/jquery/queue.js
    A js/jquery/src/jquery/queue/delay.js
    R js/jquery/src/jquery/selector-native.js
    A js/jquery/src/jquery/selector-sizzle.js
    A js/jquery/src/jquery/selector.js
    M js/jquery/src/jquery/serialize.js
    R js/jquery/src/jquery/sizzle-jquery.js
    A js/jquery/src/jquery/sizzle/dist/sizzle.js
    A js/jquery/src/jquery/sizzle/dist/sizzle.min.js
    A js/jquery/src/jquery/sizzle/dist/sizzle.min.map
    A js/jquery/src/jquery/sizzle/test/data/empty.js
    A js/jquery/src/jquery/sizzle/test/data/mixed_sort.html
    A js/jquery/src/jquery/sizzle/test/data/testinit.js
    A js/jquery/src/jquery/sizzle/test/index.html
    A js/jquery/src/jquery/sizzle/test/jquery.js
    A js/jquery/src/jquery/sizzle/test/unit/extending.js
    A js/jquery/src/jquery/sizzle/test/unit/selector.js
    A js/jquery/src/jquery/sizzle/test/unit/utilities.js
    M js/jquery/src/jquery/support.js
    M js/jquery/src/jquery/traversing.js
    A js/jquery/src/jquery/traversing/findFilter.js
    A js/jquery/src/jquery/traversing/var/rneedsContext.js
    A js/jquery/src/jquery/var/class2type.js
    A js/jquery/src/jquery/var/concat.js
    A js/jquery/src/jquery/var/deletedIds.js
    A js/jquery/src/jquery/var/hasOwn.js
    A js/jquery/src/jquery/var/indexOf.js
    A js/jquery/src/jquery/var/pnum.js
    A js/jquery/src/jquery/var/push.js
    A js/jquery/src/jquery/var/rnotwhite.js
    A js/jquery/src/jquery/var/slice.js
    A js/jquery/src/jquery/var/strundefined.js
    A js/jquery/src/jquery/var/support.js
    A js/jquery/src/jquery/var/toString.js
    M js/jquery/src/jquery/wrap.js
    M libraries/Header.class.php
    M setup/index.php
    M test/theme.php

  Log Message:
  -----------
  Update jquery to version 1.11.1

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: bb32f04183a198ff3353eb8b7b12f8613fb1b87b
      https://github.com/phpmyadmin/phpmyadmin/commit/bb32f04183a198ff3353eb8b7b12f8613fb1b87b
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-05 (Fri, 05 Dec 2014)

  Changed paths:
    M .travis.yml
    M ChangeLog
    M build.xml
    M composer.json
    M js/tbl_gis_visualization.js
    M libraries/Util.class.php
    M libraries/central_columns.lib.php
    M libraries/insert_edit.lib.php
    M libraries/relation.lib.php
    M po/de.po
    M po/uk.po
    A test/install-browserstack
    A test/install-runkit
    M test/libraries/PMA_central_columns_test.php

  Log Message:
  -----------
  Merge branch 'master' into update

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 982a5bce73fe5fe6759e47c46d35956123f902cf
      https://github.com/phpmyadmin/phpmyadmin/commit/982a5bce73fe5fe6759e47c46d35956123f902cf
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-12-05 (Fri, 05 Dec 2014)

  Changed paths:
    A js/jquery/jquery-ui-1.11.2.min.js
    R js/jquery/jquery-ui-1.9.2.custom.min.js
    A js/jquery/src/jquery-ui/accordion.js
    A js/jquery/src/jquery-ui/autocomplete.js
    A js/jquery/src/jquery-ui/button.js
    A js/jquery/src/jquery-ui/core.js
    A js/jquery/src/jquery-ui/datepicker.js
    A js/jquery/src/jquery-ui/dialog.js
    A js/jquery/src/jquery-ui/draggable.js
    A js/jquery/src/jquery-ui/droppable.js
    A js/jquery/src/jquery-ui/effect-blind.js
    A js/jquery/src/jquery-ui/effect-bounce.js
    A js/jquery/src/jquery-ui/effect-clip.js
    A js/jquery/src/jquery-ui/effect-drop.js
    A js/jquery/src/jquery-ui/effect-explode.js
    A js/jquery/src/jquery-ui/effect-fade.js
    A js/jquery/src/jquery-ui/effect-fold.js
    A js/jquery/src/jquery-ui/effect-highlight.js
    A js/jquery/src/jquery-ui/effect-puff.js
    A js/jquery/src/jquery-ui/effect-pulsate.js
    A js/jquery/src/jquery-ui/effect-scale.js
    A js/jquery/src/jquery-ui/effect-shake.js
    A js/jquery/src/jquery-ui/effect-size.js
    A js/jquery/src/jquery-ui/effect-slide.js
    A js/jquery/src/jquery-ui/effect-transfer.js
    A js/jquery/src/jquery-ui/effect.js
    R js/jquery/src/jquery-ui/jquery.ui.accordion.js
    R js/jquery/src/jquery-ui/jquery.ui.autocomplete.js
    R js/jquery/src/jquery-ui/jquery.ui.button.js
    R js/jquery/src/jquery-ui/jquery.ui.core.js
    R js/jquery/src/jquery-ui/jquery.ui.datepicker.js
    R js/jquery/src/jquery-ui/jquery.ui.dialog.js
    R js/jquery/src/jquery-ui/jquery.ui.draggable.js
    R js/jquery/src/jquery-ui/jquery.ui.droppable.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-blind.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-bounce.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-clip.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-drop.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-explode.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-fade.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-fold.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-highlight.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-pulsate.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-scale.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-shake.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-slide.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-transfer.js
    R js/jquery/src/jquery-ui/jquery.ui.effect.js
    R js/jquery/src/jquery-ui/jquery.ui.menu.js
    R js/jquery/src/jquery-ui/jquery.ui.mouse.js
    R js/jquery/src/jquery-ui/jquery.ui.position.js
    R js/jquery/src/jquery-ui/jquery.ui.progressbar.js
    R js/jquery/src/jquery-ui/jquery.ui.resizable.js
    R js/jquery/src/jquery-ui/jquery.ui.selectable.js
    R js/jquery/src/jquery-ui/jquery.ui.slider.js
    R js/jquery/src/jquery-ui/jquery.ui.sortable.js
    R js/jquery/src/jquery-ui/jquery.ui.spinner.js
    R js/jquery/src/jquery-ui/jquery.ui.tabs.js
    R js/jquery/src/jquery-ui/jquery.ui.tooltip.js
    R js/jquery/src/jquery-ui/jquery.ui.widget.js
    A js/jquery/src/jquery-ui/menu.js
    A js/jquery/src/jquery-ui/mouse.js
    A js/jquery/src/jquery-ui/position.js
    A js/jquery/src/jquery-ui/progressbar.js
    A js/jquery/src/jquery-ui/resizable.js
    A js/jquery/src/jquery-ui/selectable.js
    A js/jquery/src/jquery-ui/selectmenu.js
    A js/jquery/src/jquery-ui/slider.js
    A js/jquery/src/jquery-ui/sortable.js
    A js/jquery/src/jquery-ui/spinner.js
    A js/jquery/src/jquery-ui/tabs.js
    A js/jquery/src/jquery-ui/tooltip.js
    A js/jquery/src/jquery-ui/widget.js
    M libraries/Header.class.php
    M setup/index.php
    M themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
    M themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png
    M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
    M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
    M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
    M themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
    M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
    M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    M themes/original/jquery/images/ui-icons_222222_256x240.png
    M themes/original/jquery/images/ui-icons_2e83ff_256x240.png
    M themes/original/jquery/images/ui-icons_454545_256x240.png
    M themes/original/jquery/images/ui-icons_888888_256x240.png
    M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
    A themes/original/jquery/jquery-ui-1.11.2.css
    R themes/original/jquery/jquery-ui-1.9.2.custom.css
    M themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
    M themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
    M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
    A themes/pmahomme/jquery/jquery-ui-1.11.2.css
    R themes/pmahomme/jquery/jquery-ui-1.9.2.custom.css

  Log Message:
  -----------
  Update jquery-ui to version 1.11.2

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: 04248a22e2d691435352813956233009f88d19ab
      https://github.com/phpmyadmin/phpmyadmin/commit/04248a22e2d691435352813956233009f88d19ab
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-12-05 (Fri, 05 Dec 2014)

  Changed paths:
    M js/ajax.js
    M js/config.js
    M js/console.js
    M js/db_central_columns.js
    M js/db_operations.js
    M js/db_qbe.js
    M js/db_search.js
    M js/db_structure.js
    M js/error_report.js
    M js/export.js
    M js/functions.js
    M js/gis_data_editor.js
    M js/import.js
    M js/indexes.js
    M js/jqplot/jquery.jqplot.js
    M js/jqplot/plugins/jqplot.barRenderer.js
    M js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
    M js/jqplot/plugins/jqplot.canvasTextRenderer.js
    M js/jqplot/plugins/jqplot.categoryAxisRenderer.js
    M js/jqplot/plugins/jqplot.cursor.js
    M js/jqplot/plugins/jqplot.dateAxisRenderer.js
    M js/jqplot/plugins/jqplot.highlighter.js
    M js/jqplot/plugins/jqplot.pieRenderer.js
    M js/jqplot/plugins/jqplot.pointLabels.js
    A js/jquery/jquery-1.11.1.min.js
    R js/jquery/jquery-1.8.3.min.js
    A js/jquery/jquery-ui-1.11.2.min.js
    R js/jquery/jquery-ui-1.9.2.custom.min.js
    M js/jquery/jquery-ui-timepicker-addon.js
    M js/jquery/jquery.ba-hashchange-1.3.js
    M js/jquery/jquery.mousewheel.js
    M js/jquery/jquery.svg.js
    M js/jquery/jquery.tablesorter.js
    A js/jquery/src/jquery-ui/accordion.js
    A js/jquery/src/jquery-ui/autocomplete.js
    A js/jquery/src/jquery-ui/button.js
    A js/jquery/src/jquery-ui/core.js
    A js/jquery/src/jquery-ui/datepicker.js
    A js/jquery/src/jquery-ui/dialog.js
    A js/jquery/src/jquery-ui/draggable.js
    A js/jquery/src/jquery-ui/droppable.js
    A js/jquery/src/jquery-ui/effect-blind.js
    A js/jquery/src/jquery-ui/effect-bounce.js
    A js/jquery/src/jquery-ui/effect-clip.js
    A js/jquery/src/jquery-ui/effect-drop.js
    A js/jquery/src/jquery-ui/effect-explode.js
    A js/jquery/src/jquery-ui/effect-fade.js
    A js/jquery/src/jquery-ui/effect-fold.js
    A js/jquery/src/jquery-ui/effect-highlight.js
    A js/jquery/src/jquery-ui/effect-puff.js
    A js/jquery/src/jquery-ui/effect-pulsate.js
    A js/jquery/src/jquery-ui/effect-scale.js
    A js/jquery/src/jquery-ui/effect-shake.js
    A js/jquery/src/jquery-ui/effect-size.js
    A js/jquery/src/jquery-ui/effect-slide.js
    A js/jquery/src/jquery-ui/effect-transfer.js
    A js/jquery/src/jquery-ui/effect.js
    R js/jquery/src/jquery-ui/jquery.ui.accordion.js
    R js/jquery/src/jquery-ui/jquery.ui.autocomplete.js
    R js/jquery/src/jquery-ui/jquery.ui.button.js
    R js/jquery/src/jquery-ui/jquery.ui.core.js
    R js/jquery/src/jquery-ui/jquery.ui.datepicker.js
    R js/jquery/src/jquery-ui/jquery.ui.dialog.js
    R js/jquery/src/jquery-ui/jquery.ui.draggable.js
    R js/jquery/src/jquery-ui/jquery.ui.droppable.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-blind.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-bounce.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-clip.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-drop.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-explode.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-fade.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-fold.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-highlight.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-pulsate.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-scale.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-shake.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-slide.js
    R js/jquery/src/jquery-ui/jquery.ui.effect-transfer.js
    R js/jquery/src/jquery-ui/jquery.ui.effect.js
    R js/jquery/src/jquery-ui/jquery.ui.menu.js
    R js/jquery/src/jquery-ui/jquery.ui.mouse.js
    R js/jquery/src/jquery-ui/jquery.ui.position.js
    R js/jquery/src/jquery-ui/jquery.ui.progressbar.js
    R js/jquery/src/jquery-ui/jquery.ui.resizable.js
    R js/jquery/src/jquery-ui/jquery.ui.selectable.js
    R js/jquery/src/jquery-ui/jquery.ui.slider.js
    R js/jquery/src/jquery-ui/jquery.ui.sortable.js
    R js/jquery/src/jquery-ui/jquery.ui.spinner.js
    R js/jquery/src/jquery-ui/jquery.ui.tabs.js
    R js/jquery/src/jquery-ui/jquery.ui.tooltip.js
    R js/jquery/src/jquery-ui/jquery.ui.widget.js
    A js/jquery/src/jquery-ui/menu.js
    A js/jquery/src/jquery-ui/mouse.js
    A js/jquery/src/jquery-ui/position.js
    A js/jquery/src/jquery-ui/progressbar.js
    A js/jquery/src/jquery-ui/resizable.js
    A js/jquery/src/jquery-ui/selectable.js
    A js/jquery/src/jquery-ui/selectmenu.js
    A js/jquery/src/jquery-ui/slider.js
    A js/jquery/src/jquery-ui/sortable.js
    A js/jquery/src/jquery-ui/spinner.js
    A js/jquery/src/jquery-ui/tabs.js
    A js/jquery/src/jquery-ui/tooltip.js
    A js/jquery/src/jquery-ui/widget.js
    M js/jquery/src/jquery/ajax.js
    M js/jquery/src/jquery/ajax/jsonp.js
    A js/jquery/src/jquery/ajax/load.js
    A js/jquery/src/jquery/ajax/parseJSON.js
    A js/jquery/src/jquery/ajax/parseXML.js
    M js/jquery/src/jquery/ajax/script.js
    A js/jquery/src/jquery/ajax/var/nonce.js
    A js/jquery/src/jquery/ajax/var/rquery.js
    M js/jquery/src/jquery/ajax/xhr.js
    M js/jquery/src/jquery/attributes.js
    A js/jquery/src/jquery/attributes/attr.js
    A js/jquery/src/jquery/attributes/classes.js
    A js/jquery/src/jquery/attributes/prop.js
    A js/jquery/src/jquery/attributes/support.js
    A js/jquery/src/jquery/attributes/val.js
    M js/jquery/src/jquery/callbacks.js
    M js/jquery/src/jquery/core.js
    A js/jquery/src/jquery/core/access.js
    A js/jquery/src/jquery/core/init.js
    A js/jquery/src/jquery/core/parseHTML.js
    A js/jquery/src/jquery/core/ready.js
    A js/jquery/src/jquery/core/var/rsingleTag.js
    M js/jquery/src/jquery/css.js
    A js/jquery/src/jquery/css/addGetHookIf.js
    A js/jquery/src/jquery/css/curCSS.js
    A js/jquery/src/jquery/css/defaultDisplay.js
    A js/jquery/src/jquery/css/hiddenVisibleSelectors.js
    A js/jquery/src/jquery/css/support.js
    A js/jquery/src/jquery/css/swap.js
    A js/jquery/src/jquery/css/var/cssExpand.js
    A js/jquery/src/jquery/css/var/isHidden.js
    A js/jquery/src/jquery/css/var/rmargin.js
    A js/jquery/src/jquery/css/var/rnumnonpx.js
    M js/jquery/src/jquery/data.js
    A js/jquery/src/jquery/data/accepts.js
    A js/jquery/src/jquery/data/support.js
    M js/jquery/src/jquery/deferred.js
    M js/jquery/src/jquery/deprecated.js
    M js/jquery/src/jquery/dimensions.js
    M js/jquery/src/jquery/effects.js
    A js/jquery/src/jquery/effects/Tween.js
    A js/jquery/src/jquery/effects/animatedSelector.js
    A js/jquery/src/jquery/effects/support.js
    R js/jquery/src/jquery/event-alias.js
    M js/jquery/src/jquery/event.js
    A js/jquery/src/jquery/event/alias.js
    A js/jquery/src/jquery/event/support.js
    A js/jquery/src/jquery/exports/amd.js
    A js/jquery/src/jquery/exports/global.js
    M js/jquery/src/jquery/intro.js
    A js/jquery/src/jquery/jquery.js
    M js/jquery/src/jquery/manipulation.js
    A js/jquery/src/jquery/manipulation/_evalUrl.js
    A js/jquery/src/jquery/manipulation/support.js
    A js/jquery/src/jquery/manipulation/var/rcheckableType.js
    M js/jquery/src/jquery/offset.js
    M js/jquery/src/jquery/outro.js
    M js/jquery/src/jquery/queue.js
    A js/jquery/src/jquery/queue/delay.js
    R js/jquery/src/jquery/selector-native.js
    A js/jquery/src/jquery/selector-sizzle.js
    A js/jquery/src/jquery/selector.js
    M js/jquery/src/jquery/serialize.js
    R js/jquery/src/jquery/sizzle-jquery.js
    A js/jquery/src/jquery/sizzle/dist/sizzle.js
    A js/jquery/src/jquery/sizzle/dist/sizzle.min.js
    A js/jquery/src/jquery/sizzle/dist/sizzle.min.map
    A js/jquery/src/jquery/sizzle/test/data/empty.js
    A js/jquery/src/jquery/sizzle/test/data/mixed_sort.html
    A js/jquery/src/jquery/sizzle/test/data/testinit.js
    A js/jquery/src/jquery/sizzle/test/index.html
    A js/jquery/src/jquery/sizzle/test/jquery.js
    A js/jquery/src/jquery/sizzle/test/unit/extending.js
    A js/jquery/src/jquery/sizzle/test/unit/selector.js
    A js/jquery/src/jquery/sizzle/test/unit/utilities.js
    M js/jquery/src/jquery/support.js
    M js/jquery/src/jquery/traversing.js
    A js/jquery/src/jquery/traversing/findFilter.js
    A js/jquery/src/jquery/traversing/var/rneedsContext.js
    A js/jquery/src/jquery/var/class2type.js
    A js/jquery/src/jquery/var/concat.js
    A js/jquery/src/jquery/var/deletedIds.js
    A js/jquery/src/jquery/var/hasOwn.js
    A js/jquery/src/jquery/var/indexOf.js
    A js/jquery/src/jquery/var/pnum.js
    A js/jquery/src/jquery/var/push.js
    A js/jquery/src/jquery/var/rnotwhite.js
    A js/jquery/src/jquery/var/slice.js
    A js/jquery/src/jquery/var/strundefined.js
    A js/jquery/src/jquery/var/support.js
    A js/jquery/src/jquery/var/toString.js
    M js/jquery/src/jquery/wrap.js
    M js/keyhandler.js
    M js/makegrid.js
    M js/multi_column_sort.js
    M js/navigation.js
    M js/normalization.js
    M js/rte.js
    M js/server_databases.js
    M js/server_privileges.js
    M js/server_user_groups.js
    M js/server_variables.js
    M js/sql.js
    M js/tbl_change.js
    M js/tbl_chart.js
    M js/tbl_gis_visualization.js
    M js/tbl_operations.js
    M js/tbl_select.js
    M js/tbl_structure.js
    M js/tbl_zoom_plot_jqplot.js
    M libraries/Header.class.php
    M libraries/plugins/auth/AuthenticationCookie.class.php
    M setup/index.php
    M setup/scripts.js
    M test/theme.php
    M themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
    M themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png
    M themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
    M themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
    M themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
    M themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
    M themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
    M themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    M themes/original/jquery/images/ui-icons_222222_256x240.png
    M themes/original/jquery/images/ui-icons_2e83ff_256x240.png
    M themes/original/jquery/images/ui-icons_454545_256x240.png
    M themes/original/jquery/images/ui-icons_888888_256x240.png
    M themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
    A themes/original/jquery/jquery-ui-1.11.2.css
    R themes/original/jquery/jquery-ui-1.9.2.custom.css
    M themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
    M themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
    M themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
    M themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    M themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
    M themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
    A themes/pmahomme/jquery/jquery-ui-1.11.2.css
    R themes/pmahomme/jquery/jquery-ui-1.9.2.custom.css

  Log Message:
  -----------
  Merge pull request #1411 from madhuracj/update

jQuery upgrade


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/d1b487a84518...04248a22e2d6


More information about the Git mailing list