[Phpmyadmin-git] [phpmyadmin/phpmyadmin] a67c90: first fix for sql query autofocus and submitting t...

Rouslan Placella rouslan at placella.com
Wed Jan 9 15:42:11 CET 2013


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: a67c90a0d86907a2ac5c2b79a7933f6708ba720b
      https://github.com/phpmyadmin/phpmyadmin/commit/a67c90a0d86907a2ac5c2b79a7933f6708ba720b
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  first fix for sql query autofocus and submitting the query with ctrl-enter


  Commit: bd4aedd4558b57583f6518f9803f1b5b24f602bc
      https://github.com/phpmyadmin/phpmyadmin/commit/bd4aedd4558b57583f6518f9803f1b5b24f602bc
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  a bit more flexible fix for sql query autofocus and submitting it with ctrl-enter


  Commit: 916d44d3f450b336f7af8817704dab3966e993ce
      https://github.com/phpmyadmin/phpmyadmin/commit/916d44d3f450b336f7af8817704dab3966e993ce
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  moved a comment to previous line


  Commit: aa2d687a15ed7f2e9bc5e09a350bf93993f4a4fe
      https://github.com/phpmyadmin/phpmyadmin/commit/aa2d687a15ed7f2e9bc5e09a350bf93993f4a4fe
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  removed unnecessary line


  Commit: 943824f31e11e9adc311f4de07864e3194c86bee
      https://github.com/phpmyadmin/phpmyadmin/commit/943824f31e11e9adc311f4de07864e3194c86bee
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  added support for autofocus & ctrl-enter in
- main sql textarea when codemirror is disabled
- inline sql editor


  Commit: 5e8ec57c34d2b280f9a7991f0b418dbeb51c87a6
      https://github.com/phpmyadmin/phpmyadmin/commit/5e8ec57c34d2b280f9a7991f0b418dbeb51c87a6
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-08 (Tue, 08 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  moved $inline_editor.focus() to a better place.
changed function name catch_keypresses_from_sql_textboxes -> catchKeypressesFromSqlTextboxes.
lots of tab to spaces conversions.


  Commit: 31154ea5018cf62912b732610f4b1b712ff902fa
      https://github.com/phpmyadmin/phpmyadmin/commit/31154ea5018cf62912b732610f4b1b712ff902fa
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  Added unbindings to ctrl-enter event listeners
Changed keypress events to keydown.


  Commit: 5a698bc2b4e477bdb2f9994891352fec4fa511f1
      https://github.com/phpmyadmin/phpmyadmin/commit/5a698bc2b4e477bdb2f9994891352fec4fa511f1
  Author: jous <git at jous.dudmail.com>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  moved unbinding to an existing element


  Commit: 5f17b7a96d6efe29db816888081822bba9811537
      https://github.com/phpmyadmin/phpmyadmin/commit/5f17b7a96d6efe29db816888081822bba9811537
  Author: Rouslan Placella <rouslan at placella.com>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  Merge pull request #126 from jous/master

Repaired autofocus on sql tab & submitting the textbox with ctrl-enter


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6ce7b599f446...5f17b7a96d6e


More information about the Git mailing list