[phpMyAdmin Git] [phpmyadmin/website] 42045c: Feature the most usual download option

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/website
  Commit: 42045c090cdc3af8aaec319953ae90d34196cf01
  
https://github.com/phpmyadmin/website/commit/42045c090cdc3af8aaec319953ae90d34196cf01
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M files/models.py
M pmaweb/static/css/style.css
M pmaweb/templates/_dllist.html
M pmaweb/templates/_dlrow.html

  Log Message:
  ---
  Feature the most usual download option

Most people want all-languages.zip, so let's make it clear:

* show it first in the listings
* show it bold

Signed-off-by: Michal Čihař 


  Commit: 11b97e0a43ac6eb7422a37a4f24235531a248ea1
  
https://github.com/phpmyadmin/website/commit/11b97e0a43ac6eb7422a37a4f24235531a248ea1
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M files/models.py
M pmaweb/static/css/style.css
M pmaweb/templates/_dllist.html
M pmaweb/templates/_dlrow.html

  Log Message:
  ---
  Merge pull request #51 from nijel/featured-dl

Feature the most usual download option


Compare: 
https://github.com/phpmyadmin/website/compare/505676cef4d4...11b97e0a43ac___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/scripts] b536ad: Enable fallen theme for the demo server

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/scripts
  Commit: b536ad5371547a7b77ea70e60e733b85598c62c7
  
https://github.com/phpmyadmin/scripts/commit/b536ad5371547a7b77ea70e60e733b85598c62c7
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M demo/php/versions.ini

  Log Message:
  ---
  Enable fallen theme for the demo server

See https://github.com/phpmyadmin/themes/pull/16

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/themes]

2016-12-19 Thread nijel
  Branch: refs/tags/fallen-0.2
  Home:   https://github.com/phpmyadmin/themes
___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] d730db: Add some missing html encoding

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d730db12597ddf99ec7346d1dada59e3200e2421
  
https://github.com/phpmyadmin/phpmyadmin/commit/d730db12597ddf99ec7346d1dada59e3200e2421
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/pmd_common.php
M templates/database/designer/database_tables.phtml
M templates/database/designer/table_list.phtml

  Log Message:
  ---
  Add some missing html encoding

Issue #12804

Signed-off-by: Michal Čihař 


  Commit: 5cbcb202b812fa56e867d4cc7c149abbabc682b0
  
https://github.com/phpmyadmin/phpmyadmin/commit/5cbcb202b812fa56e867d4cc7c149abbabc682b0
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/pmd_common.php
M templates/database/designer/database_tables.phtml
M templates/database/designer/table_list.phtml

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/b8b872d4499a...5cbcb202b812___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] d730db: Add some missing html encoding

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: d730db12597ddf99ec7346d1dada59e3200e2421
  
https://github.com/phpmyadmin/phpmyadmin/commit/d730db12597ddf99ec7346d1dada59e3200e2421
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/pmd_common.php
M templates/database/designer/database_tables.phtml
M templates/database/designer/table_list.phtml

  Log Message:
  ---
  Add some missing html encoding

Issue #12804

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] ffe68c: Honor user configured connection collation

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: ffe68c7219eac49ebc7066c732a42c27652a9998
  
https://github.com/phpmyadmin/phpmyadmin/commit/ffe68c7219eac49ebc7066c732a42c27652a9998
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M ChangeLog
M doc/config.rst
M libraries/DatabaseInterface.php
M libraries/config.default.php

  Log Message:
  ---
  Honor user configured connection collation

* the user set collation is now honored
* default value has been changed to utf8mb4
* it is downgraded to utf8 if server does not support it

Fixes #12826

Signed-off-by: Michal Čihař 


  Commit: a856a61c9d62094570ee612efb6aaf475ead62d2
  
https://github.com/phpmyadmin/phpmyadmin/commit/a856a61c9d62094570ee612efb6aaf475ead62d2
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

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

  Log Message:
  ---
  Fix HTTP auth test expectations

Signed-off-by: Michal Čihař 


  Commit: 6bf4f3bf39ee7206b1201114eec012e682d3d37f
  
https://github.com/phpmyadmin/phpmyadmin/commit/6bf4f3bf39ee7206b1201114eec012e682d3d37f
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M ChangeLog
M doc/config.rst
M libraries/DatabaseInterface.php
M libraries/config.default.php
M test/classes/plugin/auth/AuthenticationHttpTest.php

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/9835791bff33...6bf4f3bf39ee___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] ffe68c: Honor user configured connection collation

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: ffe68c7219eac49ebc7066c732a42c27652a9998
  
https://github.com/phpmyadmin/phpmyadmin/commit/ffe68c7219eac49ebc7066c732a42c27652a9998
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M ChangeLog
M doc/config.rst
M libraries/DatabaseInterface.php
M libraries/config.default.php

  Log Message:
  ---
  Honor user configured connection collation

* the user set collation is now honored
* default value has been changed to utf8mb4
* it is downgraded to utf8 if server does not support it

Fixes #12826

Signed-off-by: Michal Čihař 


  Commit: a856a61c9d62094570ee612efb6aaf475ead62d2
  
https://github.com/phpmyadmin/phpmyadmin/commit/a856a61c9d62094570ee612efb6aaf475ead62d2
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

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

  Log Message:
  ---
  Fix HTTP auth test expectations

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/255770994939...a856a61c9d62___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 983579: Fix empty password login for http authetication

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 9835791bff33409b05e4dd02997389f0bde8b63c
  
https://github.com/phpmyadmin/phpmyadmin/commit/9835791bff33409b05e4dd02997389f0bde8b63c
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Fix empty password login for http authetication

Fixes #12828

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 73499a: Do not delete session on fatal error

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 73499a5e56a5d9fe1f0fa752dd38feee89b1ee65
  
https://github.com/phpmyadmin/phpmyadmin/commit/73499a5e56a5d9fe1f0fa752dd38feee89b1ee65
  Author: Michal Čihař 
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M libraries/Util.php
M libraries/core.lib.php

  Log Message:
  ---
  Do not delete session on fatal error

I see no reason why this should be done, the fatal error is used
in following cases:

* Very early when there is no session (eg. missing extension)
* Invalid value for parameters
* Invalid invocation like too big request

In neither case session removal will do any good.

Signed-off-by: Michal Čihař 


  Commit: 2557709949398c560455b53816f29ea5890c52aa
  
https://github.com/phpmyadmin/phpmyadmin/commit/2557709949398c560455b53816f29ea5890c52aa
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/Util.php
M libraries/core.lib.php

  Log Message:
  ---
  Merge pull request #12807 from nijel/cookie-fatal

Do not delete session on fatal error


  Commit: 3a7eaf8538773378bf13c4599d681d80c1f41764
  
https://github.com/phpmyadmin/phpmyadmin/commit/3a7eaf8538773378bf13c4599d681d80c1f41764
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/Util.php
M libraries/core.lib.php

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/945e615253a8...3a7eaf853877___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] e3a4bf: Fix display of custom header and footer in certain...

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: e3a4bfe75706225de084681b54c6e5a054bf5814
  
https://github.com/phpmyadmin/phpmyadmin/commit/e3a4bfe75706225de084681b54c6e5a054bf5814
  Author: Isaac Bennetch 
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Fix display of custom header and footer in certain edge cases.
Issues #12801 and #12802

Signed-off-by: Isaac Bennetch 


  Commit: e267c6f9af2a8a4f9c272e9ad48de94e8c96c036
  
https://github.com/phpmyadmin/phpmyadmin/commit/e267c6f9af2a8a4f9c272e9ad48de94e8c96c036
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/pull/12803' into tmp


  Commit: 7d361806c353911b2828053dc2e92fa270852838
  
https://github.com/phpmyadmin/phpmyadmin/commit/7d361806c353911b2828053dc2e92fa270852838
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/Config.php
M libraries/Footer.php
M libraries/Header.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Share code for rendering custom header and footer

Fixes #12802

Signed-off-by: Michal Čihař 


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/53274555b60a...7d361806c353___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] e3a4bf: Fix display of custom header and footer in certain...

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: e3a4bfe75706225de084681b54c6e5a054bf5814
  
https://github.com/phpmyadmin/phpmyadmin/commit/e3a4bfe75706225de084681b54c6e5a054bf5814
  Author: Isaac Bennetch 
  Date:   2016-12-14 (Wed, 14 Dec 2016)

  Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Fix display of custom header and footer in certain edge cases.
Issues #12801 and #12802

Signed-off-by: Isaac Bennetch 


  Commit: e267c6f9af2a8a4f9c272e9ad48de94e8c96c036
  
https://github.com/phpmyadmin/phpmyadmin/commit/e267c6f9af2a8a4f9c272e9ad48de94e8c96c036
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M ChangeLog
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Merge remote-tracking branch 'origin/pull/12803' into tmp


  Commit: 7d361806c353911b2828053dc2e92fa270852838
  
https://github.com/phpmyadmin/phpmyadmin/commit/7d361806c353911b2828053dc2e92fa270852838
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M libraries/Config.php
M libraries/Footer.php
M libraries/Header.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Share code for rendering custom header and footer

Fixes #12802

Signed-off-by: Michal Čihař 


  Commit: 945e615253a8a5370ccfb0f1e1504c9be2b0055a
  
https://github.com/phpmyadmin/phpmyadmin/commit/945e615253a8a5370ccfb0f1e1504c9be2b0055a
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M ChangeLog
M libraries/Config.php
M libraries/Footer.php
M libraries/Header.php
M libraries/plugins/auth/AuthenticationCookie.php
M libraries/plugins/auth/AuthenticationHttp.php

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/2fd4e4b2aec9...945e615253a8___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 532745: Add source release support

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 53274555b60a901f11a4fa1804576fc9072e7058
  
https://github.com/phpmyadmin/phpmyadmin/commit/53274555b60a901f11a4fa1804576fc9072e7058
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M scripts/lang-cleanup.sh

  Log Message:
  ---
  Add source release support

See #12348

Signed-off-by: Michal Čihař 


  Commit: 2fd4e4b2aec936d2cadd2b280bba851e794a71f7
  
https://github.com/phpmyadmin/phpmyadmin/commit/2fd4e4b2aec936d2cadd2b280bba851e794a71f7
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M scripts/lang-cleanup.sh

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/0292859e2c46...2fd4e4b2aec9___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 532745: Add source release support

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 53274555b60a901f11a4fa1804576fc9072e7058
  
https://github.com/phpmyadmin/phpmyadmin/commit/53274555b60a901f11a4fa1804576fc9072e7058
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M scripts/lang-cleanup.sh

  Log Message:
  ---
  Add source release support

See #12348

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 7ad212: Remove .htaccess from tests

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 7ad21270c45e512f91da03698de67fb6111b21a8
  
https://github.com/phpmyadmin/phpmyadmin/commit/7ad21270c45e512f91da03698de67fb6111b21a8
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
R test/.htaccess

  Log Message:
  ---
  Remove .htaccess from tests

Issue #12348

Signed-off-by: Michal Čihař 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 391c79: Translated using Weblate (Spanish)

2016-12-19 Thread Michal Čihař
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 391c79e17728c394b7fde74184f0f7f55c97b881
  
https://github.com/phpmyadmin/phpmyadmin/commit/391c79e17728c394b7fde74184f0f7f55c97b881
  Author: Franco 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M po/es.po

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

Currently translated at 100.0% (3222 of 3222 strings)

[CI skip]


  Commit: 59934c2914eec9406b70771f74522a0299350093
  
https://github.com/phpmyadmin/phpmyadmin/commit/59934c2914eec9406b70771f74522a0299350093
  Author: Weblate 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M phpunit.xml.dist

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6


  Commit: 7ad21270c45e512f91da03698de67fb6111b21a8
  
https://github.com/phpmyadmin/phpmyadmin/commit/7ad21270c45e512f91da03698de67fb6111b21a8
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
R test/.htaccess

  Log Message:
  ---
  Remove .htaccess from tests

Issue #12348

Signed-off-by: Michal Čihař 


  Commit: 5cc8f7ebea6979a12230bb27bc06995b027482ab
  
https://github.com/phpmyadmin/phpmyadmin/commit/5cc8f7ebea6979a12230bb27bc06995b027482ab
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

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


  Commit: 0292859e2c46e202ed4f7867e9093a74954feca0
  
https://github.com/phpmyadmin/phpmyadmin/commit/0292859e2c46e202ed4f7867e9093a74954feca0
  Author: Michal Čihař 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
R test/.htaccess

  Log Message:
  ---
  Merge branch 'QA_4_6'


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/677d1cd640cf...0292859e2c46___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 0c4165: Translated using Weblate (Spanish)

2016-12-19 Thread Weblate
  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 0c416502c2920533a5a0768f26bc555a9c31e798
  
https://github.com/phpmyadmin/phpmyadmin/commit/0c416502c2920533a5a0768f26bc555a9c31e798
  Author: Franco 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M po/es.po

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

Currently translated at 99.8% (3234 of 3239 strings)

[CI skip]


  Commit: 677d1cd640cfe0972a86e7a3a65fabaec1c2c436
  
https://github.com/phpmyadmin/phpmyadmin/commit/677d1cd640cfe0972a86e7a3a65fabaec1c2c436
  Author: Weblate 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M doc/faq.rst
M phpunit.xml.dist

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


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/a8018c2fa105...677d1cd640cf___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 33af5a: Uncomment mistakenly commented Selenium testing se...

2016-12-19 Thread Deven Bansod
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 33af5ac3d6e2fdd0a9fa9730ded87190e0f38294
  
https://github.com/phpmyadmin/phpmyadmin/commit/33af5ac3d6e2fdd0a9fa9730ded87190e0f38294
  Author: Deven Bansod 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M phpunit.xml.dist

  Log Message:
  ---
  Uncomment mistakenly commented Selenium testing setting

Signed-off-by: Deven Bansod 


___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 391c79: Translated using Weblate (Spanish)

2016-12-19 Thread Weblate
  Branch: refs/heads/QA_4_6
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 391c79e17728c394b7fde74184f0f7f55c97b881
  
https://github.com/phpmyadmin/phpmyadmin/commit/391c79e17728c394b7fde74184f0f7f55c97b881
  Author: Franco 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M po/es.po

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

Currently translated at 100.0% (3222 of 3222 strings)

[CI skip]


  Commit: 59934c2914eec9406b70771f74522a0299350093
  
https://github.com/phpmyadmin/phpmyadmin/commit/59934c2914eec9406b70771f74522a0299350093
  Author: Weblate 
  Date:   2016-12-19 (Mon, 19 Dec 2016)

  Changed paths:
M phpunit.xml.dist

  Log Message:
  ---
  Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6


Compare: 
https://github.com/phpmyadmin/phpmyadmin/compare/33af5ac3d6e2...59934c2914ee___
Git mailing list
Git@phpmyadmin.net
https://lists.phpmyadmin.net/mailman/listinfo/git