Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: 08cf91313cf2f5181ae9653b5fa88fbe2c9789ab
https://github.com/phpmyadmin/localized_docs/commit/08cf91313cf2f5181ae9653…
Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
Date: 2021-06-08 (Tue, 06 June 2021) +02:00
Changed paths:
M po/tr.mo
M po/tr.po
Log Message:
-----------
Translated using Weblate (Turkish)
Currently translated at 100.0% (2604 of 2604 strings)
[ci skip]
Commit: 75f84c6897890c29675ebdb64d7a2bc6c72da2c2
https://github.com/phpmyadmin/localized_docs/commit/75f84c6897890c29675ebdb…
Author: James Smith <james(a)floppy.org.uk>
Date: 2021-06-08 (Tue, 06 June 2021) +02:00
Changed paths:
M po/en_GB.mo
M po/en_GB.po
Log Message:
-----------
Translated using Weblate (English (United Kingdom))
Currently translated at 68.3% (1779 of 2604 strings)
[ci skip]
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eb60eea8097e708e71b77ed3d9c445fa1feda618
https://github.com/phpmyadmin/phpmyadmin/commit/eb60eea8097e708e71b77ed3d9c…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-06-08 (Tue, 06 June 2021) -03:00
Changed paths:
A .github/workflows/mutation-tests.yml
A infection.json.dist
M .gitattributes
M .gitignore
M README.rst
M phpunit.xml.dist
M scripts/check-release-excludes.sh
M scripts/create-release.sh
Log Message:
-----------
Add mutation tests with Infection
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 4bff149e2385ff1fdd34b358ddf36e4926c95068
https://github.com/phpmyadmin/phpmyadmin/commit/4bff149e2385ff1fdd34b358ddf…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-06-08 (Tue, 06 June 2021) -03:00
Changed paths:
A .github/workflows/mutation-tests.yml
A infection.json.dist
M .gitattributes
M .gitignore
M README.rst
M phpunit.xml.dist
M scripts/check-release-excludes.sh
M scripts/create-release.sh
Log Message:
-----------
Merge pull request #16950 from mauriciofauth/infection-php
Add mutation tests with Infection
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 124995e83546b4030175ae9860db5f674b27bc63
https://github.com/phpmyadmin/phpmyadmin/commit/124995e83546b4030175ae9860d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-06-08 (Tue, 06 June 2021) -03:00
Changed paths:
M .github/workflows/lint-and-analyse-php.yml
M .github/workflows/other-tools.yml
M .github/workflows/test-selenium.yml
M .github/workflows/tests.yml
Log Message:
-----------
Include PHP version and `composer.json` in the cache key
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fdfa6d0c870b06108ea7f201b15f567c2d3172f2
https://github.com/phpmyadmin/phpmyadmin/commit/fdfa6d0c870b06108ea7f201b15…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-06-07 (Mon, 06 June 2021) -03:00
Changed paths:
A test/classes/ConsoleTest.php
A test/classes/Import/AjaxTest.php
A test/classes/IndexColumnTest.php
A test/classes/InternalRelationsTest.php
A test/classes/LoggingTest.php
M libraries/classes/IndexColumn.php
M psalm-baseline.xml
M test/classes/LanguageTest.php
M test/classes/ListDatabaseTest.php
Log Message:
-----------
Add some test classes
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1397588a17da297fea8cfd001db76fdecb4f07e3
https://github.com/phpmyadmin/phpmyadmin/commit/1397588a17da297fea8cfd001db…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-06-07 (Mon, 06 June 2021) +02:00
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Fix autoload on release test suite
See: https://github.com/composer/composer/issues/9946
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 9c497b2c81b897df895d70fdc67392111f204fec
https://github.com/phpmyadmin/phpmyadmin/commit/9c497b2c81b897df895d70fdc67…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-06-07 (Mon, 06 June 2021) +02:00
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Print composer version on the release output
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 3bf695b627641a23ce31a319297f8d7b5f0151d9
https://github.com/phpmyadmin/phpmyadmin/commit/3bf695b627641a23ce31a319297…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-06-07 (Mon, 06 June 2021) +02:00
Changed paths:
M scripts/create-release.sh
Log Message:
-----------
Add message to require composer v2.1.2 on release script
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: c12b6f05f86db16c8bd32323897a0831bc118ada
https://github.com/phpmyadmin/phpmyadmin/commit/c12b6f05f86db16c8bd32323897…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-06-07 (Mon, 06 June 2021) +02:00
Changed paths:
M .github/workflows/other-tools.yml
Log Message:
-----------
Set back CI composer version to v2
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/localized_docs
Commit: b3ae8e998a7114528396285bba5a61e669794910
https://github.com/phpmyadmin/localized_docs/commit/b3ae8e998a7114528396285…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-04-30 (Fri, 04 April 2021) +02:00
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: 18ba3043bdc6f42d6491820d600544eaee3d8cf5
https://github.com/phpmyadmin/localized_docs/commit/18ba3043bdc6f42d6491820…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-05-13 (Thu, 05 May 2021) +02:00
Changed paths:
M po/it.mo
M po/it.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: 5ed996acf997ed8fa666c24ba749115d71d565fa
https://github.com/phpmyadmin/localized_docs/commit/5ed996acf997ed8fa666c24…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-05-16 (Sun, 05 May 2021) +02:00
Changed paths:
M po/ca.mo
M po/ca.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: e848cf573641721f95c82513d6e8895cdaced051
https://github.com/phpmyadmin/localized_docs/commit/e848cf573641721f95c8251…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-05-18 (Tue, 05 May 2021) +02:00
Changed paths:
M po/fr.mo
M po/fr.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: 7680e00c873f1e26f814daa1c5cfadcd2a497674
https://github.com/phpmyadmin/localized_docs/commit/7680e00c873f1e26f814daa…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-05-20 (Thu, 05 May 2021) +02:00
Changed paths:
M po/de.mo
M po/de.po
M po/id.mo
M po/id.po
M po/nl.mo
M po/nl.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: 2bebea1de9d251e9fbd2aaec9d95f45a47c7eec8
https://github.com/phpmyadmin/localized_docs/commit/2bebea1de9d251e9fbd2aae…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-05-23 (Sun, 05 May 2021) +02:00
Changed paths:
M po/zh_CN.mo
M po/zh_CN.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: 6ee8e9a4d8e44811b7569c0f96f8fc618354dd37
https://github.com/phpmyadmin/localized_docs/commit/6ee8e9a4d8e44811b7569c0…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-05-28 (Fri, 05 May 2021) +02:00
Changed paths:
M po/zh_CN.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: c904a29d73da24a0541f62650913b8054b4c37aa
https://github.com/phpmyadmin/localized_docs/commit/c904a29d73da24a0541f626…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-06-02 (Wed, 06 June 2021) +02:00
Changed paths:
M po/fi.mo
M po/fi.po
Log Message:
-----------
Merge branch 'master' of github.com:phpmyadmin/localized_docs
Commit: b754baecdaee4c3aa516b65bf6dc047b9097edf6
https://github.com/phpmyadmin/localized_docs/commit/b754baecdaee4c3aa516b65…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-06-07 (Mon, 06 June 2021) +02:00
Changed paths:
M phpmyadmin
Log Message:
-----------
Updated phpMyAdmin repository
Commit: 3bc6884908bd120c4cabcaafc31cbb4a785fab54
https://github.com/phpmyadmin/localized_docs/commit/3bc6884908bd120c4cabcaa…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2021-06-07 (Mon, 06 June 2021) +02:00
Changed paths:
M locale/bookmarks.pot
M locale/charts.pot
M locale/config.pot
M locale/copyright.pot
M locale/credits.pot
M locale/developers.pot
M locale/faq.pot
M locale/glossary.pot
M locale/import_export.pot
M locale/index.pot
M locale/intro.pot
M locale/other.pot
M locale/privileges.pot
M locale/relations.pot
M locale/require.pot
M locale/security.pot
M locale/settings.pot
M locale/setup.pot
M locale/themes.pot
M locale/transformations.pot
M locale/two_factor.pot
M locale/user.pot
M locale/vendors.pot
M po/ar.mo
M po/ar.po
M po/az.mo
M po/az.po
M po/bs.mo
M po/bs.po
M po/ca.mo
M po/ca.po
M po/cs.mo
M po/cs.po
M po/da.mo
M po/da.po
M po/de.mo
M po/de.po
M po/documentation.pot
M po/el.mo
M po/el.po
M po/en_GB.mo
M po/en_GB.po
M po/eo.mo
M po/eo.po
M po/es.mo
M po/es.po
M po/et.mo
M po/et.po
M po/fi.mo
M po/fi.po
M po/fr.mo
M po/fr.po
M po/fy.mo
M po/fy.po
M po/gl.mo
M po/gl.po
M po/hr.mo
M po/hr.po
M po/hu.mo
M po/hu.po
M po/hy.mo
M po/hy.po
M po/id.mo
M po/id.po
M po/it.mo
M po/it.po
M po/ja.mo
M po/ja.po
M po/ka.mo
M po/ka.po
M po/ko.mo
M po/ko.po
M po/lt.mo
M po/lt.po
M po/mn.mo
M po/mn.po
M po/nb.mo
M po/nb.po
M po/nl.mo
M po/nl.po
M po/pl.mo
M po/pl.po
M po/pt_BR.mo
M po/pt_BR.po
M po/rcf.mo
M po/rcf.po
M po/ro.mo
M po/ro.po
M po/ru.mo
M po/ru.po
M po/si.mo
M po/si.po
M po/sk.mo
M po/sk.po
M po/sl.mo
M po/sl.po
M po/sq.mo
M po/sq.po
M po/sv.mo
M po/sv.po
M po/tr.mo
M po/tr.po
M po/uk.mo
M po/uk.po
M po/zh_CN.mo
M po/zh_CN.po
M po/zh_TW.mo
M po/zh_TW.po
Log Message:
-----------
Update po files