Skip to content

Commit

Permalink
Updated phpMyAdmin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
phpmyadmin-bot committed Jun 1, 2017
1 parent 2cb5ba7 commit 90e5425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyadmin
Submodule phpmyadmin updated 99 files
+2 −0 .gitignore
+3 −2 .travis.yml
+4 −1 ChangeLog
+0 −1 browse_foreigners.php
+4 −4 db_datadict.php
+14 −1 doc/setup.rst
+0 −3 export.php
+6 −7 libraries/DisplayResults.php
+2 −0 libraries/Template.php
+460 −0 libraries/Transformations.php
+27 −0 libraries/Util.php
+2 −15 libraries/config/ServerConfigChecks.php
+2 −1 libraries/controllers/table/TableIndexesController.php
+5 −4 libraries/controllers/table/TableSearchController.php
+6 −5 libraries/controllers/table/TableStructureController.php
+8 −8 libraries/insert_edit.lib.php
+0 −1 libraries/mult_submits.inc.php
+4 −4 libraries/mult_submits.lib.php
+4 −3 libraries/normalization.lib.php
+7 −6 libraries/plugins/export/ExportHtmlword.php
+6 −5 libraries/plugins/export/ExportLatex.php
+6 −5 libraries/plugins/export/ExportOdt.php
+0 −2 libraries/plugins/export/ExportPdf.php
+14 −13 libraries/plugins/export/ExportSql.php
+6 −5 libraries/plugins/export/ExportTexytext.php
+2 −1 libraries/plugins/export/helpers/Pdf.php
+0 −2 libraries/plugins/schema/pdf/Pdf.php
+3 −4 libraries/plugins/schema/pdf/PdfRelationSchema.php
+0 −3 libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php
+0 −3 libraries/plugins/transformations/abs/InlineTransformationsPlugin.php
+3 −6 libraries/session.lib.php
+6 −5 libraries/sql.lib.php
+11 −9 libraries/tbl_columns_definition_form.inc.php
+0 −5 libraries/tbl_partition_definition.inc.php
+0 −452 libraries/transformations.lib.php
+35 −0 libraries/twig/MessageExtension.php
+40 −0 libraries/twig/UtilExtension.php
+0 −1 normalization.php
+64 −163 po/be.po
+7 −5 po/bn.po
+57 −110 po/fa.po
+19 −17 po/hi.po
+9 −8 po/pa.po
+26 −19 po/pt_BR.po
+29 −27 po/uk.po
+9 −9 po/zh_CN.po
+2 −0 scripts/generate-twig-cache
+4 −5 tbl_addfield.php
+0 −1 tbl_change.php
+4 −4 tbl_create.php
+4 −4 tbl_replace.php
+2 −1 templates/columns_definitions/column_definitions_form.phtml
+3 −2 templates/columns_definitions/transformation.phtml
+1 −1 templates/header_location.twig
+0 −242 templates/table/index_form.phtml
+221 −0 templates/table/index_form.twig
+1 −1 templates/table/relation/dropdown_generate.twig
+0 −7 templates/table/search/column_comparison_operators.phtml
+4 −0 templates/table/search/column_comparison_operators.twig
+0 −22 templates/table/search/form_tag.phtml
+4 −0 templates/table/search/form_tag.twig
+21 −2 templates/table/search/selection_form.phtml
+0 −28 templates/table/structure/action_row_in_structure_table.phtml
+31 −0 templates/table/structure/action_row_in_structure_table.twig
+0 −141 templates/table/structure/actions_in_table_structure.phtml
+135 −0 templates/table/structure/actions_in_table_structure.twig
+0 −26 templates/table/structure/add_column.phtml
+24 −0 templates/table/structure/add_column.twig
+0 −63 templates/table/structure/check_all_table_column.phtml
+86 −0 templates/table/structure/check_all_table_column.twig
+0 −141 templates/table/structure/display_partitions.phtml
+145 −0 templates/table/structure/display_partitions.twig
+41 −21 templates/table/structure/display_structure.phtml
+0 −80 templates/table/structure/display_table_stats.phtml
+79 −0 templates/table/structure/display_table_stats.twig
+0 −8 templates/table/structure/move_columns_dialog.phtml
+9 −0 templates/table/structure/move_columns_dialog.twig
+0 −37 templates/table/structure/optional_action_links.phtml
+31 −0 templates/table/structure/optional_action_links.twig
+2 −2 templates/table/structure/partition_definition_form.phtml
+0 −98 templates/table/structure/row_stats_table.phtml
+95 −0 templates/table/structure/row_stats_table.twig
+0 −28 templates/table/structure/table_structure_header.phtml
+21 −0 templates/table/structure/table_structure_header.twig
+0 −55 templates/table/structure/table_structure_row.phtml
+59 −0 templates/table/structure/table_structure_row.twig
+8 −2 test/classes/LanguageTest.php
+11 −12 test/classes/TransformationsTest.php
+9 −0 test/classes/UtilTest.php
+0 −1 test/classes/plugin/export/ExportHtmlwordTest.php
+0 −1 test/classes/plugin/export/ExportLatexTest.php
+0 −1 test/classes/plugin/export/ExportOdtTest.php
+0 −1 test/classes/plugin/export/ExportSqlTest.php
+0 −1 test/classes/plugin/export/ExportTexytextTest.php
+0 −1 test/classes/schema/PdfRelationSchemaTest.php
+0 −1 test/libraries/PMA_insert_edit_test.php
+1 −1 test/libraries/core/PMA_headerLocation_test.php
+4 −3 transformation_overview.php
+5 −3 transformation_wrapper.php

0 comments on commit 90e5425

Please sign in to comment.