[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 694daa: Cache date in ConfigGenerator unit test

2014-03-15 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 694daa01dd67f03af1d3178676e130ce58ae1758
  
https://github.com/phpmyadmin/phpmyadmin/commit/694daa01dd67f03af1d3178676e130ce58ae1758
  Author: Jeff Chan jefftc...@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 jefftc...@gmail.com


  Commit: bb280c8cc1207491d57a25a8d9e5c5363053de9d
  
https://github.com/phpmyadmin/phpmyadmin/commit/bb280c8cc1207491d57a25a8d9e5c5363053de9d
  Author: Michal Čihař mic...@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


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/9b1f025fb737...bb280c8cc120--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 581f8e: Define MYSQL_VERSION string constant if not alread...

2014-03-15 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 581f8e4d945a6e034b106583cdde9bce56f7f7e8
  
https://github.com/phpmyadmin/phpmyadmin/commit/581f8e4d945a6e034b106583cdde9bce56f7f7e8
  Author: Jeff Chan jefftc...@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 jefftc...@gmail.com


  Commit: 69e2f227ab76bb9223e0028ede52a64aade88243
  
https://github.com/phpmyadmin/phpmyadmin/commit/69e2f227ab76bb9223e0028ede52a64aade88243
  Author: Jeff Chan jefftc...@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 jefftc...@gmail.com


  Commit: 719babd2c6472b839125c8097428c3f8277f8a45
  
https://github.com/phpmyadmin/phpmyadmin/commit/719babd2c6472b839125c8097428c3f8277f8a45
  Author: Jeff Chan jefftc...@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 jefftc...@gmail.com


  Commit: 3e65f88dee063c1f279789cfa64bb93082066228
  
https://github.com/phpmyadmin/phpmyadmin/commit/3e65f88dee063c1f279789cfa64bb93082066228
  Author: Jeff Chan jefftc...@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 jefftc...@gmail.com


  Commit: 40f9df6fcc327b096a041818e481bd4a7a45f0ae
  
https://github.com/phpmyadmin/phpmyadmin/commit/40f9df6fcc327b096a041818e481bd4a7a45f0ae
  Author: Michal Čihař mic...@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


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/bb280c8cc120...40f9df6fcc32--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] c38b78: PHPCS updates.

2014-03-15 Thread Hugues Peccatte
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: c38b78defbcc15bcac84fc4678d5d4f1adffdc28
  
https://github.com/phpmyadmin/phpmyadmin/commit/c38b78defbcc15bcac84fc4678d5d4f1adffdc28
  Author: Hugues Peccatte hugues.pecca...@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.pecca...@gmail.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 208841: Translated using Weblate (Bulgarian)

2014-03-15 Thread Weblate
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 20884176f04514d67698af1f0c7e985c7f2a3be6
  
https://github.com/phpmyadmin/phpmyadmin/commit/20884176f04514d67698af1f0c7e985c7f2a3be6
  Author: Pl plamen_...@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 nore...@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'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/c38b78defbcc...5a84524da1e5--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 3f5f8e: Fix test.

2014-03-15 Thread Hugues Peccatte
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 3f5f8eac717209b06f46a3440570da27fe651b39
  
https://github.com/phpmyadmin/phpmyadmin/commit/3f5f8eac717209b06f46a3440570da27fe651b39
  Author: Hugues Peccatte hugues.pecca...@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.pecca...@gmail.com


  Commit: 889555e38d52f6c58deaa34250b774fbd5fc66bf
  
https://github.com/phpmyadmin/phpmyadmin/commit/889555e38d52f6c58deaa34250b774fbd5fc66bf
  Author: Hugues Peccatte hugues.pecca...@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


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/5a84524da1e5...889555e38d52--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 2943a5: Feature request: #1512 Import doesn't do anything ...

2014-03-15 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2943a514b9e286daf1ed6aaeb8c9e5454942514e
  
https://github.com/phpmyadmin/phpmyadmin/commit/2943a514b9e286daf1ed6aaeb8c9e5454942514e
  Author: Ashutosh Dhundhara ashutoshdhundh...@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 ashutoshdhundh...@yahoo.com


  Commit: 9b0ec2aaafe7b5e0774dfa4ec46ccabbf6d20103
  
https://github.com/phpmyadmin/phpmyadmin/commit/9b0ec2aaafe7b5e0774dfa4ec46ccabbf6d20103
  Author: Marc Delisle m...@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.


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/889555e38d52...9b0ec2aaafe7--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] faac8f: ChangeLog entry

2014-03-15 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: faac8f31153008799eb1793159e57c71ced5fce5
  
https://github.com/phpmyadmin/phpmyadmin/commit/faac8f31153008799eb1793159e57c71ced5fce5
  Author: Marc Delisle m...@infomarc.info
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
M ChangeLog

  Log Message:
  ---
  ChangeLog entry

Signed-off-by: Marc Delisle m...@infomarc.info


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 14b5ec: Update po files

2014-03-15 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 14b5ece464e95f5727a197b61deca4f4dfbc39dc
  
https://github.com/phpmyadmin/phpmyadmin/commit/14b5ece464e95f5727a197b61deca4f4dfbc39dc
  Author: Marc Delisle m...@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/b...@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/s...@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/u...@latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po

  Log Message:
  ---
  Update po files


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 2c31b8: Translated using Weblate (French)

2014-03-15 Thread Marc Delisle
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2c31b883a02ae0cbe72cca5f129bd4901632cf95
  
https://github.com/phpmyadmin/phpmyadmin/commit/2c31b883a02ae0cbe72cca5f129bd4901632cf95
  Author: Marc Delisle m...@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)


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 9c4de6: Translated using Weblate (Turkish)

2014-03-15 Thread Burak Yavuz
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 9c4de6f5d415339d69b8e667d8bdded5d13f51cf
  
https://github.com/phpmyadmin/phpmyadmin/commit/9c4de6f5d415339d69b8e667d8bdded5d13f51cf
  Author: Burak Yavuz hitowerdi...@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)


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 0132db: Translated using Weblate (Greek)

2014-03-15 Thread Panagiotis Papazoglou
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 0132dba09477d20dd164192cc8723f6e52b9f524
  
https://github.com/phpmyadmin/phpmyadmin/commit/0132dba09477d20dd164192cc8723f6e52b9f524
  Author: Panagiotis Papazoglou papa...@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)


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] cbc966: PHPCS updates.

2014-03-15 Thread Hugues Peccatte
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: cbc966c03d79f1ebf385fca418fa6a9822167729
  
https://github.com/phpmyadmin/phpmyadmin/commit/cbc966c03d79f1ebf385fca418fa6a9822167729
  Author: Hugues Peccatte hugues.pecca...@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.pecca...@gmail.com


  Commit: ef9130f1e3a7d177a240feb839b61647844815dc
  
https://github.com/phpmyadmin/phpmyadmin/commit/ef9130f1e3a7d177a240feb839b61647844815dc
  Author: Hugues Peccatte hugues.pecca...@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.pecca...@gmail.com


  Commit: b0037e9e8e3b41d020cd7320cdb3db11c82ba1d4
  
https://github.com/phpmyadmin/phpmyadmin/commit/b0037e9e8e3b41d020cd7320cdb3db11c82ba1d4
  Author: Hugues Peccatte hugues.pecca...@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/b...@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/s...@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/u...@latin.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.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.pecca...@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.pecca...@gmail.com


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/0132dba09477...3f546b010d83--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] fb39a2: Translated using Weblate (Korean)

2014-03-15 Thread Weblate
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: fb39a29e6f387a3221c6d4e42b54bf9e44cec021
  
https://github.com/phpmyadmin/phpmyadmin/commit/fb39a29e6f387a3221c6d4e42b54bf9e44cec021
  Author: Yungu Kim crimso...@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.sant...@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 nore...@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'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/3f546b010d83...1250c451a46a--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 418a7a: JSLint updates.

2014-03-15 Thread Hugues Peccatte
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 418a7a8813d6bdcb48d058314ddb1346fe5d6da8
  
https://github.com/phpmyadmin/phpmyadmin/commit/418a7a8813d6bdcb48d058314ddb1346fe5d6da8
  Author: Hugues Peccatte hugues.pecca...@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.pecca...@gmail.com


  Commit: 568c2cbe3aab44c274dec6a3e7160db62d9d8821
  
https://github.com/phpmyadmin/phpmyadmin/commit/568c2cbe3aab44c274dec6a3e7160db62d9d8821
  Author: Hugues Peccatte hugues.pecca...@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


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/1250c451a46a...568c2cbe3aab--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/localized_docs] b08ed0: Translated using Weblate (Norwegian Bokmål)

2014-03-15 Thread Erik Hepsø
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/localized_docs
  Commit: b08ed0bd73cbdc90e3859056db19a3e893f961a1
  
https://github.com/phpmyadmin/localized_docs/commit/b08ed0bd73cbdc90e3859056db19a3e893f961a1
  Author: Erik Hepsø he...@hoved.org
  Date:   2014-03-15 (Sat, 15 Mar 2014)

  Changed paths:
M po/nb.mo
M po/nb.po

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

Currently translated at 5.7% (93 of 1616)


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git


[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 540494: Translated using Weblate (Slovenian)

2014-03-15 Thread Domen
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 5404948a3e700b7e703447ede3c8c592eb5c9933
  
https://github.com/phpmyadmin/phpmyadmin/commit/5404948a3e700b7e703447ede3c8c592eb5c9933
  Author: Domen mite...@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)


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git