[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 4553b2: Remove CSS classses odd and even

Michal Čihař michal at cihar.com
Fri Nov 18 10:16:32 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 4553b29d7b32aa3c18cc5a5f06dc0bdcbd50ab80
      https://github.com/phpmyadmin/phpmyadmin/commit/4553b29d7b32aa3c18cc5a5f06dc0bdcbd50ab80
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M themes/original/css/common.css.php
    M themes/pmahomme/css/common.css.php

  Log Message:
  -----------
  Remove CSS classses odd and even

The odd and even classes for tables are no longer needed. The same
functionality can be achieved using nth-child(). This commit is for the
pmahomme and original theme.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 3c6946943c55c8b86c4c695de6de2ecdfc7b320c
      https://github.com/phpmyadmin/phpmyadmin/commit/3c6946943c55c8b86c4c695de6de2ecdfc7b320c
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M .github/PULL_REQUEST_TEMPLATE.md
    M .scrutinizer.yml
    M .travis.yml
    M ChangeLog
    M DCO
    M README
    M README.rst
    M build.xml
    M changelog.php
    M composer.json
    M db_central_columns.php
    M db_operations.php
    M doc/charts.rst
    M doc/conf.py
    M doc/config.rst
    M doc/copyright.rst
    M doc/credits.rst
    M doc/faq.rst
    M doc/glossary.rst
    A doc/images/usergroups.png
    M doc/import_export.rst
    M doc/privileges.rst
    M doc/setup.rst
    M examples/openid.php
    M export.php
    M gis_data_editor.php
    M import.php
    M index.php
    M js/ajax.js
    R js/big_ints.js
    M js/console.js
    M js/functions.js
    M js/get_image.js.php
    M js/get_scripts.js.php
    M js/pmd/move.js
    M js/server_variables.js
    M js/tbl_chart.js
    M js/tbl_structure.js
    M libraries/Bookmark.php
    M libraries/Config.php
    M libraries/DatabaseInterface.php
    M libraries/DbQbe.php
    M libraries/DisplayResults.php
    M libraries/Error.php
    M libraries/ErrorHandler.php
    M libraries/Footer.php
    M libraries/Header.php
    M libraries/Index.php
    M libraries/LanguageManager.php
    M libraries/Linter.php
    M libraries/Message.php
    M libraries/PDF.php
    M libraries/RecentFavoriteTable.php
    M libraries/Response.php
    M libraries/Sanitize.php
    M libraries/SavedSearches.php
    M libraries/Scripts.php
    M libraries/ServerStatusData.php
    M libraries/Table.php
    M libraries/Template.php
    M libraries/Tracker.php
    M libraries/URL.php
    M libraries/Util.php
    M libraries/VersionInformation.php
    M libraries/ZipFile.php
    M libraries/advisory_rules.txt
    R libraries/bfShapeFiles/ShapeFile.lib.php
    M libraries/browse_foreigners.lib.php
    M libraries/central_columns.lib.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config/FormDisplay.php
    M libraries/config/FormDisplay.tpl.php
    M libraries/config/PageSettings.php
    M libraries/config/ServerConfigChecks.php
    M libraries/config/Validator.php
    M libraries/config/messages.inc.php
    M libraries/controllers/database/DatabaseStructureController.php
    M libraries/controllers/server/ServerBinlogController.php
    M libraries/controllers/server/ServerDatabasesController.php
    M libraries/controllers/table/TableSearchController.php
    M libraries/core.lib.php
    M libraries/db_common.inc.php
    M libraries/db_table_exists.inc.php
    M libraries/dbi/DBIDummy.php
    M libraries/dbi/DBIExtension.php
    M libraries/dbi/DBIMysql.php
    M libraries/dbi/DBIMysqli.php
    M libraries/display_export.lib.php
    M libraries/display_import.lib.php
    M libraries/engines/Innodb.php
    M libraries/error_report.lib.php
    M libraries/export.lib.php
    M libraries/gis/GISVisualization.php
    M libraries/import.lib.php
    M libraries/insert_edit.lib.php
    M libraries/ip_allow_deny.lib.php
    M libraries/mult_submits.lib.php
    M libraries/navigation/NavigationTree.php
    M libraries/normalization.lib.php
    M libraries/operations.lib.php
    M libraries/plugins/AuthenticationPlugin.php
    M libraries/plugins/auth/AuthenticationConfig.php
    M libraries/plugins/auth/AuthenticationCookie.php
    M libraries/plugins/auth/AuthenticationHttp.php
    M libraries/plugins/export/ExportJson.php
    M libraries/plugins/export/ExportMediawiki.php
    M libraries/plugins/export/ExportSql.php
    M libraries/plugins/export/ExportXml.php
    M libraries/plugins/import/ImportCsv.php
    M libraries/plugins/import/ImportShp.php
    M libraries/plugins/import/README
    R libraries/plugins/import/ShapeFile.php
    A libraries/plugins/import/ShapeFileImport.php
    R libraries/plugins/import/ShapeRecord.php
    M libraries/plugins/schema/dia/Dia.php
    M libraries/plugins/schema/eps/Eps.php
    M libraries/plugins/schema/svg/Svg.php
    M libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php
    M libraries/plugins/transformations/abs/DownloadTransformationsPlugin.php
    M libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php
    M libraries/plugins/transformations/abs/InlineTransformationsPlugin.php
    M libraries/plugins/transformations/abs/LongToIPv4TransformationsPlugin.php
    M libraries/plugins/transformations/abs/PreApPendTransformationsPlugin.php
    M libraries/plugins/transformations/abs/SubstringTransformationsPlugin.php
    M libraries/plugins/transformations/abs/TextImageLinkTransformationsPlugin.php
    M libraries/plugins/transformations/abs/TextLinkTransformationsPlugin.php
    M libraries/relation.lib.php
    M libraries/replication.inc.php
    M libraries/replication_gui.lib.php
    M libraries/rte/rte_events.lib.php
    M libraries/rte/rte_list.lib.php
    M libraries/rte/rte_routines.lib.php
    M libraries/rte/rte_triggers.lib.php
    M libraries/server_privileges.lib.php
    M libraries/server_status_monitor.lib.php
    M libraries/server_status_processes.lib.php
    M libraries/session.inc.php
    M libraries/sql.lib.php
    M libraries/sysinfo.lib.php
    M libraries/tracking.lib.php
    M libraries/transformations.lib.php
    M libraries/user_preferences.lib.php
    M license.php
    M phpunit.xml.dist
    M po/af.po
    M po/ar.po
    M po/az.po
    M po/be.po
    M po/be at latin.po
    M po/bg.po
    M po/bn.po
    M po/br.po
    M po/brx.po
    M po/bs.po
    M po/ca.po
    M po/ckb.po
    M po/cs.po
    M po/cy.po
    M po/da.po
    M po/de.po
    M po/el.po
    M po/en_GB.po
    M po/eo.po
    M po/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fil.po
    M po/fr.po
    M po/fy.po
    M po/gl.po
    M po/gu.po
    M po/he.po
    M po/hi.po
    M po/hr.po
    M po/hu.po
    M po/hy.po
    M po/ia.po
    M po/id.po
    M po/it.po
    M po/ja.po
    M po/ka.po
    A po/kab.po
    M po/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ksh.po
    M po/ky.po
    M po/li.po
    M po/lt.po
    M po/lv.po
    M po/mk.po
    M po/ml.po
    M po/mn.po
    M po/ms.po
    M po/nb.po
    M po/ne.po
    M po/nl.po
    M po/pa.po
    M po/phpmyadmin.pot
    M po/pl.po
    M po/pt.po
    M po/pt_BR.po
    M po/ro.po
    M po/ru.po
    M po/si.po
    M po/sk.po
    M po/sl.po
    M po/sq.po
    M po/sr.po
    M po/sr at latin.po
    M po/sv.po
    M po/ta.po
    M po/te.po
    M po/th.po
    M po/tk.po
    M po/tr.po
    M po/tt.po
    M po/ug.po
    M po/uk.po
    M po/ur.po
    M po/uz.po
    M po/uz at latin.po
    M po/vi.po
    M po/vls.po
    M po/zh_CN.po
    M po/zh_TW.po
    M prefs_forms.php
    M scripts/create-release.sh
    M scripts/line-counts.sh
    M scripts/revision-info
    M scripts/upload-release
    M server_privileges.php
    M server_status_processes.php
    M setup/config.php
    M setup/frames/index.inc.php
    M setup/frames/servers.inc.php
    M setup/index.php
    M setup/lib/form_processing.lib.php
    M setup/validate.php
    M sql.php
    M tbl_change.php
    M tbl_get_field.php
    M tbl_operations.php
    M tbl_replace.php
    M templates/columns_definitions/column_name.phtml
    M templates/columns_definitions/transformation.phtml
    M templates/database/designer/database_tables.phtml
    M templates/list/item.phtml
    M templates/privileges/edit_routine_privileges.phtml
    M templates/server/binlog/log_selector.phtml
    M templates/server/databases/table_row.phtml
    M templates/server/variables/variable_row.phtml
    M templates/table/search/options.phtml
    M templates/table/search/options_zoom.phtml
    M templates/table/search/rows_zoom.phtml
    M templates/table/structure/display_partitions.phtml
    M templates/table/structure/display_table_stats.phtml
    M test/README.rst
    M test/ci-install-selenium
    M test/ci-install-test
    M test/classes/AdvisorTest.php
    M test/classes/ConfigTest.php
    M test/classes/DatabaseInterfaceTest.php
    M test/classes/DbSearchTest.php
    M test/classes/DisplayResultsTest.php
    M test/classes/ErrorTest.php
    M test/classes/FooterTest.php
    M test/classes/MessageTest.php
    M test/classes/SanitizeTest.php
    M test/classes/ScriptsTest.php
    M test/classes/ThemeManagerTest.php
    M test/classes/ThemeTest.php
    M test/classes/URLTest.php
    M test/classes/config/PageSettingsTest.php
    M test/classes/controllers/DatabaseStructureControllerTest.php
    M test/classes/controllers/ServerDatabasesControllerTest.php
    M test/classes/controllers/ServerVariablesControllerTest.php
    M test/classes/dbi/DBIMysqlTest.php
    M test/classes/dbi/DBIMysqliTest.php
    M test/classes/plugin/auth/AuthenticationConfigTest.php
    M test/classes/plugin/auth/AuthenticationCookieTest.php
    M test/classes/plugin/auth/AuthenticationHttpTest.php
    M test/classes/plugin/auth/AuthenticationSignonTest.php
    M test/classes/plugin/export/ExportCodegenTest.php
    M test/classes/plugin/export/ExportCsvTest.php
    M test/classes/plugin/export/ExportExcelTest.php
    M test/classes/plugin/export/ExportHtmlwordTest.php
    M test/classes/plugin/export/ExportJsonTest.php
    M test/classes/plugin/export/ExportLatexTest.php
    M test/classes/plugin/export/ExportMediawikiTest.php
    M test/classes/plugin/export/ExportOdsTest.php
    M test/classes/plugin/export/ExportOdtTest.php
    M test/classes/plugin/export/ExportPdfTest.php
    M test/classes/plugin/export/ExportPhparrayTest.php
    M test/classes/plugin/export/ExportSqlTest.php
    M test/classes/plugin/export/ExportTexytextTest.php
    M test/classes/plugin/export/ExportXmlTest.php
    M test/classes/plugin/export/ExportYamlTest.php
    M test/classes/plugin/transformations/TransformationPluginsTest.php
    M test/libraries/PMA_FormDisplay_tpl_test.php
    M test/libraries/PMA_Form_Processing_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_transformation_test.php
    M test/libraries/PMA_user_preferences_test.php
    M test/libraries/common/PMA_formatNumberByteDown_test.php
    M test/libraries/common/PMA_getDbLink_test.php
    M test/libraries/common/PMA_showMessage_test_disabled.php
    A test/libraries/core/PMA_cleanupPathInfo_test.php
    M test/libraries/core/PMA_getLinks_test.php
    M test/libraries/core/PMA_headerLocation_test.php
    M test/libraries/core/PMA_warnMissingExtension_test.php
    M test/selenium/TestBase.php
    M test/test_data/exploit_test.sql
    M test/test_data/phpmyadmin_importXML_For_Testing.xml
    M test/test_data/pma_bookmark.sql
    M themes/original/css/common.css.php
    M url.php
    M user_password.php
    M version_check.php
    M view_create.php
    M view_operations.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 1626e04a6fd87384fe8e8985e4610900a57f7864
      https://github.com/phpmyadmin/phpmyadmin/commit/1626e04a6fd87384fe8e8985e4610900a57f7864
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
    M themes/pmahomme/css/common.css.php

  Log Message:
  -----------
  Fix rendering issues with table headers
Table headers where not rendering correcly because they were not being
selected by the odd and even selectors.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: a5512c099d5235bcb11dd0555de80009e4741f87
      https://github.com/phpmyadmin/phpmyadmin/commit/a5512c099d5235bcb11dd0555de80009e4741f87
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
    M db_central_columns.php
    M libraries/central_columns.lib.php

  Log Message:
  -----------
  Remove odd row handling from central columns
The odd rows are now handeld by CSS, so this class is not needed.
This commit removes the logic for odd rows in the central columns part.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 50a6647dc82ece23de469bfec994bc0c17d5c73c
      https://github.com/phpmyadmin/phpmyadmin/commit/50a6647dc82ece23de469bfec994bc0c17d5c73c
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M libraries/browse_foreigners.lib.php

  Log Message:
  -----------
  Remove odd CSS class handling from PHP code
This class is unused as it's now handeld by the CSS.
Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: ea764e74ccc1a00ad80772ac5878ffc0476a07ef
      https://github.com/phpmyadmin/phpmyadmin/commit/ea764e74ccc1a00ad80772ac5878ffc0476a07ef
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
    M libraries/DbQbe.php
    M test/classes/DbQbeTest.php

  Log Message:
  -----------
  Remove odd CSS class handling from PHP code
Odd class is no longed needed as it's now done with CSS.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 80d625dec8884334310f27dbcfb9f38a0ef34fb8
      https://github.com/phpmyadmin/phpmyadmin/commit/80d625dec8884334310f27dbcfb9f38a0ef34fb8
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-15 (Mon, 15 Aug 2016)

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

  Log Message:
  -----------
  Remove odd CSS class handling from PHP code
Odd class is no longer needed as it's now done with CSS.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: d7cb40bbb5c31be2b8fe10595034a06276ac0631
      https://github.com/phpmyadmin/phpmyadmin/commit/d7cb40bbb5c31be2b8fe10595034a06276ac0631
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
    M ChangeLog
    A codecov.yml
    M doc/setup.rst
    M js/db_search.js
    M js/functions.js
    M libraries/config.default.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/controllers/database/DatabaseStructureController.php
    M po/el.po
    M po/fi.po
    M po/fr.po
    M po/id.po
    M po/it.po
    M po/ru.po
    M po/tr.po
    M templates/database/structure/body_for_table_summary.phtml
    M templates/database/structure/structure_table_row.phtml
    M templates/database/structure/table_header.phtml

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 83c205ab41ba2da73051b3e21134b3cd41869bfd
      https://github.com/phpmyadmin/phpmyadmin/commit/83c205ab41ba2da73051b3e21134b3cd41869bfd
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
    M libraries/DisplayResults.php
    M test/classes/DisplayResultsTest.php

  Log Message:
  -----------
  Remove CSS odd class logic from PHP code
The odd/even class is no longer needed as it's done with CSS now.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: ecbbf334611fd1cc78a3abee7a2c7164e1ee56f7
      https://github.com/phpmyadmin/phpmyadmin/commit/ecbbf334611fd1cc78a3abee7a2c7164e1ee56f7
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
    M libraries/Index.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP code
Odd class is no longer needed, now done with CSS

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 038242d6f1f03c1a93e94efc0060f10347aab654
      https://github.com/phpmyadmin/phpmyadmin/commit/038242d6f1f03c1a93e94efc0060f10347aab654
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
    M libraries/insert_edit.lib.php
    M test/libraries/PMA_insert_edit_test.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP code
Odd class is no longer needed as it's now done with pure CSS.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: aee48c8e919dc4b01f196c726a5874bcf1469f71
      https://github.com/phpmyadmin/phpmyadmin/commit/aee48c8e919dc4b01f196c726a5874bcf1469f71
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M test/classes/DbSearchTest.php
    M test/classes/DisplayResultsTest.php
    M test/libraries/PMA_central_columns_test.php

  Log Message:
  -----------
  Remove odd_row parameter from test functions
Some functions still sent the odd_row parameter with the functions.
This caused some errors when buildning.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 0bae7f99ed68e50431a324470a172c8868886100
      https://github.com/phpmyadmin/phpmyadmin/commit/0bae7f99ed68e50431a324470a172c8868886100
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
    M ChangeLog
    M changelog.php
    M config.sample.inc.php
    M doc/config.rst
    M doc/faq.rst
    M doc/setup.rst
    M examples/openid.php
    M examples/signon.php
    M import.php
    M index.php
    M js/functions.js
    M js/navigation.js
    M js/shortcuts_handler.js
    M js/tbl_relation.js
    M libraries/Advisor.php
    M libraries/Config.php
    M libraries/DbSearch.php
    M libraries/Error.php
    M libraries/File.php
    M libraries/Footer.php
    M libraries/Logging.php
    M libraries/Partition.php
    M libraries/RecentFavoriteTable.php
    M libraries/Response.php
    M libraries/Sanitize.php
    M libraries/Table.php
    M libraries/URL.php
    M libraries/Util.php
    M libraries/VersionInformation.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config/ServerConfigChecks.php
    M libraries/config/Validator.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/controllers/table/TableStructureController.php
    M libraries/core.lib.php
    M libraries/create_addfield.lib.php
    M libraries/db_designer.lib.php
    M libraries/dbi/DBIMysql.php
    M libraries/dbi/DBIMysqli.php
    M libraries/display_export.lib.php
    M libraries/display_git_revision.lib.php
    M libraries/engines/Pbxt.php
    M libraries/error_report.lib.php
    M libraries/file_listing.lib.php
    M libraries/gis/GISGeometry.php
    M libraries/insert_edit.lib.php
    M libraries/ip_allow_deny.lib.php
    M libraries/navigation/Navigation.php
    M libraries/navigation/NavigationHeader.php
    M libraries/navigation/NavigationTree.php
    M libraries/navigation/nodes/Node.php
    M libraries/navigation/nodes/NodeDatabase.php
    M libraries/navigation/nodes/NodeDatabaseChild.php
    M libraries/operations.lib.php
    M libraries/plugin_interface.lib.php
    M libraries/plugins/auth/AuthenticationCookie.php
    M libraries/plugins/export/ExportMediawiki.php
    M libraries/plugins/export/ExportPhparray.php
    M libraries/plugins/export/ExportSql.php
    M libraries/plugins/export/ExportXml.php
    M libraries/plugins/import/ImportShp.php
    M libraries/plugins/schema/ExportRelationSchema.php
    M libraries/plugins/transformations/abs/FormattedTransformationsPlugin.php
    M libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php
    M libraries/plugins/transformations/abs/ImageUploadTransformationsPlugin.php
    M libraries/plugins/transformations/abs/InlineTransformationsPlugin.php
    M libraries/plugins/transformations/abs/RegexValidationTransformationsPlugin.php
    M libraries/plugins/transformations/abs/TextImageLinkTransformationsPlugin.php
    M libraries/plugins/transformations/abs/TextLinkTransformationsPlugin.php
    R libraries/plugins/transformations/generator_main_class.sh
    R libraries/plugins/transformations/generator_plugin.sh
    M libraries/pmd_common.php
    M libraries/relation.lib.php
    M libraries/replication.inc.php
    M libraries/replication_gui.lib.php
    M libraries/server_privileges.lib.php
    M libraries/server_status_variables.lib.php
    M libraries/server_user_groups.lib.php
    M libraries/session.inc.php
    M libraries/tbl_partition_definition.inc.php
    M libraries/tracking.lib.php
    M libraries/zip_extension.lib.php
    M lint.php
    M normalization.php
    R phpinfo.php
    M po/af.po
    M po/ar.po
    M po/az.po
    M po/be.po
    M po/be at latin.po
    M po/bg.po
    M po/bn.po
    M po/br.po
    M po/brx.po
    M po/bs.po
    M po/ca.po
    M po/ckb.po
    M po/cs.po
    M po/cy.po
    M po/da.po
    M po/de.po
    M po/el.po
    M po/en_GB.po
    M po/eo.po
    M po/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fil.po
    M po/fr.po
    M po/fy.po
    M po/gl.po
    M po/gu.po
    M po/he.po
    M po/hi.po
    M po/hr.po
    M po/hu.po
    M po/hy.po
    M po/ia.po
    M po/id.po
    M po/it.po
    M po/ja.po
    M po/ka.po
    M po/kab.po
    M po/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ksh.po
    M po/ky.po
    M po/li.po
    M po/lt.po
    M po/lv.po
    M po/mk.po
    M po/ml.po
    M po/mn.po
    M po/ms.po
    M po/nb.po
    M po/ne.po
    M po/nl.po
    M po/pa.po
    M po/phpmyadmin.pot
    M po/pl.po
    M po/pt.po
    M po/pt_BR.po
    M po/ro.po
    M po/ru.po
    M po/si.po
    M po/sk.po
    M po/sl.po
    M po/sq.po
    M po/sr.po
    M po/sr at latin.po
    M po/sv.po
    M po/ta.po
    M po/te.po
    M po/th.po
    M po/tk.po
    M po/tr.po
    M po/tt.po
    M po/ug.po
    M po/uk.po
    M po/ur.po
    M po/uz.po
    M po/uz at latin.po
    M po/vi.po
    M po/vls.po
    M po/zh_CN.po
    M po/zh_TW.po
    M scripts/create-release.sh
    A scripts/transformations_generator_main_class.sh
    A scripts/transformations_generator_plugin.sh
    M setup/lib/ConfigGenerator.php
    M show_config_errors.php
    M tbl_addfield.php
    M templates/columns_definitions/column_definitions_form.phtml
    M templates/columns_definitions/partitions.phtml
    M templates/list/item.phtml
    M templates/server/databases/create.phtml
    M templates/table/gis_visualization/gis_visualization.phtml
    M templates/table/search/zoom_result_form.phtml
    M templates/table/structure/display_partitions.phtml
    M templates/table/structure/display_structure.phtml
    M test/.htaccess
    M test/classes/AdvisorTest.php
    M test/classes/ConfigTest.php
    M test/classes/DisplayResultsTest.php
    M test/classes/FooterTest.php
    M test/classes/engines/PbxtTest.php
    M test/classes/navigation/NavigationTest.php
    M test/classes/navigation/NodeDatabaseChildTest.php
    M test/classes/plugin/auth/AuthenticationCookieTest.php
    M test/classes/plugin/export/ExportPhparrayTest.php
    M test/classes/plugin/export/ExportXmlTest.php
    M test/classes/plugin/transformations/TransformationPluginsTest.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_ip_allow_deny_test.php
    M test/libraries/PMA_user_preferences_test.php
    M test/libraries/PMA_zip_extension_test.php
    A test/libraries/core/PMA_isAllowedDomain_test.php
    A test/libraries/core/PMA_safeUnserialize_test.php
    A test/libraries/core/PMA_sanitizeMySQLHost_test.php
    M themes.php
    M transformation_wrapper.php
    M url.php
    M user_password.php
    M version_check.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: b5ff07b22dd2c5e495e11150483e4cc3c36ee0b1
      https://github.com/phpmyadmin/phpmyadmin/commit/b5ff07b22dd2c5e495e11150483e4cc3c36ee0b1
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
    M libraries/replication_gui.lib.php

  Log Message:
  -----------
  Remove odd table row logic from PHP code
The odd_row class is now obsolete as the
same effect is now achieved with pure CSS.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: f7f3f04ff0b4b9c9ce43eee5265254d2c7380bbd
      https://github.com/phpmyadmin/phpmyadmin/commit/f7f3f04ff0b4b9c9ce43eee5265254d2c7380bbd
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-21 (Sun, 21 Aug 2016)

  Changed paths:
    M po/el.po
    M po/sl.po

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 3cb7de15bf83123fe14f6690ded34b1c3f086e4d
      https://github.com/phpmyadmin/phpmyadmin/commit/3cb7de15bf83123fe14f6690ded34b1c3f086e4d
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-21 (Sun, 21 Aug 2016)

  Changed paths:
    M libraries/server_privileges.lib.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP file
Odd class is no longer in use, now handeld by CSS pseudoclasses

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 452a557347fb96a7f98f95949a178f318a62b1e6
      https://github.com/phpmyadmin/phpmyadmin/commit/452a557347fb96a7f98f95949a178f318a62b1e6
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M po/uk.po

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: c003970623bcfb7772b6e40647424ba259eae57d
      https://github.com/phpmyadmin/phpmyadmin/commit/c003970623bcfb7772b6e40647424ba259eae57d
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M libraries/server_status_processes.lib.php
    M test/libraries/PMA_server_status_processes_test.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP file
Odd class is no longer need because background
coloring is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: ef4832e7d7e71dad693c140ed115c8f7cc8fbf88
      https://github.com/phpmyadmin/phpmyadmin/commit/ef4832e7d7e71dad693c140ed115c8f7cc8fbf88
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M libraries/server_status.lib.php

  Log Message:
  -----------
  Remove odd and even class from PHP file
These classes are no longer needed, background
coloring is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 7fa44155f1d27d99276d1b902c7a178625fc01f6
      https://github.com/phpmyadmin/phpmyadmin/commit/7fa44155f1d27d99276d1b902c7a178625fc01f6
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M js/server_status_variables.js
    M libraries/server_status_variables.lib.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP and JS files
Odd CSS class is no longer needed as background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 9ac93dda529a3a2c1cabd98b71d4f9d073e69295
      https://github.com/phpmyadmin/phpmyadmin/commit/9ac93dda529a3a2c1cabd98b71d4f9d073e69295
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M js/server_status_advisor.js

  Log Message:
  -----------
  Remove odd CSS class logic from JS file
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 640bbe1dfe4d6819746f2bedbe91b11f71e80e19
      https://github.com/phpmyadmin/phpmyadmin/commit/640bbe1dfe4d6819746f2bedbe91b11f71e80e19
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M libraries/server_status_queries.lib.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP file
Odd CSS class is no longer nedeed, background coloring
is now donw with CSS pseudo-classes.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 76be08a7a1c11f2b66977fec3d9fa26e58f8b6f1
      https://github.com/phpmyadmin/phpmyadmin/commit/76be08a7a1c11f2b66977fec3d9fa26e58f8b6f1
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M js/server_status_sorter.js

  Log Message:
  -----------
  Remove widgetZebra initialization
WidgetZebra is not needed anymore, row background
coloring is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 93bb4c39a34df94b86fe04785a1b54dff5e30202
      https://github.com/phpmyadmin/phpmyadmin/commit/93bb4c39a34df94b86fe04785a1b54dff5e30202
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M js/server_variables.js
    M libraries/controllers/server/ServerVariablesController.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP and JS file
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: aa764e1ea33110bfa634eb3296c7c574dfe40f14
      https://github.com/phpmyadmin/phpmyadmin/commit/aa764e1ea33110bfa634eb3296c7c574dfe40f14
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M js/server_databases.js
    M libraries/controllers/server/ServerDatabasesController.php

  Log Message:
  -----------
  Remove odd CSS class logic from JS and PHP files
Odd CSS class is no longer needed, background coloring
now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: cdbc1fa1c322fe13008b19ee5194c7bc763a6371
      https://github.com/phpmyadmin/phpmyadmin/commit/cdbc1fa1c322fe13008b19ee5194c7bc763a6371
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M libraries/controllers/server/ServerBinlogController.php
    M templates/server/binlog/log_row.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from PHP and template
Odd CSS class is no longer needed, background coloring
is done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: ae95812f223b92d1ea7e1c899c2674123fbda9af
      https://github.com/phpmyadmin/phpmyadmin/commit/ae95812f223b92d1ea7e1c899c2674123fbda9af
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M ChangeLog
    M index.php
    M libraries/DisplayResults.php
    M libraries/Sanitize.php
    M libraries/navigation/NavigationHeader.php
    M libraries/plugins/transformations/abs/TextImageLinkTransformationsPlugin.php
    M libraries/plugins/transformations/abs/TextLinkTransformationsPlugin.php
    M libraries/special_schema_links.lib.php
    M po/ia.po
    M po/pa.po
    M po/pt_BR.po
    M scripts/create-release.sh
    M test/classes/DisplayResultsTest.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 30262971c8b6fb9f4b924f17a764be91cc68be71
      https://github.com/phpmyadmin/phpmyadmin/commit/30262971c8b6fb9f4b924f17a764be91cc68be71
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M libraries/controllers/database/DatabaseStructureController.php
    M templates/database/structure/structure_table_row.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from PHP and template
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 8f3eff83512c2f51554d93849b657ad8eaa760e8
      https://github.com/phpmyadmin/phpmyadmin/commit/8f3eff83512c2f51554d93849b657ad8eaa760e8
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

  Changed paths:
    M ChangeLog
    M js/functions.js
    M js/get_image.js.php
    M js/get_scripts.js.php
    M js/sql.js
    M js/whitelist.php
    M libraries/Advisor.php
    M libraries/Config.php
    M libraries/Table.php
    M libraries/common.inc.php
    M libraries/dbi/DBIMysqli.php
    M libraries/navigation/nodes/Node.php
    M po/pt.po
    M templates/columns_definitions/transformation_option.phtml

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: d3cba046389363558292df9a5a671afb66eb84f4
      https://github.com/phpmyadmin/phpmyadmin/commit/d3cba046389363558292df9a5a671afb66eb84f4
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

  Changed paths:
    M templates/columns_definitions/table_fields_definitions.phtml

  Log Message:
  -----------
  Remove odd logic from template file
Odd CSS class is no longer needed, background
coloring now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 280d1ef9db450a76686de3b60265a333754f721b
      https://github.com/phpmyadmin/phpmyadmin/commit/280d1ef9db450a76686de3b60265a333754f721b
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

  Changed paths:
    M templates/server/collations/charsets.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from template
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: e6af242ecd513cf555f42dfe4e3ab37111811b0b
      https://github.com/phpmyadmin/phpmyadmin/commit/e6af242ecd513cf555f42dfe4e3ab37111811b0b
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

  Changed paths:
    M templates/server/engines/engines.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from template
Odd CSS class is no longer needed, background
coloring is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: f15ba90c8987d41e7f6c33ae2da540358af0b88d
      https://github.com/phpmyadmin/phpmyadmin/commit/f15ba90c8987d41e7f6c33ae2da540358af0b88d
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-28 (Sun, 28 Aug 2016)

  Changed paths:
    M js/server_plugins.js
    M templates/server/plugins/section.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from JS and template
Odd CSS class is no longer nedded, background coloring
is done with CSS pesudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 5a9f2125df55ed4e220bc992ae21fd39d6bcc5dc
      https://github.com/phpmyadmin/phpmyadmin/commit/5a9f2125df55ed4e220bc992ae21fd39d6bcc5dc
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M ChangeLog
    M doc/setup.rst
    M libraries/Config.php
    M libraries/Sanitize.php
    M libraries/Util.php
    M libraries/VersionInformation.php
    M libraries/cleanup.lib.php
    M libraries/common.inc.php
    M libraries/error_report.lib.php
    M po/pt_BR.po
    M test/classes/ConfigTest.php
    M test/classes/SanitizeTest.php
    M test/classes/UtilTest.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 7f3ee6ae96df0cf35d8ea24de368a3ac08abf2e3
      https://github.com/phpmyadmin/phpmyadmin/commit/7f3ee6ae96df0cf35d8ea24de368a3ac08abf2e3
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M templates/table/index_form.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from template
Odd CSS class is no longer needed, background coloring
now done with CSS psueod-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: d9be52ec8d9754494d67adbffa1e00cc6e36347b
      https://github.com/phpmyadmin/phpmyadmin/commit/d9be52ec8d9754494d67adbffa1e00cc6e36347b
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
    M js/tbl_relation.js
    M templates/table/relation/common_form.phtml
    M templates/table/relation/foreign_key_row.phtml
    M templates/table/relation/internal_relational_row.phtml

  Log Message:
  -----------
  Remove odd CSS class logic form template and JS
Odd CSS class is no longer needed, background coloring is
now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: f5493e714a79c7d5b0bdcb72c17eede5aa35c509
      https://github.com/phpmyadmin/phpmyadmin/commit/f5493e714a79c7d5b0bdcb72c17eede5aa35c509
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
    M .gitignore
    M ChangeLog
    M libraries/LanguageManager.php
    M libraries/Linter.php
    M libraries/Sanitize.php
    M libraries/Util.php
    M libraries/common.inc.php
    A po/ig.po
    M test/bootstrap-dist.php
    M test/libraries/common/PMA_formatNumberByteDown_test.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: c150f06b33c9ce9b35066c16901c1923f4b2dadb
      https://github.com/phpmyadmin/phpmyadmin/commit/c150f06b33c9ce9b35066c16901c1923f4b2dadb
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
    M templates/table/structure/display_structure.phtml
    M templates/table/structure/display_table_stats.phtml
    M templates/table/structure/row_stats_table.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from template code
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 91f3928c2dedd7201c010581b73657a114758ae9
      https://github.com/phpmyadmin/phpmyadmin/commit/91f3928c2dedd7201c010581b73657a114758ae9
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
    M transformation_overview.php

  Log Message:
  -----------
  Remove odd CSS class logic from PHP file
Odd CSS class is no longer needed,
background coloring now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 1bd5fe709dd6701be9fc505e287907633a9617b9
      https://github.com/phpmyadmin/phpmyadmin/commit/1bd5fe709dd6701be9fc505e287907633a9617b9
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M .travis.yml
    M ChangeLog
    M README.rst
    M browse_foreigners.php
    M composer.json
    M db_export.php
    M db_operations.php
    M db_tracking.php
    M doc/_ext/configext.py
    M doc/charts.rst
    M doc/config.rst
    M doc/faq.rst
    M doc/glossary.rst
    M doc/require.rst
    M doc/setup.rst
    M doc/transformations.rst
    M export.php
    M import.php
    M import_status.php
    M index.php
    M js/codemirror/addon/lint/sql-lint.js
    M js/common.js
    M js/config.js
    M js/console.js
    M js/db_central_columns.js
    M js/db_operations.js
    M js/db_search.js
    M js/db_structure.js
    M js/db_tracking.js
    M js/export.js
    M js/functions.js
    M js/indexes.js
    M js/makegrid.js
    M js/messages.php
    M js/navigation.js
    M js/pmd/history.js
    M js/pmd/move.js
    M js/replication.js
    M js/rte.js
    M js/server_privileges.js
    M js/server_status_monitor.js
    M js/server_variables.js
    M js/sql.js
    M js/tbl_change.js
    M js/tbl_operations.js
    M js/tbl_relation.js
    M js/tbl_select.js
    M js/tbl_structure.js
    M js/tbl_tracking.js
    A js/zxcvbn.js
    M libraries/Advisor.php
    M libraries/Bookmark.php
    M libraries/Config.php
    M libraries/DatabaseInterface.php
    M libraries/DbList.php
    M libraries/DbQbe.php
    M libraries/DbSearch.php
    M libraries/DisplayResults.php
    M libraries/Error.php
    M libraries/ErrorHandler.php
    M libraries/Footer.php
    M libraries/Header.php
    M libraries/Index.php
    M libraries/LanguageManager.php
    M libraries/ListDatabase.php
    M libraries/Menu.php
    M libraries/Message.php
    A libraries/OpenDocument.php
    M libraries/Partition.php
    M libraries/RecentFavoriteTable.php
    M libraries/Response.php
    M libraries/Sanitize.php
    M libraries/SavedSearches.php
    M libraries/SysInfoLinux.php
    M libraries/SystemDatabase.php
    M libraries/Table.php
    M libraries/Theme.php
    M libraries/Tracker.php
    M libraries/URL.php
    M libraries/Util.php
    M libraries/advisor.lib.php
    M libraries/central_columns.lib.php
    R libraries/cleanup.lib.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config/ConfigFile.php
    M libraries/config/Validator.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/controllers/server/ServerDatabasesController.php
    M libraries/controllers/server/ServerVariablesController.php
    M libraries/controllers/table/TableChartController.php
    M libraries/controllers/table/TableSearchController.php
    M libraries/controllers/table/TableStructureController.php
    M libraries/core.lib.php
    M libraries/create_addfield.lib.php
    M libraries/db_common.inc.php
    M libraries/db_designer.lib.php
    M libraries/db_table_exists.inc.php
    M libraries/dbi/DBIDummy.php
    M libraries/dbi/DBIExtension.php
    M libraries/dbi/DBIMysql.php
    M libraries/dbi/DBIMysqli.php
    M libraries/display_change_password.lib.php
    M libraries/display_export.lib.php
    R libraries/display_select_lang.lib.php
    M libraries/error.inc.php
    M libraries/export.lib.php
    M libraries/gis/GISPolygon.php
    M libraries/import.lib.php
    M libraries/insert_edit.lib.php
    M libraries/ip_allow_deny.lib.php
    M libraries/mult_submits.inc.php
    M libraries/navigation/Navigation.php
    M libraries/navigation/NavigationHeader.php
    M libraries/navigation/NavigationTree.php
    M libraries/navigation/nodes/Node.php
    M libraries/navigation/nodes/NodeColumn.php
    M libraries/navigation/nodes/NodeColumnContainer.php
    M libraries/navigation/nodes/NodeDatabase.php
    M libraries/navigation/nodes/NodeDatabaseContainer.php
    M libraries/navigation/nodes/NodeEvent.php
    M libraries/navigation/nodes/NodeEventContainer.php
    M libraries/navigation/nodes/NodeFunction.php
    M libraries/navigation/nodes/NodeFunctionContainer.php
    M libraries/navigation/nodes/NodeIndex.php
    M libraries/navigation/nodes/NodeIndexContainer.php
    M libraries/navigation/nodes/NodeProcedure.php
    M libraries/navigation/nodes/NodeProcedureContainer.php
    M libraries/navigation/nodes/NodeTable.php
    M libraries/navigation/nodes/NodeTableContainer.php
    M libraries/navigation/nodes/NodeTrigger.php
    M libraries/navigation/nodes/NodeTriggerContainer.php
    M libraries/navigation/nodes/NodeView.php
    M libraries/navigation/nodes/NodeViewContainer.php
    R libraries/opendocument.lib.php
    M libraries/operations.lib.php
    M libraries/plugin_interface.lib.php
    M libraries/plugins/ImportPlugin.php
    M libraries/plugins/auth/AuthenticationCookie.php
    M libraries/plugins/export/ExportOds.php
    M libraries/plugins/export/ExportOdt.php
    M libraries/plugins/export/ExportPhparray.php
    M libraries/plugins/export/ExportSql.php
    M libraries/plugins/export/ExportXml.php
    M libraries/plugins/export/TableProperty.php
    M libraries/plugins/import/ImportCsv.php
    M libraries/plugins/import/ImportLdi.php
    M libraries/plugins/import/ImportShp.php
    M libraries/plugins/schema/dia/Dia.php
    M libraries/plugins/schema/eps/Eps.php
    M libraries/plugins/schema/pdf/Pdf.php
    M libraries/plugins/schema/svg/Svg.php
    M libraries/plugins/schema/svg/SvgRelationSchema.php
    M libraries/plugins/transformations/TEMPLATE_ABSTRACT
    M libraries/pmd_common.php
    M libraries/relation.lib.php
    M libraries/relation_cleanup.lib.php
    M libraries/replication.inc.php
    M libraries/replication_gui.lib.php
    M libraries/rte/rte_events.lib.php
    M libraries/rte/rte_export.lib.php
    M libraries/rte/rte_list.lib.php
    M libraries/rte/rte_main.inc.php
    M libraries/rte/rte_routines.lib.php
    M libraries/rte/rte_triggers.lib.php
    M libraries/rte/rte_words.lib.php
    M libraries/select_server.lib.php
    M libraries/server_privileges.lib.php
    M libraries/server_status_monitor.lib.php
    M libraries/server_status_processes.lib.php
    M libraries/server_user_groups.lib.php
    M libraries/session.inc.php
    M libraries/sql.lib.php
    M libraries/sql_query_form.lib.php
    M libraries/tbl_info.inc.php
    M libraries/tracking.lib.php
    M libraries/transformations.lib.php
    M libraries/user_preferences.lib.php
    M logout.php
    R phpdox.xml
    M phpunit.xml.dist
    M po/af.po
    M po/ar.po
    M po/az.po
    M po/be.po
    M po/be at latin.po
    M po/bg.po
    M po/bn.po
    M po/br.po
    M po/brx.po
    M po/bs.po
    M po/ca.po
    M po/ckb.po
    M po/cs.po
    M po/cy.po
    M po/da.po
    M po/de.po
    M po/el.po
    M po/en_GB.po
    M po/eo.po
    M po/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fil.po
    M po/fr.po
    M po/fy.po
    M po/gl.po
    M po/gu.po
    M po/he.po
    M po/hi.po
    M po/hr.po
    M po/hu.po
    M po/hy.po
    M po/ia.po
    M po/id.po
    M po/ig.po
    M po/it.po
    M po/ja.po
    M po/ka.po
    M po/kab.po
    M po/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ksh.po
    M po/ky.po
    M po/li.po
    M po/lt.po
    M po/lv.po
    M po/mk.po
    M po/ml.po
    M po/mn.po
    M po/ms.po
    M po/nb.po
    M po/ne.po
    M po/nl.po
    M po/pa.po
    M po/phpmyadmin.pot
    M po/pl.po
    M po/pt.po
    M po/pt_BR.po
    M po/ro.po
    M po/ru.po
    M po/si.po
    M po/sk.po
    M po/sl.po
    M po/sq.po
    M po/sr.po
    M po/sr at latin.po
    M po/sv.po
    M po/ta.po
    M po/te.po
    M po/th.po
    M po/tk.po
    M po/tr.po
    M po/tt.po
    M po/ug.po
    M po/uk.po
    M po/ur.po
    M po/uz.po
    M po/uz at latin.po
    M po/vi.po
    M po/vls.po
    M po/zh_CN.po
    M po/zh_TW.po
    M prefs_manage.php
    M scripts/create-release.sh
    R scripts/remove_control_m.sh
    R scripts/revision-info
    M server_privileges.php
    M server_replication.php
    M sql.php
    M sql/create_tables.sql
    A sql/upgrade_tables_4_7_0+.sql
    M tbl_addfield.php
    M tbl_change.php
    M tbl_create.php
    M tbl_export.php
    M tbl_operations.php
    M templates/database/structure/structure_table_row.phtml
    A templates/select_lang.phtml
    M templates/table/relation/common_form.phtml
    M templates/table/relation/foreign_key_row.phtml
    M templates/table/search/rows_normal.phtml
    M templates/table/search/rows_zoom.phtml
    M test/bootstrap-dist.php
    A test/ci-docs
    A test/ci-install-docs
    M test/ci-install-selenium
    M test/ci-install-test
    M test/classes/ConfigTest.php
    M test/classes/DbSearchTest.php
    M test/classes/TableTest.php
    M test/classes/ThemeManagerTest.php
    M test/classes/TrackerTest.php
    M test/classes/config/ConfigFileTest.php
    M test/classes/controllers/TableSearchControllerTest.php
    M test/classes/navigation/NavigationTest.php
    M test/classes/navigation/NodeTest.php
    M test/classes/plugin/export/ExportHtmlwordTest.php
    M test/classes/plugin/export/ExportLatexTest.php
    M test/classes/plugin/export/ExportOdsTest.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/plugin/export/ExportXmlTest.php
    M test/classes/plugin/import/ImportLdiTest.php
    M test/classes/plugin/import/ImportOdsTest.php
    M test/install-runkit
    M test/libraries/PMA_PMD_common_test.php
    M test/libraries/PMA_central_columns_test.php
    M test/libraries/PMA_designer_test.php
    M test/libraries/PMA_export_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_server_status_monitor_test.php
    M test/libraries/PMA_server_status_queries_test.php
    M test/libraries/PMA_server_status_test.php
    M test/libraries/PMA_server_user_groups_test.php
    M test/libraries/PMA_sql_test.php
    M test/libraries/PMA_user_preferences_test.php
    M test/libraries/common/PMA_formatNumberByteDown_test.php
    R test/libraries/common/PMA_pow_test.php
    M test/libraries/common/PMA_quoting_slashing_test.php
    M test/libraries/common/PMA_showPHPDocu_test.php
    M test/libraries/core/PMA_getLinks_test.php
    M test/libraries/rte/PMA_EVN_getQueryFromRequest_test.php
    M test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php
    M themes/original/css/common.css.php
    M themes/pmahomme/css/common.css.php
    R themes/sprites.css.php
    M user_password.php
    M view_create.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 3ecfa989071f8da0f15bd63243c2e57b22c3c397
      https://github.com/phpmyadmin/phpmyadmin/commit/3ecfa989071f8da0f15bd63243c2e57b22c3c397
  Author: Patric Gustafsson <patricjgustafsson at outlook.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 remote-tracking branch 'upstream/master'


  Commit: 8e6202bbc9e696657054aee8288de1b82bfb84ae
      https://github.com/phpmyadmin/phpmyadmin/commit/8e6202bbc9e696657054aee8288de1b82bfb84ae
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M templates/table/search/rows_normal.phtml
    M templates/table/search/rows_zoom.phtml
    M templates/table/search/zoom_result_form.phtml

  Log Message:
  -----------
  Remove odd CSS class logic from template files
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: f101f310642cc287009c2450e073703881bc9db5
      https://github.com/phpmyadmin/phpmyadmin/commit/f101f310642cc287009c2450e073703881bc9db5
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M libraries/DatabaseInterface.php

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: 708a9f30fd619793dc65bb4dd0e55ebe202ab1d9
      https://github.com/phpmyadmin/phpmyadmin/commit/708a9f30fd619793dc65bb4dd0e55ebe202ab1d9
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M test/classes/DbSearchTest.php

  Log Message:
  -----------
  Fix test

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: f92c9086a70da21e64013edabcf3b502518d9d44
      https://github.com/phpmyadmin/phpmyadmin/commit/f92c9086a70da21e64013edabcf3b502518d9d44
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M js/server_status_variables.js

  Log Message:
  -----------
  Remove unused variable

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 6da6083d2720e7bcec410b6fa96193e241f7c2f7
      https://github.com/phpmyadmin/phpmyadmin/commit/6da6083d2720e7bcec410b6fa96193e241f7c2f7
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M libraries/StorageEngine.php

  Log Message:
  -----------
  Remove unused CSS class

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 29755886bbb9d391806005d849c960b327fb3756
      https://github.com/phpmyadmin/phpmyadmin/commit/29755886bbb9d391806005d849c960b327fb3756
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M .travis.yml
    M po/fr.po
    M test/install-runkit

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: d1aa527944046df871c0f55170a38550f7f0c8b3
      https://github.com/phpmyadmin/phpmyadmin/commit/d1aa527944046df871c0f55170a38550f7f0c8b3
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M libraries/replication_gui.lib.php

  Log Message:
  -----------
  Remove unused CSS class

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: fcd6e5b1ad78412dcbde54fa8b11c0f7e71d5cef
      https://github.com/phpmyadmin/phpmyadmin/commit/fcd6e5b1ad78412dcbde54fa8b11c0f7e71d5cef
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M js/server_status_monitor.js

  Log Message:
  -----------
  Remove unused CSS class checks

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 1f52c2a8295b2c359e872e7843c9ab1fb8a50067
      https://github.com/phpmyadmin/phpmyadmin/commit/1f52c2a8295b2c359e872e7843c9ab1fb8a50067
  Author: Patric Gustafsson <patricjgustafsson at outlook.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M templates/columns_definitions/table_fields_definitions.phtml

  Log Message:
  -----------
  Remove unused variable

Signed-off-by: Patric Gustafsson <patricjgustafsson at outlook.com>


  Commit: 0349c7c5a3b7b4606d202337de47ef355dff07e8
      https://github.com/phpmyadmin/phpmyadmin/commit/0349c7c5a3b7b4606d202337de47ef355dff07e8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M db_central_columns.php
    M js/server_databases.js
    M js/server_plugins.js
    M js/server_status_advisor.js
    M js/server_status_monitor.js
    M js/server_status_sorter.js
    M js/server_status_variables.js
    M js/server_variables.js
    M js/tbl_relation.js
    M libraries/DbQbe.php
    M libraries/DbSearch.php
    M libraries/DisplayResults.php
    M libraries/Index.php
    M libraries/StorageEngine.php
    M libraries/browse_foreigners.lib.php
    M libraries/central_columns.lib.php
    M libraries/controllers/database/DatabaseStructureController.php
    M libraries/controllers/server/ServerBinlogController.php
    M libraries/controllers/server/ServerDatabasesController.php
    M libraries/controllers/server/ServerVariablesController.php
    M libraries/insert_edit.lib.php
    M libraries/replication_gui.lib.php
    M libraries/server_privileges.lib.php
    M libraries/server_status.lib.php
    M libraries/server_status_processes.lib.php
    M libraries/server_status_queries.lib.php
    M libraries/server_status_variables.lib.php
    M templates/columns_definitions/table_fields_definitions.phtml
    M templates/database/structure/structure_table_row.phtml
    M templates/server/binlog/log_row.phtml
    M templates/server/collations/charsets.phtml
    M templates/server/engines/engines.phtml
    M templates/server/plugins/section.phtml
    M templates/table/index_form.phtml
    M templates/table/relation/common_form.phtml
    M templates/table/relation/foreign_key_row.phtml
    M templates/table/relation/internal_relational_row.phtml
    M templates/table/search/rows_normal.phtml
    M templates/table/search/rows_zoom.phtml
    M templates/table/search/zoom_result_form.phtml
    M templates/table/structure/display_structure.phtml
    M templates/table/structure/display_table_stats.phtml
    M templates/table/structure/row_stats_table.phtml
    M test/classes/DbQbeTest.php
    M test/classes/DbSearchTest.php
    M test/libraries/PMA_central_columns_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_server_status_processes_test.php
    M themes/original/css/common.css.php
    M themes/pmahomme/css/common.css.php
    M transformation_overview.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/pull/12287'


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

  Changed paths:
    M libraries/engines/Innodb.php
    M test/classes/engines/InnodbTest.php

  Log Message:
  -----------
  Remove no longer needed odd/even classes

Issue #12070, #12287

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6ceaeea125ba...b74b9214ede1


More information about the Git mailing list