[phpMyAdmin Git] [phpmyadmin/phpmyadmin] a3f527: Change get ajax request to post to avoid long requ...

Deven Bansod devenbansod.bits at gmail.com
Tue Nov 15 17:57:34 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: a3f52751bd06d74e3f565300ca15186c8f084903
      https://github.com/phpmyadmin/phpmyadmin/commit/a3f52751bd06d74e3f565300ca15186c8f084903
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M js/db_search.js
    M js/messages.php
    M libraries/DbSearch.php

  Log Message:
  -----------
  Change get ajax request to post to avoid long request URIs

Also, move HTML-embedded JS function calls into JQuery event handlers

Fix #12299

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 3b8f9a55f6349637264aa82f096c7955859081b4
      https://github.com/phpmyadmin/phpmyadmin/commit/3b8f9a55f6349637264aa82f096c7955859081b4
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M js/db_search.js
    M libraries/DbSearch.php
    M test/classes/DbSearchTest.php

  Log Message:
  -----------
  Fix tests related to DBSearch

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 89dfff786868618dcd222be6f8f4c4f9a91c2ecd
      https://github.com/phpmyadmin/phpmyadmin/commit/89dfff786868618dcd222be6f8f4c4f9a91c2ecd
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M js/db_search.js
    M libraries/DbSearch.php

  Log Message:
  -----------
  Change to using HTML5 data-* attributes to allow easy access in JQuery

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 21093b22e4c1904a523a29e0bf9f4e3870b704ce
      https://github.com/phpmyadmin/phpmyadmin/commit/21093b22e4c1904a523a29e0bf9f4e3870b704ce
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M libraries/DbSearch.php

  Log Message:
  -----------
  Escape tablenames, dbnames and properly render html-specific elements/chars

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: aef7f9288a81e83b676e2f22cabd8eff3475de3a
      https://github.com/phpmyadmin/phpmyadmin/commit/aef7f9288a81e83b676e2f22cabd8eff3475de3a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M js/db_search.js
    M js/messages.php
    M libraries/DbSearch.php
    M test/classes/DbSearchTest.php

  Log Message:
  -----------
  Merge pull request #12696 from devenbansod/fix_12299

Fix #12299: Change to POST request to avoid possibly very long URIs


  Commit: 51c7739526a7610a12662170b2e09b7f24a4072e
      https://github.com/phpmyadmin/phpmyadmin/commit/51c7739526a7610a12662170b2e09b7f24a4072e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Changelog entry for #12696

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 59b2c5a63ac6568d47494b256e3531ebc38e44d4
      https://github.com/phpmyadmin/phpmyadmin/commit/59b2c5a63ac6568d47494b256e3531ebc38e44d4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M libraries/DbSearch.php
    M test/classes/DbSearchTest.php

  Log Message:
  -----------
  Fix markup and tests

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: d833ba5655d3a44ab4c92f017b0a8ccbcfbfd831
      https://github.com/phpmyadmin/phpmyadmin/commit/d833ba5655d3a44ab4c92f017b0a8ccbcfbfd831
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M ChangeLog
    M js/db_search.js
    M js/messages.php
    M libraries/DbSearch.php
    M test/classes/DbSearchTest.php

  Log Message:
  -----------
  Merge branch 'QA_4_6'

Conflicts:
	js/db_search.js
	libraries/DbSearch.php
	test/classes/DbSearchTest.php


  Commit: accd6aa17e70b300c5053a6632a97ddf016dbfbd
      https://github.com/phpmyadmin/phpmyadmin/commit/accd6aa17e70b300c5053a6632a97ddf016dbfbd
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M js/db_search.js

  Log Message:
  -----------
  Add token parameter in AJAX POST request

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/819ec1b552ce...accd6aa17e70


More information about the Git mailing list