[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 61c3ae: Remove javascript hover

Michal Čihař michal at cihar.com
Mon Oct 30 11:27:29 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 61c3aeeb5d33586b405bdf4df304e99477fea6ab
      https://github.com/phpmyadmin/phpmyadmin/commit/61c3aeeb5d33586b405bdf4df304e99477fea6ab
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  Remove javascript hover

It is already handled by CSS and this code is commented out.

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


  Commit: 2bb01ef0a77cb551c4f13ea520068ddc87d61668
      https://github.com/phpmyadmin/phpmyadmin/commit/2bb01ef0a77cb551c4f13ea520068ddc87d61668
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M js/db_structure.js
    M js/functions.js
    M js/server_databases.js
    M js/server_variables.js
    M templates/database/structure/structure_table_row.twig
    M templates/server/databases/table_footer.phtml
    M templates/server/databases/table_row.phtml
    M templates/server/variables/session_variable_row.twig
    M templates/server/variables/variable_row.twig
    M test/classes/Controllers/Server/ServerDatabasesControllerTest.php

  Log Message:
  -----------
  Share code for row filtering

Make it generic so that it works in most cases and fixes does not have
to be implemented multiple times.

Issue #13517

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


  Commit: 23b07d4366c37b341d9a69108db2832b3614e29e
      https://github.com/phpmyadmin/phpmyadmin/commit/23b07d4366c37b341d9a69108db2832b3614e29e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M templates/server/variables/variable_row.twig

  Log Message:
  -----------
  Correctly render html formatted variables

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b0421d7d8c01...23b07d4366c3


More information about the Git mailing list