[phpMyAdmin Git] [phpmyadmin/phpmyadmin] f740f6: Translated using Weblate (Turkish)

2018-09-01 Thread Burak Yavuz
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f740f6b59919cb7b3ef9ba9fbef96f910bd8464f
https://github.com/phpmyadmin/phpmyadmin/commit/f740f6b59919cb7b3ef9ba9fbef96f910bd8464f
Author: Burak Yavuz 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M po/tr.po

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

Currently translated at 100.0% (3297 of 3297 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz 

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


[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 76b731: Translated using Weblate (Turkish)

2018-09-01 Thread Burak Yavuz
Branch: refs/heads/QA_4_8
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 76b7316a1e32628c783823b305b9007e2320bf7b
https://github.com/phpmyadmin/phpmyadmin/commit/76b7316a1e32628c783823b305b9007e2320bf7b
Author: Burak Yavuz 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M po/tr.po

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

Currently translated at 100.0% (3288 of 3288 strings)

[CI skip]

Translation: phpMyAdmin/4.8
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-8/tr/
Signed-off-by: Burak Yavuz 

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


[phpMyAdmin Git] [phpmyadmin/docker] b2409f: trim whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES

2018-09-01 Thread Steve Müller via Git
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: b2409f5930d5df3ff3011f3b4b1496d1f2bbdf63
https://github.com/phpmyadmin/docker/commit/b2409f5930d5df3ff3011f3b4b1496d1f2bbdf63
Author: Steve Müller 
Date: 2018-08-03 (Fri, 08 August 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
trim whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES

Commit: b1e2062fb4628a595f7dd532b91acd4699654462
https://github.com/phpmyadmin/docker/commit/b1e2062fb4628a595f7dd532b91acd4699654462
Author: Michal Čihař 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Merge pull request #184 from deeky666/allow-env-var-list-spaces

Trims whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES

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


[phpMyAdmin Git] [phpmyadmin/docker] 0512d0: Update run.sh

2018-09-01 Thread Baotong Shi
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: 0512d0c6b314e1cea4cdd90e21b549914df837d5
https://github.com/phpmyadmin/docker/commit/0512d0c6b314e1cea4cdd90e21b549914df837d5
Author: Baotong Shi 
Date: 2018-08-30 (Thu, 08 August 2018) +08:00

Changed paths: 
M run.sh

Log Message:
---
Update run.sh

when I start the phpMyAdmin Container, I got the below error
phpMyAdmin - Error
Failed to load phpMyAdmin configuration (./../etc/phpmyadmin/config.inc.php:3): 
require(): Failed opening required '/etc/phpmyadmin/config.secret.inc.php' 
(include_path='.:/usr/local/lib/php')

I found the access right of the config.secret.inc.php is not correct, I added 
the below cmd in run.sh, then build the image, It can work

chmod 644 /etc/phpmyadmin/*

Commit: f01eddea45e9a35011e293dffab13d4c285d48da
https://github.com/phpmyadmin/docker/commit/f01eddea45e9a35011e293dffab13d4c285d48da
Author: Michal Čihař 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M run.sh

Log Message:
---
Merge pull request #191 from baotongshi/patch-1

modify the /etc/phpmyadmin/* file's access right

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


[phpMyAdmin Git] [phpmyadmin/docker] d5a587: Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment variables

2018-09-01 Thread Évan Goujon
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/docker
Commit: d5a587d00d6e7a0ca4b1e5d57184ea29a7e6c4fa
https://github.com/phpmyadmin/docker/commit/d5a587d00d6e7a0ca4b1e5d57184ea29a7e6c4fa
Author: Évan Goujon 
Date: 2018-08-19 (Sun, 08 August 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment variables

Signed-off-by: Évan Goujon 

Commit: 7af014ffdfdd0d5a91f2cadb814d00d1cb17bf11
https://github.com/phpmyadmin/docker/commit/7af014ffdfdd0d5a91f2cadb814d00d1cb17bf11
Author: Évan Goujon 
Date: 2018-08-31 (Fri, 08 August 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Simplify $sockets testing logic

Signed-off-by: Évan Goujon 

Commit: 7899e91e355768e093d5ad8b91f5f9132e82b73e
https://github.com/phpmyadmin/docker/commit/7899e91e355768e093d5ad8b91f5f9132e82b73e
Author: Michal Čihař 
Date: 2018-09-01 (Sat, 09 September 2018) +02:00

Changed paths: 
M etc/phpmyadmin/config.inc.php

Log Message:
---
Merge pull request #186 from s0m30n3/master

Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment …

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