[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 6b0e7d: Remove duplicate include_once

Marc Delisle marc at infomarc.info
Thu May 8 13:31:58 CEST 2014


  Branch: refs/heads/STABLE
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 6b0e7d68072583fceab40ace1b95c1e4ce59c8f9
      https://github.com/phpmyadmin/phpmyadmin/commit/6b0e7d68072583fceab40ace1b95c1e4ce59c8f9
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/plugin/export/PMA_ExportCsv_test.php

  Log Message:
  -----------
  Remove duplicate include_once

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 4f241de077bdc62b68c205c70564a3c8d8502939
      https://github.com/phpmyadmin/phpmyadmin/commit/4f241de077bdc62b68c205c70564a3c8d8502939
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportExcel_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportOds_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportPhparray_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportYaml_test.php

  Log Message:
  -----------
  Import export.lib.php to make unit tests friendlier to running independently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 1d58392622592d9a2cd6b64b797017d5ba95a113

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 44b1e8b8c0ce8bc49ed2832a5c57af3185e4cf80
      https://github.com/phpmyadmin/phpmyadmin/commit/44b1e8b8c0ce8bc49ed2832a5c57af3185e4cf80
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/navigation/PMA_Node_Column_test.php
    M test/classes/navigation/PMA_Node_DatabaseChild_test.php
    M test/classes/navigation/PMA_Node_Database_test.php
    M test/classes/navigation/PMA_Node_Function_test.php
    M test/classes/navigation/PMA_Node_Index_test.php
    M test/classes/navigation/PMA_Node_Procedure_test.php
    M test/classes/navigation/PMA_Node_Table_test.php
    M test/classes/navigation/PMA_Node_View_test.php

  Log Message:
  -----------
  Merge pull request #1032 from jeffchan/fix-tests

Import gettext include to make unit tests friendlier to running independently


  Commit: 821fe4879425edbc8c9d1ab2f7250d66ce6c8221
      https://github.com/phpmyadmin/phpmyadmin/commit/821fe4879425edbc8c9d1ab2f7250d66ce6c8221
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/plugin/export/PMA_ExportCsv_test.php

  Log Message:
  -----------
  Merge pull request #1033 from jeffchan/remove-duplicate-include

Remove duplicate include_once


  Commit: 2512ffe5139de7438c5f5f5de0542de384dc1491
      https://github.com/phpmyadmin/phpmyadmin/commit/2512ffe5139de7438c5f5f5de0542de384dc1491
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportExcel_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportOds_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportPhparray_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportYaml_test.php

  Log Message:
  -----------
  Merge pull request #1034 from jeffchan/fix-export-tests

Import export.lib.php to make unit tests friendlier to running independently


  Commit: 659efe1a88e8cc553bfa965aec2069bee897d4b4
      https://github.com/phpmyadmin/phpmyadmin/commit/659efe1a88e8cc553bfa965aec2069bee897d4b4
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/PMA_StorageEngine_test.php
    M test/classes/PMA_TableReplaceSearch_test.php
    M test/classes/PMA_TableSearch_test.php
    M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
    M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php
    M test/classes/plugin/export/PMA_ExportCodegen_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportMediawiki_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/transformations/Text_Plain_Sql_test.php
    M test/libraries/PMA_Tracker_test.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php
    M test/libraries/PMA_user_preferences_test.php

  Log Message:
  -----------
  Import dependencies to make unit tests friendlier to running independently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 840f7b12150aedca8f8d6d57c0da15dab9f99a07

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 22ab13a1dcddb9a8b826d3acdfc2b342795de9fa
      https://github.com/phpmyadmin/phpmyadmin/commit/22ab13a1dcddb9a8b826d3acdfc2b342795de9fa
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/common.inc.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: 8e066c510593b41d98aca222002ae41d63c462af
      https://github.com/phpmyadmin/phpmyadmin/commit/8e066c510593b41d98aca222002ae41d63c462af
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M libraries/plugins/export/ExportPhparray.class.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: af749a3409713da3be85404af345d19ef3e414f4
      https://github.com/phpmyadmin/phpmyadmin/commit/af749a3409713da3be85404af345d19ef3e414f4
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/PMA_StorageEngine_test.php
    M test/classes/PMA_TableReplaceSearch_test.php
    M test/classes/PMA_TableSearch_test.php
    M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
    M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php
    M test/classes/plugin/export/PMA_ExportCodegen_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportMediawiki_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/transformations/Text_Plain_Sql_test.php
    M test/libraries/PMA_Tracker_test.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php
    M test/libraries/PMA_user_preferences_test.php

  Log Message:
  -----------
  Merge pull request #1035 from jeffchan/fix-database-interface-tests

Import DatabaseInterface to make unit tests friendlier to running independently


  Commit: 16eda044f3458f5e2d90fdcfc7a34f32c6fb52ee
      https://github.com/phpmyadmin/phpmyadmin/commit/16eda044f3458f5e2d90fdcfc7a34f32c6fb52ee
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 69.1% (1902 of 2752)


  Commit: c6450043527d678e94964cba3bf4c43c8d0d8070
      https://github.com/phpmyadmin/phpmyadmin/commit/c6450043527d678e94964cba3bf4c43c8d0d8070
  Author: Tae-rok Hwang <hwangti at hwangti.kr>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 69.1% (1903 of 2752)


  Commit: 598e88b826cdfbde186d592681229ac3550df2fa
      https://github.com/phpmyadmin/phpmyadmin/commit/598e88b826cdfbde186d592681229ac3550df2fa
  Author: Gyeongsu Han <hansim at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 69.1% (1903 of 2752)


  Commit: 46a7e90a36501e8b310ae8619d17b791c42661b9
      https://github.com/phpmyadmin/phpmyadmin/commit/46a7e90a36501e8b310ae8619d17b791c42661b9
  Author: Isaac Bennetch <bennetch at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

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

  Log Message:
  -----------
  Merge pull request #1026 from Dennis1993/patch-1

Remove 1px border of server info


  Commit: 67b5cada36578dff70546763e93ea2dd429dac71
      https://github.com/phpmyadmin/phpmyadmin/commit/67b5cada36578dff70546763e93ea2dd429dac71
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 69.4% (1912 of 2752)


  Commit: 6748bb9a1427e0710d31c6859942133a230300dc
      https://github.com/phpmyadmin/phpmyadmin/commit/6748bb9a1427e0710d31c6859942133a230300dc
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

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

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


  Commit: 607cb3b0b3b877456dd328594610202d1078bdc9
      https://github.com/phpmyadmin/phpmyadmin/commit/607cb3b0b3b877456dd328594610202d1078bdc9
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M test/classes/PMA_Error_Handler_test.php
    M test/classes/PMA_Error_test.php
    M test/classes/PMA_Footer_test.php
    M test/classes/PMA_Menu_test.php
    M test/classes/PMA_TableReplaceSearch_test.php
    M test/classes/PMA_TableSearch_test.php
    M test/classes/PMA_Util_test.php
    M test/classes/navigation/PMA_Node_Database_test.php
    M test/classes/navigation/PMA_Node_Table_Container_test.php
    M test/classes/navigation/PMA_Node_Table_test.php
    M test/classes/navigation/PMA_Node_View_Container_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
    M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/libraries/PMA_ConfigGenerator_test.php
    M test/libraries/PMA_SetupIndex_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_server_user_groups_test.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php
    M test/libraries/PMA_user_preferences_test.php

  Log Message:
  -----------
  Import dependencies to make unit tests friendlier to running independently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 659efe1a88e8cc553bfa965aec2069bee897d4b4

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 8439b1daa3dab15471ab5c2c067ca75d5c1cad89
      https://github.com/phpmyadmin/phpmyadmin/commit/8439b1daa3dab15471ab5c2c067ca75d5c1cad89
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

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

  Log Message:
  -----------
  Fix little bug at main_pane_right box-shadow.

Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: c99581ed21e9e634e1ef85b0ab8d602c58613f4a
      https://github.com/phpmyadmin/phpmyadmin/commit/c99581ed21e9e634e1ef85b0ab8d602c58613f4a
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

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

  Log Message:
  -----------
  Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: b1c31dc4e3fd1b9bce454d7f74eb69ecd4c69da4
      https://github.com/phpmyadmin/phpmyadmin/commit/b1c31dc4e3fd1b9bce454d7f74eb69ecd4c69da4
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M test/classes/PMA_Error_Handler_test.php
    M test/classes/PMA_Error_test.php
    M test/classes/PMA_Footer_test.php
    M test/classes/PMA_Menu_test.php
    M test/classes/PMA_TableReplaceSearch_test.php
    M test/classes/PMA_TableSearch_test.php
    M test/classes/PMA_Util_test.php
    M test/classes/navigation/PMA_Node_Database_test.php
    M test/classes/navigation/PMA_Node_Table_Container_test.php
    M test/classes/navigation/PMA_Node_Table_test.php
    M test/classes/navigation/PMA_Node_View_Container_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php
    M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/libraries/PMA_ConfigGenerator_test.php
    M test/libraries/PMA_SetupIndex_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_server_user_groups_test.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php
    M test/libraries/PMA_user_preferences_test.php

  Log Message:
  -----------
  Merge pull request #1037 from jeffchan/fix-tests

Import dependencies to make unit tests friendlier to running independently


  Commit: ef8a1f6a05cc653cd6f37e5c34785ebb216f9042
      https://github.com/phpmyadmin/phpmyadmin/commit/ef8a1f6a05cc653cd6f37e5c34785ebb216f9042
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M db_qbe.php
    M js/db_qbe.js
    M libraries/DBQbe.class.php

  Log Message:
  -----------
  Add new button to update a bookmarked search.
Hide buttons when not needed.
Reset form when selecting 'New bookmark'.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 34af4c4695f6237588fefff3c0f818885e7a104f
      https://github.com/phpmyadmin/phpmyadmin/commit/34af4c4695f6237588fefff3c0f818885e7a104f
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-10 (Mon, 10 Mar 2014)

  Changed paths:
    M db_qbe.php

  Log Message:
  -----------
  Remove hint about bookmarked searches.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 8f2036cec336a326ff79fb34d198a1c0c0911d0f
      https://github.com/phpmyadmin/phpmyadmin/commit/8f2036cec336a326ff79fb34d198a1c0c0911d0f
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-11 (Tue, 11 Mar 2014)

  Changed paths:
    M db_qbe.php
    M js/db_qbe.js
    M libraries/DBQbe.class.php

  Log Message:
  -----------
  Merge pull request #1041 from Tithugues/improveBookmarkedSearches

Improve bookmarked searches


  Commit: 5cc63d7b35e836c5c08b502d4c86b81abb80a105
      https://github.com/phpmyadmin/phpmyadmin/commit/5cc63d7b35e836c5c08b502d4c86b81abb80a105
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-11 (Tue, 11 Mar 2014)

  Changed paths:
    M doc/credits.rst

  Log Message:
  -----------
  Credits for Hugues Peccatte

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 3f0f634c3888070841b7f0ef8346b9ace988a3db
      https://github.com/phpmyadmin/phpmyadmin/commit/3f0f634c3888070841b7f0ef8346b9ace988a3db
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/plugin/transformations/Image_JPEG_Inline_test.php
    M test/classes/plugin/transformations/Image_PNG_Inline_test.php
    M test/classes/plugin/transformations/Text_Plain_Substring_test.php
    M test/libraries/PMA_ConfigGenerator_test.php
    M test/libraries/PMA_display_change_password_test.php
    M test/libraries/PMA_mysql_charsets_test.php
    M test/libraries/PMA_server_databases_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_sql_query_form_test.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php

  Log Message:
  -----------
  Import config to make unit tests friendlier to running independently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

This is similar to 607cb3b0b3b877456dd328594610202d1078bdc9

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 25b58235b3e3b10ee73c8fc74f36a1f4ee31afd9
      https://github.com/phpmyadmin/phpmyadmin/commit/25b58235b3e3b10ee73c8fc74f36a1f4ee31afd9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/plugin/transformations/Image_JPEG_Inline_test.php
    M test/classes/plugin/transformations/Image_PNG_Inline_test.php
    M test/classes/plugin/transformations/Text_Plain_Substring_test.php
    M test/libraries/PMA_ConfigGenerator_test.php
    M test/libraries/PMA_display_change_password_test.php
    M test/libraries/PMA_mysql_charsets_test.php
    M test/libraries/PMA_server_databases_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_sql_query_form_test.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php

  Log Message:
  -----------
  Merge pull request #1046 from jeffchan/fix-tests

Import config to make unit tests friendlier to running independently


  Commit: 427c4ef18ce11a437ca03de438f732cd5543e174
      https://github.com/phpmyadmin/phpmyadmin/commit/427c4ef18ce11a437ca03de438f732cd5543e174
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

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

  Log Message:
  -----------
  Merge pull request #1039 from WhaleWatching/fix_shadow

Fix a little bug at main_pane_right box-shadow.


  Commit: bd2067fe0869c454b1de7e7e5ca180921ec5d1bb
      https://github.com/phpmyadmin/phpmyadmin/commit/bd2067fe0869c454b1de7e7e5ca180921ec5d1bb
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 9b0e021c44856d26a632ad591cdd1b04c9174a00
      https://github.com/phpmyadmin/phpmyadmin/commit/9b0e021c44856d26a632ad591cdd1b04c9174a00
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/makegrid.js

  Log Message:
  -----------
  Fix bug#4316 Grid edit: can't change month on date fields

Signed-off-by: Atul Pratap Singh <atulpratapsingh05 at gmail.com>


  Commit: 128cd96512f4670b86165ba59ef849500e5fff85
      https://github.com/phpmyadmin/phpmyadmin/commit/128cd96512f4670b86165ba59ef849500e5fff85
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Log Message:
  -----------
  Merge commit '056b40b'


  Commit: c6e8c3bbb3d0a49230ecaad9cfbd0fba9c6d4d90
      https://github.com/phpmyadmin/phpmyadmin/commit/c6e8c3bbb3d0a49230ecaad9cfbd0fba9c6d4d90
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/tbl_change.js

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: e18450b1282e3ee27df4aec1cb16a6edfcc72765
      https://github.com/phpmyadmin/phpmyadmin/commit/e18450b1282e3ee27df4aec1cb16a6edfcc72765
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Log Message:
  -----------
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin


  Commit: 85597f7e13c12e1ed46c5f6e779257674818a474
      https://github.com/phpmyadmin/phpmyadmin/commit/85597f7e13c12e1ed46c5f6e779257674818a474
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Workaround another timing issue

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


  Commit: ef6dd5151415fcc5ac19a1341c8ca5b8e5c535ca
      https://github.com/phpmyadmin/phpmyadmin/commit/ef6dd5151415fcc5ac19a1341c8ca5b8e5c535ca
  Author: Chirayu Chiripal <chirayu.chiripal at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

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

  Log Message:
  -----------
  Feature Request #1501 add maxlength by field with length-spec

Signed-off-by: Chirayu Chiripal <chirayu.chiripal at gmail.com>


  Commit: d5dc579421b04ad90d6077046ba622212fab103e
      https://github.com/phpmyadmin/phpmyadmin/commit/d5dc579421b04ad90d6077046ba622212fab103e
  Author: minhaz <minhazav at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumImportTest.php

  Log Message:
  -----------
  testing automated file uploading to remote server

Signed-off-by: A V Minhaz <minhazav at gmail.com>


  Commit: 7447bbab1af3d0c926bd8c5c6df1d83fdba8e5d9
      https://github.com/phpmyadmin/phpmyadmin/commit/7447bbab1af3d0c926bd8c5c6df1d83fdba8e5d9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumImportTest.php

  Log Message:
  -----------
  Merge pull request #1052 from mebjas/master

testing automated file uploading to remote server


  Commit: b5edca0b4cb30803fb0658c6ffac8717b31dec12
      https://github.com/phpmyadmin/phpmyadmin/commit/b5edca0b4cb30803fb0658c6ffac8717b31dec12
  Author: Viduranga Wijesooriya <vpowerrc at gmail.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M js/jquery/jquery-ui-timepicker-addon.js

  Log Message:
  -----------
  bug #4321 - updated the jquery datepicker addon library to 1.4

Signed-off-by: Viduranga Wijesooriya <vpowerrc at gmail.com>
Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 0216a5a4a17f94008ac0911a085b072404a1b846
      https://github.com/phpmyadmin/phpmyadmin/commit/0216a5a4a17f94008ac0911a085b072404a1b846
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Footer_test.php
    M test/classes/PMA_TableReplaceSearch_test.php
    M test/classes/PMA_TableSearch_test.php
    M test/classes/config/PMA_FormDisplay_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/schema/Pdf_Relation_Schema_test.php
    M test/libraries/PMA_SetupIndex_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_relation_cleanup_test.php
    M test/libraries/PMA_server_binlog_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_server_replication_test.php
    M test/libraries/PMA_server_status_advisor_test.php
    M test/libraries/PMA_server_status_monitor_test.php
    M test/libraries/PMA_server_status_test.php
    M test/libraries/PMA_server_status_variables_test.php
    M test/libraries/common/PMA_getDbLink_test.php

  Log Message:
  -----------
  Move slow tests in HHVM to group medium

These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 85085037c307806e379c4f5ac2e394faaacba111
      https://github.com/phpmyadmin/phpmyadmin/commit/85085037c307806e379c4f5ac2e394faaacba111
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add HHVM to Travis

Currently 1 test is still failing, so it's set up to allow for failures.
See: https://github.com/facebook/hhvm/issues/2018

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 4749251cc8c3234f97ab1605d89b61718f56ed1a
      https://github.com/phpmyadmin/phpmyadmin/commit/4749251cc8c3234f97ab1605d89b61718f56ed1a
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Only install runkit / pear selenium when normal PHP

Also, use Travis' composer binary

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: d5f7ca0215506d77e66badc10c358a4ee05af5a4
      https://github.com/phpmyadmin/phpmyadmin/commit/d5f7ca0215506d77e66badc10c358a4ee05af5a4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M README.rst

  Log Message:
  -----------
  Use http for translation widget as GitHub does not trust CAcert

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


  Commit: 472d5df554cc5f45a2e26b8932ebc4639c944e7e
      https://github.com/phpmyadmin/phpmyadmin/commit/472d5df554cc5f45a2e26b8932ebc4639c944e7e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumImportTest.php

  Log Message:
  -----------
  Revert "testing automated file uploading to remote server"

This reverts commit d5dc579421b04ad90d6077046ba622212fab103e.

Not yet supported in php selenium.


  Commit: d73b9ef35d456381a3e361c31121fe391dc29ee7
      https://github.com/phpmyadmin/phpmyadmin/commit/d73b9ef35d456381a3e361c31121fe391dc29ee7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Footer_test.php
    M test/classes/PMA_TableReplaceSearch_test.php
    M test/classes/PMA_TableSearch_test.php
    M test/classes/config/PMA_FormDisplay_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/schema/Pdf_Relation_Schema_test.php
    M test/libraries/PMA_SetupIndex_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_relation_cleanup_test.php
    M test/libraries/PMA_server_binlog_test.php
    M test/libraries/PMA_server_privileges_test.php
    M test/libraries/PMA_server_replication_test.php
    M test/libraries/PMA_server_status_advisor_test.php
    M test/libraries/PMA_server_status_monitor_test.php
    M test/libraries/PMA_server_status_test.php
    M test/libraries/PMA_server_status_variables_test.php
    M test/libraries/common/PMA_getDbLink_test.php

  Log Message:
  -----------
  Merge pull request #1055 from jeffchan/up-test-time-limit

Move slow tests in HHVM to group medium


  Commit: 1740da7f6ec5a38b11d9cc97d98b2650ff0e4eec
      https://github.com/phpmyadmin/phpmyadmin/commit/1740da7f6ec5a38b11d9cc97d98b2650ff0e4eec
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge pull request #1056 from jeffchan/add-hhvm-travis

Add HHVM to Travis


  Commit: ee69e2dfb5cfc8e16e1786119ac2bf337d78d012
      https://github.com/phpmyadmin/phpmyadmin/commit/ee69e2dfb5cfc8e16e1786119ac2bf337d78d012
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M .travis.yml
    R scripts/check-dco

  Log Message:
  -----------
  Remove DCO checker from Travis

This is now done by separate GitHub hook.

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


  Commit: d33d3a1fb373e0931edf27d3a140cc7ca86529c1
      https://github.com/phpmyadmin/phpmyadmin/commit/d33d3a1fb373e0931edf27d3a140cc7ca86529c1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M libraries/insert_edit.lib.php

  Log Message:
  -----------
  Merge pull request #1030 from ganeshaditya1/actionpanel

Fixes the action panel problem when editing rows in chrome(Bug 4228)


  Commit: 2f1dc89d0a3b426ca4e6c2721b3a20669db8bab7
      https://github.com/phpmyadmin/phpmyadmin/commit/2f1dc89d0a3b426ca4e6c2721b3a20669db8bab7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M libraries/Advisor.class.php

  Log Message:
  -----------
  Simplify translation evaluation

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


  Commit: 28f0a09b2f1a6a9c24b93d5c31d9342fda10eb71
      https://github.com/phpmyadmin/phpmyadmin/commit/28f0a09b2f1a6a9c24b93d5c31d9342fda10eb71
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Advisor_test.php

  Log Message:
  -----------
  Fix order of params to assertEquals

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


  Commit: ffbb41d6d5ab37da4c81c4d78c3671b4519992d1
      https://github.com/phpmyadmin/phpmyadmin/commit/ffbb41d6d5ab37da4c81c4d78c3671b4519992d1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Advisor_test.php

  Log Message:
  -----------
  Fix expected message to match code

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


  Commit: eb85831fe12703cc078b8b24a700958bd4495672
      https://github.com/phpmyadmin/phpmyadmin/commit/eb85831fe12703cc078b8b24a700958bd4495672
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M libraries/Advisor.class.php

  Log Message:
  -----------
  Fixed ob_start/eval problems in phpunit

When running in phpunit, the eval can raise exception, so treat it same
as it would be output returned by the eval. Without catching it, output
buffering gets one more level of nesting leading to occassional
timeouts in Travis-CI.

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


  Commit: ecc3c4d4b51c046a9cd003eaaad39e11bc6bfecf
      https://github.com/phpmyadmin/phpmyadmin/commit/ecc3c4d4b51c046a9cd003eaaad39e11bc6bfecf
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableStructureTest.php

  Log Message:
  -----------
  Avoid not needed click

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


  Commit: 25b916f88a538a34b345c59a7bfdc0097567cdc2
      https://github.com/phpmyadmin/phpmyadmin/commit/25b916f88a538a34b345c59a7bfdc0097567cdc2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po

  Log Message:
  -----------
  Update po files


  Commit: f7c9c91fab8e298ee588ad2bf7af3919e8712f45
      https://github.com/phpmyadmin/phpmyadmin/commit/f7c9c91fab8e298ee588ad2bf7af3919e8712f45
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2754 of 2754)


  Commit: f45f661a36deed2bebc96035ccfe2f8ff57de2e1
      https://github.com/phpmyadmin/phpmyadmin/commit/f45f661a36deed2bebc96035ccfe2f8ff57de2e1
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2754 of 2754)


  Commit: 941fafd71dd509de19ffb7d013f37a6d7de09f99
      https://github.com/phpmyadmin/phpmyadmin/commit/941fafd71dd509de19ffb7d013f37a6d7de09f99
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/functions.js

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: d5ef8dffeba14bae720d451d2565f0f4d40a0639
      https://github.com/phpmyadmin/phpmyadmin/commit/d5ef8dffeba14bae720d451d2565f0f4d40a0639
  Author: Luis Eduardo Braschi <herrcasper at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.6% (2743 of 2754)


  Commit: 1d45d7a23559fdd55d8831759f52bbe16de82e83
      https://github.com/phpmyadmin/phpmyadmin/commit/1d45d7a23559fdd55d8831759f52bbe16de82e83
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/functions.js

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


  Commit: 43ea527faf5d4802a0e8e77372edd0d93b9df9f8
      https://github.com/phpmyadmin/phpmyadmin/commit/43ea527faf5d4802a0e8e77372edd0d93b9df9f8
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2754 of 2754)


  Commit: b93e20c8a9cf3212f5444c97fc55ac0849dd8934
      https://github.com/phpmyadmin/phpmyadmin/commit/b93e20c8a9cf3212f5444c97fc55ac0849dd8934
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableStructureTest.php

  Log Message:
  -----------
  Revert "Avoid not needed click"

This reverts commit ecc3c4d4b51c046a9cd003eaaad39e11bc6bfecf.


  Commit: 81b6e0ab317626bdca79189b3ba758b4623acdf6
      https://github.com/phpmyadmin/phpmyadmin/commit/81b6e0ab317626bdca79189b3ba758b4623acdf6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2754 of 2754)


  Commit: e8b10459b0418f566a418e4dd603b656cfe16d24
      https://github.com/phpmyadmin/phpmyadmin/commit/e8b10459b0418f566a418e4dd603b656cfe16d24
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2754 of 2754)


  Commit: 50738aa63944657a18414b6c47d13aba9038d240
      https://github.com/phpmyadmin/phpmyadmin/commit/50738aa63944657a18414b6c47d13aba9038d240
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

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

  Log Message:
  -----------
  Merge pull request #1049 from D-storm/FR-1501

Feature Request #1501 add maxlength by field with length-spec


  Commit: 786f3803ea8eb8a61224d46dd33d9c46e84dc415
      https://github.com/phpmyadmin/phpmyadmin/commit/786f3803ea8eb8a61224d46dd33d9c46e84dc415
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 99.8% (2750 of 2754)


  Commit: 7952e0baf5bdc264088f1cc0169e835b197db6c7
      https://github.com/phpmyadmin/phpmyadmin/commit/7952e0baf5bdc264088f1cc0169e835b197db6c7
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 43.5% (1200 of 2754)


  Commit: 43599e74d536111a195c7534a5169260a69e8016
      https://github.com/phpmyadmin/phpmyadmin/commit/43599e74d536111a195c7534a5169260a69e8016
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2754 of 2754)


  Commit: 6ff88a3afe42ef43dbb344632629c8361cd84d88
      https://github.com/phpmyadmin/phpmyadmin/commit/6ff88a3afe42ef43dbb344632629c8361cd84d88
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

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

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


  Commit: bfeb93dfcbec4a2c40a7c19d3930c519a60e8c3c
      https://github.com/phpmyadmin/phpmyadmin/commit/bfeb93dfcbec4a2c40a7c19d3930c519a60e8c3c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 66c5aa080cdd97babcc504ac6f630f8f8dd9b580
      https://github.com/phpmyadmin/phpmyadmin/commit/66c5aa080cdd97babcc504ac6f630f8f8dd9b580
  Author: Erik Hepsø <hepso at hoved.org>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.7% (1646 of 2754)


  Commit: 03f57c6b3016d0d82570546e2bb6869789b2530c
      https://github.com/phpmyadmin/phpmyadmin/commit/03f57c6b3016d0d82570546e2bb6869789b2530c
  Author: Stian Berg <mail.to.stian at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.8% (1647 of 2754)


  Commit: 071b7f272d2403f37e4a4846bee700d4e5c15430
      https://github.com/phpmyadmin/phpmyadmin/commit/071b7f272d2403f37e4a4846bee700d4e5c15430
  Author: Erik Hepsø <hepso at hoved.org>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.8% (1648 of 2754)


  Commit: db23a9bf8aa56b371e96462879ad4075817ba2ee
      https://github.com/phpmyadmin/phpmyadmin/commit/db23a9bf8aa56b371e96462879ad4075817ba2ee
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M libraries/DBQbe.class.php
    M libraries/plugins/export/ExportSql.class.php
    M test/engines/PMA_StorageEngine_bdb_test.php
    M test/engines/PMA_StorageEngine_binlog_test.php
    M test/engines/PMA_StorageEngine_innodb_test.php
    M test/engines/PMA_StorageEngine_memory_test.php
    M test/engines/PMA_StorageEngine_mrg_myisam_test.php
    M test/engines/PMA_StorageEngine_myisam_test.php
    M test/engines/PMA_StorageEngine_ndbcluster_test.php
    M test/engines/PMA_StorageEngine_pbxt_test.php
    M test/libraries/PMA_bookmark_test.php
    M test/libraries/PMA_generateCommonUrl_test.php
    M test/libraries/PMA_js_escape_test.php
    M test/libraries/PMA_zip_test.php

  Log Message:
  -----------
  PHPCS and PHPdoc updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 95197b6b087cbb4c2da73dd1aac68d023af3fa06
      https://github.com/phpmyadmin/phpmyadmin/commit/95197b6b087cbb4c2da73dd1aac68d023af3fa06
  Author: Stian Berg <mail.to.stian at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.8% (1649 of 2754)


  Commit: 4ac572dc31c36e1d8e3956290c4c853c892070e9
      https://github.com/phpmyadmin/phpmyadmin/commit/4ac572dc31c36e1d8e3956290c4c853c892070e9
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M libraries/DBQbe.class.php
    M libraries/plugins/export/ExportSql.class.php
    M test/engines/PMA_StorageEngine_bdb_test.php
    M test/engines/PMA_StorageEngine_binlog_test.php
    M test/engines/PMA_StorageEngine_innodb_test.php
    M test/engines/PMA_StorageEngine_memory_test.php
    M test/engines/PMA_StorageEngine_mrg_myisam_test.php
    M test/engines/PMA_StorageEngine_myisam_test.php
    M test/engines/PMA_StorageEngine_ndbcluster_test.php
    M test/engines/PMA_StorageEngine_pbxt_test.php
    M test/libraries/PMA_bookmark_test.php
    M test/libraries/PMA_generateCommonUrl_test.php
    M test/libraries/PMA_js_escape_test.php
    M test/libraries/PMA_zip_test.php

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


  Commit: 013a9a33952bc701171677412c12906e76949264
      https://github.com/phpmyadmin/phpmyadmin/commit/013a9a33952bc701171677412c12906e76949264
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Config_test.php
    M test/classes/PMA_DisplayResults_test.php
    M test/classes/PMA_Header_test.php
    M test/classes/PMA_Theme_test.php
    M test/classes/plugin/export/PMA_ExportCodegen_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportExcel_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportMediawiki_test.php
    M test/classes/plugin/export/PMA_ExportOds_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportPhparray_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/plugin/export/PMA_ExportYaml_test.php
    M test/libraries/PMA_ConfigFile_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_relation_test.php

  Log Message:
  -----------
  Move slow test in HHVM to group medium

These tests were failing on HHVM because of the default 3 second timeout.
Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts
in JIT mode (which is on by default). I suspect that's why they're failing.

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: ad931a1c05ae9436d7edb72cc88ab9942c8f81e3
      https://github.com/phpmyadmin/phpmyadmin/commit/ad931a1c05ae9436d7edb72cc88ab9942c8f81e3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Config_test.php
    M test/classes/PMA_DisplayResults_test.php
    M test/classes/PMA_Header_test.php
    M test/classes/PMA_Theme_test.php
    M test/classes/plugin/export/PMA_ExportCodegen_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportExcel_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportMediawiki_test.php
    M test/classes/plugin/export/PMA_ExportOds_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportPhparray_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/plugin/export/PMA_ExportYaml_test.php
    M test/libraries/PMA_ConfigFile_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_relation_test.php

  Log Message:
  -----------
  Merge pull request #1060 from jeffchan/fix-tests

Move slow test in HHVM to group medium


  Commit: 0bfb660ad56eb48ebaf7129d6bd9f1741f96a384
      https://github.com/phpmyadmin/phpmyadmin/commit/0bfb660ad56eb48ebaf7129d6bd9f1741f96a384
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M .travis.yml
    M build.xml
    A phpunit.xml.hhvm

  Log Message:
  -----------
  Add HHVM-specific phpunit configuration

- Up the timeout
- No selenium testing
- No coverage

Also update Travis and build.xml to support it

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: c9948e9cde4253c28862234428b709e83e87eabe
      https://github.com/phpmyadmin/phpmyadmin/commit/c9948e9cde4253c28862234428b709e83e87eabe
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/libraries/PMA_Tracker_test.php

  Log Message:
  -----------
  Import dependencies to make unit tests friendlier to running independently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 498786109dc2c5476aa8585ca23b640d64a5bbd7
      https://github.com/phpmyadmin/phpmyadmin/commit/498786109dc2c5476aa8585ca23b640d64a5bbd7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/libraries/PMA_Tracker_test.php

  Log Message:
  -----------
  Merge pull request #1063 from jeffchan/fix-test-dependencies

Import dependencies to make unit tests friendlier to running independently


  Commit: 4d006c3717db5b44cb77725c97f5b2ab21cc245b
      https://github.com/phpmyadmin/phpmyadmin/commit/4d006c3717db5b44cb77725c97f5b2ab21cc245b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M .travis.yml
    M build.xml
    A phpunit.xml.hhvm

  Log Message:
  -----------
  Merge pull request #1061 from jeffchan/phpunit-hhvm

Add HHVM-specific phpunit configuration


  Commit: a2d84745d2ea10a67cb78494d20e0bd6d514b1b3
      https://github.com/phpmyadmin/phpmyadmin/commit/a2d84745d2ea10a67cb78494d20e0bd6d514b1b3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M libraries/List.class.php
    M test/classes/PMA_List_Database_test.php

  Log Message:
  -----------
  Drop List::getSingleItem as it is not used

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


  Commit: e2238b38da5dda808e76bf5c4614aa9cbf1e369b
      https://github.com/phpmyadmin/phpmyadmin/commit/e2238b38da5dda808e76bf5c4614aa9cbf1e369b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M js/cross_framing_protection.js
    M libraries/Header.class.php

  Log Message:
  -----------
  Better way of CFP

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


  Commit: d3480422b85833fe307496673b57bc4319b7c1c2
      https://github.com/phpmyadmin/phpmyadmin/commit/d3480422b85833fe307496673b57bc4319b7c1c2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M js/cross_framing_protection.js

  Log Message:
  -----------
  Fix typo in attribute name

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


  Commit: 3c103a9543e301bc827574e477b4ab47f5f68947
      https://github.com/phpmyadmin/phpmyadmin/commit/3c103a9543e301bc827574e477b4ab47f5f68947
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Wait for CFP protection to run before trying to login

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


  Commit: aadfc0dc231e682b586ada00eea6fbe42fd813f9
      https://github.com/phpmyadmin/phpmyadmin/commit/aadfc0dc231e682b586ada00eea6fbe42fd813f9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Increase delay until we have better solution

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


  Commit: 9dfe58cb3d3488855b77472614e9b59eb1a92b17
      https://github.com/phpmyadmin/phpmyadmin/commit/9dfe58cb3d3488855b77472614e9b59eb1a92b17
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2754 of 2754)


  Commit: 7b3de5b5662560d91e778ddb1cb2bb3f99a8dfc3
      https://github.com/phpmyadmin/phpmyadmin/commit/7b3de5b5662560d91e778ddb1cb2bb3f99a8dfc3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Log Message:
  -----------
  Merge commit '199d560e8e5a74555939d2083322fe3435ca6a5e'


  Commit: 0de05db1134955f79fb02096c197e464379c7f2c
      https://github.com/phpmyadmin/phpmyadmin/commit/0de05db1134955f79fb02096c197e464379c7f2c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: b38215fd0b473542f2ccea0df1b1a192022a5c1e
      https://github.com/phpmyadmin/phpmyadmin/commit/b38215fd0b473542f2ccea0df1b1a192022a5c1e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 98f01722f80e260d046dd1136f149ab164dd2f81
      https://github.com/phpmyadmin/phpmyadmin/commit/98f01722f80e260d046dd1136f149ab164dd2f81
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 96daf9eea504341cda7b5e45688e9e43250ceba4
      https://github.com/phpmyadmin/phpmyadmin/commit/96daf9eea504341cda7b5e45688e9e43250ceba4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M libraries/dbi/DBIDrizzle.class.php

  Log Message:
  -----------
  Use numerical value instead of possibly undefined constant

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


  Commit: 5641638897aed4f41d1fe622a01bab961d6fb938
      https://github.com/phpmyadmin/phpmyadmin/commit/5641638897aed4f41d1fe622a01bab961d6fb938
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M libraries/Util.class.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 2943a514b9e286daf1ed6aaeb8c9e5454942514e
      https://github.com/phpmyadmin/phpmyadmin/commit/2943a514b9e286daf1ed6aaeb8c9e5454942514e
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M js/import.js
    M js/messages.php
    M libraries/display_import.lib.php

  Log Message:
  -----------
  Feature request: #1512 Import doesn't do anything with no file name provided.
https://sourceforge.net/p/phpmyadmin/feature-requests/1512/

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: a5f396147b10c66d9daaeb2adebf2952e44f5229
      https://github.com/phpmyadmin/phpmyadmin/commit/a5f396147b10c66d9daaeb2adebf2952e44f5229
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/libraries/common/PMA_formatNumberByteDown_test.php
    M test/libraries/common/PMA_getDbLink_test.php
    M test/libraries/common/PMA_localisedDateTimespan_test.php
    M test/libraries/common/PMA_printableBitValue_test.php
    M test/libraries/common/PMA_quoting_slashing_test.php
    M test/libraries/common/PMA_stringOperations_test.php
    M test/libraries/common/PMA_whichCrlf_test.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 581f8e4d945a6e034b106583cdde9bce56f7f7e8
      https://github.com/phpmyadmin/phpmyadmin/commit/581f8e4d945a6e034b106583cdde9bce56f7f7e8
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php

  Log Message:
  -----------
  Define MYSQL_VERSION string constant if not already defined

These tests were failing when run individually since the constant was
not defined. This patch defines the constant if it doesn't exist.

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 69e2f227ab76bb9223e0028ede52a64aade88243
      https://github.com/phpmyadmin/phpmyadmin/commit/69e2f227ab76bb9223e0028ede52a64aade88243
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/classes/config/PMA_Form_test.php
    M test/libraries/PMA_ConfigGenerator_test.php
    M test/libraries/PMA_server_databases_test.php
    M test/libraries/PMA_server_user_groups_test.php

  Log Message:
  -----------
  Move slow tests in HHVM to medium group

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 719babd2c6472b839125c8097428c3f8277f8a45
      https://github.com/phpmyadmin/phpmyadmin/commit/719babd2c6472b839125c8097428c3f8277f8a45
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/classes/navigation/PMA_Navigation_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/libraries/PMA_server_user_groups_test.php

  Log Message:
  -----------
  Import dependencies to make tests friendlier to running independently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 3e65f88dee063c1f279789cfa64bb93082066228
      https://github.com/phpmyadmin/phpmyadmin/commit/3e65f88dee063c1f279789cfa64bb93082066228
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php

  Log Message:
  -----------
  Fix AuthenticationCookieTest::testAuth to have proper includes

Also change testAuthSetUserWithHeaders to have more flexible assertion

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 9290c6857e742d9f15e73c2d22454555afe9c297
      https://github.com/phpmyadmin/phpmyadmin/commit/9290c6857e742d9f15e73c2d22454555afe9c297
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/libraries/common/PMA_cache_test.php
    M test/libraries/common/PMA_contains_nonprintable_ascii_test.php
    M test/libraries/common/PMA_escapeMySqlWildcards_test.php
    M test/libraries/common/PMA_extractColumnSpec_test.php
    M test/libraries/common/PMA_foreignKeySupported_test.php
    M test/libraries/core/PMA_getLinks_test.php
    M test/libraries/core/PMA_isValid_test.php
    M test/libraries/rte/PMA_TRI_getEditorForm_test.php
    M test/libraries/rte/PMA_TRI_getQueryFromRequest_test.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 694daa01dd67f03af1d3178676e130ce58ae1758
      https://github.com/phpmyadmin/phpmyadmin/commit/694daa01dd67f03af1d3178676e130ce58ae1758
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/libraries/PMA_ConfigGenerator_test.php

  Log Message:
  -----------
  Cache date in ConfigGenerator unit test

Occasionally we run into timing issues. For example, if the config
is generated at 12:00:59PM and the assertion is at 12:01:00PM, then
the test will fail. This should bring the expected $date closer to
when the config is generated.

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 15afc7f9e6c86f46b373d3385f7c4ee0263660bc
      https://github.com/phpmyadmin/phpmyadmin/commit/15afc7f9e6c86f46b373d3385f7c4ee0263660bc
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M test/libraries/rte/PMA_RTN_ParameterParser_test.php
    M test/libraries/rte/PMA_RTN_getExecuteForm_test.php
    M test/libraries/rte/PMA_RTN_getQueryFromRequest_test.php
    M test/libraries/rte/PMA_TRI_getDataFromRequest_test.php
    M test/libraries/select_lang/PMA_langDetails_test.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 9b1f025fb737338426b56aa654da7ca2edafd3c8
      https://github.com/phpmyadmin/phpmyadmin/commit/9b1f025fb737338426b56aa654da7ca2edafd3c8
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

  Changed paths:
    M libraries/insert_edit.lib.php
    M libraries/navigation/NavigationTree.class.php
    M libraries/plugins/auth/AuthenticationCookie.class.php
    M test/classes/PMA_Config_test.php
    M test/libraries/rte/PMA_EVN_getDataFromRequest_test.php
    M test/libraries/rte/PMA_EVN_getEditorForm_test.php
    M test/libraries/rte/PMA_EVN_getQueryFromRequest_test.php
    M test/libraries/rte/PMA_RTN_getDataFromRequest_test.php
    M test/libraries/rte/PMA_RTN_getEditorForm_test.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: bb280c8cc1207491d57a25a8d9e5c5363053de9d
      https://github.com/phpmyadmin/phpmyadmin/commit/bb280c8cc1207491d57a25a8d9e5c5363053de9d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M test/libraries/PMA_ConfigGenerator_test.php

  Log Message:
  -----------
  Merge pull request #1068 from jeffchan/fix-config-generator-test

Cache date in ConfigGenerator unit test


  Commit: 40f9df6fcc327b096a041818e481bd4a7a45f0ae
      https://github.com/phpmyadmin/phpmyadmin/commit/40f9df6fcc327b096a041818e481bd4a7a45f0ae
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M test/classes/config/PMA_Form_test.php
    M test/classes/navigation/PMA_Navigation_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/libraries/PMA_ConfigGenerator_test.php
    M test/libraries/PMA_server_databases_test.php
    M test/libraries/PMA_server_user_groups_test.php

  Log Message:
  -----------
  Merge pull request #1067 from jeffchan/fix-tests

Fix unit test running individually by file


  Commit: c38b78defbcc15bcac84fc4678d5d4f1adffdc28
      https://github.com/phpmyadmin/phpmyadmin/commit/c38b78defbcc15bcac84fc4678d5d4f1adffdc28
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M db_search.php
    M libraries/plugins/auth/swekey/swekey.auth.lib.php
    M pmd_general.php
    M test/engines/PMA_StorageEngine_pbxt_test.php
    M test/libraries/PMA_GIS_modifyQuery_test.php
    M test/libraries/PMA_SQL_validator_test.php
    M test/libraries/PMA_bookmark_test.php
    M test/libraries/PMA_build_html_for_db_test.php
    M test/libraries/PMA_escapeJsString_test.php
    M test/libraries/PMA_generateCommonUrl_test.php
    M test/libraries/PMA_js_escape_test.php
    M test/libraries/PMA_prettyPrint_test.php
    M test/libraries/PMA_sanitize_test.php
    M test/libraries/common/PMA_browseUploadFile_test.php
    M test/libraries/common/PMA_buildActionTitles_test.php
    M test/libraries/common/PMA_checkParameters_test.php
    M test/libraries/common/PMA_contains_nonprintable_ascii_test.php
    M test/libraries/common/PMA_convert_bit_default_value_test.php
    M test/libraries/common/PMA_extractValueFromFormattedSize_test.php
    M test/libraries/common/PMA_formatSql_test.php
    M test/libraries/common/PMA_generateHiddenMaxFileSize_test.php
    M test/libraries/common/PMA_getCheckbox_test.php
    M test/libraries/common/PMA_getDivForSliderEffect_test.php
    M test/libraries/common/PMA_getDropdown_test.php
    M test/libraries/common/PMA_getFormattedMaximumUploadSize_test.php
    M test/libraries/common/PMA_getIcon_test.php
    M test/libraries/common/PMA_getRadioFields_test.php
    M test/libraries/common/PMA_getTitleForTarget_test.php
    M test/libraries/common/PMA_pow_test.php
    M test/libraries/common/PMA_showDocu_test.php
    M test/libraries/common/PMA_showMessage_test_disabled.php
    M test/libraries/common/PMA_showPHPDocu_test.php
    M test/libraries/common/PMA_unsupportedDatatypes_test.php
    M test/libraries/core/PMA_array_test.php
    M test/libraries/core/PMA_checkPageValidity_test.php
    M test/libraries/core/PMA_fatalError_test.php
    M test/libraries/core/PMA_getLinks_test.php
    M test/libraries/core/PMA_getTableCount_test_dis.php
    M test/libraries/core/PMA_get_real_size_test.php
    M test/libraries/core/PMA_headerLocation_test.php
    M test/libraries/core/PMA_ifSetOr_test.php
    M test/libraries/core/PMA_isValid_test.php
    M test/libraries/core/PMA_warnMissingExtension_test.php
    M test/libraries/rte/PMA_RTN_getEditorForm_test.php
    M test/libraries/select_lang/PMA_langList_test.php
    M test/libraries/select_lang/PMA_langName_test.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 20884176f04514d67698af1f0c7e985c7f2a3be6
      https://github.com/phpmyadmin/phpmyadmin/commit/20884176f04514d67698af1f0c7e985c7f2a3be6
  Author: Pl <plamen_mbx at yahoo.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Translated using Weblate (Bulgarian)

Currently translated at 65.1% (1794 of 2754)


  Commit: 5a84524da1e59e9e77f64a5975d792d05f9a3c24
      https://github.com/phpmyadmin/phpmyadmin/commit/5a84524da1e59e9e77f64a5975d792d05f9a3c24
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M db_search.php
    M libraries/plugins/auth/swekey/swekey.auth.lib.php
    M pmd_general.php
    M test/engines/PMA_StorageEngine_pbxt_test.php
    M test/libraries/PMA_GIS_modifyQuery_test.php
    M test/libraries/PMA_SQL_validator_test.php
    M test/libraries/PMA_bookmark_test.php
    M test/libraries/PMA_build_html_for_db_test.php
    M test/libraries/PMA_escapeJsString_test.php
    M test/libraries/PMA_generateCommonUrl_test.php
    M test/libraries/PMA_js_escape_test.php
    M test/libraries/PMA_prettyPrint_test.php
    M test/libraries/PMA_sanitize_test.php
    M test/libraries/common/PMA_browseUploadFile_test.php
    M test/libraries/common/PMA_buildActionTitles_test.php
    M test/libraries/common/PMA_checkParameters_test.php
    M test/libraries/common/PMA_contains_nonprintable_ascii_test.php
    M test/libraries/common/PMA_convert_bit_default_value_test.php
    M test/libraries/common/PMA_extractValueFromFormattedSize_test.php
    M test/libraries/common/PMA_formatSql_test.php
    M test/libraries/common/PMA_generateHiddenMaxFileSize_test.php
    M test/libraries/common/PMA_getCheckbox_test.php
    M test/libraries/common/PMA_getDivForSliderEffect_test.php
    M test/libraries/common/PMA_getDropdown_test.php
    M test/libraries/common/PMA_getFormattedMaximumUploadSize_test.php
    M test/libraries/common/PMA_getIcon_test.php
    M test/libraries/common/PMA_getRadioFields_test.php
    M test/libraries/common/PMA_getTitleForTarget_test.php
    M test/libraries/common/PMA_pow_test.php
    M test/libraries/common/PMA_showDocu_test.php
    M test/libraries/common/PMA_showMessage_test_disabled.php
    M test/libraries/common/PMA_showPHPDocu_test.php
    M test/libraries/common/PMA_unsupportedDatatypes_test.php
    M test/libraries/core/PMA_array_test.php
    M test/libraries/core/PMA_checkPageValidity_test.php
    M test/libraries/core/PMA_fatalError_test.php
    M test/libraries/core/PMA_getLinks_test.php
    M test/libraries/core/PMA_getTableCount_test_dis.php
    M test/libraries/core/PMA_get_real_size_test.php
    M test/libraries/core/PMA_headerLocation_test.php
    M test/libraries/core/PMA_ifSetOr_test.php
    M test/libraries/core/PMA_isValid_test.php
    M test/libraries/core/PMA_warnMissingExtension_test.php
    M test/libraries/rte/PMA_RTN_getEditorForm_test.php
    M test/libraries/select_lang/PMA_langList_test.php
    M test/libraries/select_lang/PMA_langName_test.php

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


  Commit: 3f5f8eac717209b06f46a3440570da27fe651b39
      https://github.com/phpmyadmin/phpmyadmin/commit/3f5f8eac717209b06f46a3440570da27fe651b39
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M test/libraries/core/PMA_checkPageValidity_test.php

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

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 889555e38d52f6c58deaa34250b774fbd5fc66bf
      https://github.com/phpmyadmin/phpmyadmin/commit/889555e38d52f6c58deaa34250b774fbd5fc66bf
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin


  Commit: 9b0ec2aaafe7b5e0774dfa4ec46ccabbf6d20103
      https://github.com/phpmyadmin/phpmyadmin/commit/9b0ec2aaafe7b5e0774dfa4ec46ccabbf6d20103
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M js/import.js
    M js/messages.php
    M libraries/display_import.lib.php

  Log Message:
  -----------
  Merge pull request #1066 from ashutoshdhundhara/feature-#1512

Feature request: #1512 Import doesn't do anything with no file name provided.


  Commit: faac8f31153008799eb1793159e57c71ced5fce5
      https://github.com/phpmyadmin/phpmyadmin/commit/faac8f31153008799eb1793159e57c71ced5fce5
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 14b5ece464e95f5727a197b61deca4f4dfbc39dc
      https://github.com/phpmyadmin/phpmyadmin/commit/14b5ece464e95f5727a197b61deca4f4dfbc39dc
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    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/bs.po
    M po/ca.po
    M po/ckb.po
    M po/cs.po
    M po/cy.po
    M po/da.po

  Log Message:
  -----------
  Update po files


  Commit: cbc966c03d79f1ebf385fca418fa6a9822167729
      https://github.com/phpmyadmin/phpmyadmin/commit/cbc966c03d79f1ebf385fca418fa6a9822167729
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M db_search.php
    M libraries/DbSearch.class.php
    M libraries/Footer.class.php
    M test/classes/PMA_DbSearch_test.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 2c31b883a02ae0cbe72cca5f129bd4901632cf95
      https://github.com/phpmyadmin/phpmyadmin/commit/2c31b883a02ae0cbe72cca5f129bd4901632cf95
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2756 of 2756)


  Commit: 9c4de6f5d415339d69b8e667d8bdded5d13f51cf
      https://github.com/phpmyadmin/phpmyadmin/commit/9c4de6f5d415339d69b8e667d8bdded5d13f51cf
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2756 of 2756)


  Commit: ef9130f1e3a7d177a240feb839b61647844815dc
      https://github.com/phpmyadmin/phpmyadmin/commit/ef9130f1e3a7d177a240feb839b61647844815dc
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M js/messages.php
    M libraries/DBQbe.class.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 0132dba09477d20dd164192cc8723f6e52b9f524
      https://github.com/phpmyadmin/phpmyadmin/commit/0132dba09477d20dd164192cc8723f6e52b9f524
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2756 of 2756)


  Commit: b0037e9e8e3b41d020cd7320cdb3db11c82ba1d4
      https://github.com/phpmyadmin/phpmyadmin/commit/b0037e9e8e3b41d020cd7320cdb3db11c82ba1d4
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/import.js
    M js/messages.php
    M libraries/display_import.lib.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/bs.po
    M po/ca.po
    M po/ckb.po
    M po/cs.po
    M po/cy.po
    M po/da.po

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin


  Commit: 3f546b010d83bedf454200ac2ba1590e41358f80
      https://github.com/phpmyadmin/phpmyadmin/commit/3f546b010d83bedf454200ac2ba1590e41358f80
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M libraries/plugins/import/ImportOds.class.php

  Log Message:
  -----------
  PHPCS updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: fb39a29e6f387a3221c6d4e42b54bf9e44cec021
      https://github.com/phpmyadmin/phpmyadmin/commit/fb39a29e6f387a3221c6d4e42b54bf9e44cec021
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 71.4% (1970 of 2756)


  Commit: cb7ee8f23436cb8e27b21fe0bf5e6c1f3ad37ea6
      https://github.com/phpmyadmin/phpmyadmin/commit/cb7ee8f23436cb8e27b21fe0bf5e6c1f3ad37ea6
  Author: Helder Santana <helder.bs.santana at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.6% (2747 of 2756)


  Commit: 1250c451a46ade7c0b84dd2c4f2219b45d4da2db
      https://github.com/phpmyadmin/phpmyadmin/commit/1250c451a46ade7c0b84dd2c4f2219b45d4da2db
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M db_search.php
    M js/messages.php
    M libraries/DBQbe.class.php
    M libraries/DbSearch.class.php
    M libraries/Footer.class.php
    M libraries/plugins/import/ImportOds.class.php
    M test/classes/PMA_DbSearch_test.php

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


  Commit: 418a7a8813d6bdcb48d058314ddb1346fe5d6da8
      https://github.com/phpmyadmin/phpmyadmin/commit/418a7a8813d6bdcb48d058314ddb1346fe5d6da8
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M js/db_search.js
    M js/functions.js
    M js/makegrid.js

  Log Message:
  -----------
  JSLint updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 568c2cbe3aab44c274dec6a3e7160db62d9d8821
      https://github.com/phpmyadmin/phpmyadmin/commit/568c2cbe3aab44c274dec6a3e7160db62d9d8821
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/ko.po
    M po/pt_BR.po

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin


  Commit: 5404948a3e700b7e703447ede3c8c592eb5c9933
      https://github.com/phpmyadmin/phpmyadmin/commit/5404948a3e700b7e703447ede3c8c592eb5c9933
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2756 of 2756)


  Commit: 4b62652b9fc15af3d63746bed7d4a4545d42cc4a
      https://github.com/phpmyadmin/phpmyadmin/commit/4b62652b9fc15af3d63746bed7d4a4545d42cc4a
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2756 of 2756)


  Commit: 383ffd5d3d35dc70a9ce3f2351ede60dc7a025b6
      https://github.com/phpmyadmin/phpmyadmin/commit/383ffd5d3d35dc70a9ce3f2351ede60dc7a025b6
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/functions.js

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: bdc1f2f7fc987990a73192194a1c2a9e5e9542fc
      https://github.com/phpmyadmin/phpmyadmin/commit/bdc1f2f7fc987990a73192194a1c2a9e5e9542fc
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 99.8% (2753 of 2756)


  Commit: 514424f947f7b4c686ffaf816be77198b7446d93
      https://github.com/phpmyadmin/phpmyadmin/commit/514424f947f7b4c686ffaf816be77198b7446d93
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/functions.js

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


  Commit: 2fb92245bf3f74107b9afbd482cb5ae0f2f3ae30
      https://github.com/phpmyadmin/phpmyadmin/commit/2fb92245bf3f74107b9afbd482cb5ae0f2f3ae30
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Increase delay for table expanding

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


  Commit: 571d89f0b87ff2fb5b5a32617c131a2b6fde7800
      https://github.com/phpmyadmin/phpmyadmin/commit/571d89f0b87ff2fb5b5a32617c131a2b6fde7800
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M js/messages.php
    M js/tbl_change.js

  Log Message:
  -----------
  Feature request: #1514 Add function to all the insert boxes automatically.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: f4500d9d1040a833299540d41d601ab0f194375a
      https://github.com/phpmyadmin/phpmyadmin/commit/f4500d9d1040a833299540d41d601ab0f194375a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M js/messages.php
    M js/tbl_change.js

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: baace3a999376ca1bfccd07401335639b84491d9
      https://github.com/phpmyadmin/phpmyadmin/commit/baace3a999376ca1bfccd07401335639b84491d9
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 43.9% (1210 of 2756)


  Commit: e3732cbcf2041835295d4f31d2df104c2c83f911
      https://github.com/phpmyadmin/phpmyadmin/commit/e3732cbcf2041835295d4f31d2df104c2c83f911
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M js/messages.php
    M js/tbl_change.js

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


  Commit: 409c02687d21df963b2f6045552b9840073d2f25
      https://github.com/phpmyadmin/phpmyadmin/commit/409c02687d21df963b2f6045552b9840073d2f25
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 5da0728908bebbce236b839030d76666affc142c
      https://github.com/phpmyadmin/phpmyadmin/commit/5da0728908bebbce236b839030d76666affc142c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin


  Commit: 21b38d1313a715f6117eb15a8b02ab6d37f728e2
      https://github.com/phpmyadmin/phpmyadmin/commit/21b38d1313a715f6117eb15a8b02ab6d37f728e2
  Author: Bimal Yashodha <kb.yashodha at gmail.com>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M pmd_pdf.php
    M pmd_save_pos.php

  Log Message:
  -----------
  Refactoring: Use echo statements to output HTML

Signed-off-by: Bimal Yashodha <kb.yashodha at gmail.com>


  Commit: ac91ba03c551357875095becef306044b19fcdff
      https://github.com/phpmyadmin/phpmyadmin/commit/ac91ba03c551357875095becef306044b19fcdff
  Author: Bimal Yashodha <kb.yashodha at gmail.com>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    A libraries/schema/TableStats.class.php

  Log Message:
  -----------
  Refactor - Move duplicate code to a parent class

Signed-off-by: Bimal Yashodha <kb.yashodha at gmail.com>


  Commit: 9f8ecfcde75c92ba04b8148f40d43de51f60f9b5
      https://github.com/phpmyadmin/phpmyadmin/commit/9f8ecfcde75c92ba04b8148f40d43de51f60f9b5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M pmd_pdf.php
    M pmd_save_pos.php

  Log Message:
  -----------
  Merge pull request #1072 from kb-yashodha/refactoring

Refactoring: Use echo statements to output HTML


  Commit: a047a97b2ff23fbdab87cc9743a3481d8ab938c9
      https://github.com/phpmyadmin/phpmyadmin/commit/a047a97b2ff23fbdab87cc9743a3481d8ab938c9
  Author: Peter Sone Koldkjær <rapelling at gmail.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 92.3% (2544 of 2756)


  Commit: 963109e15e6b5eb4abd7d23cb34dfb5bdb77ccaa
      https://github.com/phpmyadmin/phpmyadmin/commit/963109e15e6b5eb4abd7d23cb34dfb5bdb77ccaa
  Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 99.1% (2733 of 2756)


  Commit: 5918b52a2f47bd7e7987b95cdb9ab50207cde229
      https://github.com/phpmyadmin/phpmyadmin/commit/5918b52a2f47bd7e7987b95cdb9ab50207cde229
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M pmd_pdf.php
    M pmd_save_pos.php

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


  Commit: b667e25dfb5c2ce1a5290b9d15a2b06b32d3be8a
      https://github.com/phpmyadmin/phpmyadmin/commit/b667e25dfb5c2ce1a5290b9d15a2b06b32d3be8a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M libraries/Error.class.php

  Log Message:
  -----------
  Document problem with current code

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


  Commit: 6bd9648c122286dff5462aef97367fd1901d4bb5
      https://github.com/phpmyadmin/phpmyadmin/commit/6bd9648c122286dff5462aef97367fd1901d4bb5
  Author: Carles Mata <info at appsinet.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M po/ca.po

  Log Message:
  -----------
  Translated using Weblate (Catalan)

Currently translated at 83.4% (2300 of 2756)


  Commit: f025353cb0a1f3ceaad1f12e6a43a3780dccd70a
      https://github.com/phpmyadmin/phpmyadmin/commit/f025353cb0a1f3ceaad1f12e6a43a3780dccd70a
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M libraries/Error.class.php

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


  Commit: d57730e67ff3f432a7ddd0f6464170d54567b70d
      https://github.com/phpmyadmin/phpmyadmin/commit/d57730e67ff3f432a7ddd0f6464170d54567b70d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Attempt to better wait for tree expansion

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


  Commit: eb0b65f2cd0595a8a03887f735d8ce5d4b0b651a
      https://github.com/phpmyadmin/phpmyadmin/commit/eb0b65f2cd0595a8a03887f735d8ce5d4b0b651a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Wrap keys method so that it is not used with Safari

As it is not supported so far, see:

http://code.google.com/p/selenium/issues/detail?id=4136

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


  Commit: 833fce8a8d72a6f93eb3927582fa1c7a2a6d905c
      https://github.com/phpmyadmin/phpmyadmin/commit/833fce8a8d72a6f93eb3927582fa1c7a2a6d905c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableInsertTest.php

  Log Message:
  -----------
  Use standard way to navigate to table

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


  Commit: 4c51ecd3a3fc5ac35b0b0faa1df4d1235e475de3
      https://github.com/phpmyadmin/phpmyadmin/commit/4c51ecd3a3fc5ac35b0b0faa1df4d1235e475de3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Lower case browser name for comparing

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


  Commit: 9f19c115feee73e703ff36ad2702c1b4d20c1530
      https://github.com/phpmyadmin/phpmyadmin/commit/9f19c115feee73e703ff36ad2702c1b4d20c1530
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  :visible is not valid selector for Selenium (unfortunately)

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


  Commit: e2fe5ce3c58ceb5854a2f88705ab5c0b5a2481d7
      https://github.com/phpmyadmin/phpmyadmin/commit/e2fe5ce3c58ceb5854a2f88705ab5c0b5a2481d7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Simplify wait

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


  Commit: 594f6e7d66b93994c44348f3f4b3e253fb912ee7
      https://github.com/phpmyadmin/phpmyadmin/commit/594f6e7d66b93994c44348f3f4b3e253fb912ee7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Make login method idempotent

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


  Commit: ff0ed94286642f95be284cae1d30ce7fd6d3132f
      https://github.com/phpmyadmin/phpmyadmin/commit/ff0ed94286642f95be284cae1d30ce7fd6d3132f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Use shared session strategy by default

This will allow testsuite to run faster.

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


  Commit: 5698ece35ef3fec542a42612558fb84cb3c26363
      https://github.com/phpmyadmin/phpmyadmin/commit/5698ece35ef3fec542a42612558fb84cb3c26363
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2756 of 2756)


  Commit: 2fce1a244077c6c92ccc975ac8103db5424d68ea
      https://github.com/phpmyadmin/phpmyadmin/commit/2fce1a244077c6c92ccc975ac8103db5424d68ea
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Compatibility with Firefox webdriver

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


  Commit: 61dd8eecaa95e6b9adb1d91562dc88d152f25ebc
      https://github.com/phpmyadmin/phpmyadmin/commit/61dd8eecaa95e6b9adb1d91562dc88d152f25ebc
  Author: Carles Mata <info at appsinet.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M po/ca.po

  Log Message:
  -----------
  Translated using Weblate (Catalan)

Currently translated at 84.4% (2328 of 2756)


  Commit: 04e4224bb13396572b0974816ce36c0bbd64086e
      https://github.com/phpmyadmin/phpmyadmin/commit/04e4224bb13396572b0974816ce36c0bbd64086e
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

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


  Commit: 37fcaa55642aa1b702a684d140f81a866e7fb246
      https://github.com/phpmyadmin/phpmyadmin/commit/37fcaa55642aa1b702a684d140f81a866e7fb246
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Switch continuous testing to Firefox

As testing with Chrome seems to be stable now, let's stabilize Firefox
testing.

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


  Commit: bdcd7decaa7b44bff002fb493da3b1e399680b21
      https://github.com/phpmyadmin/phpmyadmin/commit/bdcd7decaa7b44bff002fb493da3b1e399680b21
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php

  Log Message:
  -----------
  Do not test for newline in result

Some Selenium webdrivers (eg. Firefox) do not keep newlines properly.

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


  Commit: 924ea06c4ea5dad3890ec28105fa6cbbc7080a72
      https://github.com/phpmyadmin/phpmyadmin/commit/924ea06c4ea5dad3890ec28105fa6cbbc7080a72
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumTableBrowseTest.php
    M test/selenium/PmaSeleniumTableInsertTest.php

  Log Message:
  -----------
  Might need to expand More menu for Export, Insert and Search tests

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


  Commit: a7240132a367def77268c33368d5b212496bfe5f
      https://github.com/phpmyadmin/phpmyadmin/commit/a7240132a367def77268c33368d5b212496bfe5f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Continuous builds in MSIE

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


  Commit: 1d4e07c4f82ca8e43a24cf1c0ff1684fe6990bf5
      https://github.com/phpmyadmin/phpmyadmin/commit/1d4e07c4f82ca8e43a24cf1c0ff1684fe6990bf5
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Log Message:
  -----------
  Merge commit 'beb62db'


  Commit: 2afb74d35f87112e81d97decf38f48afc32c2026
      https://github.com/phpmyadmin/phpmyadmin/commit/2afb74d35f87112e81d97decf38f48afc32c2026
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

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

  Log Message:
  -----------
  Merge commit '09108ae'


  Commit: 9d39b7846e299b74374cc6fafec2cfe3fb765e5c
      https://github.com/phpmyadmin/phpmyadmin/commit/9d39b7846e299b74374cc6fafec2cfe3fb765e5c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge commit '70ffeaa'


  Commit: 941342763423926dc13e4c34ed427c761266c754
      https://github.com/phpmyadmin/phpmyadmin/commit/941342763423926dc13e4c34ed427c761266c754
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Do not run testsuite in debug mode

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


  Commit: c2ed8d3865b43e74890246beebd5a17e2cba5646
      https://github.com/phpmyadmin/phpmyadmin/commit/c2ed8d3865b43e74890246beebd5a17e2cba5646
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Simplify build script for hhvm/normal php cases

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


  Commit: a2964da56035a8a3ec05fbd73eca1fb43618fdd4
      https://github.com/phpmyadmin/phpmyadmin/commit/a2964da56035a8a3ec05fbd73eca1fb43618fdd4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 6b3db1deb3ff848aefc8ccd803ab40d74a4fe21d
      https://github.com/phpmyadmin/phpmyadmin/commit/6b3db1deb3ff848aefc8ccd803ab40d74a4fe21d
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2756 of 2756)


  Commit: 8316786c95ed354fa700377063e6f79ff193d551
      https://github.com/phpmyadmin/phpmyadmin/commit/8316786c95ed354fa700377063e6f79ff193d551
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Header.class.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 0d8f510c22a9d2fff4cef85c8b39615e4df91380
      https://github.com/phpmyadmin/phpmyadmin/commit/0d8f510c22a9d2fff4cef85c8b39615e4df91380
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M js/server_status_monitor.js

  Log Message:
  -----------
  Use JSON parser from jQuery instead of JSON plugin

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


  Commit: 5284882d3dd9f3214fe8c62ef7acd82c3b493c33
      https://github.com/phpmyadmin/phpmyadmin/commit/5284882d3dd9f3214fe8c62ef7acd82c3b493c33
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M js/server_status_monitor.js
    M setup/scripts.js

  Log Message:
  -----------
  Use native browser support for JSON

It's there in anything recent (only not supported in IE 6 and 7 which we
don't support anyway).

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


  Commit: 2456af7a019fd95331acbc7e6cfc39601f079d31
      https://github.com/phpmyadmin/phpmyadmin/commit/2456af7a019fd95331acbc7e6cfc39601f079d31
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    R js/jquery/jquery.json-2.4.js
    M server_status_monitor.php
    M setup/index.php

  Log Message:
  -----------
  Remove no longer used JSON plugin for jQuery

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


  Commit: 9a56641d0dab2dc88410212412dcb00f045967ae
      https://github.com/phpmyadmin/phpmyadmin/commit/9a56641d0dab2dc88410212412dcb00f045967ae
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M js/gis_data_editor.js

  Log Message:
  -----------
  Document possible todo

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


  Commit: c2ea2ca0274358b8d77294d6204c6e1f15ffbfe2
      https://github.com/phpmyadmin/phpmyadmin/commit/c2ea2ca0274358b8d77294d6204c6e1f15ffbfe2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Test with Safari for now

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


  Commit: e464f1326a0d203a30ec6d9ac17b1a1886e69e79
      https://github.com/phpmyadmin/phpmyadmin/commit/e464f1326a0d203a30ec6d9ac17b1a1886e69e79
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Disable MSIE testing, looks too broken for now

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


  Commit: 761ec6bcd09bd10ce0bd9b594e746d2693318cb9
      https://github.com/phpmyadmin/phpmyadmin/commit/761ec6bcd09bd10ce0bd9b594e746d2693318cb9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumDbTriggersTest.php

  Log Message:
  -----------
  Need to wait for element to be present

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


  Commit: abe0f08cecb77baf96d4fcf2884f51183853db13
      https://github.com/phpmyadmin/phpmyadmin/commit/abe0f08cecb77baf96d4fcf2884f51183853db13
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumXssTest.php

  Log Message:
  -----------
  Skip alert testing for Safari, not supported there

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


  Commit: ff34105afaaa1165ea0708d2c2320daef02fcefe
      https://github.com/phpmyadmin/phpmyadmin/commit/ff34105afaaa1165ea0708d2c2320daef02fcefe
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumLoginTest.php

  Log Message:
  -----------
  Ensure logout before doing login testing (needed for session sharing)

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


  Commit: 36e5ebad03286b9f9aca7e9c4ef52de6b1877ab6
      https://github.com/phpmyadmin/phpmyadmin/commit/36e5ebad03286b9f9aca7e9c4ef52de6b1877ab6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumXssTest.php
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Single place to define per browser skips

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


  Commit: 5fc548191f647ba9b7b5248f58f8e4708a8075bc
      https://github.com/phpmyadmin/phpmyadmin/commit/5fc548191f647ba9b7b5248f58f8e4708a8075bc
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Enabled BrowserStack debug

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


  Commit: acb18deb82a4b426eb0ec1045f12145dbfe668c6
      https://github.com/phpmyadmin/phpmyadmin/commit/acb18deb82a4b426eb0ec1045f12145dbfe668c6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumXssTest.php

  Log Message:
  -----------
  Need to skip the test explicitely before alert is open

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


  Commit: 6a179880204db4a246351004363eeba0c07ff3e9
      https://github.com/phpmyadmin/phpmyadmin/commit/6a179880204db4a246351004363eeba0c07ff3e9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumLoginTest.php

  Log Message:
  -----------
  Add missing wait for elements after login

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


  Commit: 5162cbdff7dbae4d2f73c6deff10ca8b8b6646b7
      https://github.com/phpmyadmin/phpmyadmin/commit/5162cbdff7dbae4d2f73c6deff10ca8b8b6646b7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableInsertTest.php

  Log Message:
  -----------
  Disable Safari testing of testAddData, it is broken

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


  Commit: a52d5faf3e53551cc165f0bb14af30b5e4ef646d
      https://github.com/phpmyadmin/phpmyadmin/commit/a52d5faf3e53551cc165f0bb14af30b5e4ef646d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Disable debug mode, does not work with Safari

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


  Commit: 49cf2db79f9e8c041e8c858c104598fefdc21a15
      https://github.com/phpmyadmin/phpmyadmin/commit/49cf2db79f9e8c041e8c858c104598fefdc21a15
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Switch back to chrome for CI testing

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


  Commit: 860aa89510c7a5c7d53a5b3be62a7ceba8073a45
      https://github.com/phpmyadmin/phpmyadmin/commit/860aa89510c7a5c7d53a5b3be62a7ceba8073a45
  Author: Bimal Yashodha <kb.yashodha at gmail.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php

  Log Message:
  -----------
  Update references to new variable names

Signed-off-by: Bimal Yashodha <kb.yashodha at gmail.com>


  Commit: e3c672290baa60499fdb8d73997c07340eab46a3
      https://github.com/phpmyadmin/phpmyadmin/commit/e3c672290baa60499fdb8d73997c07340eab46a3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Fixed return value

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


  Commit: 068c3422ea3cb56bce3d66e4800fc594d3315880
      https://github.com/phpmyadmin/phpmyadmin/commit/068c3422ea3cb56bce3d66e4800fc594d3315880
  Author: Bartek Fabiszewski <github at fabiszewski.net>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Util.class.php

  Log Message:
  -----------
  Fix for missing 'Trigger' menu for older MySQL versions

Signed-off-by: Bartek Fabiszewski <github at fabiszewski.net>


  Commit: 3ba249176a4a0317b3deef00d7e7a717cd55286d
      https://github.com/phpmyadmin/phpmyadmin/commit/3ba249176a4a0317b3deef00d7e7a717cd55286d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M test/classes/PMA_Config_test.php
    M test/classes/PMA_Header_test.php
    M test/classes/PMA_Theme_test.php

  Log Message:
  -----------
  Remove incomplete @covers annotations

PHPUnit now uses these to list code which is covered and was not listed
in @covers, what produces quite a lot of errors. I don't think we really
need to explicitely list those directives.

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


  Commit: b2a37601fedc1745db458bf9940576ffad2a4128
      https://github.com/phpmyadmin/phpmyadmin/commit/b2a37601fedc1745db458bf9940576ffad2a4128
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Util.class.php

  Log Message:
  -----------
  Merge pull request #1076 from bfabiszewski/master

Fix for missing 'Trigger' menu for older MySQL versions


  Commit: a1183ec0ecf1fe7e8210117c29eb9aaaaad144e4
      https://github.com/phpmyadmin/phpmyadmin/commit/a1183ec0ecf1fe7e8210117c29eb9aaaaad144e4
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Util.class.php

  Log Message:
  -----------
  Replace tabs with correct indentation

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: b04c5d6334424f5b6223b30d8b28deb3a9c5426b
      https://github.com/phpmyadmin/phpmyadmin/commit/b04c5d6334424f5b6223b30d8b28deb3a9c5426b
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M pmd_pdf.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: ccde0e70bdcbad640d9a1c846435ede1839842dc
      https://github.com/phpmyadmin/phpmyadmin/commit/ccde0e70bdcbad640d9a1c846435ede1839842dc
  Author: Bimal Yashodha <kb.yashodha at gmail.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/schema/TableStats.class.php

  Log Message:
  -----------
  Rename the field to its old value

Signed-off-by: Bimal Yashodha <kb.yashodha at gmail.com>


  Commit: 870e3f0113c725ff0cf25315ef735334dc6c294d
      https://github.com/phpmyadmin/phpmyadmin/commit/870e3f0113c725ff0cf25315ef735334dc6c294d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M doc/Makefile
    M doc/conf.py

  Log Message:
  -----------
  Update Sphinx documentation template to latest version

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


  Commit: d31280c10fffed7debf0e3e4f92f00e5001ea50c
      https://github.com/phpmyadmin/phpmyadmin/commit/d31280c10fffed7debf0e3e4f92f00e5001ea50c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M doc/Makefile
    M doc/conf.py

  Log Message:
  -----------
  Merge pull request #1078 from nijel/docs-improvement

Update Sphinx documentation template to latest version


  Commit: dec715e5d811dcc2286814135f34007b03051f17
      https://github.com/phpmyadmin/phpmyadmin/commit/dec715e5d811dcc2286814135f34007b03051f17
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/display_import.lib.php
    M libraries/server_user_groups.lib.php
    M themes/pmahomme/css/jqplot.css.php

  Log Message:
  -----------
  Replace tabs with spaces

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


  Commit: f41f224aa1f08ce73224a168ef9fec61634493e1
      https://github.com/phpmyadmin/phpmyadmin/commit/f41f224aa1f08ce73224a168ef9fec61634493e1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/display_import.lib.php
    M libraries/server_user_groups.lib.php
    M themes/pmahomme/css/jqplot.css.php

  Log Message:
  -----------
  Merge branch 'docs-improvement'


  Commit: 36e33b110e66e290d9bc24e12fc9c2c56364e86a
      https://github.com/phpmyadmin/phpmyadmin/commit/36e33b110e66e290d9bc24e12fc9c2c56364e86a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M doc/make.bat

  Log Message:
  -----------
  Update make.bat as well for current Sphinx

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


  Commit: d93bb1aa878f271afb581d78350b38f6b5883b00
      https://github.com/phpmyadmin/phpmyadmin/commit/d93bb1aa878f271afb581d78350b38f6b5883b00
  Author: Viduranga Wijesooriya <vpowerrc at gmail.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M libraries/Table.class.php

  Log Message:
  -----------
  fixed bug_#4332 - Copy table no longer copies indexes

Signed-off-by: Viduranga Wijesooriya <vpowerrc at gmail.com>


  Commit: a415e6c5c128c20a8356d645a3ffc46e47007174
      https://github.com/phpmyadmin/phpmyadmin/commit/a415e6c5c128c20a8356d645a3ffc46e47007174
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Header.class.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 80e466a58dfad26a0ca8cc3c5b16c4ac7e751dfe
      https://github.com/phpmyadmin/phpmyadmin/commit/80e466a58dfad26a0ca8cc3c5b16c4ac7e751dfe
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Header.class.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 582077e8db25d9e80fd9e35a9a1d1d7d9bc1b175
      https://github.com/phpmyadmin/phpmyadmin/commit/582077e8db25d9e80fd9e35a9a1d1d7d9bc1b175
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M libraries/Table.class.php

  Log Message:
  -----------
  Merge pull request #1079 from vpowerrc/bug#4332

fixed bug_#4332 - Copy table no longer copies indexes


  Commit: d559fa6a2164870f0db0c92b3c60d8b5dda3c3d2
      https://github.com/phpmyadmin/phpmyadmin/commit/d559fa6a2164870f0db0c92b3c60d8b5dda3c3d2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M examples/swekey.sample.conf
    M import.php
    M index.php
    M js/import.js
    M js/keyhandler.js
    M js/tbl_change.js
    M libraries/File.class.php
    M libraries/Table.class.php
    M libraries/browse_foreigners.lib.php
    M libraries/export.lib.php
    M libraries/import.lib.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/plugins/import/ImportCsv.class.php
    M libraries/plugins/import/README
    M libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
    M libraries/sqlparser.lib.php
    M libraries/structure.lib.php
    M scripts/generate-mo
    M scripts/locales-contributors
    M scripts/remove-incomplete-mo
    M test/README.rst
    M test/classes/PMA_Font_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php

  Log Message:
  -----------
  Remove trailing whitespace from the code

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


  Commit: edcd09ca1bb260c747e7196244d8057089ca14ad
      https://github.com/phpmyadmin/phpmyadmin/commit/edcd09ca1bb260c747e7196244d8057089ca14ad
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M CONTRIBUTING.md
    M ChangeLog
    M DCO
    M doc/config.rst
    M doc/credits.rst
    M doc/developers.rst
    M doc/faq.rst
    M doc/glossary.rst
    M doc/intro.rst
    M doc/privileges.rst
    M doc/require.rst
    M doc/setup.rst
    M doc/vendors.rst

  Log Message:
  -----------
  Remove trailing whitespace from the documentation

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


  Commit: 19a94ed9f96ec328f3056202d8fa07aedaf0d9d6
      https://github.com/phpmyadmin/phpmyadmin/commit/19a94ed9f96ec328f3056202d8fa07aedaf0d9d6
  Author: Peter Sone Koldkjær <rapelling at gmail.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 92.8% (2558 of 2756)


  Commit: 2c10e75ace5f718a7a672fc73449523738268a5c
      https://github.com/phpmyadmin/phpmyadmin/commit/2c10e75ace5f718a7a672fc73449523738268a5c
  Author: Anawin Wongsadit <imonmac at hotmail.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M po/th.po

  Log Message:
  -----------
  Translated using Weblate (Thai)

Currently translated at 39.0% (1077 of 2756)


  Commit: 7ebf9d1f5a003ff95721326e1c2c2ed33362f0a4
      https://github.com/phpmyadmin/phpmyadmin/commit/7ebf9d1f5a003ff95721326e1c2c2ed33362f0a4
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M CONTRIBUTING.md
    M ChangeLog
    M DCO
    M doc/config.rst
    M doc/credits.rst
    M doc/developers.rst
    M doc/faq.rst
    M doc/glossary.rst
    M doc/intro.rst
    M doc/privileges.rst
    M doc/require.rst
    M doc/setup.rst
    M doc/vendors.rst
    M examples/swekey.sample.conf
    M import.php
    M index.php
    M js/import.js
    M js/keyhandler.js
    M js/tbl_change.js
    M libraries/File.class.php
    M libraries/Table.class.php
    M libraries/browse_foreigners.lib.php
    M libraries/export.lib.php
    M libraries/import.lib.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/plugins/import/ImportCsv.class.php
    M libraries/plugins/import/README
    M libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
    M libraries/sqlparser.lib.php
    M libraries/structure.lib.php
    M scripts/generate-mo
    M scripts/locales-contributors
    M scripts/remove-incomplete-mo
    M test/README.rst
    M test/classes/PMA_Font_test.php
    M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php

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


  Commit: 2ed12092ec03b8b2531b20e5710b5c48f8ad6881
      https://github.com/phpmyadmin/phpmyadmin/commit/2ed12092ec03b8b2531b20e5710b5c48f8ad6881
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M build.xml

  Log Message:
  -----------
  Show only errors from php lint

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


  Commit: 82be0d51ca049fecd8c61598b85723b0bfe7880c
      https://github.com/phpmyadmin/phpmyadmin/commit/82be0d51ca049fecd8c61598b85723b0bfe7880c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M libraries/Header.class.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 2eab950ae86aae9da24a51fe4d3c150619601c78
      https://github.com/phpmyadmin/phpmyadmin/commit/2eab950ae86aae9da24a51fe4d3c150619601c78
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M examples/signon-script.php
    M pmd_general.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 3811fc40703e6dbc1771fb269d715f9a7d2914e3
      https://github.com/phpmyadmin/phpmyadmin/commit/3811fc40703e6dbc1771fb269d715f9a7d2914e3
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M examples/signon-script.php

  Log Message:
  -----------
  Incorrect coding style fix

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 2e867368e08f2c9499005c93b9dcadb1b9cc91c4
      https://github.com/phpmyadmin/phpmyadmin/commit/2e867368e08f2c9499005c93b9dcadb1b9cc91c4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore Ant cache files

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


  Commit: b362d0e8b608bad5fa988eb3caf8e74a2511b629
      https://github.com/phpmyadmin/phpmyadmin/commit/b362d0e8b608bad5fa988eb3caf8e74a2511b629
  Author: Bimal Yashodha <kb.yashodha at gmail.com>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    M libraries/schema/TableStats.class.php

  Log Message:
  -----------
  Move getTitle() method to parent class

Signed-off-by: Bimal Yashodha <kb.yashodha at gmail.com>


  Commit: a3c63c3c680faedcfdb9b6c62054851d4b282f62
      https://github.com/phpmyadmin/phpmyadmin/commit/a3c63c3c680faedcfdb9b6c62054851d4b282f62
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Avoid conflicting selectors

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: ae7830985f09cb066e03e2f0261d66b7094086cd
      https://github.com/phpmyadmin/phpmyadmin/commit/ae7830985f09cb066e03e2f0261d66b7094086cd
  Author: Bimal Yashodha <kb.yashodha at gmail.com>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    M libraries/schema/TableStats.class.php

  Log Message:
  -----------
  Correct spelling mistakes

Signed-off-by: Bimal Yashodha <kb.yashodha at gmail.com>


  Commit: e2bc0f6affc3c28655e49ee31fc27b3d1ed64e8e
      https://github.com/phpmyadmin/phpmyadmin/commit/e2bc0f6affc3c28655e49ee31fc27b3d1ed64e8e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    A libraries/schema/TableStats.class.php

  Log Message:
  -----------
  Merge pull request #1075 from kb-yashodha/refactoring

Refactor - Move duplicate code to a parent class


  Commit: bc505831ae7681a1543f0b2c7ff08020d77d8eef
      https://github.com/phpmyadmin/phpmyadmin/commit/bc505831ae7681a1543f0b2c7ff08020d77d8eef
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Try to limit browser set to see if it helps running testsuite

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


  Commit: bab0572c1e1e66aa00ec224414c00042b45607ba
      https://github.com/phpmyadmin/phpmyadmin/commit/bab0572c1e1e66aa00ec224414c00042b45607ba
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M libraries/plugins/auth/swekey/authentication.inc.php
    M libraries/pmd_common.php
    M phpmyadmin.css.php
    M pmd_display_field.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 438df319541cd74c0d679ea0eb8b3cb2a43cd748
      https://github.com/phpmyadmin/phpmyadmin/commit/438df319541cd74c0d679ea0eb8b3cb2a43cd748
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Log Message:
  -----------
  Merge commit '454cc7c'


  Commit: 07d41461e5a048d7db3068e1b22e3a3b21b77330
      https://github.com/phpmyadmin/phpmyadmin/commit/07d41461e5a048d7db3068e1b22e3a3b21b77330
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Log Message:
  -----------
  Merge commit '8978ac5'


  Commit: 5cc34519b8233b9b2c68e9768742e3b2d79c3e37
      https://github.com/phpmyadmin/phpmyadmin/commit/5cc34519b8233b9b2c68e9768742e3b2d79c3e37
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  4.1.11-dev

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 7baad886e584a932ee7007d358f4b41433519af6
      https://github.com/phpmyadmin/phpmyadmin/commit/7baad886e584a932ee7007d358f4b41433519af6
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 71.7% (1978 of 2756)


  Commit: 2283f00e912e0e6406ff274160abd44dfed51e72
      https://github.com/phpmyadmin/phpmyadmin/commit/2283f00e912e0e6406ff274160abd44dfed51e72
  Author: Diogo Santos <djsantost at gmail.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M po/pt.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese)

Currently translated at 52.9% (1458 of 2756)


  Commit: 3015016bd56ffa6aabd456c552fc21d8f49ae3ba
      https://github.com/phpmyadmin/phpmyadmin/commit/3015016bd56ffa6aabd456c552fc21d8f49ae3ba
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M ChangeLog

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


  Commit: fa88c27ad61448a474d30d26f52291be9775e773
      https://github.com/phpmyadmin/phpmyadmin/commit/fa88c27ad61448a474d30d26f52291be9775e773
  Author: Aditya Sastry <ganeshaditya1 at gmail.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M export.php
    M libraries/display_export.lib.php
    M libraries/export.lib.php

  Log Message:
  -----------
  Adds the maximum table size to export option (Feature request 1515)

Added a textbox to the custom export options, in the loop where the
Exporting is done, I added a query which checks the current table's size.
If this size is greater than the limit specified we don't export the current
table.

Signed-off-by: Aditya Sastry <ganeshaditya1 at gmail.com>


  Commit: 3bea7c584a13d0fa3a3b8d76af252b72e2da544d
      https://github.com/phpmyadmin/phpmyadmin/commit/3bea7c584a13d0fa3a3b8d76af252b72e2da544d
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M libraries/Header.class.php

  Log Message:
  -----------
  Add missing space

Signed-off-by: Madhura Jayaratne <madhura.cj at gmail.com>


  Commit: e7acb2a40e0e6498790841c44d5e32d689958009
      https://github.com/phpmyadmin/phpmyadmin/commit/e7acb2a40e0e6498790841c44d5e32d689958009
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 72.9% (2010 of 2756)


  Commit: baaac883633c9339c1401c6ac84e18a986cb6c92
      https://github.com/phpmyadmin/phpmyadmin/commit/baaac883633c9339c1401c6ac84e18a986cb6c92
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M libraries/Header.class.php

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


  Commit: cd8554766f9319df61d27bbef58d7d0e47ddf782
      https://github.com/phpmyadmin/phpmyadmin/commit/cd8554766f9319df61d27bbef58d7d0e47ddf782
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Log Message:
  -----------
  Merge commit '20d9329'


  Commit: 84ce44e69c1041d800b5d8d080ff41d3363264e9
      https://github.com/phpmyadmin/phpmyadmin/commit/84ce44e69c1041d800b5d8d080ff41d3363264e9
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: 5e54582355b8030c05a2dad1ecb55444f1838af0
      https://github.com/phpmyadmin/phpmyadmin/commit/5e54582355b8030c05a2dad1ecb55444f1838af0
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  4.1.12-dev

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 997e5e0ddfa0415dc9e81ee17ec019a7f2e25b50
      https://github.com/phpmyadmin/phpmyadmin/commit/997e5e0ddfa0415dc9e81ee17ec019a7f2e25b50
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-22 (Sat, 22 Mar 2014)

  Log Message:
  -----------
  Merge commit '765284c'


  Commit: b9d161ac8c5bf32ef8528f4a850d493c92c046f4
      https://github.com/phpmyadmin/phpmyadmin/commit/b9d161ac8c5bf32ef8528f4a850d493c92c046f4
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M libraries/rte/rte_footer.lib.php

  Log Message:
  -----------
  Merge commit '67d548f'


  Commit: 1e37be98cf107cf02d839a4676c3102886ebfb16
      https://github.com/phpmyadmin/phpmyadmin/commit/1e37be98cf107cf02d839a4676c3102886ebfb16
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Log Message:
  -----------
  Merge commit '704e873'


  Commit: ac63c94336e653f0650fe27241a22abaebb74149
      https://github.com/phpmyadmin/phpmyadmin/commit/ac63c94336e653f0650fe27241a22abaebb74149
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: c8da59c75a76af51045005f51da998a083a30ea4
      https://github.com/phpmyadmin/phpmyadmin/commit/c8da59c75a76af51045005f51da998a083a30ea4
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M js/rte.js

  Log Message:
  -----------
  Bug: Datepicker icon not showing on "Add Event" dialog.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 3092e99b87b2224b836808cf65da22a56675e547
      https://github.com/phpmyadmin/phpmyadmin/commit/3092e99b87b2224b836808cf65da22a56675e547
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M js/rte.js

  Log Message:
  -----------
  Merge pull request #1087 from ashutoshdhundhara/bug_datepicker

Bug: Datepicker icon not showing on "Add Event" dialog.


  Commit: a05ab9640bf44b86334f522fbc634cb64444d976
      https://github.com/phpmyadmin/phpmyadmin/commit/a05ab9640bf44b86334f522fbc634cb64444d976
  Author: Aditya Sastry <ganeshaditya1 at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    A js/columndelete.js
    M js/makegrid.js
    M js/messages.php
    M libraries/DisplayResults.class.php
    M sql.php
    M test/classes/PMA_DisplayResults_test.php

  Log Message:
  -----------
  Multicolumn sorting feature request(1507)

This patch completely implements the feature requested and it modifies 4
existing files and adds one extra Javascript file. The existing system for
one column sorting has been refactored to be used for multicolumn sort.

Files messages.php and makegrid.js where modified to add the tool tip.

File sql.php was modified to add the import statement for the newly added JS
file.

The newly added columndelete.js is responsible for shift deleting the columns.
It gets the url of the link that was shift clicked and removes the name of the
column which we want to remove from the order by clause.

Finally, most of the crux of this feature request is implemented through
changes to the DisplayResult.class.php. 4 methods of this class have been
refactored to accomodate the required change. getsortparams() which process
the order by clause text remains the same, just the output parameters have
been turned into a array for each order by clause column. isInSort() has been
modified to check multiple order by clauses. The smart ordering feature in
to form a new function makeURL, which makes the url for multiple sorted table's
header's button's targets.

Signed-off-by: Aditya Sastry <ganeshaditya1 at gmail.com>


  Commit: 297dbd54e9606af1c67495920ac30f116ab8b77d
      https://github.com/phpmyadmin/phpmyadmin/commit/297dbd54e9606af1c67495920ac30f116ab8b77d
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2756 of 2756)


  Commit: ce11dff6ef85358b94048a2735198d3ea4479fe2
      https://github.com/phpmyadmin/phpmyadmin/commit/ce11dff6ef85358b94048a2735198d3ea4479fe2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M libraries/pmd_common.php
    M libraries/schema/Pdf_Relation_Schema.class.php

  Log Message:
  -----------
  Avoid double checks for direct execution of a script

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


  Commit: 0dd8d8d4ee35c1b8121c15db7964fb4789b7548c
      https://github.com/phpmyadmin/phpmyadmin/commit/0dd8d8d4ee35c1b8121c15db7964fb4789b7548c
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2756 of 2756)


  Commit: f1b7735cc78067bc3ba0e350dc7b3d727947a41e
      https://github.com/phpmyadmin/phpmyadmin/commit/f1b7735cc78067bc3ba0e350dc7b3d727947a41e
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M libraries/pmd_common.php
    M libraries/schema/Pdf_Relation_Schema.class.php

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


  Commit: da3f959bf2e3ddb38a6135dcd5791b708ff6c10e
      https://github.com/phpmyadmin/phpmyadmin/commit/da3f959bf2e3ddb38a6135dcd5791b708ff6c10e
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Bug fix: Redirect while timeout and expander clicked.

Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: 869b17c0f87b34665e1686909468f541b30e1b5e
      https://github.com/phpmyadmin/phpmyadmin/commit/869b17c0f87b34665e1686909468f541b30e1b5e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Merge pull request #1093 from WhaleWatching/fix_expander_timeout

Bug fix: Redirect while timeout and expander clicked.


  Commit: 8dd5df2a7f67bd314899a7f2e75ffd1eccaed201
      https://github.com/phpmyadmin/phpmyadmin/commit/8dd5df2a7f67bd314899a7f2e75ffd1eccaed201
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    A js/columndelete.js
    M js/makegrid.js
    M js/messages.php
    M libraries/DisplayResults.class.php
    M sql.php
    M test/classes/PMA_DisplayResults_test.php

  Log Message:
  -----------
  Merge pull request #1077 from ganeshaditya1/multicolumn

Multicolumn sorting feature request(1507)


  Commit: ccc195aef1a8c0263e59dc29cfc7c78fcce5ab22
      https://github.com/phpmyadmin/phpmyadmin/commit/ccc195aef1a8c0263e59dc29cfc7c78fcce5ab22
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  Merge commit '0850abc8bc9b4fbbf91cf9ef75520163836bbd4f'


  Commit: 9c56a8d4f19a12facfdd075359fd113e258e03df
      https://github.com/phpmyadmin/phpmyadmin/commit/9c56a8d4f19a12facfdd075359fd113e258e03df
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Log Message:
  -----------
  Merge commit '79fdf8d62f1c1aba31b5603f693ae8f9d8e10dac'


  Commit: 1a8e414b3d13cbc562ee05263fe26d4b54e03d3a
      https://github.com/phpmyadmin/phpmyadmin/commit/1a8e414b3d13cbc562ee05263fe26d4b54e03d3a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: ad4b2b2d168f8b882b6a73395e75b01cb599bb90
      https://github.com/phpmyadmin/phpmyadmin/commit/ad4b2b2d168f8b882b6a73395e75b01cb599bb90
  Author: Bohdan <bohdan009 at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M po/uk.po

  Log Message:
  -----------
  Translated using Weblate (Ukrainian)

Currently translated at 89.6% (2470 of 2756)


  Commit: 7851118e1f6720c15644cf272f36a78165320a19
      https://github.com/phpmyadmin/phpmyadmin/commit/7851118e1f6720c15644cf272f36a78165320a19
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/functions.js

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


  Commit: 81ed63a201acfd1d3e7146bcb58b8eb136e94a5b
      https://github.com/phpmyadmin/phpmyadmin/commit/81ed63a201acfd1d3e7146bcb58b8eb136e94a5b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableBrowseTest.php

  Log Message:
  -----------
  Temporarily disable sorting test

See pull request #1077

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


  Commit: 22befe05095aac79b38d8b23878769c1e5814357
      https://github.com/phpmyadmin/phpmyadmin/commit/22befe05095aac79b38d8b23878769c1e5814357
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M export.php
    M libraries/display_export.lib.php
    M libraries/export.lib.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 6a478282109dacf48e84d094c91012308b7439c3
      https://github.com/phpmyadmin/phpmyadmin/commit/6a478282109dacf48e84d094c91012308b7439c3
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M libraries/display_export.lib.php

  Log Message:
  -----------
  Signed-off-by: Marc Delisle <marc at infomarc.info>

- localize the size suffix
- improve XHTML
- the label needs an id
- add a todo


  Commit: 9d4082ad9303544ed6248311f728e256c91f95fb
      https://github.com/phpmyadmin/phpmyadmin/commit/9d4082ad9303544ed6248311f728e256c91f95fb
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 88d54e593285bf6c4f8b1556ad8ad7c10fc48edd
      https://github.com/phpmyadmin/phpmyadmin/commit/88d54e593285bf6c4f8b1556ad8ad7c10fc48edd
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    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/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/es.po

  Log Message:
  -----------
  Update po files


  Commit: 89fd6b71551524bff8451ac85f4896be04e25f4f
      https://github.com/phpmyadmin/phpmyadmin/commit/89fd6b71551524bff8451ac85f4896be04e25f4f
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2760 of 2760)


  Commit: 76b599dc8226a041caf32e9210cb2dce33b8cc65
      https://github.com/phpmyadmin/phpmyadmin/commit/76b599dc8226a041caf32e9210cb2dce33b8cc65
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2760 of 2760)


  Commit: 06af4be8857d7ceef032bf4821922b42c1c52e6d
      https://github.com/phpmyadmin/phpmyadmin/commit/06af4be8857d7ceef032bf4821922b42c1c52e6d
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2760 of 2760)


  Commit: befcf656174922787babcad7fcaa0acd2cc8009d
      https://github.com/phpmyadmin/phpmyadmin/commit/befcf656174922787babcad7fcaa0acd2cc8009d
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M js/messages.php

  Log Message:
  -----------
  highlight SQL keyword

Signed-off-by: Dieter Adriaenssens <ruleant at users.sourceforge.net>


  Commit: 77cbe2bd5905cb1ba964d15ffe19bf5c8ede1d8b
      https://github.com/phpmyadmin/phpmyadmin/commit/77cbe2bd5905cb1ba964d15ffe19bf5c8ede1d8b
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Bug Fix: #4337 "More" in Actions area doesn't collapse to fit available space.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 42970bfb545c50c90840955480d6b8c33c0a05d7
      https://github.com/phpmyadmin/phpmyadmin/commit/42970bfb545c50c90840955480d6b8c33c0a05d7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M js/messages.php

  Log Message:
  -----------
  Merge pull request #1099 from ruleant/patch-1

highlight SQL keyword


  Commit: aa2e15000f25a9adc464f8fc0673a37c9fb2b655
      https://github.com/phpmyadmin/phpmyadmin/commit/aa2e15000f25a9adc464f8fc0673a37c9fb2b655
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 99.9% (2759 of 2760)


  Commit: 8705932b2fd7987db3bf28030ca3b3abaa9893d3
      https://github.com/phpmyadmin/phpmyadmin/commit/8705932b2fd7987db3bf28030ca3b3abaa9893d3
  Author: Helder Santana <helder.bs.santana at gmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.5% (2748 of 2760)


  Commit: 35b3e41ae4e9a04462427acdabfb0dcb5789a47a
      https://github.com/phpmyadmin/phpmyadmin/commit/35b3e41ae4e9a04462427acdabfb0dcb5789a47a
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M js/messages.php

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


  Commit: cb3929766aa206c4674229cd89f10038178af8c7
      https://github.com/phpmyadmin/phpmyadmin/commit/cb3929766aa206c4674229cd89f10038178af8c7
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/plugins/export/ExportPdf.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/User_Schema.class.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: b9b013a11b7c13344c2eedaf0c340ae69921137d
      https://github.com/phpmyadmin/phpmyadmin/commit/b9b013a11b7c13344c2eedaf0c340ae69921137d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M libraries/schema/User_Schema.class.php

  Log Message:
  -----------
  Merge commit 'dcb18ef'


  Commit: 4bfabd8848b9d8674aba87c80774681d9e5d218a
      https://github.com/phpmyadmin/phpmyadmin/commit/4bfabd8848b9d8674aba87c80774681d9e5d218a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Log Message:
  -----------
  Merge commit '268ebba'


  Commit: f32ee706ee745cdb3db15595d3945a224b077bea
      https://github.com/phpmyadmin/phpmyadmin/commit/f32ee706ee745cdb3db15595d3945a224b077bea
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 99.9% (2759 of 2760)


  Commit: 1e9bd5d6cf000b87f8ce1ca782bdb1e7dbbc9229
      https://github.com/phpmyadmin/phpmyadmin/commit/1e9bd5d6cf000b87f8ce1ca782bdb1e7dbbc9229
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/plugins/export/ExportPdf.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/User_Schema.class.php

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


  Commit: 3050f4a538989b316a501be08c7450626de200dd
      https://github.com/phpmyadmin/phpmyadmin/commit/3050f4a538989b316a501be08c7450626de200dd
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2760 of 2760)


  Commit: 6391890f0b5b01bafed1d21d6077f9f37add1b11
      https://github.com/phpmyadmin/phpmyadmin/commit/6391890f0b5b01bafed1d21d6077f9f37add1b11
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M libraries/rte/rte_routines.lib.php

  Log Message:
  -----------
  Remove not necessary bold tag here (this is actually duplicate message)

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


  Commit: 479d5fffb0a92304bb637adb9ee4f2514d2120a8
      https://github.com/phpmyadmin/phpmyadmin/commit/479d5fffb0a92304bb637adb9ee4f2514d2120a8
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.4% (1228 of 2760)


  Commit: e9c4efde83f10386056d26e34a6df86f9517e63e
      https://github.com/phpmyadmin/phpmyadmin/commit/e9c4efde83f10386056d26e34a6df86f9517e63e
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M libraries/rte/rte_routines.lib.php

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


  Commit: f3df2c49a2b71b45f036d007534e276c14af1cd3
      https://github.com/phpmyadmin/phpmyadmin/commit/f3df2c49a2b71b45f036d007534e276c14af1cd3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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

  Log Message:
  -----------
  Update po files


  Commit: 6b5c14ec3960e07bd7d8346c0eef1006075f6cf8
      https://github.com/phpmyadmin/phpmyadmin/commit/6b5c14ec3960e07bd7d8346c0eef1006075f6cf8
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2760 of 2760)


  Commit: 555051618da394301f1843642090d4390fddef70
      https://github.com/phpmyadmin/phpmyadmin/commit/555051618da394301f1843642090d4390fddef70
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M js/messages.php
    M js/tbl_change.js

  Log Message:
  -----------
  AES_ENCRYPT does not take salt but encryption key

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


  Commit: a40ce0eda7d57ac6e6f71a2aa0579756df0f7653
      https://github.com/phpmyadmin/phpmyadmin/commit/a40ce0eda7d57ac6e6f71a2aa0579756df0f7653
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M js/tbl_change.js
    M libraries/Types.class.php
    M libraries/insert_edit.lib.php
    M test/classes/PMA_Types_MySQL_test.php

  Log Message:
  -----------
  Support AES_DECRYPT as well

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


  Commit: 7e55ab35a83e6ef892e525f8e18bb0d85c8bc36e
      https://github.com/phpmyadmin/phpmyadmin/commit/7e55ab35a83e6ef892e525f8e18bb0d85c8bc36e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/nl.po
    M po/pa.po
    M po/phpmyadmin.pot
    M po/pl.po
    M po/pt.po

  Log Message:
  -----------
  Update po files


  Commit: b40c869f0bafa134d8b8ab6a1fe9b6fc44e71707
      https://github.com/phpmyadmin/phpmyadmin/commit/b40c869f0bafa134d8b8ab6a1fe9b6fc44e71707
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2761 of 2761)


  Commit: 4743fdd5e6a67778352f3938322b72ff4a89c81d
      https://github.com/phpmyadmin/phpmyadmin/commit/4743fdd5e6a67778352f3938322b72ff4a89c81d
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2761 of 2761)


  Commit: 90948f537a3a7cf3a5f558e0a7451a5c347ef5fe
      https://github.com/phpmyadmin/phpmyadmin/commit/90948f537a3a7cf3a5f558e0a7451a5c347ef5fe
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2761 of 2761)


  Commit: a1f98d9c2e8175387a120870bbbc6e9ac0e7f321
      https://github.com/phpmyadmin/phpmyadmin/commit/a1f98d9c2e8175387a120870bbbc6e9ac0e7f321
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/plugin_interface.lib.php

  Log Message:
  -----------
  Fix merge conflicts

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: e0e69c4926991b3cc908bbb83700ae23431be373
      https://github.com/phpmyadmin/phpmyadmin/commit/e0e69c4926991b3cc908bbb83700ae23431be373
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.4% (1227 of 2760)


  Commit: 6eed495e6cd94c022cb8fd39f3c6b5774c77bbdb
      https://github.com/phpmyadmin/phpmyadmin/commit/6eed495e6cd94c022cb8fd39f3c6b5774c77bbdb
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/plugin_interface.lib.php

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


  Commit: aba7164b1ade532b661f1459cedff3a38435fbac
      https://github.com/phpmyadmin/phpmyadmin/commit/aba7164b1ade532b661f1459cedff3a38435fbac
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2761 of 2761)


  Commit: d8f31165e43bd09610c663306849b2dfed101682
      https://github.com/phpmyadmin/phpmyadmin/commit/d8f31165e43bd09610c663306849b2dfed101682
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2761 of 2761)


  Commit: 65bb55450f0418b85d76e71197f3463d76ee660a
      https://github.com/phpmyadmin/phpmyadmin/commit/65bb55450f0418b85d76e71197f3463d76ee660a
  Author: Maxime DAVID <got2bex at gmail.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M libraries/config.default.php
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  #1486 Possibility of disabling database expansion

Signed-off-by: Maxime DAVID <got2bex at gmail.com>


  Commit: 987a6c2ba57ff10dd34471972ac5c9898bcc43ab
      https://github.com/phpmyadmin/phpmyadmin/commit/987a6c2ba57ff10dd34471972ac5c9898bcc43ab
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-25 (Tue, 25 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2761 of 2761)


  Commit: c52b5e0a910d7242e8e025fc1f6688fe2b4e841f
      https://github.com/phpmyadmin/phpmyadmin/commit/c52b5e0a910d7242e8e025fc1f6688fe2b4e841f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Merge pull request #1090 from ashutoshdhundhara/bug_4337

Bug Fix: #4337 "More" in Actions area doesn't collapse to fit available space.


  Commit: b86b8ef2ef787d5c08a7c8d6a2f3e9cf8750c788
      https://github.com/phpmyadmin/phpmyadmin/commit/b86b8ef2ef787d5c08a7c8d6a2f3e9cf8750c788
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 99.7% (2754 of 2761)


  Commit: a8ea652a80ee3de185a6bdbdea25fea3385e7333
      https://github.com/phpmyadmin/phpmyadmin/commit/a8ea652a80ee3de185a6bdbdea25fea3385e7333
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/structure.lib.php

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


  Commit: ba6923e1aaae023695a85bccaabb92dbd9179d24
      https://github.com/phpmyadmin/phpmyadmin/commit/ba6923e1aaae023695a85bccaabb92dbd9179d24
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2761 of 2761)


  Commit: 36e9732afc1c36e3c3ceae6fad08ddb6f5c3a1f1
      https://github.com/phpmyadmin/phpmyadmin/commit/36e9732afc1c36e3c3ceae6fad08ddb6f5c3a1f1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 3ffad727a67bd9901d6ce8d1cc4bd00f619074f4
      https://github.com/phpmyadmin/phpmyadmin/commit/3ffad727a67bd9901d6ce8d1cc4bd00f619074f4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/rte/rte_routines.lib.php

  Log Message:
  -----------
  This is sentence as well

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


  Commit: f8cc71a5ac799004e46ee8a064a13b9250cc69fa
      https://github.com/phpmyadmin/phpmyadmin/commit/f8cc71a5ac799004e46ee8a064a13b9250cc69fa
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/Table.class.php

  Log Message:
  -----------
  Correct capitalization of a message

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


  Commit: 675fba31b5d0c0d23afd667c39f9d7c9d730266e
      https://github.com/phpmyadmin/phpmyadmin/commit/675fba31b5d0c0d23afd667c39f9d7c9d730266e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/az.po

  Log Message:
  -----------
  Translated using Weblate (Azerbaijani)

Currently translated at 14.6% (404 of 2761)


  Commit: 3a2ffd1fc275439c499a2214c0e7622004e8ab79
      https://github.com/phpmyadmin/phpmyadmin/commit/3a2ffd1fc275439c499a2214c0e7622004e8ab79
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/bn.po

  Log Message:
  -----------
  Translated using Weblate (Bengali)

Currently translated at 95.0% (2623 of 2761)


  Commit: 4db3f3d4c9ad614a3c4f054ef1f2b61b7950e021
      https://github.com/phpmyadmin/phpmyadmin/commit/4db3f3d4c9ad614a3c4f054ef1f2b61b7950e021
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/br.po

  Log Message:
  -----------
  Translated using Weblate (Breton)

Currently translated at 21.7% (600 of 2761)


  Commit: 97b225b48c3b3df0cd81a2d21be6a2ce2d52c072
      https://github.com/phpmyadmin/phpmyadmin/commit/97b225b48c3b3df0cd81a2d21be6a2ce2d52c072
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Translated using Weblate (Bulgarian)

Currently translated at 64.9% (1794 of 2761)


  Commit: 52da966a540812442a7760d960beb92df50db12a
      https://github.com/phpmyadmin/phpmyadmin/commit/52da966a540812442a7760d960beb92df50db12a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2761 of 2761)


  Commit: 00f45f061418100c3464eda1bb732db0b4567c56
      https://github.com/phpmyadmin/phpmyadmin/commit/00f45f061418100c3464eda1bb732db0b4567c56
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/en_GB.po

  Log Message:
  -----------
  Translated using Weblate (English (United Kingdom))

Currently translated at 89.7% (2477 of 2761)


  Commit: 8701ff49b6c01d87c67dc70b387477f1505aaeaa
      https://github.com/phpmyadmin/phpmyadmin/commit/8701ff49b6c01d87c67dc70b387477f1505aaeaa
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/ka.po

  Log Message:
  -----------
  Translated using Weblate (Georgian)

Currently translated at 19.1% (529 of 2761)


  Commit: 5ef10597d7d53361ed93b8fa1fd8660e9c0f873f
      https://github.com/phpmyadmin/phpmyadmin/commit/5ef10597d7d53361ed93b8fa1fd8660e9c0f873f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/id.po

  Log Message:
  -----------
  Translated using Weblate (Indonesian)

Currently translated at 77.3% (2137 of 2761)


  Commit: d4a156be88d85126131ebc4cc3fd051286a42149
      https://github.com/phpmyadmin/phpmyadmin/commit/d4a156be88d85126131ebc4cc3fd051286a42149
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 72.7% (2010 of 2761)


  Commit: 26a980f90f81304a50c4ffd3faf080a66e45dd6c
      https://github.com/phpmyadmin/phpmyadmin/commit/26a980f90f81304a50c4ffd3faf080a66e45dd6c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/ckb.po

  Log Message:
  -----------
  Translated using Weblate (Kurdish Sorani)

Currently translated at 18.0% (497 of 2761)


  Commit: 09dd84e09a6d3fdb90036479284bbd1d8ca8ab23
      https://github.com/phpmyadmin/phpmyadmin/commit/09dd84e09a6d3fdb90036479284bbd1d8ca8ab23
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/Table.class.php
    M libraries/rte/rte_routines.lib.php

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


  Commit: 3de37f6ec01af8ce1911d67539a44c81d62c2444
      https://github.com/phpmyadmin/phpmyadmin/commit/3de37f6ec01af8ce1911d67539a44c81d62c2444
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 73359a639020325faca2b93da4aaecf358a0e80a
      https://github.com/phpmyadmin/phpmyadmin/commit/73359a639020325faca2b93da4aaecf358a0e80a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Update po files


  Commit: bc91b2bf32c49a51be0ea859087014ded9e2aa75
      https://github.com/phpmyadmin/phpmyadmin/commit/bc91b2bf32c49a51be0ea859087014ded9e2aa75
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2761 of 2761)


  Commit: 78cecb9b40a3a450c56ab37d3fca01f8eb09783d
      https://github.com/phpmyadmin/phpmyadmin/commit/78cecb9b40a3a450c56ab37d3fca01f8eb09783d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2761 of 2761)


  Commit: 308f9378998e9c6376bb9ac8866f44f0356856c7
      https://github.com/phpmyadmin/phpmyadmin/commit/308f9378998e9c6376bb9ac8866f44f0356856c7
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2761 of 2761)


  Commit: 26fddde4752c06c6e011c744d67d172d8e15b241
      https://github.com/phpmyadmin/phpmyadmin/commit/26fddde4752c06c6e011c744d67d172d8e15b241
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumCreateDropDatabaseTest.php
    M test/selenium/PmaSeleniumCreateRemoveUserTest.php
    M test/selenium/PmaSeleniumDbEventsTest.php
    M test/selenium/PmaSeleniumDbOperationsTest.php
    M test/selenium/PmaSeleniumDbProceduresTest.php
    M test/selenium/PmaSeleniumDbStructureTest.php
    M test/selenium/PmaSeleniumDbTriggersTest.php
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumImportTest.php
    M test/selenium/PmaSeleniumLoginTest.php
    M test/selenium/PmaSeleniumPrivilegesTest.php
    M test/selenium/PmaSeleniumServerSettingsTest.php
    M test/selenium/PmaSeleniumTableBrowseTest.php
    M test/selenium/PmaSeleniumTableCreateTest.php
    M test/selenium/PmaSeleniumTableInsertTest.php
    M test/selenium/PmaSeleniumTableOperationsTest.php
    M test/selenium/PmaSeleniumTableStructureTest.php
    M test/selenium/PmaSeleniumTrackingTest.php
    M test/selenium/PmaSeleniumXssTest.php
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Group Selenium test

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


  Commit: 55b08b0f556d46f00b52e0cf8249742484553009
      https://github.com/phpmyadmin/phpmyadmin/commit/55b08b0f556d46f00b52e0cf8249742484553009
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Do not try to run selenium tests in Travis by default

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


  Commit: 61f2b326715adea22017fdca40c7410b7f0d4251
      https://github.com/phpmyadmin/phpmyadmin/commit/61f2b326715adea22017fdca40c7410b7f0d4251
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Run Selenium tests on PHP 5.5 only

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


  Commit: d2813ae6126ac58ed90760798e5fe899adbaa891
      https://github.com/phpmyadmin/phpmyadmin/commit/d2813ae6126ac58ed90760798e5fe899adbaa891
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2761 of 2761)


  Commit: e128147935838edeafefb8c3eeab4f0569859749
      https://github.com/phpmyadmin/phpmyadmin/commit/e128147935838edeafefb8c3eeab4f0569859749
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Simplify .travis.yml

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


  Commit: 0e1dce01ab178bcd0944a82e1ea9299a5412afea
      https://github.com/phpmyadmin/phpmyadmin/commit/0e1dce01ab178bcd0944a82e1ea9299a5412afea
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Run lint in separate Travis job

This should speed up execution as the lint job does not have to do any
installations.

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


  Commit: a38aa1cd150ef4c5438b80952fe70b35572160a5
      https://github.com/phpmyadmin/phpmyadmin/commit/a38aa1cd150ef4c5438b80952fe70b35572160a5
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.4% (1228 of 2761)


  Commit: 35d9b63ceebd92f7cd375d3ba8864e406f330fbe
      https://github.com/phpmyadmin/phpmyadmin/commit/35d9b63ceebd92f7cd375d3ba8864e406f330fbe
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

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


  Commit: f9aa9e7be53123d8c2ce399523bed9cb3dd763d3
      https://github.com/phpmyadmin/phpmyadmin/commit/f9aa9e7be53123d8c2ce399523bed9cb3dd763d3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix matrix setup

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


  Commit: 306bf8669f27f7e04626fcbf28d94c66a291f7c2
      https://github.com/phpmyadmin/phpmyadmin/commit/306bf8669f27f7e04626fcbf28d94c66a291f7c2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Lint should not fail with hhvm, only tests can

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


  Commit: 42d70d2933c5987e153a6d8ccac801424ada6f70
      https://github.com/phpmyadmin/phpmyadmin/commit/42d70d2933c5987e153a6d8ccac801424ada6f70
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Document Travis setup

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


  Commit: 3f5bfc884a9659d0fbdf313ec0649f6e59fb38e9
      https://github.com/phpmyadmin/phpmyadmin/commit/3f5bfc884a9659d0fbdf313ec0649f6e59fb38e9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge conditions

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


  Commit: f9574059b030d274969bb2f808b581673bd1d764
      https://github.com/phpmyadmin/phpmyadmin/commit/f9574059b030d274969bb2f808b581673bd1d764
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix syntax error

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


  Commit: 6b6e6dbf051c42bbaac0df391d033e86a7972692
      https://github.com/phpmyadmin/phpmyadmin/commit/6b6e6dbf051c42bbaac0df391d033e86a7972692
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M build.xml

  Log Message:
  -----------
  Create output dir before running lint

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


  Commit: 0b533cd91e8130df24dd78a29dd4d643a2ae33cc
      https://github.com/phpmyadmin/phpmyadmin/commit/0b533cd91e8130df24dd78a29dd4d643a2ae33cc
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.5% (1229 of 2761)


  Commit: 8a4a025687d199fa16968a83e877e6254ed31cb5
      https://github.com/phpmyadmin/phpmyadmin/commit/8a4a025687d199fa16968a83e877e6254ed31cb5
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M build.xml

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


  Commit: 488129992df9ae9a8d4882c1fcd9dd6e51a20897
      https://github.com/phpmyadmin/phpmyadmin/commit/488129992df9ae9a8d4882c1fcd9dd6e51a20897
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Initial attempt to integrate BrowserStack with Travis

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


  Commit: 578dc78624c5dbf9ac0a02a4076d2af5169582f3
      https://github.com/phpmyadmin/phpmyadmin/commit/578dc78624c5dbf9ac0a02a4076d2af5169582f3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Missing ;

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


  Commit: 48d9fed629d93910bedbb8d966bcc3726c4ab692
      https://github.com/phpmyadmin/phpmyadmin/commit/48d9fed629d93910bedbb8d966bcc3726c4ab692
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.5% (1230 of 2761)


  Commit: 59e7006c69d0cad12e80c4fedea1f2d66f9d6650
      https://github.com/phpmyadmin/phpmyadmin/commit/59e7006c69d0cad12e80c4fedea1f2d66f9d6650
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 99.9% (2760 of 2761)


  Commit: 7bfb7caed80f3040b92de190dafeb58aea2ef1e7
      https://github.com/phpmyadmin/phpmyadmin/commit/7bfb7caed80f3040b92de190dafeb58aea2ef1e7
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

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


  Commit: 74b8db8f68ef4ae3ac21147ac1b304e028d0a1b9
      https://github.com/phpmyadmin/phpmyadmin/commit/74b8db8f68ef4ae3ac21147ac1b304e028d0a1b9
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2761 of 2761)


  Commit: a395d9474fec8baba70a98593716e5afbd009440
      https://github.com/phpmyadmin/phpmyadmin/commit/a395d9474fec8baba70a98593716e5afbd009440
  Author: Maxime DAVID <got2bex at gmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M doc/config.rst
    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/navigation/NavigationTree.class.php

  Log Message:
  -----------
  #1486 Possibility of disabling database expansion + doc + integration

Signed-off-by: Maxime DAVID <got2bex at gmail.com>


  Commit: c61c8cc82548a39edd528743f8f2a41c4f1465fa
      https://github.com/phpmyadmin/phpmyadmin/commit/c61c8cc82548a39edd528743f8f2a41c4f1465fa
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Do not run apt quiet, we want to see possible problems

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


  Commit: 549c9af064bf0b77399842e4b5e6689e127adafe
      https://github.com/phpmyadmin/phpmyadmin/commit/549c9af064bf0b77399842e4b5e6689e127adafe
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M build.xml

  Log Message:
  -----------
  No more silencing of lint output

It can cause timeout issue on Travis if run too long.

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


  Commit: d15fd7a57b1f526b922c2452e91b774eea95aad1
      https://github.com/phpmyadmin/phpmyadmin/commit/d15fd7a57b1f526b922c2452e91b774eea95aad1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Run the server in background

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


  Commit: 01c75d95fb6c8ffcb3e92cafb4f9ecab94a3bc09
      https://github.com/phpmyadmin/phpmyadmin/commit/01c75d95fb6c8ffcb3e92cafb4f9ecab94a3bc09
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M doc/config.rst
    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/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Merge pull request #1101 from maxday/1486-possibility-of-disabling-databases-expansion

#1486 Possibility of disabling database expansion


  Commit: 17c09354b5aa0d925b7a2c3e227500b939343526
      https://github.com/phpmyadmin/phpmyadmin/commit/17c09354b5aa0d925b7a2c3e227500b939343526
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Changelog entry

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


  Commit: 31d1edda9fd3aeb6b125b9f7f83cfe6b4c77fc80
      https://github.com/phpmyadmin/phpmyadmin/commit/31d1edda9fd3aeb6b125b9f7f83cfe6b4c77fc80
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  We don't need full git history of runkit

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


  Commit: abb0cb9262b9eb8ec2f08a1fa8f318326bbf5723
      https://github.com/phpmyadmin/phpmyadmin/commit/abb0cb9262b9eb8ec2f08a1fa8f318326bbf5723
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Coding style cleanup

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


  Commit: 3080cf8e32f2cc5e9a9625311c404a5f30bc9e1e
      https://github.com/phpmyadmin/phpmyadmin/commit/3080cf8e32f2cc5e9a9625311c404a5f30bc9e1e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/config/messages.inc.php

  Log Message:
  -----------
  Wrap long line

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


  Commit: cec9ad430ab942d0c83ccfd2891f4a62f582892e
      https://github.com/phpmyadmin/phpmyadmin/commit/cec9ad430ab942d0c83ccfd2891f4a62f582892e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  No need to install ant, it's already in Travis

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


  Commit: 91fa25a1eb17496da367397a0f0c9ffe40b0d593
      https://github.com/phpmyadmin/phpmyadmin/commit/91fa25a1eb17496da367397a0f0c9ffe40b0d593
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M composer.json

  Log Message:
  -----------
  Prefer stable version of php-coveralls

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


  Commit: c3633bef2f817273ca16604eff5eac8bbed44398
      https://github.com/phpmyadmin/phpmyadmin/commit/c3633bef2f817273ca16604eff5eac8bbed44398
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml
    M build.xml

  Log Message:
  -----------
  Use ant to build locales

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


  Commit: d4e34e76bbcb0c9f884c8723a60e72437adaacbc
      https://github.com/phpmyadmin/phpmyadmin/commit/d4e34e76bbcb0c9f884c8723a60e72437adaacbc
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  No need to install coveralls for hhvm

It does not work with it anyway.

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


  Commit: 638f3be8af5deda57ebdeff6580c151ae528ac2d
      https://github.com/phpmyadmin/phpmyadmin/commit/638f3be8af5deda57ebdeff6580c151ae528ac2d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Correct call to free method

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


  Commit: 826482b4c6ae0bf207693a761e4a981938f07b46
      https://github.com/phpmyadmin/phpmyadmin/commit/826482b4c6ae0bf207693a761e4a981938f07b46
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M build.xml

  Log Message:
  -----------
  Use long parameters for better readibility

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


  Commit: fec8d4886caa94f01cf2f78eb63e8cc6e2c49d9e
      https://github.com/phpmyadmin/phpmyadmin/commit/fec8d4886caa94f01cf2f78eb63e8cc6e2c49d9e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Allow failures in Selenium till it is debugged

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


  Commit: bebab9aa83bf57abfbcc8016164beaef185410b7
      https://github.com/phpmyadmin/phpmyadmin/commit/bebab9aa83bf57abfbcc8016164beaef185410b7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po

  Log Message:
  -----------
  Update po files


  Commit: 86707a63e48cdf3cbdb31b96db9dd72bb6442289
      https://github.com/phpmyadmin/phpmyadmin/commit/86707a63e48cdf3cbdb31b96db9dd72bb6442289
  Author: Maxime DAVID <got2bex at gmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  #420 $cfg['CharEditing']='textarea' for structure edit

Signed-off-by: Maxime DAVID <got2bex at gmail.com>


  Commit: 81345e9b5390ecdbb6962d81a7ab6f643af54d12
      https://github.com/phpmyadmin/phpmyadmin/commit/81345e9b5390ecdbb6962d81a7ab6f643af54d12
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: c3d43299ca45c926125fd400dcf7140de10fb857
      https://github.com/phpmyadmin/phpmyadmin/commit/c3d43299ca45c926125fd400dcf7140de10fb857
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M build.xml

  Log Message:
  -----------
  Revert "Use long parameters for better readibility"

This reverts commit 826482b4c6ae0bf207693a761e4a981938f07b46.

Long params unfortunately do not work with PHP 5.3.


  Commit: 8bc21b7876387a50a70a3658f95b3777a0f67cbb
      https://github.com/phpmyadmin/phpmyadmin/commit/8bc21b7876387a50a70a3658f95b3777a0f67cbb
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M config.sample.inc.php
    M db_structure.php
    M examples/create_tables.sql
    M js/db_structure.js
    M js/navigation.js
    A libraries/FavoriteTable.class.php
    M libraries/Header.class.php
    M libraries/Util.class.php
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/structure.lib.php
    M test/libraries/common/PMA_buildActionTitles_test.php
    M themes/original/css/navigation.css.php
    M themes/pmahomme/css/navigation.css.php
    A themes/pmahomme/img/b_favorite.png
    A themes/pmahomme/img/b_no_favorite.png

  Log Message:
  -----------
  Feature request: #1476 Favourite tables select box.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Changes in "create_tables.sql".

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Minor fix in structure.lib.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Ripped Trailing White spaces.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Removed irrelevant comments from "FavouriteTable.class.php".

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed Table Summary colspan.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Changed Favourite to Favorite

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed failing test.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Feature request: #1476 Favourite tables select box. (Icon only)

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Gray and Golden Icons.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Removed unwanted icon from "img".

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed error in PMA_buildActionTitles_test.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Re-positioned star icon and added tooltip to it.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Ripped trailing spaces from "structure.lib.php" and "db_structure.js".

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: a3c30eeecaaee146fe64a0d695cbd109d487a7a0
      https://github.com/phpmyadmin/phpmyadmin/commit/a3c30eeecaaee146fe64a0d695cbd109d487a7a0
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2762 of 2762)


  Commit: f8d8c8bd78cc777e778ff7a4dfdcec08f9f4940c
      https://github.com/phpmyadmin/phpmyadmin/commit/f8d8c8bd78cc777e778ff7a4dfdcec08f9f4940c
  Author: Petr Tomášek <tomy at tomy.cz>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M libraries/navigation/Nodes/Node_DatabaseChild.class.php

  Log Message:
  -----------
  Update Node_DatabaseChild.class.php

Image lightbulb_off was returned without extension (.png)


  Commit: e4224bf18de9c6e2d725368c1e10c24f79792613
      https://github.com/phpmyadmin/phpmyadmin/commit/e4224bf18de9c6e2d725368c1e10c24f79792613
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M config.sample.inc.php
    M db_structure.php
    M examples/create_tables.sql
    M js/db_structure.js
    M js/navigation.js
    A libraries/FavoriteTable.class.php
    M libraries/Header.class.php
    M libraries/Util.class.php
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/structure.lib.php
    M test/libraries/common/PMA_buildActionTitles_test.php
    M themes/original/css/navigation.css.php
    M themes/pmahomme/css/navigation.css.php
    A themes/pmahomme/img/b_favorite.png
    A themes/pmahomme/img/b_no_favorite.png

  Log Message:
  -----------
  Merge pull request #1095 from ashutoshdhundhara/favourite_tables_icon_only

Feature request: #1476 Favorite tables select box.


  Commit: 71afe129bb6c2131300e9535b83eca12b721c781
      https://github.com/phpmyadmin/phpmyadmin/commit/71afe129bb6c2131300e9535b83eca12b721c781
  Author: Helder Santana <helder.bs.santana at gmail.com>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.5% (2751 of 2763)


  Commit: f186d07018d1c25d94092cf67639f5d644680af5
      https://github.com/phpmyadmin/phpmyadmin/commit/f186d07018d1c25d94092cf67639f5d644680af5
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M config.sample.inc.php
    M db_structure.php
    M examples/create_tables.sql
    M js/db_structure.js
    M js/navigation.js
    A libraries/FavoriteTable.class.php
    M libraries/Header.class.php
    M libraries/Util.class.php
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/structure.lib.php
    M test/libraries/common/PMA_buildActionTitles_test.php
    M themes/original/css/navigation.css.php
    M themes/pmahomme/css/navigation.css.php
    A themes/pmahomme/img/b_favorite.png
    A themes/pmahomme/img/b_no_favorite.png

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


  Commit: e0ebed0eb7760047a71edc982a44c4000b196eb8
      https://github.com/phpmyadmin/phpmyadmin/commit/e0ebed0eb7760047a71edc982a44c4000b196eb8
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 2cfecbea950e41035b79886bca21fa9baafe1004
      https://github.com/phpmyadmin/phpmyadmin/commit/2cfecbea950e41035b79886bca21fa9baafe1004
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-26 (Wed, 26 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po

  Log Message:
  -----------
  Update po files


  Commit: 75f67239d55abe7cd219767b71e3631f2b0d157b
      https://github.com/phpmyadmin/phpmyadmin/commit/75f67239d55abe7cd219767b71e3631f2b0d157b
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2770 of 2770)


  Commit: 29b04a6d7085a6065e9a49f5466fa145aad261ea
      https://github.com/phpmyadmin/phpmyadmin/commit/29b04a6d7085a6065e9a49f5466fa145aad261ea
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2770 of 2770)


  Commit: 1d1907ae271022ff907d089f3bf75cba4fe8bf18
      https://github.com/phpmyadmin/phpmyadmin/commit/1d1907ae271022ff907d089f3bf75cba4fe8bf18
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2770 of 2770)


  Commit: 37e58a89612e2b845813ca953a7beaeb0552455b
      https://github.com/phpmyadmin/phpmyadmin/commit/37e58a89612e2b845813ca953a7beaeb0552455b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Try to open page in setUp.

This could workaround phpunit-selenium issue:
https://github.com/sebastianbergmann/phpunit-selenium/issues/295

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


  Commit: 5dd722d4c3334da2ce4b9ff8360a439ba76b3c98
      https://github.com/phpmyadmin/phpmyadmin/commit/5dd722d4c3334da2ce4b9ff8360a439ba76b3c98
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Revert "Try to open page in setUp."

This reverts commit 37e58a89612e2b845813ca953a7beaeb0552455b.

It needs to be done with existing session.


  Commit: b53dd865b714f76b139763066d1cea528f0c9894
      https://github.com/phpmyadmin/phpmyadmin/commit/b53dd865b714f76b139763066d1cea528f0c9894
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Workaround for Selenium tests with coverage

The phpunit-selenium tries to set cookie just after opening Selenium
session, what fails (at least with Chrome) as the browser is currently
pointing to data: URL and not our application one. So we need to set URL
just as the Selenium session is opened.

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


  Commit: 7fa3ed63e8fff8f938b717d3357d0832b2f3d985
      https://github.com/phpmyadmin/phpmyadmin/commit/7fa3ed63e8fff8f938b717d3357d0832b2f3d985
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.6% (1238 of 2770)


  Commit: 892311234b7b6538ccee870d1871215eba5d203e
      https://github.com/phpmyadmin/phpmyadmin/commit/892311234b7b6538ccee870d1871215eba5d203e
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

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


  Commit: 4346955b4537d240e4f01368b9414b5e305fc862
      https://github.com/phpmyadmin/phpmyadmin/commit/4346955b4537d240e4f01368b9414b5e305fc862
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M libraries/relation.lib.php
    M libraries/tbl_columns_definition_form.inc.php
    M libraries/tbl_columns_definition_form.lib.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php

  Log Message:
  -----------
  Feature Request: #1329 Can't rename column with foreign key constraint.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed tests.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed coding style conventions.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Again fixed some coding conventions.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Ripped trailing white spaces in relation.lib.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 09eed1f8e93f13f40eeb2003b59d009f95ef1420
      https://github.com/phpmyadmin/phpmyadmin/commit/09eed1f8e93f13f40eeb2003b59d009f95ef1420
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Fix typo in method name

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


  Commit: ced826dde34b23540990e8391ac5e2ed50630f88
      https://github.com/phpmyadmin/phpmyadmin/commit/ced826dde34b23540990e8391ac5e2ed50630f88
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Need locales for testing as well

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


  Commit: 72580c4b9a12b1a27528a388916d64331a0933ed
      https://github.com/phpmyadmin/phpmyadmin/commit/72580c4b9a12b1a27528a388916d64331a0933ed
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2770 of 2770)


  Commit: d25fe6b5ecc45d9ba024f4acace7c2a54ca08a5f
      https://github.com/phpmyadmin/phpmyadmin/commit/d25fe6b5ecc45d9ba024f4acace7c2a54ca08a5f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Set browserstack.local flag for Travis builds

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


  Commit: 474ab1ac17bcbf802e393d1add18d2c91b7a105d
      https://github.com/phpmyadmin/phpmyadmin/commit/474ab1ac17bcbf802e393d1add18d2c91b7a105d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use hardcoded port

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


  Commit: 80126a115ed06b35b823825bc726cf2758996b43
      https://github.com/phpmyadmin/phpmyadmin/commit/80126a115ed06b35b823825bc726cf2758996b43
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Set build identifier for local builds

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


  Commit: c02dd60d70641ecdce86cbe472dce8ce1c9d5a6a
      https://github.com/phpmyadmin/phpmyadmin/commit/c02dd60d70641ecdce86cbe472dce8ce1c9d5a6a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Wait for load

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


  Commit: 9b8c943a50a0f9f836ef72bde95c0aebb0e476e5
      https://github.com/phpmyadmin/phpmyadmin/commit/9b8c943a50a0f9f836ef72bde95c0aebb0e476e5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Enable BrowserStack debugging

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


  Commit: 6fa5736a23cb743fcf9551cfb5253f385545a9bc
      https://github.com/phpmyadmin/phpmyadmin/commit/6fa5736a23cb743fcf9551cfb5253f385545a9bc
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Set local flags only if needed

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


  Commit: 7f55065d71f4cb7ee8bc0be32825bd5f3e50f24d
      https://github.com/phpmyadmin/phpmyadmin/commit/7f55065d71f4cb7ee8bc0be32825bd5f3e50f24d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use correct port for testing

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


  Commit: 1566224cb6e2c93c8fd60ab1357dbbeca293e65c
      https://github.com/phpmyadmin/phpmyadmin/commit/1566224cb6e2c93c8fd60ab1357dbbeca293e65c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Remove not needed waiting

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


  Commit: 09e8eb9ef06a732510cfddffc0b8db327f79a88a
      https://github.com/phpmyadmin/phpmyadmin/commit/09e8eb9ef06a732510cfddffc0b8db327f79a88a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Properly configure MySQL user to use for Selenium testing

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


  Commit: 78416017c65ca0673c7aa53f49e67fd94dec0418
      https://github.com/phpmyadmin/phpmyadmin/commit/78416017c65ca0673c7aa53f49e67fd94dec0418
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Log Message:
  -----------
  Merge commit '9594397'


  Commit: 158f3b31c5f1bd30740c57b5392c3fd4d03d481f
      https://github.com/phpmyadmin/phpmyadmin/commit/158f3b31c5f1bd30740c57b5392c3fd4d03d481f
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  4.1.3-dev

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 0fcbf826a028b7f2004219db49954b1e76dc92f9
      https://github.com/phpmyadmin/phpmyadmin/commit/0fcbf826a028b7f2004219db49954b1e76dc92f9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Revert "Properly configure MySQL user to use for Selenium testing"

This reverts commit 09e8eb9ef06a732510cfddffc0b8db327f79a88a.

It was simply wrong, we need to configure MySQL on Travis instead.


  Commit: 4208198282fad77d03127f8ad91453cbb37da701
      https://github.com/phpmyadmin/phpmyadmin/commit/4208198282fad77d03127f8ad91453cbb37da701
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Set password for MySQL root user

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


  Commit: 6573b1767b80d984600009ebbd2f6f30c5ba4755
      https://github.com/phpmyadmin/phpmyadmin/commit/6573b1767b80d984600009ebbd2f6f30c5ba4755
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2770 of 2770)


  Commit: f632ebeb46ca347ba5a007058232883bbe2bc7c4
      https://github.com/phpmyadmin/phpmyadmin/commit/f632ebeb46ca347ba5a007058232883bbe2bc7c4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 6eb1800c4e77267e0a9a962552d658be859dbe9b
      https://github.com/phpmyadmin/phpmyadmin/commit/6eb1800c4e77267e0a9a962552d658be859dbe9b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Do not share sessions on Travis

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


  Commit: d71ef1804036ffe8a3ca1912859ae8ac93587303
      https://github.com/phpmyadmin/phpmyadmin/commit/d71ef1804036ffe8a3ca1912859ae8ac93587303
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use Java version of the tunnel, it does not seem to corrupt data as linux version

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


  Commit: fa3fc07f850da6b29c348d4a914f07a8f882012f
      https://github.com/phpmyadmin/phpmyadmin/commit/fa3fc07f850da6b29c348d4a914f07a8f882012f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/az.po

  Log Message:
  -----------
  Translated using Weblate (Azerbaijani)

Currently translated at 14.2% (394 of 2770)


  Commit: 2ea9b676a575e8b746a8d4f10c99f6aafd5c5ea8
      https://github.com/phpmyadmin/phpmyadmin/commit/2ea9b676a575e8b746a8d4f10c99f6aafd5c5ea8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/bn.po

  Log Message:
  -----------
  Translated using Weblate (Bengali)

Currently translated at 94.5% (2619 of 2770)


  Commit: dab7efdd0f7adc3708128db71d020495e2a5a6ef
      https://github.com/phpmyadmin/phpmyadmin/commit/dab7efdd0f7adc3708128db71d020495e2a5a6ef
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/ka.po

  Log Message:
  -----------
  Translated using Weblate (Georgian)

Currently translated at 17.3% (480 of 2770)


  Commit: bfc26bc78237a5d78c8cd7b4458a8ad851ff35b7
      https://github.com/phpmyadmin/phpmyadmin/commit/bfc26bc78237a5d78c8cd7b4458a8ad851ff35b7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/he.po

  Log Message:
  -----------
  Translated using Weblate (Hebrew)

Currently translated at 21.2% (588 of 2770)


  Commit: 3b191c723daa262e8a5a05ace128a67c0616f7f4
      https://github.com/phpmyadmin/phpmyadmin/commit/3b191c723daa262e8a5a05ace128a67c0616f7f4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/hi.po

  Log Message:
  -----------
  Translated using Weblate (Hindi)

Currently translated at 46.4% (1286 of 2770)


  Commit: 2bffb5c885f74fc22ade94f27e1d9d8312ce7dbf
      https://github.com/phpmyadmin/phpmyadmin/commit/2bffb5c885f74fc22ade94f27e1d9d8312ce7dbf
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/mn.po

  Log Message:
  -----------
  Translated using Weblate (Mongolian)

Currently translated at 26.1% (723 of 2770)


  Commit: 6454a9298be09a381f25f6d1498d8bc0fe501e0f
      https://github.com/phpmyadmin/phpmyadmin/commit/6454a9298be09a381f25f6d1498d8bc0fe501e0f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 14.5% (404 of 2770)


  Commit: 00a67132a01f409506f73c5a544f042c445a7882
      https://github.com/phpmyadmin/phpmyadmin/commit/00a67132a01f409506f73c5a544f042c445a7882
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/tt.po

  Log Message:
  -----------
  Translated using Weblate (Tatar)

Currently translated at 20.7% (575 of 2770)


  Commit: c130476e38685c6fe42ae99397ff9e15e18e529b
      https://github.com/phpmyadmin/phpmyadmin/commit/c130476e38685c6fe42ae99397ff9e15e18e529b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/th.po

  Log Message:
  -----------
  Translated using Weblate (Thai)

Currently translated at 38.8% (1076 of 2770)


  Commit: 12a1ccc6cf9e0600afba0176b8391fb3b96c5dfd
      https://github.com/phpmyadmin/phpmyadmin/commit/12a1ccc6cf9e0600afba0176b8391fb3b96c5dfd
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/ur.po

  Log Message:
  -----------
  Translated using Weblate (Urdu)

Currently translated at 22.8% (633 of 2770)


  Commit: 92d32c6580a561d1ee8c1477ee55b2d2f7d29035
      https://github.com/phpmyadmin/phpmyadmin/commit/92d32c6580a561d1ee8c1477ee55b2d2f7d29035
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: f8cfaf9e3e9b121264eb0a9675d1b093501454eb
      https://github.com/phpmyadmin/phpmyadmin/commit/f8cfaf9e3e9b121264eb0a9675d1b093501454eb
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Translated using Weblate (Bulgarian)

Currently translated at 64.6% (1792 of 2770)


  Commit: 9988c0e28a18e14c16ec6cade081b4e2e282d16d
      https://github.com/phpmyadmin/phpmyadmin/commit/9988c0e28a18e14c16ec6cade081b4e2e282d16d
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

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


  Commit: a730cf9311dfe39849422eaa31a0d9a275eff242
      https://github.com/phpmyadmin/phpmyadmin/commit/a730cf9311dfe39849422eaa31a0d9a275eff242
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2770 of 2770)


  Commit: 1f21e3f74682382d2c10c283f8ba05813e27e3e9
      https://github.com/phpmyadmin/phpmyadmin/commit/1f21e3f74682382d2c10c283f8ba05813e27e3e9
  Author: Raimund Meyer <ray at raimundmeyer.de>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M libraries/Util.class.php

  Log Message:
  -----------
  fix bug #4341 When using translation, header of mo-file is displayed DB
-> Structure view 

Signed-off-by: Raimund Meyer <ray at raimundmeyer.de>


  Commit: a7ae3238e47dbc8e564dda0a749484d345e81ac2
      https://github.com/phpmyadmin/phpmyadmin/commit/a7ae3238e47dbc8e564dda0a749484d345e81ac2
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Merge pull request #1102 from maxday/420-cfg-CharEditing-textarea-for-structure-edit

#420 $cfg['CharEditing']='textarea' for structure edit


  Commit: e53304c159ebce20fcbf9729b2b854a01a965736
      https://github.com/phpmyadmin/phpmyadmin/commit/e53304c159ebce20fcbf9729b2b854a01a965736
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: da44f95c931f5f9499b328f6b9af5ece2f275128
      https://github.com/phpmyadmin/phpmyadmin/commit/da44f95c931f5f9499b328f6b9af5ece2f275128
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 3710c9d3ea840b9a218fce67b258cebf698b5d5a
      https://github.com/phpmyadmin/phpmyadmin/commit/3710c9d3ea840b9a218fce67b258cebf698b5d5a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M doc/config.rst

  Log Message:
  -----------
  Behavior of CharEditing for default values editing

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: f96ebf81b08c601e207414ae5e0fb584e2b1696b
      https://github.com/phpmyadmin/phpmyadmin/commit/f96ebf81b08c601e207414ae5e0fb584e2b1696b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M libraries/Util.class.php

  Log Message:
  -----------
  Merge pull request #1108 from rayddorf/master

fix bug #4341 When using translation, header of mo-file is displayed DB


  Commit: 0d4f9c73e88a6c41ee4c8ebae68469b9e7a77bb0
      https://github.com/phpmyadmin/phpmyadmin/commit/0d4f9c73e88a6c41ee4c8ebae68469b9e7a77bb0
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2770 of 2770)


  Commit: 76c8da35d6f69c09c27a496ecc068af1a262727e
      https://github.com/phpmyadmin/phpmyadmin/commit/76c8da35d6f69c09c27a496ecc068af1a262727e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumCreateDropDatabaseTest.php

  Log Message:
  -----------
  Wait for page to load

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


  Commit: 084cf775d93be9fbac46b4275fb96d993556ebb7
      https://github.com/phpmyadmin/phpmyadmin/commit/084cf775d93be9fbac46b4275fb96d993556ebb7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M test/libraries/common/PMA_buildActionTitles_test.php

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

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


  Commit: b33331e0fb27d525808dc4fa3e2c852372260e89
      https://github.com/phpmyadmin/phpmyadmin/commit/b33331e0fb27d525808dc4fa3e2c852372260e89
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 44eb7f2544dd11b202dd58a434f5021867b1e7f7
      https://github.com/phpmyadmin/phpmyadmin/commit/44eb7f2544dd11b202dd58a434f5021867b1e7f7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Create configuration storage tables for Selenium tests

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


  Commit: e0237ef96bc8bc8f034c4e6ea02f8cccd7f3719d
      https://github.com/phpmyadmin/phpmyadmin/commit/e0237ef96bc8bc8f034c4e6ea02f8cccd7f3719d
  Author: Pl <plamen_mbx at yahoo.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Translated using Weblate (Bulgarian)

Currently translated at 64.9% (1800 of 2770)


  Commit: 510dc3268bda663b4844ec0b08bb54cb25f404e4
      https://github.com/phpmyadmin/phpmyadmin/commit/510dc3268bda663b4844ec0b08bb54cb25f404e4
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

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


  Commit: db68f97548cb284f13375526b3c38d0321a30378
      https://github.com/phpmyadmin/phpmyadmin/commit/db68f97548cb284f13375526b3c38d0321a30378
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Need to set database password for normal testsuite as well

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


  Commit: 3be47931d6ebb6cdee4c41321ba15674bc71649d
      https://github.com/phpmyadmin/phpmyadmin/commit/3be47931d6ebb6cdee4c41321ba15674bc71649d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Generate using new key

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


  Commit: 7d2c7eac7fb2c2678776856b519a74a5c343e2c2
      https://github.com/phpmyadmin/phpmyadmin/commit/7d2c7eac7fb2c2678776856b519a74a5c343e2c2
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ar.po

  Log Message:
  -----------
  Translated using Weblate (Arabic)

Currently translated at 41.1% (1140 of 2770)


  Commit: 66b64ac5e0671299eb01ed7fa55edb23bff7da50
      https://github.com/phpmyadmin/phpmyadmin/commit/66b64ac5e0671299eb01ed7fa55edb23bff7da50
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/hi.po

  Log Message:
  -----------
  Translated using Weblate (Hindi)

Currently translated at 46.4% (1286 of 2770)


  Commit: 307ca3c7032f895661a9c45000648516c04561a6
      https://github.com/phpmyadmin/phpmyadmin/commit/307ca3c7032f895661a9c45000648516c04561a6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/fa.po

  Log Message:
  -----------
  Translated using Weblate (Persian)

Currently translated at 31.9% (885 of 2770)


  Commit: 0b8da810384fdae791ac98b685b3a5dd26272ac6
      https://github.com/phpmyadmin/phpmyadmin/commit/0b8da810384fdae791ac98b685b3a5dd26272ac6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/advisory_rules.txt

  Log Message:
  -----------
  Better name for a rule

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


  Commit: 28081b8309702e1cc34318a7fdbc3ecca4c6a407
      https://github.com/phpmyadmin/phpmyadmin/commit/28081b8309702e1cc34318a7fdbc3ecca4c6a407
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/server_privileges.lib.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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/nl.po
    M po/pa.po
    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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Remove not needed trailing space

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


  Commit: af3bfe6cfbdc9f0ee4c90b9e039d96758f2b713c
      https://github.com/phpmyadmin/phpmyadmin/commit/af3bfe6cfbdc9f0ee4c90b9e039d96758f2b713c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/Index.class.php
    M libraries/operations.lib.php
    M libraries/structure.lib.php
    M libraries/tbl_indexes.lib.php
    M libraries/user_preferences.inc.php
    M pmd_pdf.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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/nl.po
    M po/pa.po
    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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po
    M prefs_manage.php
    M tbl_addfield.php
    M tbl_operations.php

  Log Message:
  -----------
  Consistently use comma at the end of notification messages

These are sentences and should be ended as such.

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


  Commit: 59325e6cbb7949c298961d027c1d5e6d54259a48
      https://github.com/phpmyadmin/phpmyadmin/commit/59325e6cbb7949c298961d027c1d5e6d54259a48
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M pmd_relation_new.php

  Log Message:
  -----------
  Improve grammar of PMD messages

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


  Commit: ac78508c5bc0ae882658c6afa8aaffee6c1eb702
      https://github.com/phpmyadmin/phpmyadmin/commit/ac78508c5bc0ae882658c6afa8aaffee6c1eb702
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/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

  Log Message:
  -----------
  Update po files


  Commit: 43fa7324ad34c4e90f7646b46e8937b282012aa6
      https://github.com/phpmyadmin/phpmyadmin/commit/43fa7324ad34c4e90f7646b46e8937b282012aa6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2771 of 2771)


  Commit: 53243e527ecd721a97220281e0a1a31a633c9d0f
      https://github.com/phpmyadmin/phpmyadmin/commit/53243e527ecd721a97220281e0a1a31a633c9d0f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M pmd_relation_new.php

  Log Message:
  -----------
  Consistent message in both code paths

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


  Commit: 41ef859007212749ac1ba1f93baf240b84789c2a
      https://github.com/phpmyadmin/phpmyadmin/commit/41ef859007212749ac1ba1f93baf240b84789c2a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Update po files


  Commit: 3c49c8c6dc3e03a63888052abedb16e744460478
      https://github.com/phpmyadmin/phpmyadmin/commit/3c49c8c6dc3e03a63888052abedb16e744460478
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 99.8% (2768 of 2771)


  Commit: c2ef4398b9eef4f301682cade5efdbab6e8b81e3
      https://github.com/phpmyadmin/phpmyadmin/commit/c2ef4398b9eef4f301682cade5efdbab6e8b81e3
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2771 of 2771)


  Commit: 424c62eac8dbb86ab9a213b45b213e81746d275f
      https://github.com/phpmyadmin/phpmyadmin/commit/424c62eac8dbb86ab9a213b45b213e81746d275f
  Author: Manuel Dalla Lana <endelwar at aregar.it>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/it.po

  Log Message:
  -----------
  Translated using Weblate (Italian)

Currently translated at 80.2% (2222 of 2770)


  Commit: 3ab6767dacf8e420afc77923561cde7270c7606e
      https://github.com/phpmyadmin/phpmyadmin/commit/3ab6767dacf8e420afc77923561cde7270c7606e
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2771 of 2771)


  Commit: ce5c1d622d11a7bb9463081a90f51d8e0ef7d013
      https://github.com/phpmyadmin/phpmyadmin/commit/ce5c1d622d11a7bb9463081a90f51d8e0ef7d013
  Author: Manuel Dalla Lana <endelwar at aregar.it>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/it.po

  Log Message:
  -----------
  Translated using Weblate (Italian)

Currently translated at 80.2% (2222 of 2770)


  Commit: d3f4de6af9b1db8ce146524bf24dab11586e5886
      https://github.com/phpmyadmin/phpmyadmin/commit/d3f4de6af9b1db8ce146524bf24dab11586e5886
  Author: Manuel Dalla Lana <endelwar at aregar.it>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/it.po

  Log Message:
  -----------
  Translated using Weblate (Italian)

Currently translated at 80.2% (2224 of 2770)


  Commit: 9d715df46517ad8813e41c9225d100d7e7162de0
      https://github.com/phpmyadmin/phpmyadmin/commit/9d715df46517ad8813e41c9225d100d7e7162de0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.0% (2746 of 2771)


  Commit: 98bd4b20b48ddc5e56be65314fd4c705e5c20668
      https://github.com/phpmyadmin/phpmyadmin/commit/98bd4b20b48ddc5e56be65314fd4c705e5c20668
  Author: Manuel Dalla Lana <endelwar at aregar.it>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/it.po

  Log Message:
  -----------
  Translated using Weblate (Italian)

Currently translated at 80.3% (2226 of 2770)


  Commit: 16ee570eb8c1cedebd25fbfef56ebf60e97af294
      https://github.com/phpmyadmin/phpmyadmin/commit/16ee570eb8c1cedebd25fbfef56ebf60e97af294
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.0% (2746 of 2771)


  Commit: 6abe417d0355a73067d2ee70a8475bf0c42d94dd
      https://github.com/phpmyadmin/phpmyadmin/commit/6abe417d0355a73067d2ee70a8475bf0c42d94dd
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/af.po

  Log Message:
  -----------
  Translated using Weblate (Afrikaans)

Currently translated at 11.5% (320 of 2771)


  Commit: 312763a91bf9ff6aa9bd6f3276916de817183003
      https://github.com/phpmyadmin/phpmyadmin/commit/312763a91bf9ff6aa9bd6f3276916de817183003
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/sq.po

  Log Message:
  -----------
  Translated using Weblate (Albanian)

Currently translated at 28.0% (777 of 2771)


  Commit: 48f7599d8f7983d6a1f172db5d9baa532a979a55
      https://github.com/phpmyadmin/phpmyadmin/commit/48f7599d8f7983d6a1f172db5d9baa532a979a55
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/be at latin.po

  Log Message:
  -----------
  Translated using Weblate (Belarusian (latin))

Currently translated at 30.3% (840 of 2771)


  Commit: 1749bd9a40970aacb08421ea3657706f86c7bf59
      https://github.com/phpmyadmin/phpmyadmin/commit/1749bd9a40970aacb08421ea3657706f86c7bf59
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/br.po

  Log Message:
  -----------
  Translated using Weblate (Breton)

Currently translated at 21.6% (599 of 2771)


  Commit: 8ace3a2d40e846c94251711083ec7a52da34ebd1
      https://github.com/phpmyadmin/phpmyadmin/commit/8ace3a2d40e846c94251711083ec7a52da34ebd1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ca.po

  Log Message:
  -----------
  Translated using Weblate (Catalan)

Currently translated at 83.7% (2321 of 2771)


  Commit: e7eab5adbc3929cf0a3d4ff2a3b806e025dfe9ba
      https://github.com/phpmyadmin/phpmyadmin/commit/e7eab5adbc3929cf0a3d4ff2a3b806e025dfe9ba
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/hr.po

  Log Message:
  -----------
  Translated using Weblate (Croatian)

Currently translated at 36.6% (1016 of 2771)


  Commit: d966a99ceced902462c5ff3415a1908d334952ea
      https://github.com/phpmyadmin/phpmyadmin/commit/d966a99ceced902462c5ff3415a1908d334952ea
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 92.0% (2550 of 2771)


  Commit: 0b88031f27e899a3f48e8caa599d951af9c4db0a
      https://github.com/phpmyadmin/phpmyadmin/commit/0b88031f27e899a3f48e8caa599d951af9c4db0a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/en_GB.po

  Log Message:
  -----------
  Translated using Weblate (English (United Kingdom))

Currently translated at 89.1% (2470 of 2771)


  Commit: 36f41187e033e94da823bb896fdc8dd051f6b0a8
      https://github.com/phpmyadmin/phpmyadmin/commit/36f41187e033e94da823bb896fdc8dd051f6b0a8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/fi.po

  Log Message:
  -----------
  Translated using Weblate (Finnish)

Currently translated at 62.4% (1731 of 2771)


  Commit: c3b130b412b72d2c6f8522f81e7a1d75433d9089
      https://github.com/phpmyadmin/phpmyadmin/commit/c3b130b412b72d2c6f8522f81e7a1d75433d9089
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/lt.po

  Log Message:
  -----------
  Translated using Weblate (Lithuanian)

Currently translated at 54.5% (1511 of 2771)


  Commit: 3a084eb126e26acafd53db53a0dcb932c6c01baf
      https://github.com/phpmyadmin/phpmyadmin/commit/3a084eb126e26acafd53db53a0dcb932c6c01baf
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/pl.po

  Log Message:
  -----------
  Translated using Weblate (Polish)

Currently translated at 82.6% (2291 of 2771)


  Commit: d0e010c84e6498b44c9708f64808f9cdf5160389
      https://github.com/phpmyadmin/phpmyadmin/commit/d0e010c84e6498b44c9708f64808f9cdf5160389
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/pt.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese)

Currently translated at 52.4% (1453 of 2771)


  Commit: bf33a76e1ede00ae22d21c6c38a28bec58f3d8b3
      https://github.com/phpmyadmin/phpmyadmin/commit/bf33a76e1ede00ae22d21c6c38a28bec58f3d8b3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.0% (2746 of 2771)


  Commit: fcd3e37e815c54c021239f667cb066bcb75b0991
      https://github.com/phpmyadmin/phpmyadmin/commit/fcd3e37e815c54c021239f667cb066bcb75b0991
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ru.po

  Log Message:
  -----------
  Translated using Weblate (Russian)

Currently translated at 85.3% (2366 of 2771)


  Commit: c7a340c28eab779efd13b22c60c5d182b8130351
      https://github.com/phpmyadmin/phpmyadmin/commit/c7a340c28eab779efd13b22c60c5d182b8130351
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/sr.po

  Log Message:
  -----------
  Translated using Weblate (Serbian)

Currently translated at 28.6% (794 of 2771)


  Commit: 6edcd33f7f9e81765428d11f6b5cd5b0d9c8fe6e
      https://github.com/phpmyadmin/phpmyadmin/commit/6edcd33f7f9e81765428d11f6b5cd5b0d9c8fe6e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/sr at latin.po

  Log Message:
  -----------
  Translated using Weblate (Serbian (latin))

Currently translated at 57.0% (1582 of 2771)


  Commit: f56e2048858418a185fba4c868dd2a74ea533c74
      https://github.com/phpmyadmin/phpmyadmin/commit/f56e2048858418a185fba4c868dd2a74ea533c74
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/uk.po

  Log Message:
  -----------
  Translated using Weblate (Ukrainian)

Currently translated at 88.8% (2462 of 2771)


  Commit: a6e52b0cb5b69ce2a4ef24ead236718ab14bace5
      https://github.com/phpmyadmin/phpmyadmin/commit/a6e52b0cb5b69ce2a4ef24ead236718ab14bace5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/cy.po

  Log Message:
  -----------
  Translated using Weblate (Welsh)

Currently translated at 22.4% (621 of 2771)


  Commit: 2d5373c37b36c3848e0ef0bb0002ac840e638c35
      https://github.com/phpmyadmin/phpmyadmin/commit/2d5373c37b36c3848e0ef0bb0002ac840e638c35
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/af.po
    M po/be at latin.po
    M po/br.po
    M po/ca.po
    M po/cy.po
    M po/da.po
    M po/en_GB.po
    M po/fi.po
    M po/hr.po
    M po/it.po
    M po/lt.po
    M po/pl.po
    M po/pt.po
    M po/pt_BR.po
    M po/ru.po
    M po/sq.po
    M po/sr.po
    M po/sr at latin.po
    M po/tr.po
    M po/uk.po

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

Conflicts:
	po/af.po
	po/be at latin.po
	po/br.po
	po/ca.po
	po/cy.po
	po/da.po
	po/en_GB.po
	po/fi.po
	po/hr.po
	po/it.po
	po/lt.po
	po/pl.po
	po/pt.po
	po/pt_BR.po
	po/ru.po
	po/sq.po
	po/sr.po
	po/sr at latin.po
	po/tr.po
	po/uk.po


  Commit: 2cfdfe52300c0b2f153a8e57fca7cd640304f97a
      https://github.com/phpmyadmin/phpmyadmin/commit/2cfdfe52300c0b2f153a8e57fca7cd640304f97a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Remove comment

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


  Commit: 913cb1fcdb1ad2e09f66e7296397b4af6f9ad242
      https://github.com/phpmyadmin/phpmyadmin/commit/913cb1fcdb1ad2e09f66e7296397b4af6f9ad242
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 5392f87ec7a5e47cc6667c37c7eb16e67e9dab20
      https://github.com/phpmyadmin/phpmyadmin/commit/5392f87ec7a5e47cc6667c37c7eb16e67e9dab20
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2770 of 2770)


  Commit: 903b731eaeb844aec57bb0fe4450e1da1f5b2f75
      https://github.com/phpmyadmin/phpmyadmin/commit/903b731eaeb844aec57bb0fe4450e1da1f5b2f75
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2770 of 2770)


  Commit: 2eae8cc4b699f4863403a4f34d33ce488ca4ee15
      https://github.com/phpmyadmin/phpmyadmin/commit/2eae8cc4b699f4863403a4f34d33ce488ca4ee15
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.5% (1234 of 2770)


  Commit: f5ff41facdd4077071c043bbf26f85a1fb9e5e9d
      https://github.com/phpmyadmin/phpmyadmin/commit/f5ff41facdd4077071c043bbf26f85a1fb9e5e9d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M js/keyhandler.js

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 99904dcf6f9e3da119c029de68c9d37c3a817f7d
      https://github.com/phpmyadmin/phpmyadmin/commit/99904dcf6f9e3da119c029de68c9d37c3a817f7d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Log Message:
  -----------
  Merge commit '7da28db'


  Commit: d118147717e4d8d0e6c46b67898998d54bdcf759
      https://github.com/phpmyadmin/phpmyadmin/commit/d118147717e4d8d0e6c46b67898998d54bdcf759
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge commit '9b72244'


  Commit: 1416d33bf569d763a36400822c555b82802bad6d
      https://github.com/phpmyadmin/phpmyadmin/commit/1416d33bf569d763a36400822c555b82802bad6d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Log Message:
  -----------
  Merge commit '952a24a'


  Commit: 84d08e526c86fbf0310aea0d32f1092cad971e35
      https://github.com/phpmyadmin/phpmyadmin/commit/84d08e526c86fbf0310aea0d32f1092cad971e35
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 99.8% (2765 of 2770)


  Commit: d1a3ee24700cf17b4617cc53e348c4c8dac0f729
      https://github.com/phpmyadmin/phpmyadmin/commit/d1a3ee24700cf17b4617cc53e348c4c8dac0f729
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 44.8% (1241 of 2770)


  Commit: 1bc4e806583d5645b2a74e6c01bfb81f360976a1
      https://github.com/phpmyadmin/phpmyadmin/commit/1bc4e806583d5645b2a74e6c01bfb81f360976a1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.3% (1643 of 2770)


  Commit: 6f6650c75c41343cd469180006790bd4faa6918c
      https://github.com/phpmyadmin/phpmyadmin/commit/6f6650c75c41343cd469180006790bd4faa6918c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/pl.po

  Log Message:
  -----------
  Translated using Weblate (Polish)

Currently translated at 82.6% (2290 of 2770)


  Commit: 5db0554b03c410cd23e564ec1466da91df0ed4d8
      https://github.com/phpmyadmin/phpmyadmin/commit/5db0554b03c410cd23e564ec1466da91df0ed4d8
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2770 of 2770)


  Commit: dea33d657f1583a38fea28df3fbfd90e0bb9c45d
      https://github.com/phpmyadmin/phpmyadmin/commit/dea33d657f1583a38fea28df3fbfd90e0bb9c45d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 98.3% (2725 of 2770)


  Commit: 561a3f0656efa25be8fb360558560f657bc2436c
      https://github.com/phpmyadmin/phpmyadmin/commit/561a3f0656efa25be8fb360558560f657bc2436c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/cy.po

  Log Message:
  -----------
  Translated using Weblate (Welsh)

Currently translated at 22.3% (620 of 2770)


  Commit: aea91a6f2129d724658d97c2c8fb26a99f12a65d
      https://github.com/phpmyadmin/phpmyadmin/commit/aea91a6f2129d724658d97c2c8fb26a99f12a65d
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M ChangeLog
    M js/keyhandler.js

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


  Commit: 5642dfb10e7753f422d98c8cfd7dbe092a3a7cf6
      https://github.com/phpmyadmin/phpmyadmin/commit/5642dfb10e7753f422d98c8cfd7dbe092a3a7cf6
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2770 of 2770)


  Commit: 7762ac44c0ed2b93e80fb849f0842fed24bfc62f
      https://github.com/phpmyadmin/phpmyadmin/commit/7762ac44c0ed2b93e80fb849f0842fed24bfc62f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use Team account for BrowserStack testing

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


  Commit: d91fc75667e241405abc914adb0685752e2d2053
      https://github.com/phpmyadmin/phpmyadmin/commit/d91fc75667e241405abc914adb0685752e2d2053
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 45.5% (1263 of 2770)


  Commit: d559c36a3652a338e8fb0fb1967cbc64d8bc920d
      https://github.com/phpmyadmin/phpmyadmin/commit/d559c36a3652a338e8fb0fb1967cbc64d8bc920d
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2770 of 2770)


  Commit: 093df7e321f7e16637698803ff06635689483f55
      https://github.com/phpmyadmin/phpmyadmin/commit/093df7e321f7e16637698803ff06635689483f55
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M .travis.yml

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


  Commit: 824fd5f1dd09d81257492a009082022b61b9ef0a
      https://github.com/phpmyadmin/phpmyadmin/commit/824fd5f1dd09d81257492a009082022b61b9ef0a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/relation.lib.php
    M libraries/tbl_columns_definition_form.inc.php
    M libraries/tbl_columns_definition_form.lib.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php

  Log Message:
  -----------
  Merge pull request #1091 from ashutoshdhundhara/feature_1329_rev_2

Feature Request: #1329 Can't rename column with foreign key constraint.


  Commit: 1558660788a5c8584c2d30715277e5f67d538221
      https://github.com/phpmyadmin/phpmyadmin/commit/1558660788a5c8584c2d30715277e5f67d538221
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 45.5% (1263 of 2770)


  Commit: 31b6994859b55d8a1cdd04a225f3ebb80bb4a8c7
      https://github.com/phpmyadmin/phpmyadmin/commit/31b6994859b55d8a1cdd04a225f3ebb80bb4a8c7
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/relation.lib.php
    M libraries/tbl_columns_definition_form.inc.php
    M libraries/tbl_columns_definition_form.lib.php
    M test/libraries/PMA_tbl_columns_definition_form_test.php

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


  Commit: 19810259d65b4a41a2b93e49db4ec807be3ef529
      https://github.com/phpmyadmin/phpmyadmin/commit/19810259d65b4a41a2b93e49db4ec807be3ef529
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Changelog entry


  Commit: bddcfdb17cd9ab2e76b1bae359d167ee85cf6668
      https://github.com/phpmyadmin/phpmyadmin/commit/bddcfdb17cd9ab2e76b1bae359d167ee85cf6668
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/navigation/Nodes/Node_DatabaseChild.class.php

  Log Message:
  -----------
  Merge pull request #1103 from GITTomy/patch-1

Update Node_DatabaseChild.class.php - image lightbulb_off.png


  Commit: 81bf658da123b5c543c6e7536dda7405e21609b7
      https://github.com/phpmyadmin/phpmyadmin/commit/81bf658da123b5c543c6e7536dda7405e21609b7
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2770 of 2770)


  Commit: e9d59fd7e08b1fd5c96d86e0589c75c8d6c4990a
      https://github.com/phpmyadmin/phpmyadmin/commit/e9d59fd7e08b1fd5c96d86e0589c75c8d6c4990a
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M db_structure.php
    M doc/faq.rst
    M index.php
    M js/db_structure.js
    R libraries/FavoriteTable.class.php
    M libraries/Header.class.php
    A libraries/RecentFavoriteTable.class.php
    R libraries/RecentTable.class.php
    M libraries/config/messages.inc.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/structure.lib.php

  Log Message:
  -----------
  Implemented Favorite tables feature with Ajax.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Minor fixes in Settings->Features page and Navigation Header class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed translation issues in RecentFavoriteTable class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed error in RecentFavoriteTable class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Another fix in structure.lib.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 0e13fc74a24bbd66cf2e6c8b294456c23ca803df
      https://github.com/phpmyadmin/phpmyadmin/commit/0e13fc74a24bbd66cf2e6c8b294456c23ca803df
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M db_structure.php
    M doc/faq.rst
    M index.php
    M js/db_structure.js
    R libraries/FavoriteTable.class.php
    M libraries/Header.class.php
    A libraries/RecentFavoriteTable.class.php
    R libraries/RecentTable.class.php
    M libraries/config/messages.inc.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/structure.lib.php

  Log Message:
  -----------
  Merge pull request #1115 from ashutoshdhundhara/favorite_table

Favorite tables feature using Ajax.


  Commit: 0009a020d9d3cff516e37efe5bb34ed671fc4c41
      https://github.com/phpmyadmin/phpmyadmin/commit/0009a020d9d3cff516e37efe5bb34ed671fc4c41
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2770 of 2770)


  Commit: 4e10c2ecd3d368797aad7e119362c3dd93c47dbf
      https://github.com/phpmyadmin/phpmyadmin/commit/4e10c2ecd3d368797aad7e119362c3dd93c47dbf
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M db_structure.php
    M doc/faq.rst
    M index.php
    M js/db_structure.js
    R libraries/FavoriteTable.class.php
    M libraries/Header.class.php
    A libraries/RecentFavoriteTable.class.php
    R libraries/RecentTable.class.php
    M libraries/config/messages.inc.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/structure.lib.php

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


  Commit: 92f0ce05520db9e838af95f0e327bb3181f16274
      https://github.com/phpmyadmin/phpmyadmin/commit/92f0ce05520db9e838af95f0e327bb3181f16274
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2770 of 2770)


  Commit: ee3ca2b612e47b32f6ec3af072eab3e284ada4eb
      https://github.com/phpmyadmin/phpmyadmin/commit/ee3ca2b612e47b32f6ec3af072eab3e284ada4eb
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 514a24e4aae80d247d096d7a92d2713e6f9588cf
      https://github.com/phpmyadmin/phpmyadmin/commit/514a24e4aae80d247d096d7a92d2713e6f9588cf
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/Util.class.php
    M test/libraries/common/PMA_buildActionTitles_test.php

  Log Message:
  -----------
  Minor Bug for favorite icon.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 2caa7816ce774bd6b2a3f671deb2cd40ea206639
      https://github.com/phpmyadmin/phpmyadmin/commit/2caa7816ce774bd6b2a3f671deb2cd40ea206639
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/Util.class.php
    M test/libraries/common/PMA_buildActionTitles_test.php

  Log Message:
  -----------
  Merge pull request #1117 from ashutoshdhundhara/favorite_table_bug

Minor Bug fix for favorite icon.


  Commit: 53b0fa631de1c299976416523ca39420eb21ffbb
      https://github.com/phpmyadmin/phpmyadmin/commit/53b0fa631de1c299976416523ca39420eb21ffbb
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2770 of 2770)


  Commit: 7f56ba8137eea199d088cdab78c55ec5ae50b11b
      https://github.com/phpmyadmin/phpmyadmin/commit/7f56ba8137eea199d088cdab78c55ec5ae50b11b
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-28 (Fri, 28 Mar 2014)

  Changed paths:
    M libraries/Util.class.php
    M test/libraries/common/PMA_buildActionTitles_test.php

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


  Commit: 4e99fd3f9f3cd332118da12f9fb0342934e1a6f4
      https://github.com/phpmyadmin/phpmyadmin/commit/4e99fd3f9f3cd332118da12f9fb0342934e1a6f4
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Log Message:
  -----------
  Merge commit '0b75d06'


  Commit: ea4e18ba84c1da5f1217e09f8e43f6614330a1ec
      https://github.com/phpmyadmin/phpmyadmin/commit/ea4e18ba84c1da5f1217e09f8e43f6614330a1ec
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

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

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: fbbe9af6ab4fed38b581af12fbb2f972c1423ad7
      https://github.com/phpmyadmin/phpmyadmin/commit/fbbe9af6ab4fed38b581af12fbb2f972c1423ad7
  Author: Magnus Vinsjevik <odevinsj at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.3% (1644 of 2770)


  Commit: 60277d8d38f07bcf1d0ae9b42287a0820df78b57
      https://github.com/phpmyadmin/phpmyadmin/commit/60277d8d38f07bcf1d0ae9b42287a0820df78b57
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

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

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


  Commit: 287d08c8260ad9e2f1d24300aa13e44b87073a39
      https://github.com/phpmyadmin/phpmyadmin/commit/287d08c8260ad9e2f1d24300aa13e44b87073a39
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M js/ajax.js
    M js/common.js
    M js/functions.js
    M js/messages.php

  Log Message:
  -----------
  Add message to warn the user if a form has too many fields.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 60e33b5a59ee02c430a34f9e30d5d566f60f5d8d
      https://github.com/phpmyadmin/phpmyadmin/commit/60e33b5a59ee02c430a34f9e30d5d566f60f5d8d
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Fixed some code violations

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: 4071c6eaa66560de7d1f8f08ab2f8a6a5a4b8b8e
      https://github.com/phpmyadmin/phpmyadmin/commit/4071c6eaa66560de7d1f8f08ab2f8a6a5a4b8b8e
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Remove unused parameters in _getSortingUrlParams() function

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: d27bbe6f9d623e07391f7d3ef46ca0977e716a23
      https://github.com/phpmyadmin/phpmyadmin/commit/d27bbe6f9d623e07391f7d3ef46ca0977e716a23
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Fixed naming convention for private method makeURL

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: eac47b0775c460d2e3f39bd313407090760b9c4f
      https://github.com/phpmyadmin/phpmyadmin/commit/eac47b0775c460d2e3f39bd313407090760b9c4f
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M js/messages.php

  Log Message:
  -----------
  Correct warning message.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: c181568dc191191f8fa84ff031ed3d844441488c
      https://github.com/phpmyadmin/phpmyadmin/commit/c181568dc191191f8fa84ff031ed3d844441488c
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 73.9% (2049 of 2770)


  Commit: 868736e4cd7436c106aaf798698d2d85850402ff
      https://github.com/phpmyadmin/phpmyadmin/commit/868736e4cd7436c106aaf798698d2d85850402ff
  Author: Magnus Vinsjevik <odevinsj at gmail.com>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.3% (1645 of 2770)


  Commit: a2caec9cc62e4f01f970ce1adb75de560b01f2c4
      https://github.com/phpmyadmin/phpmyadmin/commit/a2caec9cc62e4f01f970ce1adb75de560b01f2c4
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Remove unused parameters

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: ce15d293e24f5be93ca521ba85afb4c512a1c2d6
      https://github.com/phpmyadmin/phpmyadmin/commit/ce15d293e24f5be93ca521ba85afb4c512a1c2d6
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

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


  Commit: 3c7f840dfc78ab8e4c7e95776bf6ae97632b3f3b
      https://github.com/phpmyadmin/phpmyadmin/commit/3c7f840dfc78ab8e4c7e95776bf6ae97632b3f3b
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/config/setup.forms.php

  Log Message:
  -----------
  List correct $cfg[..][savedsearches] param
Remove _ sign to fix warning in setup screen

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 2714cdce1ce10229c3c44875e4ed4138e3288169
      https://github.com/phpmyadmin/phpmyadmin/commit/2714cdce1ce10229c3c44875e4ed4138e3288169
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/config/ServerConfigChecks.class.php

  Log Message:
  -----------
  [setup] Localize sBlowfishSecretMsg

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 356626bbaa1be763349743745e30200db8d2d27d
      https://github.com/phpmyadmin/phpmyadmin/commit/356626bbaa1be763349743745e30200db8d2d27d
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M ChangeLog
    M setup/frames/menu.inc.php
    M setup/styles.css

  Log Message:
  -----------
  [interface] Highlight active left menu item in setup

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: b870612ba7366e13efc94eb0f8e9e849b3fd3ca5
      https://github.com/phpmyadmin/phpmyadmin/commit/b870612ba7366e13efc94eb0f8e9e849b3fd3ca5
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/config/ConfigFile.class.php

  Log Message:
  -----------
  Hard-code mysqli extension in setup DSN
Follow-up to removing extension directive in 2a8962a

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 11d88c3172ed75c39712e949760d05a5a84b4510
      https://github.com/phpmyadmin/phpmyadmin/commit/11d88c3172ed75c39712e949760d05a5a84b4510
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/server_privileges.lib.php

  Log Message:
  -----------
  Finish 4345-privs-dbname-underscore-backslashes


  Commit: 50ce95f9744052cc795b6aeb7870f64fd985eb1d
      https://github.com/phpmyadmin/phpmyadmin/commit/50ce95f9744052cc795b6aeb7870f64fd985eb1d
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M test/libraries/PMA_ConfigFile_test.php

  Log Message:
  -----------
  Fix failing test PMA_ConfigFile_Test::testGetServerDSN after b870612

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 149aad02da36ef68444b5dec5c3f3383bce7ee50
      https://github.com/phpmyadmin/phpmyadmin/commit/149aad02da36ef68444b5dec5c3f3383bce7ee50
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Reset favorite dropdown when selecting "There are no .."

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 356f306e6c2452328e3bd0ff34a1bdcdb5117171
      https://github.com/phpmyadmin/phpmyadmin/commit/356f306e6c2452328e3bd0ff34a1bdcdb5117171
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-03-29 (Sat, 29 Mar 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Add missing space behind container icons after 4d8ddaf

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 5c0b5413ca8714491c1d057dbb7b805c8b43a766
      https://github.com/phpmyadmin/phpmyadmin/commit/5c0b5413ca8714491c1d057dbb7b805c8b43a766
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M js/ajax.js
    M js/common.js
    M js/functions.js
    M js/messages.php

  Log Message:
  -----------
  Merge pull request #1119 from Tithugues/help4319

Add message to warn the user if a form has too many fields.


  Commit: 06a2a5377e92daee7c6dbcb27fbf7b409a32bbff
      https://github.com/phpmyadmin/phpmyadmin/commit/06a2a5377e92daee7c6dbcb27fbf7b409a32bbff
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M js/messages.php

  Log Message:
  -----------
  Improve message

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: d0581b630f06503ac11ba4e6106dd8234614ea2a
      https://github.com/phpmyadmin/phpmyadmin/commit/d0581b630f06503ac11ba4e6106dd8234614ea2a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po

  Log Message:
  -----------
  Update po files


  Commit: 76b132e5fde01842b51c6831b77fbb82915dabca
      https://github.com/phpmyadmin/phpmyadmin/commit/76b132e5fde01842b51c6831b77fbb82915dabca
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Log Message:
  -----------
  Merge commit 'c164234'


  Commit: 87f0b976b1892afd96034e4c74160b3c0eda2639
      https://github.com/phpmyadmin/phpmyadmin/commit/87f0b976b1892afd96034e4c74160b3c0eda2639
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M ChangeLog
    M libraries/server_status.lib.php

  Log Message:
  -----------
  Merge commit 'b0283f1'


  Commit: be5572873095c16d5eb007e5532b429ec9e0f421
      https://github.com/phpmyadmin/phpmyadmin/commit/be5572873095c16d5eb007e5532b429ec9e0f421
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2773 of 2773)


  Commit: bae4f67992aa057a366fcbbf3e4b8e405d8958df
      https://github.com/phpmyadmin/phpmyadmin/commit/bae4f67992aa057a366fcbbf3e4b8e405d8958df
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2773 of 2773)


  Commit: e73f2a57fb36e301de548838db4f163b36b5508e
      https://github.com/phpmyadmin/phpmyadmin/commit/e73f2a57fb36e301de548838db4f163b36b5508e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2773 of 2773)


  Commit: 5d5a23f4cf37b7df96469cb666ae2cea96439661
      https://github.com/phpmyadmin/phpmyadmin/commit/5d5a23f4cf37b7df96469cb666ae2cea96439661
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2773 of 2773)


  Commit: b7968bf19bcbd968f8d709f2bf861c4f7fc17556
      https://github.com/phpmyadmin/phpmyadmin/commit/b7968bf19bcbd968f8d709f2bf861c4f7fc17556
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2773 of 2773)


  Commit: 1524e243f3155d85131bfcb835c3b3c6e215f703
      https://github.com/phpmyadmin/phpmyadmin/commit/1524e243f3155d85131bfcb835c3b3c6e215f703
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumTableOperationsTest.php

  Log Message:
  -----------
  Try to workaround some timing issues

There should be proper solution implemented later.

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


  Commit: 4f3d83e0ecf378d9e355ead630bc557373dc37ea
      https://github.com/phpmyadmin/phpmyadmin/commit/4f3d83e0ecf378d9e355ead630bc557373dc37ea
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 99.9% (2772 of 2773)


  Commit: 48dc4c51d623b7c893bf4d477fbe7bfd38510ab0
      https://github.com/phpmyadmin/phpmyadmin/commit/48dc4c51d623b7c893bf4d477fbe7bfd38510ab0
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 46.0% (1277 of 2773)


  Commit: a42169c8103f535920db50c093394b8c8650b65c
      https://github.com/phpmyadmin/phpmyadmin/commit/a42169c8103f535920db50c093394b8c8650b65c
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumTableOperationsTest.php

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


  Commit: d1c5a385eebf064dcd919cee18d707f693a3116b
      https://github.com/phpmyadmin/phpmyadmin/commit/d1c5a385eebf064dcd919cee18d707f693a3116b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Simplify the code and improve messages

- Use conditions rather than ternary operator, which is hard to read
  with multiple conditions.
- Do not concatenat translated message, use format string instead.

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


  Commit: 23f99a879158826789bb5e747d98e24a5049b24e
      https://github.com/phpmyadmin/phpmyadmin/commit/23f99a879158826789bb5e747d98e24a5049b24e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 99.8% (2770 of 2773)


  Commit: 2df38146636139d93c8ea887ecba228233e1cf16
      https://github.com/phpmyadmin/phpmyadmin/commit/2df38146636139d93c8ea887ecba228233e1cf16
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

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


  Commit: 351c73b03692c4027bf74b0f6300bf2ce8554d7e
      https://github.com/phpmyadmin/phpmyadmin/commit/351c73b03692c4027bf74b0f6300bf2ce8554d7e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Update po files


  Commit: e9c9d733c62168f54a87de05bc83c30dd832350d
      https://github.com/phpmyadmin/phpmyadmin/commit/e9c9d733c62168f54a87de05bc83c30dd832350d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2773 of 2773)


  Commit: f1c6958540ce1d9cf548a71182a60e400b29813f
      https://github.com/phpmyadmin/phpmyadmin/commit/f1c6958540ce1d9cf548a71182a60e400b29813f
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2773 of 2773)


  Commit: 33571d71737a9b4b6f1f78415dc6356d22e78449
      https://github.com/phpmyadmin/phpmyadmin/commit/33571d71737a9b4b6f1f78415dc6356d22e78449
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2773 of 2773)


  Commit: 05e416d6b3d7ef7aa85b0c0fbe90025e83bcf96b
      https://github.com/phpmyadmin/phpmyadmin/commit/05e416d6b3d7ef7aa85b0c0fbe90025e83bcf96b
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2773 of 2773)


  Commit: 35268009f89f6c3dec20f6d544bcb45430e782ef
      https://github.com/phpmyadmin/phpmyadmin/commit/35268009f89f6c3dec20f6d544bcb45430e782ef
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2773 of 2773)


  Commit: 07e30811841fa80068968d1b3a9dd6fc2db7815b
      https://github.com/phpmyadmin/phpmyadmin/commit/07e30811841fa80068968d1b3a9dd6fc2db7815b
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2773 of 2773)


  Commit: 5bc20f4e0fe43dd4681bf1ebf43f4d3efd6fe5d3
      https://github.com/phpmyadmin/phpmyadmin/commit/5bc20f4e0fe43dd4681bf1ebf43f4d3efd6fe5d3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M libraries/transformations.lib.php

  Log Message:
  -----------
  Ignore hidden files when looking up transformations

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


  Commit: 1e8c8ea2757261565d0347cf022dd426bc3a4f08
      https://github.com/phpmyadmin/phpmyadmin/commit/1e8c8ea2757261565d0347cf022dd426bc3a4f08
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 99.8% (2770 of 2773)


  Commit: 8f1e88232aa7e777b7ab9a19f74d4f234cc19823
      https://github.com/phpmyadmin/phpmyadmin/commit/8f1e88232aa7e777b7ab9a19f74d4f234cc19823
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 46.0% (1278 of 2773)


  Commit: e40ec81800a8ffd2866a7bb6d92929292814586f
      https://github.com/phpmyadmin/phpmyadmin/commit/e40ec81800a8ffd2866a7bb6d92929292814586f
  Author: Weblate <noreply at weblate.org>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M libraries/transformations.lib.php

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


  Commit: 5ea6345adb31d86c98f11e255415ad85140cc78c
      https://github.com/phpmyadmin/phpmyadmin/commit/5ea6345adb31d86c98f11e255415ad85140cc78c
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    A js/jquery/jquery.uitablefilter.js
    M js/sql.js
    M libraries/DisplayResults.class.php
    M sql.php
    M tbl_select.php

  Log Message:
  -----------
  Filter rows option on "Browse" table page.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Filter rows feature on "Browse" table page.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Included table filter plugin in tbl_select.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 344b0f4117ec05a471f276ec8288f26a8ecf1e2e
      https://github.com/phpmyadmin/phpmyadmin/commit/344b0f4117ec05a471f276ec8288f26a8ecf1e2e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/eu.po

  Log Message:
  -----------
  Translated using Weblate (Basque)

Currently translated at 19.8% (551 of 2773)


  Commit: f703342e05e70e6be4fea29b8948c48e49262cd7
      https://github.com/phpmyadmin/phpmyadmin/commit/f703342e05e70e6be4fea29b8948c48e49262cd7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/be.po

  Log Message:
  -----------
  Translated using Weblate (Belarusian)

Currently translated at 30.6% (850 of 2773)


  Commit: 8d707f0f1f8e6937fb20e8863ba0730024a713c4
      https://github.com/phpmyadmin/phpmyadmin/commit/8d707f0f1f8e6937fb20e8863ba0730024a713c4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/bs.po

  Log Message:
  -----------
  Translated using Weblate (Bosnian)

Currently translated at 16.3% (454 of 2773)


  Commit: d6359f844b8a3b2b94309d44459f687510edda12
      https://github.com/phpmyadmin/phpmyadmin/commit/d6359f844b8a3b2b94309d44459f687510edda12
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Translated using Weblate (Bulgarian)

Currently translated at 64.7% (1796 of 2773)


  Commit: 738779045242e11d2e68d0d7a4ad15bb8cf7810a
      https://github.com/phpmyadmin/phpmyadmin/commit/738779045242e11d2e68d0d7a4ad15bb8cf7810a
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 99.9% (2772 of 2773)


  Commit: c2e8ad01e5afeec6f9d77740a88f6c4b9a1cfb80
      https://github.com/phpmyadmin/phpmyadmin/commit/c2e8ad01e5afeec6f9d77740a88f6c4b9a1cfb80
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/en_GB.po

  Log Message:
  -----------
  Translated using Weblate (English (United Kingdom))

Currently translated at 89.0% (2470 of 2773)


  Commit: 5ef3095e8f3988b08a97246e5b2150ad5129f67b
      https://github.com/phpmyadmin/phpmyadmin/commit/5ef3095e8f3988b08a97246e5b2150ad5129f67b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/gl.po

  Log Message:
  -----------
  Translated using Weblate (Galician)

Currently translated at 86.3% (2394 of 2773)


  Commit: f91d4ca523b83734a2c8584ab2a873ee3682bcd9
      https://github.com/phpmyadmin/phpmyadmin/commit/f91d4ca523b83734a2c8584ab2a873ee3682bcd9
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/de.po

  Log Message:
  -----------
  Translated using Weblate (German)

Currently translated at 90.9% (2523 of 2773)


  Commit: 51cf9a7e81b10454d38b00b0261090c548e4231b
      https://github.com/phpmyadmin/phpmyadmin/commit/51cf9a7e81b10454d38b00b0261090c548e4231b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/hu.po

  Log Message:
  -----------
  Translated using Weblate (Hungarian)

Currently translated at 87.5% (2429 of 2773)


  Commit: bdba4afe255ad242b382ccac165764b199126236
      https://github.com/phpmyadmin/phpmyadmin/commit/bdba4afe255ad242b382ccac165764b199126236
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/it.po

  Log Message:
  -----------
  Translated using Weblate (Italian)

Currently translated at 80.1% (2223 of 2773)


  Commit: 3a4aa855176836c9ece15a491699f7d6e11e3b6e
      https://github.com/phpmyadmin/phpmyadmin/commit/3a4aa855176836c9ece15a491699f7d6e11e3b6e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/kk.po

  Log Message:
  -----------
  Translated using Weblate (Kazakh)

Currently translated at 11.7% (325 of 2773)


  Commit: 0683c948baf86558309b5ef5b8aff03b722cb915
      https://github.com/phpmyadmin/phpmyadmin/commit/0683c948baf86558309b5ef5b8aff03b722cb915
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/lv.po

  Log Message:
  -----------
  Translated using Weblate (Latvian)

Currently translated at 24.0% (666 of 2773)


  Commit: 513a6f6ab8011c6ef1a1a120ffa4782b48e4f633
      https://github.com/phpmyadmin/phpmyadmin/commit/513a6f6ab8011c6ef1a1a120ffa4782b48e4f633
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/mk.po

  Log Message:
  -----------
  Translated using Weblate (Macedonian)

Currently translated at 20.5% (570 of 2773)


  Commit: 7c8d418432962e1f6aae64a34b5fad3c2f6dfcca
      https://github.com/phpmyadmin/phpmyadmin/commit/7c8d418432962e1f6aae64a34b5fad3c2f6dfcca
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.3% (1645 of 2773)


  Commit: 9ef760eb0d3ac54832fcfc5dcecd54a52e4d453c
      https://github.com/phpmyadmin/phpmyadmin/commit/9ef760eb0d3ac54832fcfc5dcecd54a52e4d453c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/ro.po

  Log Message:
  -----------
  Translated using Weblate (Romanian)

Currently translated at 52.2% (1448 of 2773)


  Commit: 7fe5e7d5217e475658353fc5c5b7385b1d48b697
      https://github.com/phpmyadmin/phpmyadmin/commit/7fe5e7d5217e475658353fc5c5b7385b1d48b697
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/sr at latin.po

  Log Message:
  -----------
  Translated using Weblate (Serbian (latin))

Currently translated at 57.0% (1582 of 2773)


  Commit: e0c2452e9e5b54744a3e78d846d1876dfc844d3e
      https://github.com/phpmyadmin/phpmyadmin/commit/e0c2452e9e5b54744a3e78d846d1876dfc844d3e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/sk.po

  Log Message:
  -----------
  Translated using Weblate (Slovak)

Currently translated at 75.3% (2090 of 2773)


  Commit: 570a43fd5833d8c1733ec8d2d5bc738b76b0b7c7
      https://github.com/phpmyadmin/phpmyadmin/commit/570a43fd5833d8c1733ec8d2d5bc738b76b0b7c7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 98.2% (2725 of 2773)


  Commit: a4a3eee4685f7d2155dc963a69d39af99eefd1bc
      https://github.com/phpmyadmin/phpmyadmin/commit/a4a3eee4685f7d2155dc963a69d39af99eefd1bc
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    A js/jquery/jquery.uitablefilter.js
    M js/sql.js
    M libraries/DisplayResults.class.php
    M sql.php
    M tbl_select.php

  Log Message:
  -----------
  Merge pull request #1120 from ashutoshdhundhara/filter_rows

Filter rows option on "Browse" table page.


  Commit: 50c48c9bd66231bd68136ed16ded0426f641d635
      https://github.com/phpmyadmin/phpmyadmin/commit/50c48c9bd66231bd68136ed16ded0426f641d635
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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

  Log Message:
  -----------
  Update po files


  Commit: fcc4faa89dfe9b4be7a08cdbed0f0160a1ff0f8e
      https://github.com/phpmyadmin/phpmyadmin/commit/fcc4faa89dfe9b4be7a08cdbed0f0160a1ff0f8e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 22a3379c0811547d9597d65d3d20e1df07d6a01c
      https://github.com/phpmyadmin/phpmyadmin/commit/22a3379c0811547d9597d65d3d20e1df07d6a01c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2775 of 2775)


  Commit: 2941da0a1ec412d35fa575cbb81b1c08135b9111
      https://github.com/phpmyadmin/phpmyadmin/commit/2941da0a1ec412d35fa575cbb81b1c08135b9111
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2775 of 2775)


  Commit: 2b6567d35ad651758f901c677f15eedd06ed09ea
      https://github.com/phpmyadmin/phpmyadmin/commit/2b6567d35ad651758f901c677f15eedd06ed09ea
  Author: Domen <mitenem at outlook.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2775 of 2775)


  Commit: d975d23f6018c2ec48edb0a6aad17e454230dbc4
      https://github.com/phpmyadmin/phpmyadmin/commit/d975d23f6018c2ec48edb0a6aad17e454230dbc4
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-03-31 (Mon, 31 Mar 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2775 of 2775)


  Commit: 353066eccbefa4465317e28490d88c2165211470
      https://github.com/phpmyadmin/phpmyadmin/commit/353066eccbefa4465317e28490d88c2165211470
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2775 of 2775)


  Commit: 36012a2ab33e4d7ffd790a2c64b777b9c032d5fd
      https://github.com/phpmyadmin/phpmyadmin/commit/36012a2ab33e4d7ffd790a2c64b777b9c032d5fd
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2775 of 2775)


  Commit: 64e77be0f9a7521e36c9695933e8f6a687d91dbc
      https://github.com/phpmyadmin/phpmyadmin/commit/64e77be0f9a7521e36c9695933e8f6a687d91dbc
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M .travis.yml
    M test/bootstrap-dist.php
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Set coverageScriptUrl for Travis

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


  Commit: daa601bca0ecef610db9cbcd86efcb31d97d9d0c
      https://github.com/phpmyadmin/phpmyadmin/commit/daa601bca0ecef610db9cbcd86efcb31d97d9d0c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Include configuration needed for coverage reports from Selenium tests

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


  Commit: 6d64fe80d5202d4b898169aaa059fe45e276b3a5
      https://github.com/phpmyadmin/phpmyadmin/commit/6d64fe80d5202d4b898169aaa059fe45e276b3a5
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 46.1% (1280 of 2775)


  Commit: 199c51d745a49523a462cdcfc802484034b0ca05
      https://github.com/phpmyadmin/phpmyadmin/commit/199c51d745a49523a462cdcfc802484034b0ca05
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2775 of 2775)


  Commit: 3ac957267ea068eff1f51c329cfb5bf42cd99f74
      https://github.com/phpmyadmin/phpmyadmin/commit/3ac957267ea068eff1f51c329cfb5bf42cd99f74
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M .travis.yml
    M test/bootstrap-dist.php
    M test/selenium/TestBase.php

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


  Commit: a002102c2fca598ea07fd33aa25ea5caf8878af7
      https://github.com/phpmyadmin/phpmyadmin/commit/a002102c2fca598ea07fd33aa25ea5caf8878af7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Debug phpenv paths

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


  Commit: 517b55f5ed65f836858cd6e707cb260d12f1f105
      https://github.com/phpmyadmin/phpmyadmin/commit/517b55f5ed65f836858cd6e707cb260d12f1f105
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M libraries/relation.lib.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 375b94b1acea64f8599bf7989d404c1e152d572c
      https://github.com/phpmyadmin/phpmyadmin/commit/375b94b1acea64f8599bf7989d404c1e152d572c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Move option to correct place

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


  Commit: 7cbd698f81e7e1d54684868fa90b31c18263a48a
      https://github.com/phpmyadmin/phpmyadmin/commit/7cbd698f81e7e1d54684868fa90b31c18263a48a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix path

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


  Commit: f5fc2ab76b6a2df17e49dc641a3a9552170d2908
      https://github.com/phpmyadmin/phpmyadmin/commit/f5fc2ab76b6a2df17e49dc641a3a9552170d2908
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M libraries/Advisor.class.php
    M libraries/advisory_rules.txt

  Log Message:
  -----------
  Move implode to the code rather than having it in the data

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


  Commit: c6cc2f70b1a5118d39ccfb5be65dd5a7155518aa
      https://github.com/phpmyadmin/phpmyadmin/commit/c6cc2f70b1a5118d39ccfb5be65dd5a7155518aa
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/Advisor.class.php
    M test/classes/PMA_Advisor_test.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: 55d521eecdf1bfd021173d858f02def869b032fd
      https://github.com/phpmyadmin/phpmyadmin/commit/55d521eecdf1bfd021173d858f02def869b032fd
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Remove debugging code

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


  Commit: 2ef07440f660cb8d42796c0593dbac2b71dfa8f4
      https://github.com/phpmyadmin/phpmyadmin/commit/2ef07440f660cb8d42796c0593dbac2b71dfa8f4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Install wrappers compatible with installed phpunit

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


  Commit: 98fa0cd96dd9cd27eddd8acbace41823e2bd0f60
      https://github.com/phpmyadmin/phpmyadmin/commit/98fa0cd96dd9cd27eddd8acbace41823e2bd0f60
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/server_privileges.lib.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 4ebadff98eb176e6611e45857c27f5367ad3be1a
      https://github.com/phpmyadmin/phpmyadmin/commit/4ebadff98eb176e6611e45857c27f5367ad3be1a
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/pma/master'


  Commit: 7233657d4dabd8e485332007baaf2e7b72fc07bd
      https://github.com/phpmyadmin/phpmyadmin/commit/7233657d4dabd8e485332007baaf2e7b72fc07bd
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M doc/config.rst
    M doc/faq.rst
    M doc/glossary.rst
    M libraries/Util.class.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config/FormDisplay.class.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/sql.lib.php
    R libraries/sqlvalidator.class.php
    R libraries/sqlvalidator.lib.php
    M test/classes/config/PMA_FormDisplay_test.php
    R test/libraries/PMA_SQL_validator_test.php

  Log Message:
  -----------
  Remove support for SQL validator

The SOAP service seems to be down for quite some time and it is not
mentioned anywhere on Mimer website.

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


  Commit: de0528c124dd8aea67c72c6b46feb73629465a91
      https://github.com/phpmyadmin/phpmyadmin/commit/de0528c124dd8aea67c72c6b46feb73629465a91
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M doc/config.rst
    M doc/faq.rst
    M doc/glossary.rst
    M libraries/Util.class.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config/FormDisplay.class.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/sql.lib.php
    R libraries/sqlvalidator.class.php
    R libraries/sqlvalidator.lib.php
    M test/classes/config/PMA_FormDisplay_test.php
    R test/libraries/PMA_SQL_validator_test.php

  Log Message:
  -----------
  Merge pull request #1122 from nijel/remove-validator

Remove support for SQL validator


  Commit: ae9e9a1cf24715c6ad19a32b4223802f69084712
      https://github.com/phpmyadmin/phpmyadmin/commit/ae9e9a1cf24715c6ad19a32b4223802f69084712
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/bg.po

  Log Message:
  -----------
  Translated using Weblate (Bulgarian)

Currently translated at 64.7% (1796 of 2775)


  Commit: 56a09f3b09113ec132bf1233dfc31363c983fcd3
      https://github.com/phpmyadmin/phpmyadmin/commit/56a09f3b09113ec132bf1233dfc31363c983fcd3
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/de.po

  Log Message:
  -----------
  Translated using Weblate (German)

Currently translated at 92.9% (2579 of 2775)


  Commit: 07d393e4bd6f2e557a2e15e035895e38031b0751
      https://github.com/phpmyadmin/phpmyadmin/commit/07d393e4bd6f2e557a2e15e035895e38031b0751
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 73.8% (2048 of 2775)


  Commit: 5b13f680a0554b7b2ed24d50a457445ea39248a4
      https://github.com/phpmyadmin/phpmyadmin/commit/5b13f680a0554b7b2ed24d50a457445ea39248a4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/fa.po

  Log Message:
  -----------
  Translated using Weblate (Persian)

Currently translated at 31.7% (880 of 2775)


  Commit: 0ca15f6f899fd0294967af95c166291a67288cf7
      https://github.com/phpmyadmin/phpmyadmin/commit/0ca15f6f899fd0294967af95c166291a67288cf7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/pt.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese)

Currently translated at 52.3% (1453 of 2775)


  Commit: 5c5e41a0ca730df85db0b8f4bbaa930539621184
      https://github.com/phpmyadmin/phpmyadmin/commit/5c5e41a0ca730df85db0b8f4bbaa930539621184
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/zh_CN.po

  Log Message:
  -----------
  Translated using Weblate (Simplified Chinese)

Currently translated at 87.4% (2427 of 2775)


  Commit: cecbec4e2d1e561b3edc34c03ea86a3f85673423
      https://github.com/phpmyadmin/phpmyadmin/commit/cecbec4e2d1e561b3edc34c03ea86a3f85673423
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 99.0% (2748 of 2775)


  Commit: 5ab6899dbd61ea7f97584035a24d7b3e31e8a394
      https://github.com/phpmyadmin/phpmyadmin/commit/5ab6899dbd61ea7f97584035a24d7b3e31e8a394
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M doc/config.rst
    M doc/faq.rst
    M doc/glossary.rst
    M libraries/Util.class.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config/FormDisplay.class.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/sql.lib.php
    R libraries/sqlvalidator.class.php
    R libraries/sqlvalidator.lib.php
    M test/classes/config/PMA_FormDisplay_test.php
    R test/libraries/PMA_SQL_validator_test.php

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


  Commit: e2bf007542c6e4150edb9471dcb241180109660e
      https://github.com/phpmyadmin/phpmyadmin/commit/e2bf007542c6e4150edb9471dcb241180109660e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 25908fd821afb20fd539fdaab59b4a696acb1920
      https://github.com/phpmyadmin/phpmyadmin/commit/25908fd821afb20fd539fdaab59b4a696acb1920
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.po
    M po/he.po
    M po/hi.po

  Log Message:
  -----------
  Update po files


  Commit: 61b3cd41cba85c1624523485357cd4a22e842c8b
      https://github.com/phpmyadmin/phpmyadmin/commit/61b3cd41cba85c1624523485357cd4a22e842c8b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumDbStructureTest.php

  Log Message:
  -----------
  Wait for loading

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


  Commit: 28b7b9031c884b04eead47fbfb5926cdc363389c
      https://github.com/phpmyadmin/phpmyadmin/commit/28b7b9031c884b04eead47fbfb5926cdc363389c
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M db_structure.php
    M doc/faq.rst
    M index.php
    M js/db_structure.js
    M js/functions.js
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Browser local storage support for Favorite tables feature.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>

Fixed sync anchor location.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 1a076609258d21a13004fca7c4295c6acebe03db
      https://github.com/phpmyadmin/phpmyadmin/commit/1a076609258d21a13004fca7c4295c6acebe03db
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-02 (Wed, 02 Apr 2014)

  Changed paths:
    M db_structure.php
    M doc/faq.rst
    M index.php
    M js/db_structure.js
    M js/functions.js
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Merge pull request #1123 from ashutoshdhundhara/favorite_tables_local_storage

Browser local storage support for Favorite tables feature.


  Commit: 71bb45d139f02d8160dd5211d7c157b9a4fabba6
      https://github.com/phpmyadmin/phpmyadmin/commit/71bb45d139f02d8160dd5211d7c157b9a4fabba6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Revert "Install wrappers compatible with installed phpunit"

This reverts commit 2ef07440f660cb8d42796c0593dbac2b71dfa8f4.


  Commit: 1fe36b313e72e78acf4086a6a1dc83a367a0dd74
      https://github.com/phpmyadmin/phpmyadmin/commit/1fe36b313e72e78acf4086a6a1dc83a367a0dd74
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M ChangeLog
    M js/db_operations.js

  Log Message:
  -----------
  Merge commit '942ae12'


  Commit: e83a50edae9f7aa7e4859a31fc8b132a694f616d
      https://github.com/phpmyadmin/phpmyadmin/commit/e83a50edae9f7aa7e4859a31fc8b132a694f616d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Log Message:
  -----------
  Merge commit 'e9c42ce'


  Commit: 5b671f34ddcbfcff1e2d2a9699651acddcd5d315
      https://github.com/phpmyadmin/phpmyadmin/commit/5b671f34ddcbfcff1e2d2a9699651acddcd5d315
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M pmd_general.php
    M pmd_pdf.php

  Log Message:
  -----------
  Improve message

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 738ae82a112af46b58d1a2bbf8e8a74dfe19543d
      https://github.com/phpmyadmin/phpmyadmin/commit/738ae82a112af46b58d1a2bbf8e8a74dfe19543d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Update po files


  Commit: 95c992627fe58a1ee09f15bfb6fdb85244617435
      https://github.com/phpmyadmin/phpmyadmin/commit/95c992627fe58a1ee09f15bfb6fdb85244617435
  Author: Jozef Pistej <pistej2 at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/sk.po

  Log Message:
  -----------
  Translated using Weblate (Slovak)

Currently translated at 75.8% (2096 of 2762)


  Commit: 294a48ae20261b121083489d037ea165f0a0c1b8
      https://github.com/phpmyadmin/phpmyadmin/commit/294a48ae20261b121083489d037ea165f0a0c1b8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/sk.po

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


  Commit: 4b660da2b6efc74c6219671d6b2cb8e13e082b1c
      https://github.com/phpmyadmin/phpmyadmin/commit/4b660da2b6efc74c6219671d6b2cb8e13e082b1c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2762 of 2762)


  Commit: 0ee6fbbb6ef1f67030c1a28ffd1d7b895f8dc4d8
      https://github.com/phpmyadmin/phpmyadmin/commit/0ee6fbbb6ef1f67030c1a28ffd1d7b895f8dc4d8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableBrowseTest.php

  Log Message:
  -----------
  Document test problem

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


  Commit: 87a8481e04f59dfffeaabb7f56bec5f42a7018f3
      https://github.com/phpmyadmin/phpmyadmin/commit/87a8481e04f59dfffeaabb7f56bec5f42a7018f3
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2762 of 2762)


  Commit: ade68127ec19def2b4ae425f4c1b4f8576e08d56
      https://github.com/phpmyadmin/phpmyadmin/commit/ade68127ec19def2b4ae425f4c1b4f8576e08d56
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2762 of 2762)


  Commit: 995c6f4f3b47a28474d3d725d3acdbf889f900ad
      https://github.com/phpmyadmin/phpmyadmin/commit/995c6f4f3b47a28474d3d725d3acdbf889f900ad
  Author: Domen <mitenem at outlook.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2762 of 2762)


  Commit: bb3e673b1682dbf819fc2e99107bcd47a5953ba3
      https://github.com/phpmyadmin/phpmyadmin/commit/bb3e673b1682dbf819fc2e99107bcd47a5953ba3
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M prefs_manage.php

  Log Message:
  -----------
  Bug fix: Incorrect messages displayed in "Export settings" section.

Bug fix: Incorrect messages displayed in "Export settings" section.

Signed-Off-By: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: fae654179e8c7bd789659371ba480d42964a028b
      https://github.com/phpmyadmin/phpmyadmin/commit/fae654179e8c7bd789659371ba480d42964a028b
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M prefs_manage.php

  Log Message:
  -----------
  Merge pull request #1125 from ashutoshdhundhara/bug_exportSettings_msgs

Bug fix: Incorrect messages displayed in "Export settings" section.


  Commit: 059573f685409e3ccef96f143659b79fbbb13a8c
      https://github.com/phpmyadmin/phpmyadmin/commit/059573f685409e3ccef96f143659b79fbbb13a8c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: ca88cf8d9890b0854b27ccec801829e35fa43493
      https://github.com/phpmyadmin/phpmyadmin/commit/ca88cf8d9890b0854b27ccec801829e35fa43493
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2762 of 2762)


  Commit: 78738eaec4cd66b2bd085df2d20e15bb538d9381
      https://github.com/phpmyadmin/phpmyadmin/commit/78738eaec4cd66b2bd085df2d20e15bb538d9381
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2762 of 2762)


  Commit: be72557367aeae39e4ec2c08785b25e0786ea5f3
      https://github.com/phpmyadmin/phpmyadmin/commit/be72557367aeae39e4ec2c08785b25e0786ea5f3
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Comment for possible dead code

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 525d8e146ec5e8f82dc50eb9f31c9fdaf70360ab
      https://github.com/phpmyadmin/phpmyadmin/commit/525d8e146ec5e8f82dc50eb9f31c9fdaf70360ab
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.inc.php
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: e24d4c3f90069865ec4680f9babb6b894f03e95c
      https://github.com/phpmyadmin/phpmyadmin/commit/e24d4c3f90069865ec4680f9babb6b894f03e95c
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Improved function logic to one statement and remove unnecessary functions

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: 70c3ad7c272aa55d4463e3430b9c5f9c6262296a
      https://github.com/phpmyadmin/phpmyadmin/commit/70c3ad7c272aa55d4463e3430b9c5f9c6262296a
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M test/classes/PMA_DisplayResults_test.php

  Log Message:
  -----------
  Remove unneccessary tests

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: 9632ea441b6828a54b6020f45da9c5c660c1b41c
      https://github.com/phpmyadmin/phpmyadmin/commit/9632ea441b6828a54b6020f45da9c5c660c1b41c
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-05 (Sat, 05 Apr 2014)

  Changed paths:
    M js/functions.js
    M js/messages.php

  Log Message:
  -----------
  Fix undefined max_input_vars.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: f731370f4647d98206552bb3a66f2f809f1a9651
      https://github.com/phpmyadmin/phpmyadmin/commit/f731370f4647d98206552bb3a66f2f809f1a9651
  Author: BaldaI <baldai at inbox.ru>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M po/ru.po

  Log Message:
  -----------
  Update ru.po


  Commit: 9718b7ba52b11123dd69d6a6f51e3ff526c8f5ec
      https://github.com/phpmyadmin/phpmyadmin/commit/9718b7ba52b11123dd69d6a6f51e3ff526c8f5ec
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: 0023381dc5d6dc13fc70426d12ee423265f1d18b
      https://github.com/phpmyadmin/phpmyadmin/commit/0023381dc5d6dc13fc70426d12ee423265f1d18b
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M js/functions.js
    M js/messages.php

  Log Message:
  -----------
  Merge pull request #1127 from Tithugues/help4319

Fix undefined max_input_vars.


  Commit: 12151c75c8576358aaf79cd7d73fa62b55b98814
      https://github.com/phpmyadmin/phpmyadmin/commit/12151c75c8576358aaf79cd7d73fa62b55b98814
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 74.9% (2070 of 2762)


  Commit: 731ac284f7a1ba249c6dccbcfe9f4ffea4ad094a
      https://github.com/phpmyadmin/phpmyadmin/commit/731ac284f7a1ba249c6dccbcfe9f4ffea4ad094a
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M js/functions.js
    M js/messages.php

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


  Commit: 6a70005df145ab1ac84e798d81001ac83e6ec9c7
      https://github.com/phpmyadmin/phpmyadmin/commit/6a70005df145ab1ac84e798d81001ac83e6ec9c7
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M po/ru.po

  Log Message:
  -----------
  Merge pull request #1128 from BaldaI/patch-1

Update ru.po


  Commit: 153b6c14974be77a1b507891d9cc2f7a186ecee8
      https://github.com/phpmyadmin/phpmyadmin/commit/153b6c14974be77a1b507891d9cc2f7a186ecee8
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Fix incorrect number of returned parameters

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 9fa2ea5a0f27d8abe729a26b9c4722b2ff36dde1
      https://github.com/phpmyadmin/phpmyadmin/commit/9fa2ea5a0f27d8abe729a26b9c4722b2ff36dde1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Show sorted column message for all of the sorted columns, not just the last one

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: a0cdd1f97f81450c6294987088b09da7a965aaf2
      https://github.com/phpmyadmin/phpmyadmin/commit/a0cdd1f97f81450c6294987088b09da7a965aaf2
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Fix notices

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: ea3447ed8ebc40e3733f3cdcda35ff8aa266c36a
      https://github.com/phpmyadmin/phpmyadmin/commit/ea3447ed8ebc40e3733f3cdcda35ff8aa266c36a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M libraries/DisplayResults.class.php

  Log Message:
  -----------
  Previous fix for notices was incorrect

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 1a22eb8c76c72da0415d59775b987f2ad714314e
      https://github.com/phpmyadmin/phpmyadmin/commit/1a22eb8c76c72da0415d59775b987f2ad714314e
  Author: Crisley nunes de souza <br.crisley at googlemail.com>
  Date:   2014-04-06 (Sun, 06 Apr 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (2733 of 2762)


  Commit: 664bff844b384b0f993d24c07ecb91e3f8b8f5fe
      https://github.com/phpmyadmin/phpmyadmin/commit/664bff844b384b0f993d24c07ecb91e3f8b8f5fe
  Author: Luis Eduardo Braschi <herrcasper at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (2734 of 2762)


  Commit: 1cf8dfa54b4b48b1908606e1bb349d77f44b3132
      https://github.com/phpmyadmin/phpmyadmin/commit/1cf8dfa54b4b48b1908606e1bb349d77f44b3132
  Author: Luis Eduardo Braschi <herrcasper at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.9% (2734 of 2762)

"Contêm" é para terceira pessoa do plural; "Estas" referir-se-ia a "these", não "those";


  Commit: d74ac17cb46a5153e447d8f7114999cc22ed875e
      https://github.com/phpmyadmin/phpmyadmin/commit/d74ac17cb46a5153e447d8f7114999cc22ed875e
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M db_structure.php
    M index.php
    M js/db_structure.js
    M js/functions.js
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/navigation/NavigationTree.class.php
    M libraries/structure.lib.php
    M themes/original/css/navigation.css.php
    A themes/original/img/b_favorite.png
    A themes/original/img/b_no_favorite.png
    M themes/pmahomme/css/navigation.css.php

  Log Message:
  -----------
  Improve Navigation

Signed-off-by: Edward Cheng <c4150221 at gmail.com>

Fix bugs.

Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: e7d877d82aaf507df0a570de1678d2880a41d586
      https://github.com/phpmyadmin/phpmyadmin/commit/e7d877d82aaf507df0a570de1678d2880a41d586
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M db_structure.php
    M libraries/url_generating.lib.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 1284d0b575e2c44bf2eb78d50a5ec9d257aaac3d
      https://github.com/phpmyadmin/phpmyadmin/commit/1284d0b575e2c44bf2eb78d50a5ec9d257aaac3d
  Author: Luis Eduardo Braschi <herrcasper at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.0% (2735 of 2762)


  Commit: 45fb5eecf3ca4bbc670df35436f05b0257ec6fe3
      https://github.com/phpmyadmin/phpmyadmin/commit/45fb5eecf3ca4bbc670df35436f05b0257ec6fe3
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M db_structure.php
    M libraries/url_generating.lib.php

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


  Commit: 7a11533350817fb4575a228d446c166be99c067e
      https://github.com/phpmyadmin/phpmyadmin/commit/7a11533350817fb4575a228d446c166be99c067e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Log Message:
  -----------
  Merge commit '7483e61'


  Commit: 507fa83e7f8dea217c71bae73368da8c3336a1da
      https://github.com/phpmyadmin/phpmyadmin/commit/507fa83e7f8dea217c71bae73368da8c3336a1da
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/Table.class.php
    M test/classes/PMA_Table_test.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: a559543bfb6e49b99c5cdd8f199b499bb3b05ae2
      https://github.com/phpmyadmin/phpmyadmin/commit/a559543bfb6e49b99c5cdd8f199b499bb3b05ae2
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M index.php
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Fixed method naming convention

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: 7eb30c629d19f6dd2ee25e1870969574aa009b6c
      https://github.com/phpmyadmin/phpmyadmin/commit/7eb30c629d19f6dd2ee25e1870969574aa009b6c
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Fix bugs.

Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: 2a0b3521e607b0c840718121e5f8089d3fa15112
      https://github.com/phpmyadmin/phpmyadmin/commit/2a0b3521e607b0c840718121e5f8089d3fa15112
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumTableBrowseTest.php

  Log Message:
  -----------
  Document known issues

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


  Commit: 3f51322655005bfc5d9570affba0316493c6568a
      https://github.com/phpmyadmin/phpmyadmin/commit/3f51322655005bfc5d9570affba0316493c6568a
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2762 of 2762)


  Commit: 111fb2f64666b1e2aedc51597322d4cc967e35ed
      https://github.com/phpmyadmin/phpmyadmin/commit/111fb2f64666b1e2aedc51597322d4cc967e35ed
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2762 of 2762)


  Commit: 09b54ed19be4868ac3a36fe0a19fb27514f629b3
      https://github.com/phpmyadmin/phpmyadmin/commit/09b54ed19be4868ac3a36fe0a19fb27514f629b3
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M index.php

  Log Message:
  -----------
  Put back code lost since 2a8962aa95ba5f8b11439bfe3e9ecc88decb2c88

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 3e3d7db2c08c7c4a838f7be79618aba3ba26b604
      https://github.com/phpmyadmin/phpmyadmin/commit/3e3d7db2c08c7c4a838f7be79618aba3ba26b604
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M db_structure.php
    M index.php
    M js/db_structure.js
    M js/functions.js
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/navigation/NavigationTree.class.php
    M libraries/structure.lib.php
    M themes/original/css/navigation.css.php
    A themes/original/img/b_favorite.png
    A themes/original/img/b_no_favorite.png
    M themes/pmahomme/css/navigation.css.php

  Log Message:
  -----------
  Merge pull request #1129 from WhaleWatching/navigation

Improve Navigation


  Commit: 8799d52a345547823c5c9d3af91817078deb0155
      https://github.com/phpmyadmin/phpmyadmin/commit/8799d52a345547823c5c9d3af91817078deb0155
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-08 (Tue, 08 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: df30698c8e439c635bdc1e74c817d277f2982c05
      https://github.com/phpmyadmin/phpmyadmin/commit/df30698c8e439c635bdc1e74c817d277f2982c05
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  The element Selenium waiting for is under .drop_list, and it was invisible.
Change target container will clear this error.

Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: 4efc9937cb63101decad208093d8460d1603c25b
      https://github.com/phpmyadmin/phpmyadmin/commit/4efc9937cb63101decad208093d8460d1603c25b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Merge pull request #1130 from WhaleWatching/navigation

Fix test


  Commit: ecf13347de7c609bc8f9797a63d649b9c5b528c7
      https://github.com/phpmyadmin/phpmyadmin/commit/ecf13347de7c609bc8f9797a63d649b9c5b528c7
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Revert to the original message which is better

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 9bd40e3c76cdead77176a2d6237d78ec5f4f39a6
      https://github.com/phpmyadmin/phpmyadmin/commit/9bd40e3c76cdead77176a2d6237d78ec5f4f39a6
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Add hints

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 1c2eec253b804bf4babc210d46c5a17250ed69fe
      https://github.com/phpmyadmin/phpmyadmin/commit/1c2eec253b804bf4babc210d46c5a17250ed69fe
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.po
    M po/he.po
    M po/hi.po
    M po/hr.po

  Log Message:
  -----------
  Update po files


  Commit: 2a789189d1e993cd68f31321cca6e1e5c167e207
      https://github.com/phpmyadmin/phpmyadmin/commit/2a789189d1e993cd68f31321cca6e1e5c167e207
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2764 of 2764)


  Commit: 5f9eac2aa4fe61db79651a46e20dd88f96b19940
      https://github.com/phpmyadmin/phpmyadmin/commit/5f9eac2aa4fe61db79651a46e20dd88f96b19940
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2764 of 2764)


  Commit: 511db69725a0990e1aae9def37b233afed2bd16a
      https://github.com/phpmyadmin/phpmyadmin/commit/511db69725a0990e1aae9def37b233afed2bd16a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2764 of 2764)


  Commit: c68bc37fa496f4753b8488ad6b1ad2c3ee6b4fe5
      https://github.com/phpmyadmin/phpmyadmin/commit/c68bc37fa496f4753b8488ad6b1ad2c3ee6b4fe5
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2764 of 2764)


  Commit: 132c6932a0ae1f5e314453f3908e28516080d602
      https://github.com/phpmyadmin/phpmyadmin/commit/132c6932a0ae1f5e314453f3908e28516080d602
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2764 of 2764)


  Commit: 4f4f6567db1f9d3a288dc7be2193da056b35bffe
      https://github.com/phpmyadmin/phpmyadmin/commit/4f4f6567db1f9d3a288dc7be2193da056b35bffe
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  4.2.0-alpha1 release

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 6de931e43db8c3abfcc19b8712c6202bfa1b826f
      https://github.com/phpmyadmin/phpmyadmin/commit/6de931e43db8c3abfcc19b8712c6202bfa1b826f
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 46.7% (1292 of 2764)


  Commit: e422281660044c272f9d53f845af32b52ec735e2
      https://github.com/phpmyadmin/phpmyadmin/commit/e422281660044c272f9d53f845af32b52ec735e2
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2764 of 2764)


  Commit: 8820f845249dae8ef525db9f6734194af3a606af
      https://github.com/phpmyadmin/phpmyadmin/commit/8820f845249dae8ef525db9f6734194af3a606af
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M README
    M doc/conf.py
    M libraries/Config.class.php

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


  Commit: 40986c0769657e97d08bdc664ea2932e4a7da100
      https://github.com/phpmyadmin/phpmyadmin/commit/40986c0769657e97d08bdc664ea2932e4a7da100
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M libraries/DBQbe.class.php

  Log Message:
  -----------
  Make message translatable

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: b5a25e7f7feabdef0ed6a1f82e85e819aacde7ed
      https://github.com/phpmyadmin/phpmyadmin/commit/b5a25e7f7feabdef0ed6a1f82e85e819aacde7ed
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ky.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/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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Update po files


  Commit: b027ddc3241625f489a82b031f307a1cfd45a68b
      https://github.com/phpmyadmin/phpmyadmin/commit/b027ddc3241625f489a82b031f307a1cfd45a68b
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2765 of 2765)


  Commit: f2fbf57af201da3e9fa3660502e5243ca32268be
      https://github.com/phpmyadmin/phpmyadmin/commit/f2fbf57af201da3e9fa3660502e5243ca32268be
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2765 of 2765)


  Commit: 182e0c143e4d907790e51a3f5bafa1e921f56e07
      https://github.com/phpmyadmin/phpmyadmin/commit/182e0c143e4d907790e51a3f5bafa1e921f56e07
  Author: Domen <mitenem at outlook.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2765 of 2765)


  Commit: c891637f7c14fcf7f02c2df892b03c82a0239ae5
      https://github.com/phpmyadmin/phpmyadmin/commit/c891637f7c14fcf7f02c2df892b03c82a0239ae5
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2765 of 2765)


  Commit: 9d00abbe5cfc9aefff507e12072fe44539f90701
      https://github.com/phpmyadmin/phpmyadmin/commit/9d00abbe5cfc9aefff507e12072fe44539f90701
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2765 of 2765)


  Commit: 57565beb1c92e7e82142a9455a4ac76c71291ff7
      https://github.com/phpmyadmin/phpmyadmin/commit/57565beb1c92e7e82142a9455a4ac76c71291ff7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2765 of 2765)


  Commit: 47fc00dcb033e4f5936f54617d0e6cfd645eb5e8
      https://github.com/phpmyadmin/phpmyadmin/commit/47fc00dcb033e4f5936f54617d0e6cfd645eb5e8
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2765 of 2765)


  Commit: 4a2454c3bd013641040f6d1561f5737b8f474bf2
      https://github.com/phpmyadmin/phpmyadmin/commit/4a2454c3bd013641040f6d1561f5737b8f474bf2
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Log Message:
  -----------
  Merge commit 'e1de0e9'


  Commit: 05912b5c2cbbad1b400eff054fb115e8461e914e
      https://github.com/phpmyadmin/phpmyadmin/commit/05912b5c2cbbad1b400eff054fb115e8461e914e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M export.php
    M js/export.js
    M libraries/display_export.lib.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 8827ef7c76a44a283c85e7bcd1629994603ed804
      https://github.com/phpmyadmin/phpmyadmin/commit/8827ef7c76a44a283c85e7bcd1629994603ed804
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Log Message:
  -----------
  Merge commit 'b1cc09c'


  Commit: 9115548f00f1e2a2efb1a8b8c0075d876483a6b5
      https://github.com/phpmyadmin/phpmyadmin/commit/9115548f00f1e2a2efb1a8b8c0075d876483a6b5
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M ChangeLog
    M js/export.js
    M libraries/display_export.lib.php

  Log Message:
  -----------
  Merge commit 'abe4702'


  Commit: f895eedaa6354e3c5a7b310c4b5b132bb13a6123
      https://github.com/phpmyadmin/phpmyadmin/commit/f895eedaa6354e3c5a7b310c4b5b132bb13a6123
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Log Message:
  -----------
  Merge commit 'f7c1399'


  Commit: e2a6cc09aad5f8209d52cc68294e35b3437ce03b
      https://github.com/phpmyadmin/phpmyadmin/commit/e2a6cc09aad5f8209d52cc68294e35b3437ce03b
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2765 of 2765)


  Commit: 65e592757c4495fd4ad0cfb2f3ab65aed37d465b
      https://github.com/phpmyadmin/phpmyadmin/commit/65e592757c4495fd4ad0cfb2f3ab65aed37d465b
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M ChangeLog
    M export.php
    M js/export.js
    M libraries/display_export.lib.php

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


  Commit: 2fa4a0084c235c81e44697a9e4482bba94c1d628
      https://github.com/phpmyadmin/phpmyadmin/commit/2fa4a0084c235c81e44697a9e4482bba94c1d628
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/common.inc.php

  Log Message:
  -----------
  Simplify condition for running stripslashes

- get_magic_quotes_gpc is always present in supported PHP versions
- get_magic_quotes_gpc returns false since PHP 5.4.0 where related
  setting has been removed

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


  Commit: a3e05a32efebe15e4c91071e1a379be8ace535a5
      https://github.com/phpmyadmin/phpmyadmin/commit/a3e05a32efebe15e4c91071e1a379be8ace535a5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M test/libraries/core/PMA_array_test.php

  Log Message:
  -----------
  Add test for double call of PMA_arrayWalkRecursive

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


  Commit: 295e688eaf63a986e1490189d018b64b88de73ee
      https://github.com/phpmyadmin/phpmyadmin/commit/295e688eaf63a986e1490189d018b64b88de73ee
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/core.lib.php

  Log Message:
  -----------
  Try to fix wrong stripping of request variables

- the list of walked array keys can not be static as this can prevent of
  processing of some elements
- we need to flag all processed elements as after reordering they can
  come again


  Commit: 5b8f6ba18eb90671e39e42f1212e77599a8cfaba
      https://github.com/phpmyadmin/phpmyadmin/commit/5b8f6ba18eb90671e39e42f1212e77599a8cfaba
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2765 of 2765)


  Commit: b4b0ee5b684ef54afbedff930d15070bcf8e6256
      https://github.com/phpmyadmin/phpmyadmin/commit/b4b0ee5b684ef54afbedff930d15070bcf8e6256
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.inc.php

  Log Message:
  -----------
  Merge commit '2558b3b'


  Commit: d73ce2f52fb32a19459457afa09edf4f2e650155
      https://github.com/phpmyadmin/phpmyadmin/commit/d73ce2f52fb32a19459457afa09edf4f2e650155
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Log Message:
  -----------
  Merge commit 'a2fa1aa'


  Commit: fb96545044617a98b06134b5138fbfc55b5d7559
      https://github.com/phpmyadmin/phpmyadmin/commit/fb96545044617a98b06134b5138fbfc55b5d7559
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge commit '5fb647c'


  Commit: 274cc71673fc5b4daed56e0e8180bc5160d4fb67
      https://github.com/phpmyadmin/phpmyadmin/commit/274cc71673fc5b4daed56e0e8180bc5160d4fb67
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/hu.po

  Log Message:
  -----------
  Translated using Weblate (Hungarian)

Currently translated at 87.4% (2417 of 2765)


  Commit: d4301c1537d28336216bd456a9aef52c98246dbf
      https://github.com/phpmyadmin/phpmyadmin/commit/d4301c1537d28336216bd456a9aef52c98246dbf
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/id.po

  Log Message:
  -----------
  Translated using Weblate (Indonesian)

Currently translated at 76.6% (2120 of 2765)


  Commit: 957b09ae2ad02b624207c20580bf51586a7e7ec0
      https://github.com/phpmyadmin/phpmyadmin/commit/957b09ae2ad02b624207c20580bf51586a7e7ec0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 74.7% (2067 of 2765)


  Commit: 4ac57f42adb25ea34a772c79b358c85528b3e823
      https://github.com/phpmyadmin/phpmyadmin/commit/4ac57f42adb25ea34a772c79b358c85528b3e823
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 98.0% (2710 of 2765)


  Commit: 26d49eb9599fe2667b2c0c4f59d403f73f86e7bb
      https://github.com/phpmyadmin/phpmyadmin/commit/26d49eb9599fe2667b2c0c4f59d403f73f86e7bb
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/tbl_columns_definition_form.inc.php

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


  Commit: acbdaecf004bec034170b18fcc4111621387adfe
      https://github.com/phpmyadmin/phpmyadmin/commit/acbdaecf004bec034170b18fcc4111621387adfe
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.inc.php

  Log Message:
  -----------
  Bug Fix: Notices on table create page.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 7662b5459b03ed46ac6a1c727e6367cc91e7ce20
      https://github.com/phpmyadmin/phpmyadmin/commit/7662b5459b03ed46ac6a1c727e6367cc91e7ce20
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.inc.php

  Log Message:
  -----------
  Merge pull request #1134 from ashutoshdhundhara/create_table_notices

Bug Fix: Notices on table create page.


  Commit: 31030630e024e64b34984a86445858592046ffed
      https://github.com/phpmyadmin/phpmyadmin/commit/31030630e024e64b34984a86445858592046ffed
  Author: Kai-Ove Finvold <translate at okai.no>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 59.2% (1638 of 2765)


  Commit: 03f943ed38f079f1a3bf5af11465c455b8dc96db
      https://github.com/phpmyadmin/phpmyadmin/commit/03f943ed38f079f1a3bf5af11465c455b8dc96db
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.inc.php

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


  Commit: 06a6fc627de71ecb102427315ca2b0b457dec5a8
      https://github.com/phpmyadmin/phpmyadmin/commit/06a6fc627de71ecb102427315ca2b0b457dec5a8
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M po/de.po

  Log Message:
  -----------
  Update menu item translation for consistency

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: cccddfe80bf5eec53615b39ca2a7316284df4ab1
      https://github.com/phpmyadmin/phpmyadmin/commit/cccddfe80bf5eec53615b39ca2a7316284df4ab1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  4.2.0-alpha2 release

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: f46865c6604e131fc5173782f0c507107225b459
      https://github.com/phpmyadmin/phpmyadmin/commit/f46865c6604e131fc5173782f0c507107225b459
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M libraries/Advisor.class.php
    M libraries/DisplayResults.class.php
    M libraries/export.lib.php
    M libraries/structure.lib.php
    M setup/frames/menu.inc.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 72f0507841e6291773285764dcf760efa7429b09
      https://github.com/phpmyadmin/phpmyadmin/commit/72f0507841e6291773285764dcf760efa7429b09
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge commit 'f220ef2'


  Commit: 26e33dd4f252d8cd7932ddaac6408163c0efe914
      https://github.com/phpmyadmin/phpmyadmin/commit/26e33dd4f252d8cd7932ddaac6408163c0efe914
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Log Message:
  -----------
  Merge commit '2e5f178'


  Commit: 212909882408c10e3cbacdea6d2771913c03375e
      https://github.com/phpmyadmin/phpmyadmin/commit/212909882408c10e3cbacdea6d2771913c03375e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge commit '1842f13'


  Commit: 9a1099eaee16e4d421e40cff8fa74f1640e9fb12
      https://github.com/phpmyadmin/phpmyadmin/commit/9a1099eaee16e4d421e40cff8fa74f1640e9fb12
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge commit 'd542180'


  Commit: e82c1b2e093bebe2dbc2c7b2f43bf5e7d16f208f
      https://github.com/phpmyadmin/phpmyadmin/commit/e82c1b2e093bebe2dbc2c7b2f43bf5e7d16f208f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M libraries/Header.class.php

  Log Message:
  -----------
  Add CSPAllow to script-src as well

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


  Commit: 8ef8fbfbc8663a8dab6c5ea58530df63d919c555
      https://github.com/phpmyadmin/phpmyadmin/commit/8ef8fbfbc8663a8dab6c5ea58530df63d919c555
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Log Message:
  -----------
  Merge commit '2df8cdb'


  Commit: d6592b5eb268f2fa64819aea88d6616edce7fa89
      https://github.com/phpmyadmin/phpmyadmin/commit/d6592b5eb268f2fa64819aea88d6616edce7fa89
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M js/functions.js
    M js/rte.js

  Log Message:
  -----------
  Fix merge conflicts

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: be7f34d54623890f1989daf7029fe6544095322d
      https://github.com/phpmyadmin/phpmyadmin/commit/be7f34d54623890f1989daf7029fe6544095322d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Log Message:
  -----------
  Merge commit '5d9bcd3'


  Commit: 609c0acaf3858e8a7ef632cd63efad405824da45
      https://github.com/phpmyadmin/phpmyadmin/commit/609c0acaf3858e8a7ef632cd63efad405824da45
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge commit 'b82fe09'


  Commit: cf924e57f506945c78b4942e784f6c92b06485d1
      https://github.com/phpmyadmin/phpmyadmin/commit/cf924e57f506945c78b4942e784f6c92b06485d1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M js/functions.js

  Log Message:
  -----------
  Merge commit '64e9287'


  Commit: 57f8e18e96e9e32893085c54a21c2cad412f3f7a
      https://github.com/phpmyadmin/phpmyadmin/commit/57f8e18e96e9e32893085c54a21c2cad412f3f7a
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Bug Fix: #4362 Adding index to column by button in structure view shows wrong dialog.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 865d76a60232651e50300d634aa63af3bced1134
      https://github.com/phpmyadmin/phpmyadmin/commit/865d76a60232651e50300d634aa63af3bced1134
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Merge pull request #1138 from ashutoshdhundhara/bugfix_4362

Bug Fix: #4362 Adding index to column by button in structure view shows wrong dialog.


  Commit: d9b25468e6ca3e5470c0d54e6f95a8418b8995ef
      https://github.com/phpmyadmin/phpmyadmin/commit/d9b25468e6ca3e5470c0d54e6f95a8418b8995ef
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 75.4% (2085 of 2765)


  Commit: 9950c800b48b27be42da384490bab3591bcb5d4f
      https://github.com/phpmyadmin/phpmyadmin/commit/9950c800b48b27be42da384490bab3591bcb5d4f
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-12 (Sat, 12 Apr 2014)

  Changed paths:
    M libraries/structure.lib.php

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


  Commit: a13855a28886f0741e051cd1234e7d6832a9f27d
      https://github.com/phpmyadmin/phpmyadmin/commit/a13855a28886f0741e051cd1234e7d6832a9f27d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Log Message:
  -----------
  Merge commit 'd1a067c'


  Commit: 87eca2dfae3d713f838b2d0156ca1656bead247c
      https://github.com/phpmyadmin/phpmyadmin/commit/87eca2dfae3d713f838b2d0156ca1656bead247c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  4.1.14-dev

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 67e6a724d7d6aae42a41b928e9e6ebef109146aa
      https://github.com/phpmyadmin/phpmyadmin/commit/67e6a724d7d6aae42a41b928e9e6ebef109146aa
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2765 of 2765)


  Commit: 003a31e12cd35dff8ee6b626cc7aa83b67aad45c
      https://github.com/phpmyadmin/phpmyadmin/commit/003a31e12cd35dff8ee6b626cc7aa83b67aad45c
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-13 (Sun, 13 Apr 2014)

  Changed paths:
    M ChangeLog

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


  Commit: a182cca00437a3a02c22ea6d21d6550b171fcbd1
      https://github.com/phpmyadmin/phpmyadmin/commit/a182cca00437a3a02c22ea6d21d6550b171fcbd1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php
    M libraries/structure.lib.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: a0890828fab66d9400a70a0456db29bee62116dc
      https://github.com/phpmyadmin/phpmyadmin/commit/a0890828fab66d9400a70a0456db29bee62116dc
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2765 of 2765)


  Commit: af46246eb55639efd5642dcff073b56c75ba01b9
      https://github.com/phpmyadmin/phpmyadmin/commit/af46246eb55639efd5642dcff073b56c75ba01b9
  Author: Andriy Bandura <andriykopanytsia at gmail.com>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M po/uk.po

  Log Message:
  -----------
  Translated using Weblate (Ukrainian)

Currently translated at 89.2% (2469 of 2765)


  Commit: b77cc7f1ce38099290e7fddf8badcf85f2a56f69
      https://github.com/phpmyadmin/phpmyadmin/commit/b77cc7f1ce38099290e7fddf8badcf85f2a56f69
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php
    M libraries/structure.lib.php

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


  Commit: 967ac93a71b8da608d5c59e5baf90b48ca82ac8c
      https://github.com/phpmyadmin/phpmyadmin/commit/967ac93a71b8da608d5c59e5baf90b48ca82ac8c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Log Message:
  -----------
  Merge commit 'c91fec4'


  Commit: 4b34ec6e52606ed67d00bc972cdaff0b6b12a2d9
      https://github.com/phpmyadmin/phpmyadmin/commit/4b34ec6e52606ed67d00bc972cdaff0b6b12a2d9
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Changed paths:
    M import.php

  Log Message:
  -----------
  Merge commit '29fb3c8'


  Commit: 1186e6e28dd84e68cc792dba6965d5321871008b
      https://github.com/phpmyadmin/phpmyadmin/commit/1186e6e28dd84e68cc792dba6965d5321871008b
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Log Message:
  -----------
  Merge commit '13dce54'


  Commit: a81ff24341f792a875041f15803804282a3f5de5
      https://github.com/phpmyadmin/phpmyadmin/commit/a81ff24341f792a875041f15803804282a3f5de5
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Merge commit '0ece94e'


  Commit: 7f91560cb8e76eacc9bb19a0355ca1fd35a0ff5e
      https://github.com/phpmyadmin/phpmyadmin/commit/7f91560cb8e76eacc9bb19a0355ca1fd35a0ff5e
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-15 (Tue, 15 Apr 2014)

  Log Message:
  -----------
  Merge commit '13fb926'


  Commit: 5eacbab394d7966c27e33748fa2847f984cf51c2
      https://github.com/phpmyadmin/phpmyadmin/commit/5eacbab394d7966c27e33748fa2847f984cf51c2
  Author: Claus Svalekjaer <just.my.smtp.server at gmail.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 95.9% (2653 of 2765)


  Commit: b0739e0e6e99e69d49dfebd6333af9980b77c46a
      https://github.com/phpmyadmin/phpmyadmin/commit/b0739e0e6e99e69d49dfebd6333af9980b77c46a
  Author: Purodha Blissenbach <publi at web.de>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/de.po

  Log Message:
  -----------
  Translated using Weblate (German)

Currently translated at 93.5% (2588 of 2765)


  Commit: 1878bffd7c9490e4f562af2c737f91a4b21abd7b
      https://github.com/phpmyadmin/phpmyadmin/commit/1878bffd7c9490e4f562af2c737f91a4b21abd7b
  Author: ketil vestby <ketil at vestby.name>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Translated using Weblate (Norwegian Bokmål)

Currently translated at 61.4% (1698 of 2765)


  Commit: fb7c960d1d4392b1e2062962c5faeeedada0c79a
      https://github.com/phpmyadmin/phpmyadmin/commit/fb7c960d1d4392b1e2062962c5faeeedada0c79a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 5738c2ddc82d2a274b190e4711ed5d7c66493354
      https://github.com/phpmyadmin/phpmyadmin/commit/5738c2ddc82d2a274b190e4711ed5d7c66493354
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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

  Log Message:
  -----------
  Update po files


  Commit: 8495ac3b505f9d2749b6ae65191b9885b37030ef
      https://github.com/phpmyadmin/phpmyadmin/commit/8495ac3b505f9d2749b6ae65191b9885b37030ef
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M libraries/select_lang.lib.php
    A po/ksh.po

  Log Message:
  -----------
  Add Colognian translaation

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


  Commit: 1d2460a058ac1206f65f2170bc4e6acb2a2eb29d
      https://github.com/phpmyadmin/phpmyadmin/commit/1d2460a058ac1206f65f2170bc4e6acb2a2eb29d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/nb.po

  Log Message:
  -----------
  Merge branch 'master' of github.com:phpmyadmin/phpmyadmin

Conflicts:
	po/nb.po


  Commit: ca562232dd3bc87434f8610a57dc6faf9dbdc4cd
      https://github.com/phpmyadmin/phpmyadmin/commit/ca562232dd3bc87434f8610a57dc6faf9dbdc4cd
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Bug Fix: #4368 Recent/Favorite tables persist even if they don't exist.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: c9f1ef68d03c9c9447f2946964e325031e49193d
      https://github.com/phpmyadmin/phpmyadmin/commit/c9f1ef68d03c9c9447f2946964e325031e49193d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/ksh.po

  Log Message:
  -----------
  Translated using Weblate (Colognian)

Currently translated at 0.0% (1 of 2765)


  Commit: ccbc24d2b50076030e398b821242568ab14ee3a9
      https://github.com/phpmyadmin/phpmyadmin/commit/ccbc24d2b50076030e398b821242568ab14ee3a9
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Merge pull request #1141 from ashutoshdhundhara/bugfix_4368

Bug Fix: #4368 Recent/Favorite tables persist even if they don't exist.


  Commit: edb434bcf344f06466567bad13fef1853e79687d
      https://github.com/phpmyadmin/phpmyadmin/commit/edb434bcf344f06466567bad13fef1853e79687d
  Author: Purodha Blissenbach <publi at web.de>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/ksh.po

  Log Message:
  -----------
  Translated using Weblate (Colognian)

Currently translated at 1.0% (30 of 2765)


  Commit: 71511e263ba0cbee792aa15be533baf5865c6dbc
      https://github.com/phpmyadmin/phpmyadmin/commit/71511e263ba0cbee792aa15be533baf5865c6dbc
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M po/kn.po

  Log Message:
  -----------
  Translated using Weblate (Kannada)

Currently translated at 0.0% (2 of 2765)


  Commit: f755d2b51deabad76e1a372fc5a837dcd21929b0
      https://github.com/phpmyadmin/phpmyadmin/commit/f755d2b51deabad76e1a372fc5a837dcd21929b0
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-16 (Wed, 16 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

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


  Commit: e7e8b64dd1004fa9d166734c937de2178b79b0b6
      https://github.com/phpmyadmin/phpmyadmin/commit/e7e8b64dd1004fa9d166734c937de2178b79b0b6
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M libraries/structure.lib.php

  Log Message:
  -----------
  HTML5 data attributes for favorite table links

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 63e40958646c88d46a6d5b283c1daac74ec21008
      https://github.com/phpmyadmin/phpmyadmin/commit/63e40958646c88d46a6d5b283c1daac74ec21008
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

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

  Log Message:
  -----------
  display: block for recent/favorite table list

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 368cd0b01e44fa968706f081689ee9d4af0a515b
      https://github.com/phpmyadmin/phpmyadmin/commit/368cd0b01e44fa968706f081689ee9d4af0a515b
  Author: Jun-seong Lee <acu.pe.kr at gmail.com>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 75.6% (2092 of 2765)


  Commit: 2293ce0530a3818e9f2b78a14073cc7e6b651957
      https://github.com/phpmyadmin/phpmyadmin/commit/2293ce0530a3818e9f2b78a14073cc7e6b651957
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M libraries/structure.lib.php
    M themes/original/css/navigation.css.php
    M themes/pmahomme/css/navigation.css.php

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


  Commit: c9979a4588d9897fecea18872d1b2d5fb82de7be
      https://github.com/phpmyadmin/phpmyadmin/commit/c9979a4588d9897fecea18872d1b2d5fb82de7be
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: b8ca923968ec056178f86d94dd9b3457263fe538
      https://github.com/phpmyadmin/phpmyadmin/commit/b8ca923968ec056178f86d94dd9b3457263fe538
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M index.php
    M libraries/Table.class.php
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Fix coding style.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 92b950db85eaeae89bbc67648962c61323c380e1
      https://github.com/phpmyadmin/phpmyadmin/commit/92b950db85eaeae89bbc67648962c61323c380e1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M import_status.php

  Log Message:
  -----------
  Merge branch 'QA_4_1'


  Commit: 5c9aa93c904fcf063fcd975a6b70d3cbae9dd934
      https://github.com/phpmyadmin/phpmyadmin/commit/5c9aa93c904fcf063fcd975a6b70d3cbae9dd934
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M libraries/config/FormDisplay.class.php

  Log Message:
  -----------
  Fix coding style.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: ccf55163a825ce9ea57cefe17ba547eb6200d25a
      https://github.com/phpmyadmin/phpmyadmin/commit/ccf55163a825ce9ea57cefe17ba547eb6200d25a
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-17 (Thu, 17 Apr 2014)

  Changed paths:
    M import_status.php

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin


  Commit: b61c12bff116c6c67e49f0e383fab13ee475d5f3
      https://github.com/phpmyadmin/phpmyadmin/commit/b61c12bff116c6c67e49f0e383fab13ee475d5f3
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M libraries/plugins/import/ImportSql.class.php

  Log Message:
  -----------
  Fix coding style.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: c8850eee2217470700c4a4b010478fccb6da8bba
      https://github.com/phpmyadmin/phpmyadmin/commit/c8850eee2217470700c4a4b010478fccb6da8bba
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2765 of 2765)


  Commit: 217459424ff9850fc345f2078d081bb9c9566d91
      https://github.com/phpmyadmin/phpmyadmin/commit/217459424ff9850fc345f2078d081bb9c9566d91
  Author: minhaz <minhazav at gmail.com>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M js/messages.php

  Log Message:
  -----------
  Confirm message for Confirm Navigation

Signed-off-by: A V Minhaz <minhazav at gmail.com>


  Commit: e5f0b0881cdec9f446b64211972174c8288c52d7
      https://github.com/phpmyadmin/phpmyadmin/commit/e5f0b0881cdec9f446b64211972174c8288c52d7
  Author: minhaz <minhazav at gmail.com>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M js/ajax.js

  Log Message:
  -----------
  patch for feature request #1518

Signed-off-by: A V Minhaz <minhazav at gmail.com>


  Commit: 2f35b7f23e4c139ab02eb3a79af3a4d5b84a56c8
      https://github.com/phpmyadmin/phpmyadmin/commit/2f35b7f23e4c139ab02eb3a79af3a4d5b84a56c8
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  4.2.0-beta1 release

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: e512768fce5fbe84ae4afff1289ad9ca75898dcb
      https://github.com/phpmyadmin/phpmyadmin/commit/e512768fce5fbe84ae4afff1289ad9ca75898dcb
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-18 (Fri, 18 Apr 2014)

  Changed paths:
    M libraries/plugins/import/ImportOds.class.php
    M libraries/plugins/import/ImportSql.class.php

  Log Message:
  -----------
  Fix coding style.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: a0193c934e480194aef41abeb5e517a5ccfc6f23
      https://github.com/phpmyadmin/phpmyadmin/commit/a0193c934e480194aef41abeb5e517a5ccfc6f23
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Improve RecentFavorite static function

Signed-off-by: Edward Cheng <c4150221 at gmail.com>

Bug fix
Signed-off-by: Edward Cheng <c4150221 at gmail.com>

Change var name, make __construct private, init the var at getInstance().
Signed-off-by: Edward Cheng <c4150221 at gmail.com>

Fixes.
Signed-off-by: Edward Cheng <c4150221 at gmail.com>

streamline code

Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: 8442db4dcedbbcafb58746a80943062d8208297a
      https://github.com/phpmyadmin/phpmyadmin/commit/8442db4dcedbbcafb58746a80943062d8208297a
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M js/ajax.js
    M js/messages.php

  Log Message:
  -----------
  Merge pull request #1145 from mebjas/feature-1518

patch for feature request 1518


  Commit: 928dc122cbebd5902bfdb39e5f6c72f94cacef4c
      https://github.com/phpmyadmin/phpmyadmin/commit/928dc122cbebd5902bfdb39e5f6c72f94cacef4c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M js/ajax.js

  Log Message:
  -----------
  Improve message

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 460fa1b39cb0a77f39eeea9d4bb8c95f7964ff74
      https://github.com/phpmyadmin/phpmyadmin/commit/460fa1b39cb0a77f39eeea9d4bb8c95f7964ff74
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 214b1d357ea897f24e2522cca1151a5ea425f3b9
      https://github.com/phpmyadmin/phpmyadmin/commit/214b1d357ea897f24e2522cca1151a5ea425f3b9
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    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/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

  Log Message:
  -----------
  Update po files


  Commit: a432f8a1d7619e6900e7a65a5638f99b9c19a2ec
      https://github.com/phpmyadmin/phpmyadmin/commit/a432f8a1d7619e6900e7a65a5638f99b9c19a2ec
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2766 of 2766)


  Commit: d17889e0004bce7b59d3d8977bd8ef417fba0ea4
      https://github.com/phpmyadmin/phpmyadmin/commit/d17889e0004bce7b59d3d8977bd8ef417fba0ea4
  Author: minhaz <minhazav at gmail.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M js/ajax.js

  Log Message:
  -----------
  Makes sure that the confirm dialog is triggered only for visible input fields.

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: dfcace7d816123bd8763d5a7ecce1629db14f1a6
      https://github.com/phpmyadmin/phpmyadmin/commit/dfcace7d816123bd8763d5a7ecce1629db14f1a6
  Author: Yungu Kim <crimsonpi at gmail.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M po/ko.po

  Log Message:
  -----------
  Translated using Weblate (Korean)

Currently translated at 76.3% (2112 of 2766)


  Commit: cd813c951aeb4e0e45e89f88fb3f2b566f5cf0e5
      https://github.com/phpmyadmin/phpmyadmin/commit/cd813c951aeb4e0e45e89f88fb3f2b566f5cf0e5
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M js/ajax.js

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


  Commit: 49bf6c40bba04045f78a6cb1282bf85a3caf08e3
      https://github.com/phpmyadmin/phpmyadmin/commit/49bf6c40bba04045f78a6cb1282bf85a3caf08e3
  Author: Domen <mitenem at outlook.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2766 of 2766)


  Commit: 8207b2fe9c10df1233c7f5c919512d612f1d41af
      https://github.com/phpmyadmin/phpmyadmin/commit/8207b2fe9c10df1233c7f5c919512d612f1d41af
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2766 of 2766)


  Commit: 6f361481d88ae6bcdd33429ea3952830dcaafe7b
      https://github.com/phpmyadmin/phpmyadmin/commit/6f361481d88ae6bcdd33429ea3952830dcaafe7b
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M pmd_general.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: ff05eda96427f3ee65f972d2473979d8057615f8
      https://github.com/phpmyadmin/phpmyadmin/commit/ff05eda96427f3ee65f972d2473979d8057615f8
  Author: Sovichet Tep <sovichet.tep at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M po/km.po

  Log Message:
  -----------
  Translated using Weblate (Central Khmer)

Currently translated at 6.6% (183 of 2766)


  Commit: 09a3ff2139cdc340cf2dfd54bb67d6408fb95e36
      https://github.com/phpmyadmin/phpmyadmin/commit/09a3ff2139cdc340cf2dfd54bb67d6408fb95e36
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M pmd_general.php

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


  Commit: 559ad80bf1c511cbbeb3651f8106d9f89860bf14
      https://github.com/phpmyadmin/phpmyadmin/commit/559ad80bf1c511cbbeb3651f8106d9f89860bf14
  Author: Panagiotis Papazoglou <papaz_p at yahoo.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M po/el.po

  Log Message:
  -----------
  Translated using Weblate (Greek)

Currently translated at 100.0% (2766 of 2766)


  Commit: 0c94149533f21ac0bd8f938446a875d3b7bf659c
      https://github.com/phpmyadmin/phpmyadmin/commit/0c94149533f21ac0bd8f938446a875d3b7bf659c
  Author: Chanaka Indrajith Dharmarathna <pe.chanaka.ck at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Merge pull request #1143 from WhaleWatching/navigation

Improve RecentFavorite static function


  Commit: cd3ad518a780a41fe76c384aa527257049c5cd62
      https://github.com/phpmyadmin/phpmyadmin/commit/cd3ad518a780a41fe76c384aa527257049c5cd62
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Group two databases, when one's name is the prefix of the second one.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 127a95604476b1134c58d71a42e687f22f1bb810
      https://github.com/phpmyadmin/phpmyadmin/commit/127a95604476b1134c58d71a42e687f22f1bb810
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2766 of 2766)


  Commit: c13cd5547ebd95c580c549265ed6d32c960208b6
      https://github.com/phpmyadmin/phpmyadmin/commit/c13cd5547ebd95c580c549265ed6d32c960208b6
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2766 of 2766)


  Commit: af8285d132828e6749a76778bda8cea1f84589cf
      https://github.com/phpmyadmin/phpmyadmin/commit/af8285d132828e6749a76778bda8cea1f84589cf
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 47.3% (1310 of 2766)


  Commit: 8814c52e30ec585c29341ff73afc2c23cfb871c4
      https://github.com/phpmyadmin/phpmyadmin/commit/8814c52e30ec585c29341ff73afc2c23cfb871c4
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 14.6% (404 of 2766)


  Commit: a7e88208208cc92d62cb97d0edfd4336199d76dc
      https://github.com/phpmyadmin/phpmyadmin/commit/a7e88208208cc92d62cb97d0edfd4336199d76dc
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M db_structure.php
    M libraries/RecentFavoriteTable.class.php

  Log Message:
  -----------
  Limited the access to _tables variable in PMA_RecentFavoriteTable class

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: f87b74e214dcd0d61649a61e31e72bca3ebe4649
      https://github.com/phpmyadmin/phpmyadmin/commit/f87b74e214dcd0d61649a61e31e72bca3ebe4649
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-20 (Sun, 20 Apr 2014)

  Changed paths:
    M db_structure.php
    M libraries/RecentFavoriteTable.class.php

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


  Commit: b393eabe1e6a9203607ea5bf2ed40694614c3f69
      https://github.com/phpmyadmin/phpmyadmin/commit/b393eabe1e6a9203607ea5bf2ed40694614c3f69
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Update ChangeLog.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 2d8ed166e38c23abe2d64f727dea900c2aae28a2
      https://github.com/phpmyadmin/phpmyadmin/commit/2d8ed166e38c23abe2d64f727dea900c2aae28a2
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Merge pull request #1149 from Tithugues/b4375

Group two databases, when one's name is the prefix of the second one.


  Commit: 7f518d51c32fbed93bf7c9466a3598c5783601e8
      https://github.com/phpmyadmin/phpmyadmin/commit/7f518d51c32fbed93bf7c9466a3598c5783601e8
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 47.5% (1314 of 2766)


  Commit: 00686bf7f7a8c934527e52ca6074d129ff42915d
      https://github.com/phpmyadmin/phpmyadmin/commit/00686bf7f7a8c934527e52ca6074d129ff42915d
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 15.5% (431 of 2766)


  Commit: 00337406c60c21762223e4f9586115d967e093a0
      https://github.com/phpmyadmin/phpmyadmin/commit/00337406c60c21762223e4f9586115d967e093a0
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/navigation/NavigationTree.class.php

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


  Commit: e936515a0ae6f4a71f430da96668fd8ea84cb7be
      https://github.com/phpmyadmin/phpmyadmin/commit/e936515a0ae6f4a71f430da96668fd8ea84cb7be
  Author: Chanaka Indrajith <pe.chanaka.ck at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M db_structure.php

  Log Message:
  -----------
  Remove empty else block

Signed-off-by: Chanaka Indrajith <pe.chanaka.ck at gmail.com>


  Commit: e0c64783a32a21cfc731e807744d32933278e0be
      https://github.com/phpmyadmin/phpmyadmin/commit/e0c64783a32a21cfc731e807744d32933278e0be
  Author: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M ChangeLog
    M js/common.js
    M js/navigation.js
    M libraries/navigation/NavigationTree.class.php
    M themes/pmahomme/css/common.css.php

  Log Message:
  -----------
  Merge branch QA_4_1 into master

Signed-off-by: Ann + J.M <phpMyAdmin at ZweiSteinSoft.de>


  Commit: 6cb5756e7dbbbd40d2fb24a3974fd13eb5777f80
      https://github.com/phpmyadmin/phpmyadmin/commit/6cb5756e7dbbbd40d2fb24a3974fd13eb5777f80
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M doc/config.rst
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/navigation/Nodes/Node.class.php

  Log Message:
  -----------
  Manage a config proporty to limit the number of items at first level in navigation panel.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 5ca2afd63221de3e2d47906f212f8e019adfe00c
      https://github.com/phpmyadmin/phpmyadmin/commit/5ca2afd63221de3e2d47906f212f8e019adfe00c
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M libraries/navigation/Nodes/Node.class.php

  Log Message:
  -----------
  Remove useless comments.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 75b3820eac9fa3265be4485c51b8d4fbb222b459
      https://github.com/phpmyadmin/phpmyadmin/commit/75b3820eac9fa3265be4485c51b8d4fbb222b459
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M ChangeLog
    M libraries/structure.lib.php
    M libraries/tbl_columns_definition_form.inc.php
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 7250087692e8bd176380f6456084db69cd4487d8
      https://github.com/phpmyadmin/phpmyadmin/commit/7250087692e8bd176380f6456084db69cd4487d8
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Log Message:
  -----------
  Merge commit '8ef6a0f'


  Commit: f310833cb4dab95fccead0e0d6ec0428d555ad3f
      https://github.com/phpmyadmin/phpmyadmin/commit/f310833cb4dab95fccead0e0d6ec0428d555ad3f
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 9899ac3e9322d2763ef8213dc282b56d9972707c
      https://github.com/phpmyadmin/phpmyadmin/commit/9899ac3e9322d2763ef8213dc282b56d9972707c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 6d3358852d6837a7c23cf6563615b5b1a73bc195
      https://github.com/phpmyadmin/phpmyadmin/commit/6d3358852d6837a7c23cf6563615b5b1a73bc195
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2766 of 2766)


  Commit: d19293b3f58048ce28279bc22b3992ec41290019
      https://github.com/phpmyadmin/phpmyadmin/commit/d19293b3f58048ce28279bc22b3992ec41290019
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 16.1% (446 of 2766)


  Commit: a86e5fc9ad84883476e0799626f66e68592f664f
      https://github.com/phpmyadmin/phpmyadmin/commit/a86e5fc9ad84883476e0799626f66e68592f664f
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 16.1% (446 of 2766)

%s அட்டவணை வெறுமை செய்யப்பட்டது.->%s அட்டவணை வெறுமையாக்கப்பட்டது.+"."


  Commit: 58aeca057ae8e043f24c90e6acd5ab609f304b65
      https://github.com/phpmyadmin/phpmyadmin/commit/58aeca057ae8e043f24c90e6acd5ab609f304b65
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M js/ajax.js

  Log Message:
  -----------
  Revert "patch for feature request #1518"

This reverts commit e5f0b0881cdec9f446b64211972174c8288c52d7.

Conflicts:
	js/ajax.js


  Commit: 6a488a33d0f33005fed5c841f2aefddd34e0fa54
      https://github.com/phpmyadmin/phpmyadmin/commit/6a488a33d0f33005fed5c841f2aefddd34e0fa54
  Author: Nabil Kadimi <nabil at kadimi.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/ar.po

  Log Message:
  -----------
  Translated using Weblate (Arabic)

Currently translated at 41.0% (1136 of 2766)


  Commit: d9347639df9ea9e176a1a136de8dfbf99d4de112
      https://github.com/phpmyadmin/phpmyadmin/commit/d9347639df9ea9e176a1a136de8dfbf99d4de112
  Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 99.5% (2753 of 2766)


  Commit: 264d674bc821bab12cb97ac6b927c2d0b9b57b09
      https://github.com/phpmyadmin/phpmyadmin/commit/264d674bc821bab12cb97ac6b927c2d0b9b57b09
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 16.1% (447 of 2766)

துரதிருஷ்டவசமாக சமர்பாரா வகையிபல்பு தரவேற்றம் தோல்வியுற்றது.->சமர்பாரா வகையில் தரவேற்றம் தோல்வியுற்றது.


  Commit: f13fb05133ea09416fde3bfea1805239475c6857
      https://github.com/phpmyadmin/phpmyadmin/commit/f13fb05133ea09416fde3bfea1805239475c6857
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M js/ajax.js

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


  Commit: 0963473b3452d8a5a260dbb04dd867781a038ada
      https://github.com/phpmyadmin/phpmyadmin/commit/0963473b3452d8a5a260dbb04dd867781a038ada
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M build.xml

  Log Message:
  -----------
  Failure in generating locales is failure

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


  Commit: 0ace239d8d0acb57bf43e3155302cc9ec95e975e
      https://github.com/phpmyadmin/phpmyadmin/commit/0ace239d8d0acb57bf43e3155302cc9ec95e975e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M .travis.yml
    M composer.json

  Log Message:
  -----------
  Install all testing deps by composer

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


  Commit: aebb0decd60bb4078f23de725c3da41ed2a33af4
      https://github.com/phpmyadmin/phpmyadmin/commit/aebb0decd60bb4078f23de725c3da41ed2a33af4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M po/ksh.po

  Log Message:
  -----------
  Translated using Weblate (Colognian)

Currently translated at 1.0% (30 of 2766)


  Commit: 18edc602276182203625bbe2f6724387cac11575
      https://github.com/phpmyadmin/phpmyadmin/commit/18edc602276182203625bbe2f6724387cac11575
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M .travis.yml
    M build.xml
    M composer.json

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


  Commit: dbc6d3e06f38e979d5a002b7fbeef1a6ffc5b536
      https://github.com/phpmyadmin/phpmyadmin/commit/dbc6d3e06f38e979d5a002b7fbeef1a6ffc5b536
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Clarify function description

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 6c742559b1f84ba23211edf0581ba2f869d49cd5
      https://github.com/phpmyadmin/phpmyadmin/commit/6c742559b1f84ba23211edf0581ba2f869d49cd5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Enable debugging output for BrowserStack

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


  Commit: 05985783b6702c68e220936d2ef8532bc7f205b1
      https://github.com/phpmyadmin/phpmyadmin/commit/05985783b6702c68e220936d2ef8532bc7f205b1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M scripts/generate-mo

  Log Message:
  -----------
  Propagate error code

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


  Commit: 94988899c59bf84c346bb66a28b75109f462059a
      https://github.com/phpmyadmin/phpmyadmin/commit/94988899c59bf84c346bb66a28b75109f462059a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M libraries/structure.lib.php

  Log Message:
  -----------
  Add missing full stop

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


  Commit: a119547d228a9754fad1ff6ccd861a0b72eae747
      https://github.com/phpmyadmin/phpmyadmin/commit/a119547d228a9754fad1ff6ccd861a0b72eae747
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ksh.po
    M po/ky.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/nl.po
    M po/pa.po
    M po/phpmyadmin.pot
    M po/pl.po
    M po/pt.po
    M po/pt_BR.po

  Log Message:
  -----------
  Update po files


  Commit: 6daf0773c2855ef592bb422d610f4444955e159c
      https://github.com/phpmyadmin/phpmyadmin/commit/6daf0773c2855ef592bb422d610f4444955e159c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M .travis.yml
    M composer.json

  Log Message:
  -----------
  Revert "Install all testing deps by composer"

This reverts commit 0ace239d8d0acb57bf43e3155302cc9ec95e975e.

We can not use composer as we use system phpunit, which does not
autoload extensions.


  Commit: 617aaf40f61ad2f36ac78a68b7e475bd1a7adf9e
      https://github.com/phpmyadmin/phpmyadmin/commit/617aaf40f61ad2f36ac78a68b7e475bd1a7adf9e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Isolated strategy for Jenkins as well

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


  Commit: a0a4c276677e96dc9739576fc7942e82a360f6c8
      https://github.com/phpmyadmin/phpmyadmin/commit/a0a4c276677e96dc9739576fc7942e82a360f6c8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use native client for BrowserStack local

It should be now fixed according to their support staff.

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


  Commit: bb71166d9cc49d404bf523013ad695b118283bec
      https://github.com/phpmyadmin/phpmyadmin/commit/bb71166d9cc49d404bf523013ad695b118283bec
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Let test snippets properly fail

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


  Commit: d60d2d402d382b953f6d001d2e07b1e6289557da
      https://github.com/phpmyadmin/phpmyadmin/commit/d60d2d402d382b953f6d001d2e07b1e6289557da
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Patch was reverted

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 8873df3581ac1779a53f0ee77f46c9afc6398207
      https://github.com/phpmyadmin/phpmyadmin/commit/8873df3581ac1779a53f0ee77f46c9afc6398207
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php
    M libraries/navigation/Nodes/Node.class.php

  Log Message:
  -----------
  Update queries about DB navigation.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 3319c634cc82db9cf8879ef7edcac604e86e51c0
      https://github.com/phpmyadmin/phpmyadmin/commit/3319c634cc82db9cf8879ef7edcac604e86e51c0
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Update ChangeLog.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: ebc2739c89e2dc6f9ef5a6622fb937b73901ba7b
      https://github.com/phpmyadmin/phpmyadmin/commit/ebc2739c89e2dc6f9ef5a6622fb937b73901ba7b
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M doc/config.rst
    M libraries/config.default.php
    M test/classes/navigation/PMA_Node_test.php

  Log Message:
  -----------
  Update documentation.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 24329201f484e9d8b41b67be0a90d4c110029b47
      https://github.com/phpmyadmin/phpmyadmin/commit/24329201f484e9d8b41b67be0a90d4c110029b47
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2766 of 2766)


  Commit: c6eba3b07d0f5ab195148af848f3cd0cef1391ed
      https://github.com/phpmyadmin/phpmyadmin/commit/c6eba3b07d0f5ab195148af848f3cd0cef1391ed
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Run coveralls only if installed

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


  Commit: 36d5a3f0bbde08e65efc4072033644f3700a2ad3
      https://github.com/phpmyadmin/phpmyadmin/commit/36d5a3f0bbde08e65efc4072033644f3700a2ad3
  Author: Giovanni Sora <g.sora at tiscali.it>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/ia.po

  Log Message:
  -----------
  Translated using Weblate (Interlingua)

Currently translated at 47.6% (1318 of 2766)


  Commit: b848bf88af5b06629d86f8af526d70e56ae92cd1
      https://github.com/phpmyadmin/phpmyadmin/commit/b848bf88af5b06629d86f8af526d70e56ae92cd1
  Author: Marco Pozzato <ironpotts at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/it.po

  Log Message:
  -----------
  Translated using Weblate (Italian)

Currently translated at 80.7% (2234 of 2766)


  Commit: 38cef8e278f24e4123f233988794fa4fb7ad15e6
      https://github.com/phpmyadmin/phpmyadmin/commit/38cef8e278f24e4123f233988794fa4fb7ad15e6
  Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 99.6% (2756 of 2766)


  Commit: 0796be4d487be78f3499078a6b33c324b822477d
      https://github.com/phpmyadmin/phpmyadmin/commit/0796be4d487be78f3499078a6b33c324b822477d
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 19.1% (530 of 2766)


  Commit: 8899360932889b35894e4aaa784522e29183c4eb
      https://github.com/phpmyadmin/phpmyadmin/commit/8899360932889b35894e4aaa784522e29183c4eb
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2766 of 2766)


  Commit: a1ebac9b127911e16772d93e72cd16093c60e862
      https://github.com/phpmyadmin/phpmyadmin/commit/a1ebac9b127911e16772d93e72cd16093c60e862
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M .travis.yml

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


  Commit: e2fbb92160bf00061b5885f970dfa54898f2a049
      https://github.com/phpmyadmin/phpmyadmin/commit/e2fbb92160bf00061b5885f970dfa54898f2a049
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2766 of 2766)


  Commit: 2a99cac4a2414380f080e88915af93aed8b47a61
      https://github.com/phpmyadmin/phpmyadmin/commit/2a99cac4a2414380f080e88915af93aed8b47a61
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Do not try to measure coverage on Selenium builds with Travis

This is currently too broken in PHPUnit-Selenium, the most obvious
problem being
https://github.com/sebastianbergmann/phpunit-selenium/pull/303

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


  Commit: 5dcedb58ec6a282470f0d75c0b5d75e2cf3fed6b
      https://github.com/phpmyadmin/phpmyadmin/commit/5dcedb58ec6a282470f0d75c0b5d75e2cf3fed6b
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2766 of 2766)


  Commit: 3db627d6a8f0b6f30f4e9210a0d469d753b1e760
      https://github.com/phpmyadmin/phpmyadmin/commit/3db627d6a8f0b6f30f4e9210a0d469d753b1e760
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M .travis.yml

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


  Commit: eb7ad112cfc2ccf881ef17a9944a12287226242c
      https://github.com/phpmyadmin/phpmyadmin/commit/eb7ad112cfc2ccf881ef17a9944a12287226242c
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M pmd_general.php

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: fc3c523fae8e375828f18884cd94bfc18a691cab
      https://github.com/phpmyadmin/phpmyadmin/commit/fc3c523fae8e375828f18884cd94bfc18a691cab
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2766 of 2766)


  Commit: a199d50397acefcba0ff7764054d2ff324ed2483
      https://github.com/phpmyadmin/phpmyadmin/commit/a199d50397acefcba0ff7764054d2ff324ed2483
  Author: Vitaliy Perekupka <vperekupka at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M po/uk.po

  Log Message:
  -----------
  Translated using Weblate (Ukrainian)

Currently translated at 89.2% (2470 of 2766)


  Commit: 6b5f2cf7d7a59cfda10d38ea1cb01a20cf7b6d08
      https://github.com/phpmyadmin/phpmyadmin/commit/6b5f2cf7d7a59cfda10d38ea1cb01a20cf7b6d08
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M pmd_general.php

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


  Commit: 9870cb5142eee8fa37f0c1fbe9beab439cdfa03f
      https://github.com/phpmyadmin/phpmyadmin/commit/9870cb5142eee8fa37f0c1fbe9beab439cdfa03f
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-23 (Wed, 23 Apr 2014)

  Changed paths:
    M libraries/navigation/Nodes/Node.class.php
    M test/classes/navigation/PMA_Node_test.php

  Log Message:
  -----------
  Update DB group queries format.
Update DB group test.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: 8a0ab394ba270c4d51bcd803aa742a4d5fa8da55
      https://github.com/phpmyadmin/phpmyadmin/commit/8a0ab394ba270c4d51bcd803aa742a4d5fa8da55
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Try to workaround navigation timing issue

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


  Commit: 1b012c22e9feb449238d8ae4fcad0121fb83874c
      https://github.com/phpmyadmin/phpmyadmin/commit/1b012c22e9feb449238d8ae4fcad0121fb83874c
  Author: Robert Readman <robert_readman at hotmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/en_GB.po

  Log Message:
  -----------
  Translated using Weblate (English (United Kingdom))

Currently translated at 89.5% (2476 of 2766)


  Commit: 02bbc63b4bca024075161f4d3414a7985aaf7142
      https://github.com/phpmyadmin/phpmyadmin/commit/02bbc63b4bca024075161f4d3414a7985aaf7142
  Author: Gustavo Torres Mendes <gust_torres.mendes at hotmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/pt_BR.po

  Log Message:
  -----------
  Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.3% (2748 of 2766)


  Commit: e0f436c990fcbb6d20c824709b18e13d071193de
      https://github.com/phpmyadmin/phpmyadmin/commit/e0f436c990fcbb6d20c824709b18e13d071193de
  Author: ganeshkumar <GANESHTHEONE at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 19.4% (537 of 2766)


  Commit: 1f6d0343a7cde34579206bb0d534998817019706
      https://github.com/phpmyadmin/phpmyadmin/commit/1f6d0343a7cde34579206bb0d534998817019706
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

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


  Commit: aaf4c1f402cc189dc739336b032acfc44ed5988d
      https://github.com/phpmyadmin/phpmyadmin/commit/aaf4c1f402cc189dc739336b032acfc44ed5988d
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: ab8f07d86938b8348c84e1891a5f11ae9cb7f4c8
      https://github.com/phpmyadmin/phpmyadmin/commit/ab8f07d86938b8348c84e1891a5f11ae9cb7f4c8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Resize navigation tree just on page load

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


  Commit: b2cf6771c0a58e7afadb5e87cdaf3bf912e3a40f
      https://github.com/phpmyadmin/phpmyadmin/commit/b2cf6771c0a58e7afadb5e87cdaf3bf912e3a40f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 19.5% (540 of 2766)


  Commit: 943c17cbe54fcf5458e37f72b0a05dd111f06066
      https://github.com/phpmyadmin/phpmyadmin/commit/943c17cbe54fcf5458e37f72b0a05dd111f06066
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M js/navigation.js

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


  Commit: ef6d1afa647f19f804beaf85a2c45414c84af445
      https://github.com/phpmyadmin/phpmyadmin/commit/ef6d1afa647f19f804beaf85a2c45414c84af445
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2766 of 2766)


  Commit: ac2829a57baf2b0adf6c3493929a15a902293040
      https://github.com/phpmyadmin/phpmyadmin/commit/ac2829a57baf2b0adf6c3493929a15a902293040
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumCreateRemoveUserTest.php

  Log Message:
  -----------
  Load users form before using it

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


  Commit: 121def4800c6d328f5f53e36f46e0a819de022fa
      https://github.com/phpmyadmin/phpmyadmin/commit/121def4800c6d328f5f53e36f46e0a819de022fa
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumDbOperationsTest.php

  Log Message:
  -----------
  Wait for page to load before expanding more menu

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


  Commit: b2e136e3f1a2d61c847df4748845cec0b6aad1c7
      https://github.com/phpmyadmin/phpmyadmin/commit/b2e136e3f1a2d61c847df4748845cec0b6aad1c7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1'


  Commit: 3567491c0dcb7cdd340906398035e37da5335ea3
      https://github.com/phpmyadmin/phpmyadmin/commit/3567491c0dcb7cdd340906398035e37da5335ea3
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 19.6% (543 of 2766)


  Commit: 39ca4702a0c1f5e0f60d7b46304f39d3d32bbe62
      https://github.com/phpmyadmin/phpmyadmin/commit/39ca4702a0c1f5e0f60d7b46304f39d3d32bbe62
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumCreateRemoveUserTest.php
    M test/selenium/PmaSeleniumDbOperationsTest.php

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


  Commit: be1e16137fcdbe04c582bf8c9ed0d41fd3e33806
      https://github.com/phpmyadmin/phpmyadmin/commit/be1e16137fcdbe04c582bf8c9ed0d41fd3e33806
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php

  Log Message:
  -----------
  Increase delays a bit to give browser some time to process

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


  Commit: 6ccb0906641fed1a64dc7ea6fdbda633e887b515
      https://github.com/phpmyadmin/phpmyadmin/commit/6ccb0906641fed1a64dc7ea6fdbda633e887b515
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumImportTest.php

  Log Message:
  -----------
  Use standard method for navigating to table page

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


  Commit: 499bca486d91e713f1730a00305b1fe9e7b9f4d7
      https://github.com/phpmyadmin/phpmyadmin/commit/499bca486d91e713f1730a00305b1fe9e7b9f4d7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumServerSettingsTest.php
    M test/selenium/PmaSeleniumTableBrowseTest.php
    M test/selenium/PmaSeleniumTableOperationsTest.php
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Consistent sleeping when waiting for browser

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


  Commit: 0bda9bb97772e374a3e1b1cef279189bcb79d2fe
      https://github.com/phpmyadmin/phpmyadmin/commit/0bda9bb97772e374a3e1b1cef279189bcb79d2fe
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumServerSettingsTest.php
    M test/selenium/PmaSeleniumTableBrowseTest.php

  Log Message:
  -----------
  Sleeping was missing here

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


  Commit: b531e59a8c418ac196c9d0c40a7c3444907c3c81
      https://github.com/phpmyadmin/phpmyadmin/commit/b531e59a8c418ac196c9d0c40a7c3444907c3c81
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumServerSettingsTest.php
    M test/selenium/PmaSeleniumTableBrowseTest.php
    M test/selenium/PmaSeleniumTableOperationsTest.php

  Log Message:
  -----------
  Fix syntax errors

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


  Commit: 89f21f5109c9c7fcf0fb0fe0c9e65bb248636e40
      https://github.com/phpmyadmin/phpmyadmin/commit/89f21f5109c9c7fcf0fb0fe0c9e65bb248636e40
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M libraries/plugins/auth/AuthenticationConfig.class.php
    M libraries/plugins/auth/AuthenticationHttp.class.php

  Log Message:
  -----------
  About bug #4280: try to workaround PHP 5 session garbage collection

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: b38c66f60d1e6df5b77d7b92c3b106db92e85b33
      https://github.com/phpmyadmin/phpmyadmin/commit/b38c66f60d1e6df5b77d7b92c3b106db92e85b33
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Convert Selenium port to integer

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


  Commit: 8e6acf9edab5441246483b27a62b4c54f19f9c77
      https://github.com/phpmyadmin/phpmyadmin/commit/8e6acf9edab5441246483b27a62b4c54f19f9c77
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/README.rst

  Log Message:
  -----------
  Include Selenim port in sample settings

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


  Commit: 16a0754e16d894343c0acc19c26db6f0b11d1a1a
      https://github.com/phpmyadmin/phpmyadmin/commit/16a0754e16d894343c0acc19c26db6f0b11d1a1a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M test/selenium/TestBase.php

  Log Message:
  -----------
  Fix function name

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


  Commit: aab859a7a830d20f32cf0c5952d6516395c237d1
      https://github.com/phpmyadmin/phpmyadmin/commit/aab859a7a830d20f32cf0c5952d6516395c237d1
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M libraries/navigation/NavigationTree.class.php

  Log Message:
  -----------
  Fix wrong table page selector.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: e9ddfaf03ed6bfa37312ebd6758bc8011d7052a7
      https://github.com/phpmyadmin/phpmyadmin/commit/e9ddfaf03ed6bfa37312ebd6758bc8011d7052a7
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M ChangeLog
    M doc/config.rst
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/navigation/NavigationTree.class.php
    M libraries/navigation/Nodes/Node.class.php
    M test/classes/navigation/PMA_Node_test.php

  Log Message:
  -----------
  Merge pull request #1153 from Tithugues/b4070

#4070 Confusing database/table grouping


  Commit: e3e38127b3ecedb1199ad0d94a1665c11d047085
      https://github.com/phpmyadmin/phpmyadmin/commit/e3e38127b3ecedb1199ad0d94a1665c11d047085
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    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/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

  Log Message:
  -----------
  Update po files


  Commit: e0b55e81d1bcfeec0c0c88e57718b63e29d27cde
      https://github.com/phpmyadmin/phpmyadmin/commit/e0b55e81d1bcfeec0c0c88e57718b63e29d27cde
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2768 of 2768)


  Commit: 76938229cdd292d4ac5a0bf84ba8ad1d97d6917f
      https://github.com/phpmyadmin/phpmyadmin/commit/76938229cdd292d4ac5a0bf84ba8ad1d97d6917f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2768 of 2768)


  Commit: 35e282ab4b8d529a106de311504a72971be9a6c1
      https://github.com/phpmyadmin/phpmyadmin/commit/35e282ab4b8d529a106de311504a72971be9a6c1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M libraries/config/messages.inc.php

  Log Message:
  -----------
  Remove extra space and improve the message

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 6b17db5ab1866084c54bd92705f416520e09b0a0
      https://github.com/phpmyadmin/phpmyadmin/commit/6b17db5ab1866084c54bd92705f416520e09b0a0
  Author: Claus Svalekjaer <just.my.smtp.server at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 99.2% (2747 of 2768)


  Commit: 98c54832dec6ecad7da8a041d695a0da7022eb13
      https://github.com/phpmyadmin/phpmyadmin/commit/98c54832dec6ecad7da8a041d695a0da7022eb13
  Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 99.6% (2757 of 2768)


  Commit: b3df4db2321cab2e16b9611c97645a9d81a40d37
      https://github.com/phpmyadmin/phpmyadmin/commit/b3df4db2321cab2e16b9611c97645a9d81a40d37
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2768 of 2768)


  Commit: 5f574c7e5ecaf771658c8626f90b07678422d80e
      https://github.com/phpmyadmin/phpmyadmin/commit/5f574c7e5ecaf771658c8626f90b07678422d80e
  Author: Claus Svalekjaer <just.my.smtp.server at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 99.2% (2748 of 2768)


  Commit: 1f5d46b5cd664acb8241e662af50701bc469245c
      https://github.com/phpmyadmin/phpmyadmin/commit/1f5d46b5cd664acb8241e662af50701bc469245c
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M libraries/config/messages.inc.php

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


  Commit: f79c4d0c4b80387adef38a5a6b9abaf6e672508d
      https://github.com/phpmyadmin/phpmyadmin/commit/f79c4d0c4b80387adef38a5a6b9abaf6e672508d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    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/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/es.po
    M po/et.po
    M po/eu.po
    M po/fa.po
    M po/fi.po
    M po/fr.po
    M po/gl.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/kk.po
    M po/km.po
    M po/kn.po
    M po/ko.po
    M po/ksh.po
    M po/ky.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/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/vls.po
    M po/zh_CN.po
    M po/zh_TW.po

  Log Message:
  -----------
  Update po files


  Commit: ed134aef61d7516d42e7bd33da3eba8fd6fbb0ff
      https://github.com/phpmyadmin/phpmyadmin/commit/ed134aef61d7516d42e7bd33da3eba8fd6fbb0ff
  Author: Claus Svalekjaer <just.my.smtp.server at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 99.3% (2751 of 2768)


  Commit: 7941f9eca016bd0b38eb85bc0e52895e88127a15
      https://github.com/phpmyadmin/phpmyadmin/commit/7941f9eca016bd0b38eb85bc0e52895e88127a15
  Author: Claus Svalekjaer <just.my.smtp.server at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 99.9% (2767 of 2768)


  Commit: 657a9e96c729efe97ba8a2695559632d3c81eb99
      https://github.com/phpmyadmin/phpmyadmin/commit/657a9e96c729efe97ba8a2695559632d3c81eb99
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/da.po
    M po/sv.po
    M po/tr.po

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

Conflicts:
	po/da.po


  Commit: 48181fe5f6e0d692fb3a2aae4097721e83f696c7
      https://github.com/phpmyadmin/phpmyadmin/commit/48181fe5f6e0d692fb3a2aae4097721e83f696c7
  Author: Kristjan Räts <kristjanrats at gmail.com>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/et.po

  Log Message:
  -----------
  Translated using Weblate (Estonian)

Currently translated at 100.0% (2768 of 2768)


  Commit: f58e0d10d8de7243d853b7db519b50e0c65fcc1f
      https://github.com/phpmyadmin/phpmyadmin/commit/f58e0d10d8de7243d853b7db519b50e0c65fcc1f
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Translated using Weblate (French)

Currently translated at 100.0% (2768 of 2768)


  Commit: c05f59e6e9a96a61f6e5f04a61b8b2176a1228b2
      https://github.com/phpmyadmin/phpmyadmin/commit/c05f59e6e9a96a61f6e5f04a61b8b2176a1228b2
  Author: Matías Bellone <matiasbellone+weblate at gmail.com>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/es.po

  Log Message:
  -----------
  Translated using Weblate (Spanish)

Currently translated at 100.0% (2768 of 2768)


  Commit: ec271537a0e0fe822bff700b2602ab497b68a6d6
      https://github.com/phpmyadmin/phpmyadmin/commit/ec271537a0e0fe822bff700b2602ab497b68a6d6
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2768 of 2768)


  Commit: d8356b3d25e093a86ecd33af6233ebbc4ab367b1
      https://github.com/phpmyadmin/phpmyadmin/commit/d8356b3d25e093a86ecd33af6233ebbc4ab367b1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/cs.po

  Log Message:
  -----------
  Translated using Weblate (Czech)

Currently translated at 100.0% (2768 of 2768)


  Commit: e67b6d0808ffa0e0341f502cf1ed336a14be0a14
      https://github.com/phpmyadmin/phpmyadmin/commit/e67b6d0808ffa0e0341f502cf1ed336a14be0a14
  Author: Dieter Adriaenssens <ruleant at users.sourceforge.net>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/nl.po

  Log Message:
  -----------
  Translated using Weblate (Dutch)

Currently translated at 100.0% (2768 of 2768)


  Commit: 48cee9be09ac1b66101e36426d363ebf4874e9ba
      https://github.com/phpmyadmin/phpmyadmin/commit/48cee9be09ac1b66101e36426d363ebf4874e9ba
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M doc/config.rst
    M libraries/config.default.php

  Log Message:
  -----------
  Now that MaxNavigationItems is no longer related to the number of databases, it makes more sense to lower its default value

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 76ffc40f1011a3dcccff014b7fec5f9c38ebc45e
      https://github.com/phpmyadmin/phpmyadmin/commit/76ffc40f1011a3dcccff014b7fec5f9c38ebc45e
  Author: Nicolas <thegreenkey.email at aol.com>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/de.po

  Log Message:
  -----------
  Translated using Weblate (German)

Currently translated at 93.5% (2589 of 2768)


  Commit: 778b6cdfebb02af7cbfe796cfc0d71f5ca1b2c9e
      https://github.com/phpmyadmin/phpmyadmin/commit/778b6cdfebb02af7cbfe796cfc0d71f5ca1b2c9e
  Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 99.6% (2759 of 2768)


  Commit: 1ad66dc869fa3d5367427f2a07cb10aa4949bcd4
      https://github.com/phpmyadmin/phpmyadmin/commit/1ad66dc869fa3d5367427f2a07cb10aa4949bcd4
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M doc/config.rst
    M libraries/config.default.php

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


  Commit: 9c30b1ccd611b9dcf4c797130e15e743a5298dd2
      https://github.com/phpmyadmin/phpmyadmin/commit/9c30b1ccd611b9dcf4c797130e15e743a5298dd2
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2768 of 2768)


  Commit: 2c4556384268ed5566be823ac30e032fb70fef3b
      https://github.com/phpmyadmin/phpmyadmin/commit/2c4556384268ed5566be823ac30e032fb70fef3b
  Author: Domen <mitenem at outlook.com>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M po/sl.po

  Log Message:
  -----------
  Translated using Weblate (Slovenian)

Currently translated at 100.0% (2768 of 2768)


  Commit: 68a4cee50fac7c9e516c81853b0bbb8ecd713747
      https://github.com/phpmyadmin/phpmyadmin/commit/68a4cee50fac7c9e516c81853b0bbb8ecd713747
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

  Log Message:
  -----------
  Fix merge conflict

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 1b008da2f53cdde3442e35624aa069e2804b3901
      https://github.com/phpmyadmin/phpmyadmin/commit/1b008da2f53cdde3442e35624aa069e2804b3901
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 21.7% (601 of 2768)


  Commit: c9bdb7560a6f28fded7688fce93fef9ef72f70e6
      https://github.com/phpmyadmin/phpmyadmin/commit/c9bdb7560a6f28fded7688fce93fef9ef72f70e6
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2768 of 2768)


  Commit: 46308e1b30fcecb64f8f96a6c5f52bb767e23d23
      https://github.com/phpmyadmin/phpmyadmin/commit/46308e1b30fcecb64f8f96a6c5f52bb767e23d23
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M libraries/tbl_columns_definition_form.lib.php

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


  Commit: ecb9f777eaaa2b8350ac3bf8ad4bd42dbdff78ba
      https://github.com/phpmyadmin/phpmyadmin/commit/ecb9f777eaaa2b8350ac3bf8ad4bd42dbdff78ba
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M ChangeLog
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  4.1.14 release

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 59cf0b20c2e7aad4eba9faccad13ed658aee72f6
      https://github.com/phpmyadmin/phpmyadmin/commit/59cf0b20c2e7aad4eba9faccad13ed658aee72f6
  Author: Claus Svalekjaer <just.my.smtp.server at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/da.po

  Log Message:
  -----------
  Translated using Weblate (Danish)

Currently translated at 99.9% (2749 of 2750)


  Commit: 1b04b7b36a56764fc1b31d1490957f1abec59a8e
      https://github.com/phpmyadmin/phpmyadmin/commit/1b04b7b36a56764fc1b31d1490957f1abec59a8e
  Author: Nicolas <thegreenkey.email at aol.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/de.po

  Log Message:
  -----------
  Translated using Weblate (German)

Currently translated at 100.0% (2750 of 2750)


  Commit: 0b03e5b3ff62b4c961a758839848e341bcd2ee88
      https://github.com/phpmyadmin/phpmyadmin/commit/0b03e5b3ff62b4c961a758839848e341bcd2ee88
  Author: Anders Jonsson <anders.jonsson at norsjovallen.se>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/sv.po

  Log Message:
  -----------
  Translated using Weblate (Swedish)

Currently translated at 99.9% (2749 of 2750)


  Commit: d429c5123e9dca4221dfdaff7a2d84c8dd81a36c
      https://github.com/phpmyadmin/phpmyadmin/commit/d429c5123e9dca4221dfdaff7a2d84c8dd81a36c
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.6% (622 of 2750)

பாவனையளவு->பயனர் குழுக்கள்


  Commit: 976957a8869d7152be063e3d2e8667e7529391b7
      https://github.com/phpmyadmin/phpmyadmin/commit/976957a8869d7152be063e3d2e8667e7529391b7
  Author: Chien Wei Lin <cwlin0416 at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/zh_TW.po

  Log Message:
  -----------
  Translated using Weblate (Traditional Chinese)

Currently translated at 100.0% (2750 of 2750)


  Commit: 497b5d021578a474a4259151c54a110f0ab1d01e
      https://github.com/phpmyadmin/phpmyadmin/commit/497b5d021578a474a4259151c54a110f0ab1d01e
  Author: Burak Yavuz <hitowerdigit at hotmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/tr.po

  Log Message:
  -----------
  Translated using Weblate (Turkish)

Currently translated at 100.0% (2750 of 2750)


  Commit: 1d793799eb7b286499fe078e5347eab476126ad0
      https://github.com/phpmyadmin/phpmyadmin/commit/1d793799eb7b286499fe078e5347eab476126ad0
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M ChangeLog
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1


  Commit: 1729ee2d8d1972ff19e8c703eef53bf7725b05b4
      https://github.com/phpmyadmin/phpmyadmin/commit/1729ee2d8d1972ff19e8c703eef53bf7725b05b4
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Log Message:
  -----------
  Merge commit 'a0005c4'


  Commit: 445a94a28db16fd4df36110ee0c49afea0d79b2d
      https://github.com/phpmyadmin/phpmyadmin/commit/445a94a28db16fd4df36110ee0c49afea0d79b2d
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Log Message:
  -----------
  Merge commit 'ecb9f77'


  Commit: 972642f86dd8be15213b5f2bb2dcc3119b688ce1
      https://github.com/phpmyadmin/phpmyadmin/commit/972642f86dd8be15213b5f2bb2dcc3119b688ce1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  4.1.14 release

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 726a6f41b39037580ef9e383e7fda0536dd4c6f9
      https://github.com/phpmyadmin/phpmyadmin/commit/726a6f41b39037580ef9e383e7fda0536dd4c6f9
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.6% (623 of 2750)

பதிப்புகளை காட்டு->வழங்கி படிநிலைமட்ட தாவல்கள்


  Commit: b617d97193989f011a87ea914f10a5bc239b7d48
      https://github.com/phpmyadmin/phpmyadmin/commit/b617d97193989f011a87ea914f10a5bc239b7d48
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.6% (624 of 2750)

தரவுத்தளங்கள்->தரவுத்தள படிநிலைமட்ட தாவல்கள்


  Commit: 569ce7fc6f8dbe9cb734aa13296c7c77a6983fe8
      https://github.com/phpmyadmin/phpmyadmin/commit/569ce7fc6f8dbe9cb734aa13296c7c77a6983fe8
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.7% (625 of 2750)

அட்டவணைக் கருத்துரைகள்->அட்டவணை படிநிலைமட்ட தாவல்கள்


  Commit: 60d91529d89262d3bba8180c3854395f11ae2909
      https://github.com/phpmyadmin/phpmyadmin/commit/60d91529d89262d3bba8180c3854395f11ae2909
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.7% (626 of 2750)

பயனரை சேர்->பயனர்களை காட்டுக


  Commit: 903ad6a68c1d33999e16208358c2a413920608c6
      https://github.com/phpmyadmin/phpmyadmin/commit/903ad6a68c1d33999e16208358c2a413920608c6
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.8% (627 of 2750)

பயனரை சேர்->பயனர்குழுவை சேர்க்க


  Commit: 0ff9458e1e3a19ba0c980d70efa9367b829ef427
      https://github.com/phpmyadmin/phpmyadmin/commit/0ff9458e1e3a19ba0c980d70efa9367b829ef427
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.8% (628 of 2750)

பயனாளர்:->பயனர்குழுவின் பெயர்:


  Commit: bac8702540c1dd3e9cd2174a055196d804f9d9db
      https://github.com/phpmyadmin/phpmyadmin/commit/bac8702540c1dd3e9cd2174a055196d804f9d9db
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.8% (629 of 2750)

பதிப்புகளை காட்டு->வழங்கி-படிநிலைமட்ட தாவல்கள்


  Commit: 5e33b3200f4e81113c21d487821fb75f2afe285f
      https://github.com/phpmyadmin/phpmyadmin/commit/5e33b3200f4e81113c21d487821fb75f2afe285f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.9% (630 of 2750)

தரவுத்தளங்கள்->தரவுத்தள-படிநிலைமட்ட தாவல்கள்


  Commit: a993305c1845b2db6e1b345dcc4d0e43339f48c7
      https://github.com/phpmyadmin/phpmyadmin/commit/a993305c1845b2db6e1b345dcc4d0e43339f48c7
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.9% (631 of 2750)

அட்டவணைக் கருத்துரைகள்-.அட்டவணை-படிநிலைமட்ட தாவல்கள்


  Commit: 45d08f50b371962d53fe0cc269f6f8b6cfdc7910
      https://github.com/phpmyadmin/phpmyadmin/commit/45d08f50b371962d53fe0cc269f6f8b6cfdc7910
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 22.9% (632 of 2750)

இயற்று->இயற்றியவர்:


  Commit: 99d30eebc0882fb8195973be5eff262a2e510bf9
      https://github.com/phpmyadmin/phpmyadmin/commit/99d30eebc0882fb8195973be5eff262a2e510bf9
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.0% (633 of 2750)

ஏனையது->வரிசை


  Commit: 4d8f2e1b873fbb5523793cb71801ec36aa165340
      https://github.com/phpmyadmin/phpmyadmin/commit/4d8f2e1b873fbb5523793cb71801ec36aa165340
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.0% (634 of 2750)

சனி->நிலை


  Commit: 602aa69ac41c87363b9e9bae99d3a6860ccd5d64
      https://github.com/phpmyadmin/phpmyadmin/commit/602aa69ac41c87363b9e9bae99d3a6860ccd5d64
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.0% (635 of 2750)

மொத்த:->மொத்த நேரம்


  Commit: 2ab574163039c2039f2fcd5b3ec09356fd32f680
      https://github.com/phpmyadmin/phpmyadmin/commit/2ab574163039c2039f2fcd5b3ec09356fd32f680
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.1% (636 of 2750)

மூடு->அழைப்புக்கள்


  Commit: 27073e27b8655bfe17362b6410606246fe04686a
      https://github.com/phpmyadmin/phpmyadmin/commit/27073e27b8655bfe17362b6410606246fe04686a
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.1% (637 of 2750)

added +:


  Commit: 3aeb3f0e6b879c8cd4b83684c08d3da674257b8a
      https://github.com/phpmyadmin/phpmyadmin/commit/3aeb3f0e6b879c8cd4b83684c08d3da674257b8a
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.2% (638 of 2750)

கருதிட்குள் சேர்க்க->அட்டவணை முன்னொட்டை பதிலிடு


  Commit: 700b70b1849640547dec6aa5c40cb58b5b93c13b
      https://github.com/phpmyadmin/phpmyadmin/commit/700b70b1849640547dec6aa5c40cb58b5b93c13b
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.2% (639 of 2750)

நெடுக்கைகளை சேர்->நெடுவரிசைகளை நகர்த்து


  Commit: 93daab31de44ad45407ab55bb2901b4ccdef69d1
      https://github.com/phpmyadmin/phpmyadmin/commit/93daab31de44ad45407ab55bb2901b4ccdef69d1
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.2% (640 of 2750)

நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்->நீங்கள் குறைந்தது ஒரு நெடுவரிசையையாவது சேர்க்க வேண்டும்


  Commit: 3909ce2ce9349f577423fdb07117b59b06a9083f
      https://github.com/phpmyadmin/phpmyadmin/commit/3909ce2ce9349f577423fdb07117b59b06a9083f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.3% (641 of 2750)

%s களத்தை சேர்க்க->நெடுவரிசையை சேர்க்க


  Commit: 00c2cb2be36514bb60c845cd0cb5eafedbfec727
      https://github.com/phpmyadmin/phpmyadmin/commit/00c2cb2be36514bb60c845cd0cb5eafedbfec727
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.3% (642 of 2750)

%s களத்தை சேர்க்க->%s நெடுவரிசைகளை சேர்க்க


  Commit: 98d2d4cb169510dccf34de46375e2125d19fbe3f
      https://github.com/phpmyadmin/phpmyadmin/commit/98d2d4cb169510dccf34de46375e2125d19fbe3f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.3% (643 of 2750)

வினவல் புள்ளிவிவரவியல்->வரிசை புள்ளிவிவரங்கள்


  Commit: 9f8c22e5b5b2ee4fe1bb99f4a643cd41a086efec
      https://github.com/phpmyadmin/phpmyadmin/commit/9f8c22e5b5b2ee4fe1bb99f4a643cd41a086efec
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.4% (644 of 2750)

அமர்வு மதிப்பு->தனித்த மதிப்புகள்


  Commit: 1634bd021450907676ea19d816a80f0b9d2d5838
      https://github.com/phpmyadmin/phpmyadmin/commit/1634bd021450907676ea19d816a80f0b9d2d5838
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.4% (645 of 2750)

%s தரவுத்தளம் இரத்துசெய்யப்பட்டது->நெடுவரிசைகள் வெற்றிகரமாக நகர்த்தப்பட்டன.


  Commit: ce53130c28c9ed6171b2b1fd880ee8047cd7e827
      https://github.com/phpmyadmin/phpmyadmin/commit/ce53130c28c9ed6171b2b1fd880ee8047cd7e827
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.4% (646 of 2750)

பங்குனி->பட்டி


  Commit: 523c2851ddc54b34733252f86457ad1c94b5d27e
      https://github.com/phpmyadmin/phpmyadmin/commit/523c2851ddc54b34733252f86457ad1c94b5d27e
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.4% (646 of 2750)

பட்டி->பட்டை


  Commit: 9cf56c791eecdd7005e6ee00aa752d8cfe1682c6
      https://github.com/phpmyadmin/phpmyadmin/commit/9cf56c791eecdd7005e6ee00aa752d8cfe1682c6
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.5% (647 of 2750)

நிரல்->நிரல்வரிசை


  Commit: 356ddcbc5e4efd1b9a58472533f14aabf8764d08
      https://github.com/phpmyadmin/phpmyadmin/commit/356ddcbc5e4efd1b9a58472533f14aabf8764d08
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.5% (648 of 2750)


  Commit: da2fd9120bf22e821f32452d5a0fca80cc16cee6
      https://github.com/phpmyadmin/phpmyadmin/commit/da2fd9120bf22e821f32452d5a0fca80cc16cee6
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.6% (649 of 2750)

உள்வரிசை->வளைக்கோடு


  Commit: eb1bcbea4768d7e0dd83cd0c0033cd5138dc0881
      https://github.com/phpmyadmin/phpmyadmin/commit/eb1bcbea4768d7e0dd83cd0c0033cd5138dc0881
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.6% (650 of 2750)

+ஆப்பு


  Commit: a19b5ee2c1e3ff07feb3b841d4a277c83f6a8dad
      https://github.com/phpmyadmin/phpmyadmin/commit/a19b5ee2c1e3ff07feb3b841d4a277c83f6a8dad
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.6% (651 of 2750)

வரிசைப்படுத்து->துவக்க வரிசை:


  Commit: c8b7cf31beb01d8a069206d16e94b971d8d27dc3
      https://github.com/phpmyadmin/phpmyadmin/commit/c8b7cf31beb01d8a069206d16e94b971d8d27dc3
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.7% (652 of 2750)

அடுக்கு->குறிமுறை அடுக்குவரிசை:


  Commit: 03b9b27838c56ed706e2ddf5f7c002dcce23da0a
      https://github.com/phpmyadmin/phpmyadmin/commit/03b9b27838c56ed706e2ddf5f7c002dcce23da0a
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.7% (653 of 2750)

கள நிரல்களை சேர்க்க/ நீக்குக->நிரல்வரிசையை நகர்த்து


  Commit: 0cd0d1c6ca950aa4a1f51ee603171752c5b4ac3a
      https://github.com/phpmyadmin/phpmyadmin/commit/0cd0d1c6ca950aa4a1f51ee603171752c5b4ac3a
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.7% (654 of 2750)

%s பின்->%s க்கு அடுத்து\


  Commit: d34aa82ce05204a1aae5702122f981479bf42f93
      https://github.com/phpmyadmin/phpmyadmin/commit/d34aa82ce05204a1aae5702122f981479bf42f93
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.8% (655 of 2750)

கள நிரல்களை சேர்க்க/ நீக்குக->சிட்டை நிரல்வரிசை


  Commit: a5159f1f9b839c28fd4c7771cbdc90989cd0cd0e
      https://github.com/phpmyadmin/phpmyadmin/commit/a5159f1f9b839c28fd4c7771cbdc90989cd0cd0e
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.8% (656 of 2750)

கள நிரல்களை சேர்க்க/ நீக்குக->இடம்சார் நிரல்வரிசை


  Commit: 0df6a4d06c2b59497a6e7d09c17af0d94dac48b4
      https://github.com/phpmyadmin/phpmyadmin/commit/0df6a4d06c2b59497a6e7d09c17af0d94dac48b4
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.8% (657 of 2750)

added +:


  Commit: 63d31f3147f1a3f878a5aba5f346c116fc320f53
      https://github.com/phpmyadmin/phpmyadmin/commit/63d31f3147f1a3f878a5aba5f346c116fc320f53
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.9% (658 of 2750)

அட்டவணைகளை காட்டு->காட்டப்படுகிற அட்டவணைகள்:


  Commit: 4369b119c72c861bda9da7219b8884c761b3b3e0
      https://github.com/phpmyadmin/phpmyadmin/commit/4369b119c72c861bda9da7219b8884c761b3b3e0
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 23.9% (659 of 2750)

வினவல் புள்ளிவிவரவியல்->வரிசை புள்ளிவிவரங்கள்:


  Commit: 1be31fb3a08e09c8d4f5b4a53075068424d58524
      https://github.com/phpmyadmin/phpmyadmin/commit/1be31fb3a08e09c8d4f5b4a53075068424d58524
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.0% (660 of 2750)

வினவல் இடைமாற்றல் பாவனையளவு->இடம் பயனளவு:


  Commit: 9be5110f3cf52e0a29c956c986816a0bf6df2f77
      https://github.com/phpmyadmin/phpmyadmin/commit/9be5110f3cf52e0a29c956c986816a0bf6df2f77
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.0% (661 of 2750)

காட்சிப்படுத்த நீங்கள் குறைந்தபட்சம் ஒரு நிரலை தேர்ந்தெடுக்க வேண்டும்->காட்சிப்படுத்த நிரல்வரிசையை தேர்ந்தெடுக்கவும்


  Commit: 9999890972e8266ffb0b9b236c6a5961598e7444
      https://github.com/phpmyadmin/phpmyadmin/commit/9999890972e8266ffb0b9b236c6a5961598e7444
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.0% (661 of 2750)

காட்சிப்படுத்த நீங்கள் குறைந்தபட்சம் ஒரு நிரலை தேர்ந்தெடுக்க வேண்டும்->காட்சிப்படுத்த நிரல்வரிசையை தேர்ந்தெடுக்கவும்`


  Commit: 7c624f61c6af3c2c49880e8b1d01736996653efb
      https://github.com/phpmyadmin/phpmyadmin/commit/7c624f61c6af3c2c49880e8b1d01736996653efb
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.0% (662 of 2750)

கட்டுப்பாடுகளை சேர்க்க->கட்டுப்பாட்டின் பெயர்


  Commit: e5aa53351a88c5919d138de145c74a7b11602104
      https://github.com/phpmyadmin/phpmyadmin/commit/e5aa53351a88c5919d138de145c74a7b11602104
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.1% (663 of 2750)

பதிப்பை உருவாக்கு->%2$s ன் %1$s பதிப்பை உருவாக்குக


  Commit: 451623906e336809ed554e15f83bb5d05ac71006
      https://github.com/phpmyadmin/phpmyadmin/commit/451623906e336809ed554e15f83bb5d05ac71006
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.1% (664 of 2750)

இப்போது செயற்படுத்து->%s க்கான கண்காணிப்பை இப்போது செயற்படுத்து


  Commit: 995391b46a2af6b943c4f9fc65926dcffcfbe283
      https://github.com/phpmyadmin/phpmyadmin/commit/995391b46a2af6b943c4f9fc65926dcffcfbe283
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.1% (664 of 2750)

இப்போது செயற்படுத்து->%s க்கான கண்காணிப்பை செயற்படுத்து


  Commit: 139fedd9495174c3c451ed85b7785afcc94a6cd1
      https://github.com/phpmyadmin/phpmyadmin/commit/139fedd9495174c3c451ed85b7785afcc94a6cd1
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.1% (665 of 2750)

செயல்கள்->செயல்படு விருப்பங்கள்


  Commit: 26297a95c9516e7031cca232286c02a4f62c87bb
      https://github.com/phpmyadmin/phpmyadmin/commit/26297a95c9516e7031cca232286c02a4f62c87bb
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.2% (666 of 2750)

தரவு இல்லை->தவறான தரவு


  Commit: a2050fcd9c5bd4e2f77cd87043c3fe7d9a160473
      https://github.com/phpmyadmin/phpmyadmin/commit/a2050fcd9c5bd4e2f77cd87043c3fe7d9a160473
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.2% (667 of 2750)

தரவு இல்லை->காட்டுவதற்கு தரவு இல்லை


  Commit: 5be6efe64d87950d9d75aa54d7e48bfa6392ca6b
      https://github.com/phpmyadmin/phpmyadmin/commit/5be6efe64d87950d9d75aa54d7e48bfa6392ca6b
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.2% (668 of 2750)

அட்டவணையை அழி (அழி)->தரவுக்பார்வையை அழி (கைவிடு)


  Commit: 4ffd9ed2dbe85f20d36c69438e1b20a828a6e150
      https://github.com/phpmyadmin/phpmyadmin/commit/4ffd9ed2dbe85f20d36c69438e1b20a828a6e150
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.2% (668 of 2750)

அட்டவணையை அழி (அழி)->தரவு பார்வையை அழி (கைவிடு)


  Commit: 2392437f0b926b3bad6ee121ae6a74715fdac403
      https://github.com/phpmyadmin/phpmyadmin/commit/2392437f0b926b3bad6ee121ae6a74715fdac403
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.3% (669 of 2750)

வினாக்கள்->1000க்கு கீழான வினவல்கள்


  Commit: 52295cd3cdf2bdd191c50fe9fc9ec555184730a7
      https://github.com/phpmyadmin/phpmyadmin/commit/52295cd3cdf2bdd191c50fe9fc9ec555184730a7
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.3% (670 of 2750)

நடப்பு பதிப்பு: %s->வினவல்களின் தற்போதைய அளவு: %s


  Commit: bc9a29c2db279b2a07d32af9318ec226e6f52908
      https://github.com/phpmyadmin/phpmyadmin/commit/bc9a29c2db279b2a07d32af9318ec226e6f52908
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.4% (671 of 2750)

நடப்பாணை இணைப்பு->மெதுவான வினவல்களின் விழுக்காடு


  Commit: 9adcf49fc065b7a99a7fc14baceccec4a5f5ab74
      https://github.com/phpmyadmin/phpmyadmin/commit/9adcf49fc065b7a99a7fc14baceccec4a5f5ab74
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.4% (672 of 2750)

வினவல் பெட்டியை காண்பி->மெதுவான வினவல்களின் வீதம்


  Commit: f45672ef4da94d670dd3dfa63bf6727bc6d48039
      https://github.com/phpmyadmin/phpmyadmin/commit/f45672ef4da94d670dd3dfa63bf6727bc6d48039
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.4% (673 of 2750)

வினவல் பெட்டியை காண்பி->நீண்ட வினவல்களுக்கான நேரம்


  Commit: da319c32b0805409dc0755297dc989890922e036
      https://github.com/phpmyadmin/phpmyadmin/commit/da319c32b0805409dc0755297dc989890922e036
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.5% (674 of 2750)

வினவல் பெட்டியை காண்பி->மெதுவான வினவல் பதிகை


  Commit: 898013c95b9c10cea1804e2bbe8af46156a19a4d
      https://github.com/phpmyadmin/phpmyadmin/commit/898013c95b9c10cea1804e2bbe8af46156a19a4d
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.5% (675 of 2750)

தொடர்கள்->தொகுப்புகளை விடுக:


  Commit: a3e28b70f95906658cafb6b366b563b837745a5f
      https://github.com/phpmyadmin/phpmyadmin/commit/a3e28b70f95906658cafb6b366b563b837745a5f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.5% (675 of 2750)

தொடர்கள்->தொகுப்புகளை விடுக


  Commit: 8843fbba7a371814de3b61a0a10a408a78e6f307
      https://github.com/phpmyadmin/phpmyadmin/commit/8843fbba7a371814de3b61a0a10a408a78e6f307
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.6% (677 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று முடக்கப்பட்டுள்ளது


  Commit: 55c5c55e52854264e4e9e80857bed785b5503eea
      https://github.com/phpmyadmin/phpmyadmin/commit/55c5c55e52854264e4e9e80857bed785b5503eea
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.6% (677 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று முடக்கப்பட்டுள்ளது.


  Commit: deea90ce129a1685609fc7fc357f7394d3341239
      https://github.com/phpmyadmin/phpmyadmin/commit/deea90ce129a1685609fc7fc357f7394d3341239
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.6% (678 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று முறைமை


  Commit: 4ef066542d8281e244b9feca8cb6f334b5f5c514
      https://github.com/phpmyadmin/phpmyadmin/commit/4ef066542d8281e244b9feca8cb6f334b5f5c514
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.6% (679 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->பொருத்தமற்ற இடைமாற்று முறைமை


  Commit: de7eb9dd05feb689c45c15603fd244d0891fcc4f
      https://github.com/phpmyadmin/phpmyadmin/commit/de7eb9dd05feb689c45c15603fd244d0891fcc4f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.7% (680 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று முறைமை செயல்திறன் (%%)


  Commit: 07b7034472e556195f8dbc67abde670a4d070f00
      https://github.com/phpmyadmin/phpmyadmin/commit/07b7034472e556195f8dbc67abde670a4d070f00
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.7% (681 of 2750)

not fuzzy


  Commit: 757081d451de7b0ed1ef8af89bc60f9714815fdd
      https://github.com/phpmyadmin/phpmyadmin/commit/757081d451de7b0ed1ef8af89bc60f9714815fdd
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.8% (682 of 2750)

வினவல் இடைமாற்றல் பாவனையளவு->வினவல் இடைமாற்றல் கூறுபடுத்தல்


  Commit: 93aebbf60c75b7dbfd97508b0ad576ed44ffbe55
      https://github.com/phpmyadmin/phpmyadmin/commit/93aebbf60c75b7dbfd97508b0ad576ed44ffbe55
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.8% (683 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று தரவு கத்தரிப்புகள்


  Commit: 51388921080a74d09ce68e1a4abb31bf6742f263
      https://github.com/phpmyadmin/phpmyadmin/commit/51388921080a74d09ce68e1a4abb31bf6742f263
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.8% (684 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று மீயளவு


  Commit: 6e042d3fc7ba47d55b4ef29c8204dad6abba097c
      https://github.com/phpmyadmin/phpmyadmin/commit/6e042d3fc7ba47d55b4ef29c8204dad6abba097c
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.9% (685 of 2750)

நடப்பு பதிப்பு: %s->வினவல் இடைமாற்று நிகழ்நிலை அளவு: %s


  Commit: 6014654e401906dcf0693b485740873cf3899c45
      https://github.com/phpmyadmin/phpmyadmin/commit/6014654e401906dcf0693b485740873cf3899c45
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.9% (686 of 2750)

வினவல் இடைமாற்று பயன்படுத்தப்பட்டது->வினவல் இடைமாற்று விளைவின் மீச்சிறுஅளவு: %s


  Commit: e34c1906e645377be044b2e09c759d0482de13ea
      https://github.com/phpmyadmin/phpmyadmin/commit/e34c1906e645377be044b2e09c759d0482de13ea
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.9% (687 of 2750)

+நிரைகளை வரிசைப்படுத்து


  Commit: d142aee077d28efbcfaccb464ee3f181f0fc0e66
      https://github.com/phpmyadmin/phpmyadmin/commit/d142aee077d28efbcfaccb464ee3f181f0fc0e66
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.0% (688 of 2750)

கருதிட்குள் சேர்க்க->முதல் குறியீட்டெண்ணை கண்டறியும் விகிதம்


  Commit: 37bb0ef5be0bd53e5d4afe58040c8e7c2b9c66be
      https://github.com/phpmyadmin/phpmyadmin/commit/37bb0ef5be0bd53e5d4afe58040c8e7c2b9c66be
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.0% (689 of 2750)

கருதிட்குள் சேர்க்க->நிலையான குறியிடத்தை கண்டறியும் விகிதம்


  Commit: 9a2eb8b44e15c2ff1bda1eb0827005f8eed343c0
      https://github.com/phpmyadmin/phpmyadmin/commit/9a2eb8b44e15c2ff1bda1eb0827005f8eed343c0
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.0% (690 of 2750)

கருதிட்குள் சேர்க்க->அட்டவணையின் அடுத்த நிரல்வரிசையை கண்டறியும் விகிதம்


  Commit: f1efcbec042ae65354ef659b8f95acc1ad9aee40
      https://github.com/phpmyadmin/phpmyadmin/commit/f1efcbec042ae65354ef659b8f95acc1ad9aee40
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.1% (692 of 2750)

கருதிட்குள் சேர்க்க->அட்டவணையின் அடுத்த நிரல்வரிசையை கண்டறியும் விகிதம் மிகுதி.


  Commit: 8749a15936d43f044734e76b47158e2e924f79ee
      https://github.com/phpmyadmin/phpmyadmin/commit/8749a15936d43f044734e76b47158e2e924f79ee
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.2% (693 of 2750)

கருதிட்குள் சேர்க்க->திறந்தநிலை அட்டவணைகளின் விழுக்காடு


  Commit: 9536e040ffe8cdb9e805670242e2d2af629536ae
      https://github.com/phpmyadmin/phpmyadmin/commit/9536e040ffe8cdb9e805670242e2d2af629536ae
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.2% (694 of 2750)

நடப்பாணை இணைப்பு->பயனிலுள்ள திறந்தநிலை கோப்புகளின் வரம்பின்  விழுக்காடு


  Commit: b2459ff65d3bac34a51c1c3bf90a8c1b7c4daf85
      https://github.com/phpmyadmin/phpmyadmin/commit/b2459ff65d3bac34a51c1c3bf90a8c1b7c4daf85
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.2% (695 of 2750)

கருதிட்குள் சேர்க்க->திறந்தநிலை கோப்புகளின் விழுக்காடு


  Commit: 15202ade69c2d928b09df231280113fa8123a46a
      https://github.com/phpmyadmin/phpmyadmin/commit/15202ade69c2d928b09df231280113fa8123a46a
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.3% (696 of 2750)

கருதிட்குள் சேர்க்க->திறந்தநிலை கோப்புகளின் வீதம் மிகுந்துள்ளது.


  Commit: faa915d61e024e0465ec351f11195c19c168b4da
      https://github.com/phpmyadmin/phpmyadmin/commit/faa915d61e024e0465ec351f11195c19c168b4da
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.3% (697 of 2750)

நடப்பாணை இணைப்பு->பயன்படுத்தப்பட்டுள்ள இணைப்புகளின் விழுக்காடு


  Commit: 077f5319d236b7ca0703053c72d7ec8189fee5f4
      https://github.com/phpmyadmin/phpmyadmin/commit/077f5319d236b7ca0703053c72d7ec8189fee5f4
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.3% (698 of 2750)

நடப்பாணை இணைப்பு-> கைவிடப்பட்ட இணைப்புகளின் விழுக்காடு


  Commit: 00b2af71805a701f79b0fcbfa12c5b283505ed28
      https://github.com/phpmyadmin/phpmyadmin/commit/00b2af71805a701f79b0fcbfa12c5b283505ed28
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.4% (699 of 2750)

கருதிட்குள் சேர்க்க->கைவிடப்பட்ட இணைப்புகளின் வீதம்


  Commit: e92235a5a5d6f82dd9ea2494f406aa6dcb08e5f4
      https://github.com/phpmyadmin/phpmyadmin/commit/e92235a5a5d6f82dd9ea2494f406aa6dcb08e5f4
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.4% (700 of 2750)

கருதிட்குள் சேர்க்க->கைவிடப்பட்ட நுகர்வாளர்களின் விழுக்காடு


  Commit: d51d7de78a505c8785d95ccddbb0026a2a10fe46
      https://github.com/phpmyadmin/phpmyadmin/commit/d51d7de78a505c8785d95ccddbb0026a2a10fe46
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M themes/pmahomme/css/navigation.css.php

  Log Message:
  -----------
  A simple fix for bug #4378
Signed-off-by: Edward Cheng <c4150221 at gmail.com>


  Commit: 58f6a3fefcadc2dcf895e76fa9df443695b07ff1
      https://github.com/phpmyadmin/phpmyadmin/commit/58f6a3fefcadc2dcf895e76fa9df443695b07ff1
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M themes/pmahomme/css/navigation.css.php

  Log Message:
  -----------
  Merge pull request #1155 from WhaleWatching/nav_fix

A simple fix for bug #4378


  Commit: 754478285a579b8b1a2ca4a4d21fa94089e62f2f
      https://github.com/phpmyadmin/phpmyadmin/commit/754478285a579b8b1a2ca4a4d21fa94089e62f2f
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 24.5% (680 of 2768)


  Commit: 30adad7a49c99fb597a6a8f0aa9ea2126050e3f8
      https://github.com/phpmyadmin/phpmyadmin/commit/30adad7a49c99fb597a6a8f0aa9ea2126050e3f8
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M themes/pmahomme/css/navigation.css.php

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


  Commit: a82782f8a7a186cfaad61228e699b389f3bae3bc
      https://github.com/phpmyadmin/phpmyadmin/commit/a82782f8a7a186cfaad61228e699b389f3bae3bc
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Fix coding style

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 7193726c9a8c0fc673a93c2540a0729a8be051b5
      https://github.com/phpmyadmin/phpmyadmin/commit/7193726c9a8c0fc673a93c2540a0729a8be051b5
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M test/libraries/core/PMA_headerLocation_test.php

  Log Message:
  -----------
  Fix PHPCS issues.
Update PHPDoc.

Signed-off-by: Hugues Peccatte <hugues.peccatte at gmail.com>


  Commit: f9748d8f28763bf4d9f0ae16d436a568c010a4da
      https://github.com/phpmyadmin/phpmyadmin/commit/f9748d8f28763bf4d9f0ae16d436a568c010a4da
  Author: Hugues Peccatte <hugues.peccatte at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/navigation.js
    M libraries/RecentFavoriteTable.class.php
    M po/ta.po
    M themes/pmahomme/css/navigation.css.php

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin


  Commit: bd9e66f4bc35f0e03fed4b06959cbdb00b3b4add
      https://github.com/phpmyadmin/phpmyadmin/commit/bd9e66f4bc35f0e03fed4b06959cbdb00b3b4add
  Author: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>
  Date:   2014-04-27 (Sun, 27 Apr 2014)

  Changed paths:
    M js/tbl_structure.js
    M libraries/sql.lib.php

  Log Message:
  -----------
  Bug Fix: #4366 Creating Index doesn't update index-list.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara at yahoo.com>


  Commit: 2e2798c1187710a6c80ae496b724e845a39fb124
      https://github.com/phpmyadmin/phpmyadmin/commit/2e2798c1187710a6c80ae496b724e845a39fb124
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/tbl_structure.js
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge pull request #1157 from ashutoshdhundhara/bugfix_4366

Bug Fix: #4366 Creating Index doesn't update index-list.


  Commit: de260d15d73426bd519bad5a0e4b1b94c3de0621
      https://github.com/phpmyadmin/phpmyadmin/commit/de260d15d73426bd519bad5a0e4b1b94c3de0621
  Author: கணேஷ் குமார் <GANESHTHEONE at gmail.com>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M po/ta.po

  Log Message:
  -----------
  Translated using Weblate (Tamil)

Currently translated at 25.4% (701 of 2750)

கருதிட்குள் சேர்க்க->கைவிடப்பட்ட நுகர்வாளர்களின் வீதம்


  Commit: 58a133813f7725346acaa0553d512dc62e65f6bb
      https://github.com/phpmyadmin/phpmyadmin/commit/58a133813f7725346acaa0553d512dc62e65f6bb
  Author: Weblate <noreply at weblate.org>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/tbl_structure.js
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1


  Commit: 9d76696650dfe9053780446c99b2ad46888e75d4
      https://github.com/phpmyadmin/phpmyadmin/commit/9d76696650dfe9053780446c99b2ad46888e75d4
  Author: Atul Pratap Singh <atulpratapsingh05 at gmail.com>
  Date:   2014-04-27 (Sun, 27 Apr 2014)

  Changed paths:
    M doc/config.rst
    M libraries/config.default.php

  Log Message:
  -----------
  We decided to display pagination after 250, see http://sourceforge.net/p/phpmyadmin/mailman/message/31333321/

Signed-off-by: Atul Pratap Singh <atulpratapsingh05 at gmail.com>


  Commit: f133d729667895c616a89de1c185e0dbf0fcf9d6
      https://github.com/phpmyadmin/phpmyadmin/commit/f133d729667895c616a89de1c185e0dbf0fcf9d6
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Log Message:
  -----------
  Merge commit 'e92235a'


  Commit: 89f7dffecc12aaacf66ffd8884e8e5b03a88d8a9
      https://github.com/phpmyadmin/phpmyadmin/commit/89f7dffecc12aaacf66ffd8884e8e5b03a88d8a9
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M js/tbl_structure.js
    M libraries/sql.lib.php

  Log Message:
  -----------
  Merge commit 'bd9e66f'


  Commit: 1066bed1792cc523f31fbb17536d8234658c6ec5
      https://github.com/phpmyadmin/phpmyadmin/commit/1066bed1792cc523f31fbb17536d8234658c6ec5
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Log Message:
  -----------
  Merge commit '58a1338'


  Commit: 4299961046eeb13f3aeb1d91125a5f2475c871db
      https://github.com/phpmyadmin/phpmyadmin/commit/4299961046eeb13f3aeb1d91125a5f2475c871db
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  ChangeLog entry

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: b77d8fa6d4dad996e96da0370abd93bdd86aa7e0
      https://github.com/phpmyadmin/phpmyadmin/commit/b77d8fa6d4dad996e96da0370abd93bdd86aa7e0
  Author: Edward Cheng <c4150221 at gmail.com>
  Date:   2014-04-27 (Sun, 27 Apr 2014)

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

  Log Message:
  -----------
  Fix scrolling

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 3d6362a294a26b94005fe26eb9af018a54399ebb
      https://github.com/phpmyadmin/phpmyadmin/commit/3d6362a294a26b94005fe26eb9af018a54399ebb
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-04-27 (Sun, 27 Apr 2014)

  Changed paths:
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  4.2.0-rc1

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: 2df5f88ea8a59485befb02d6763e96d4666a0887
      https://github.com/phpmyadmin/phpmyadmin/commit/2df5f88ea8a59485befb02d6763e96d4666a0887
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M ChangeLog
    M README
    M doc/conf.py
    M libraries/Config.class.php

  Log Message:
  -----------
  4.2.0 release

Signed-off-by: Marc Delisle <marc at infomarc.info>


  Commit: eef883c45d075fae2ed2505119e2dd8a216d81d7
      https://github.com/phpmyadmin/phpmyadmin/commit/eef883c45d075fae2ed2505119e2dd8a216d81d7
  Author: Marc Delisle <marc at infomarc.info>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CONTRIBUTING.md
    M ChangeLog
    A DCO
    A PMAStandard/Sniffs/Files/SpacesAroundConcatSniff.php
    M PMAStandard/ruleset.xml
    M README
    M README.rst
    M build.xml
    M composer.json
    M config.sample.inc.php
    M db_datadict.php
    M db_operations.php
    M db_qbe.php
    M db_search.php
    M db_structure.php
    M db_tracking.php
    M doc/Makefile
    M doc/conf.py
    M doc/config.rst
    M doc/copyright.rst
    M doc/credits.rst
    M doc/developers.rst
    M doc/faq.rst
    M doc/glossary.rst
    M doc/intro.rst
    M doc/make.bat
    M doc/privileges.rst
    M doc/require.rst
    M doc/setup.rst
    M doc/vendors.rst
    M error_report.php
    M examples/config.manyhosts.inc.php
    M examples/create_tables.sql
    M examples/create_tables_drizzle.sql
    M examples/swekey.sample.conf
    M export.php
    M gis_data_editor.php
    M import.php
    M import_status.php
    M index.php
    M js/ajax.js
    M js/chart.js
    A js/columndelete.js
    M js/common.js
    M js/cross_framing_protection.js
    A js/db_qbe.js
    M js/db_search.js
    M js/db_structure.js
    M js/error_report.js
    M js/export.js
    M js/functions.js
    M js/gis_data_editor.js
    M js/import.js
    M js/jquery/jquery-ui-timepicker-addon.js
    R js/jquery/jquery.json-2.4.js
    M js/jquery/jquery.menuResizer-1.0.js
    A js/jquery/jquery.uitablefilter.js
    M js/makegrid.js
    M js/messages.php
    M js/navigation.js
    M js/pmd/move.js
    M js/rte.js
    M js/server_privileges.js
    M js/server_status_monitor.js
    M js/sql.js
    M js/tbl_change.js
    M js/tbl_chart.js
    M js/tbl_select.js
    M js/tbl_structure.js
    M libraries/Advisor.class.php
    M libraries/Config.class.php
    M libraries/DBQbe.class.php
    M libraries/DatabaseInterface.class.php
    M libraries/DbSearch.class.php
    M libraries/DisplayResults.class.php
    M libraries/Error.class.php
    M libraries/Error_Handler.class.php
    M libraries/File.class.php
    A libraries/Font.class.php
    M libraries/Footer.class.php
    M libraries/Header.class.php
    M libraries/Index.class.php
    M libraries/List.class.php
    M libraries/List_Database.class.php
    M libraries/Menu.class.php
    M libraries/Message.class.php
    M libraries/PDF.class.php
    M libraries/PMA.php
    A libraries/RecentFavoriteTable.class.php
    R libraries/RecentTable.class.php
    M libraries/Response.class.php
    A libraries/SavedSearches.class.php
    M libraries/Scripts.class.php
    M libraries/StorageEngine.class.php
    M libraries/StringNativeType.class.php
    M libraries/Table.class.php
    M libraries/TableSearch.class.php
    M libraries/Theme.class.php
    M libraries/Tracker.class.php
    M libraries/Types.class.php
    M libraries/Util.class.php
    M libraries/advisory_rules.txt
    M libraries/bookmark.lib.php
    M libraries/browse_foreigners.lib.php
    M libraries/build_html_for_db.lib.php
    M libraries/common.inc.php
    M libraries/config.default.php
    M libraries/config.values.php
    M libraries/config/ConfigFile.class.php
    M libraries/config/Form.class.php
    M libraries/config/FormDisplay.class.php
    A libraries/config/ServerConfigChecks.class.php
    M libraries/config/Validator.class.php
    M libraries/config/messages.inc.php
    M libraries/config/setup.forms.php
    M libraries/config/user_preferences.forms.php
    M libraries/core.lib.php
    M libraries/create_addfield.lib.php
    M libraries/database_interface.inc.php
    M libraries/db_common.inc.php
    M libraries/db_info.inc.php
    M libraries/dbi/DBIDrizzle.class.php
    M libraries/dbi/DBIDummy.class.php
    M libraries/dbi/DBIMysql.class.php
    M libraries/dbi/DBIMysqli.class.php
    M libraries/display_change_password.lib.php
    M libraries/display_create_database.lib.php
    M libraries/display_create_table.lib.php
    M libraries/display_export.lib.php
    M libraries/display_import.lib.php
    M libraries/display_structure.inc.php
    M libraries/engines/bdb.lib.php
    M libraries/engines/berkeleydb.lib.php
    M libraries/engines/binlog.lib.php
    M libraries/engines/innobase.lib.php
    M libraries/engines/innodb.lib.php
    M libraries/engines/memory.lib.php
    M libraries/engines/merge.lib.php
    M libraries/engines/mrg_myisam.lib.php
    M libraries/engines/myisam.lib.php
    M libraries/engines/ndbcluster.lib.php
    M libraries/engines/pbxt.lib.php
    M libraries/engines/performance_schema.lib.php
    M libraries/error.inc.php
    M libraries/error_report.lib.php
    A libraries/export.lib.php
    M libraries/file_listing.lib.php
    A libraries/gis/GIS_Factory.class.php
    A libraries/gis/GIS_Geometry.class.php
    A libraries/gis/GIS_Geometrycollection.class.php
    A libraries/gis/GIS_Linestring.class.php
    A libraries/gis/GIS_Multilinestring.class.php
    A libraries/gis/GIS_Multipoint.class.php
    A libraries/gis/GIS_Multipolygon.class.php
    A libraries/gis/GIS_Point.class.php
    A libraries/gis/GIS_Polygon.class.php
    A libraries/gis/GIS_Visualization.class.php
    R libraries/gis/pma_gis_factory.php
    R libraries/gis/pma_gis_geometry.php
    R libraries/gis/pma_gis_geometrycollection.php
    R libraries/gis/pma_gis_linestring.php
    R libraries/gis/pma_gis_multilinestring.php
    R libraries/gis/pma_gis_multipoint.php
    R libraries/gis/pma_gis_multipolygon.php
    R libraries/gis/pma_gis_point.php
    R libraries/gis/pma_gis_polygon.php
    R libraries/gis/pma_gis_visualization.php
    M libraries/import.lib.php
    M libraries/index.lib.php
    M libraries/insert_edit.lib.php
    M libraries/ip_allow_deny.lib.php
    M libraries/js_escape.lib.php
    M libraries/mult_submits.lib.php
    M libraries/mysql_charsets.lib.php
    M libraries/navigation/NavigationHeader.class.php
    M libraries/navigation/NavigationTree.class.php
    M libraries/navigation/Nodes/Node.class.php
    M libraries/navigation/Nodes/Node_Database.class.php
    M libraries/navigation/Nodes/Node_DatabaseChild.class.php
    M libraries/navigation/Nodes/Node_Procedure.class.php
    M libraries/navigation/Nodes/Node_Table.class.php
    M libraries/opendocument.lib.php
    M libraries/operations.lib.php
    M libraries/plugin_interface.lib.php
    M libraries/plugins/auth/AuthenticationConfig.class.php
    M libraries/plugins/auth/AuthenticationCookie.class.php
    M libraries/plugins/auth/AuthenticationHttp.class.php
    M libraries/plugins/auth/AuthenticationSignon.class.php
    M libraries/plugins/auth/swekey/authentication.inc.php
    M libraries/plugins/auth/swekey/swekey.auth.lib.php
    M libraries/plugins/auth/swekey/swekey.php
    M libraries/plugins/export/ExportMediawiki.class.php
    M libraries/plugins/export/ExportOds.class.php
    M libraries/plugins/export/ExportSql.class.php
    M libraries/plugins/export/ExportTexytext.class.php
    M libraries/plugins/export/ExportXml.class.php
    M libraries/plugins/export/PMA_ExportPdf.class.php
    M libraries/plugins/import/ImportCsv.class.php
    M libraries/plugins/import/ImportMediawiki.class.php
    M libraries/plugins/import/ImportOds.class.php
    M libraries/plugins/import/ImportShp.class.php
    M libraries/plugins/import/ImportSql.class.php
    M libraries/plugins/import/README
    R libraries/plugins/transformations/Text_Plain_Append.class.php
    A libraries/plugins/transformations/Text_Plain_Bool2text.class.php
    A libraries/plugins/transformations/Text_Plain_Preappend.class.php
    R libraries/plugins/transformations/abstract/AppendTransformationsPlugin.class.php
    A libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
    A libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php
    M libraries/pmd_common.php
    M libraries/properties/options/OptionsPropertyGroup.class.php
    M libraries/properties/plugins/ExportPluginProperties.class.php
    M libraries/properties/plugins/ImportPluginProperties.class.php
    M libraries/properties/plugins/PluginPropertyItem.class.php
    M libraries/relation.lib.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

  Log Message:
  -----------
  Merge branch 'MAINT_4_2_0' into STABLE


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/2ef7a1e8596f...eef883c45d07


More information about the Git mailing list