[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 212431: Refactor the sql functions into static methods

Michal Čihař michal at cihar.com
Fri Jun 2 17:25:28 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2124311e3828b8bdf14092e73d0f62830e8ce1ff
      https://github.com/phpmyadmin/phpmyadmin/commit/2124311e3828b8bdf14092e73d0f62830e8ce1ff
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M db_qbe.php
    M import.php
    M libraries/DisplayResults.php
    A libraries/Sql.php
    M libraries/controllers/table/TableSearchController.php
    M libraries/controllers/table/TableStructureController.php
    M libraries/gis/GISVisualization.php
    M libraries/mult_submits.inc.php
    M libraries/mult_submits.lib.php
    R libraries/sql.lib.php
    M sql.php
    M tbl_row_action.php
    M tbl_select.php
    A test/classes/SqlTest.php
    M test/libraries/PMA_mult_submits_test.php
    R test/libraries/PMA_resultSetHasJustOneTable_test.php
    R test/libraries/PMA_sql_test.php

  Log Message:
  -----------
  Refactor the sql functions into static methods

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 7fd6718e834532830f3db3ea447cb3342999ff42
      https://github.com/phpmyadmin/phpmyadmin/commit/7fd6718e834532830f3db3ea447cb3342999ff42
  Author: Maurício Meneghini Fauth <mauriciofauth at gmail.com>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
    M .gitignore
    M .travis.yml
    M ChangeLog
    M browse_foreigners.php
    M db_datadict.php
    M doc/setup.rst
    M export.php
    M libraries/DisplayResults.php
    M libraries/Sql.php
    M libraries/Template.php
    A libraries/Transformations.php
    M libraries/Util.php
    M libraries/config/ServerConfigChecks.php
    M libraries/controllers/table/TableIndexesController.php
    M libraries/controllers/table/TableSearchController.php
    M libraries/controllers/table/TableStructureController.php
    M libraries/insert_edit.lib.php
    M libraries/mult_submits.inc.php
    M libraries/mult_submits.lib.php
    M libraries/normalization.lib.php
    M libraries/plugins/export/ExportHtmlword.php
    M libraries/plugins/export/ExportLatex.php
    M libraries/plugins/export/ExportOdt.php
    M libraries/plugins/export/ExportPdf.php
    M libraries/plugins/export/ExportSql.php
    M libraries/plugins/export/ExportTexytext.php
    M libraries/plugins/export/helpers/Pdf.php
    M libraries/plugins/schema/pdf/Pdf.php
    M libraries/plugins/schema/pdf/PdfRelationSchema.php
    M libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php
    M libraries/plugins/transformations/abs/InlineTransformationsPlugin.php
    M libraries/session.lib.php
    M libraries/tbl_columns_definition_form.inc.php
    M libraries/tbl_partition_definition.inc.php
    R libraries/transformations.lib.php
    A libraries/twig/MessageExtension.php
    M libraries/twig/UtilExtension.php
    M normalization.php
    M po/be.po
    M po/hi.po
    M po/pt_BR.po
    M po/uk.po
    M scripts/generate-twig-cache
    M tbl_addfield.php
    M tbl_change.php
    M tbl_create.php
    M tbl_replace.php
    M templates/columns_definitions/column_definitions_form.phtml
    M templates/columns_definitions/transformation.phtml
    M templates/header_location.twig
    R templates/table/index_form.phtml
    A templates/table/index_form.twig
    M templates/table/relation/dropdown_generate.twig
    R templates/table/search/column_comparison_operators.phtml
    A templates/table/search/column_comparison_operators.twig
    R templates/table/search/form_tag.phtml
    A templates/table/search/form_tag.twig
    M templates/table/search/selection_form.phtml
    R templates/table/structure/action_row_in_structure_table.phtml
    A templates/table/structure/action_row_in_structure_table.twig
    R templates/table/structure/actions_in_table_structure.phtml
    A templates/table/structure/actions_in_table_structure.twig
    R templates/table/structure/add_column.phtml
    A templates/table/structure/add_column.twig
    R templates/table/structure/check_all_table_column.phtml
    A templates/table/structure/check_all_table_column.twig
    R templates/table/structure/display_partitions.phtml
    A templates/table/structure/display_partitions.twig
    M templates/table/structure/display_structure.phtml
    R templates/table/structure/display_table_stats.phtml
    A templates/table/structure/display_table_stats.twig
    R templates/table/structure/move_columns_dialog.phtml
    A templates/table/structure/move_columns_dialog.twig
    R templates/table/structure/optional_action_links.phtml
    A templates/table/structure/optional_action_links.twig
    M templates/table/structure/partition_definition_form.phtml
    R templates/table/structure/row_stats_table.phtml
    A templates/table/structure/row_stats_table.twig
    R templates/table/structure/table_structure_header.phtml
    A templates/table/structure/table_structure_header.twig
    R templates/table/structure/table_structure_row.phtml
    A templates/table/structure/table_structure_row.twig
    M test/classes/LanguageTest.php
    A test/classes/TransformationsTest.php
    M test/classes/UtilTest.php
    M test/classes/plugin/export/ExportHtmlwordTest.php
    M test/classes/plugin/export/ExportLatexTest.php
    M test/classes/plugin/export/ExportOdtTest.php
    M test/classes/plugin/export/ExportSqlTest.php
    M test/classes/plugin/export/ExportTexytextTest.php
    M test/classes/schema/PdfRelationSchemaTest.php
    M test/libraries/PMA_insert_edit_test.php
    R test/libraries/PMA_transformation_test.php
    M test/libraries/core/PMA_headerLocation_test.php
    M transformation_overview.php
    M transformation_wrapper.php

  Log Message:
  -----------
  Merge branch 'master' into sql-lib

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth at gmail.com>


  Commit: 0c1589920e9df58a67bbb848fb23db79b92ced3e
      https://github.com/phpmyadmin/phpmyadmin/commit/0c1589920e9df58a67bbb848fb23db79b92ced3e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M db_qbe.php
    M import.php
    M libraries/DisplayResults.php
    A libraries/Sql.php
    M libraries/controllers/table/TableSearchController.php
    M libraries/controllers/table/TableStructureController.php
    M libraries/gis/GISVisualization.php
    M libraries/mult_submits.inc.php
    M libraries/mult_submits.lib.php
    R libraries/sql.lib.php
    M sql.php
    M tbl_row_action.php
    M tbl_select.php
    A test/classes/SqlTest.php
    M test/libraries/PMA_mult_submits_test.php
    R test/libraries/PMA_resultSetHasJustOneTable_test.php
    R test/libraries/PMA_sql_test.php

  Log Message:
  -----------
  Merge pull request #13341 from mauriciofauth/sql-lib

Refactor the sql functions into static methods


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/87fd00915ab1...0c1589920e9d


More information about the Git mailing list