Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0ed04a6c00423cc5eeffef19558d7598e96fd82f https://github.com/phpmyadmin/phpmyadmin/commit/0ed04a6c00423cc5eeffef19558d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M libraries/classes/Controllers/HomeController.php M templates/home/index.twig
Log Message: ----------- Remove `trigger_error` calls from `HomeController`
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev (cherry picked from commit c5611531c03a5c9dfe13510e7fc5b901daa77039) Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5d4884d294ca9b1f069fcacada98f6697f464274 https://github.com/phpmyadmin/phpmyadmin/commit/5d4884d294ca9b1f069fcacada98... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Setup/ConfigGenerator.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Config/ServerConfigChecksTest.php M test/classes/Setup/ConfigGeneratorTest.php
Log Message: ----------- Update setup page to generate better blowfish_secret keys
Instead of generating a printable string, it generates a binary string and converts it to an hexadecimal string.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 700db7e72b2aba5649832e73496743cdfc257fb3 https://github.com/phpmyadmin/phpmyadmin/commit/700db7e72b2aba5649832e734967... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M ChangeLog M config.sample.inc.php M doc/config.rst M doc/glossary.rst M doc/setup.rst M libraries/classes/Config/Settings.php M libraries/config.default.php
Log Message: ----------- Update the docs to reflect the blowfish_secret changes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 69bc86677345a875c442c0a40d2836369bc7afbb https://github.com/phpmyadmin/phpmyadmin/commit/69bc86677345a875c442c0a40d28... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M config.sample.inc.php M doc/config.rst M doc/faq.rst
Log Message: ----------- Document how to generate a string of random bytes
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5d9142674d09379a9e4394779c1e624dd2d6ece5 https://github.com/phpmyadmin/phpmyadmin/commit/5d9142674d09379a9e4394779c1e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M doc/config.rst M libraries/classes/Controllers/HomeController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M psalm-baseline.xml
Log Message: ----------- Allow longer cookie encryption keys to be used
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 243b9da2fb0797f7ca26288800c203783bb34713 https://github.com/phpmyadmin/phpmyadmin/commit/243b9da2fb0797f7ca26288800c2... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-26 (Mon, 09 September 2022) -03:00
Changed paths: M doc/config.rst
Log Message: ----------- Add a note that sodium_bin2hex is not required for blowfish_secret
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cce6a2381a6b3e4bf24ca8bfabf169f21e9a4052 https://github.com/phpmyadmin/phpmyadmin/commit/cce6a2381a6b3e4bf24ca8bfabf1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-27 (Tue, 09 September 2022) -03:00
Changed paths: M ChangeLog M config.sample.inc.php M doc/config.rst M doc/faq.rst M doc/glossary.rst M doc/setup.rst M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Config/Settings.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Setup/ConfigGenerator.php M libraries/config.default.php M phpstan-baseline.neon M psalm-baseline.xml M templates/home/index.twig M test/classes/Config/ServerConfigChecksTest.php M test/classes/Setup/ConfigGeneratorTest.php
Log Message: ----------- Merge pull request #17725 from MauricioFauth/blowfish-secret-error
Fix server error when `blowfish_secret` is not exactly 32 bytes long
- Back-port commit c5611531c03a5c9dfe13510e7fc5b901daa77039 - Update documentation about the `blowfish_secret` setting - Update the setup page to reflect the `blowfish_secret` changes
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17369
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 35a959af25531df044b9a0203ceeda423ae1d598 https://github.com/phpmyadmin/phpmyadmin/commit/35a959af25531df044b9a0203cee... Author: Giovanni Vella giovanni.vella98@gmail.com Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M po/it.po
Log Message: ----------- Translated using Weblate (Italian)
Currently translated at 99.8% (3413 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2 Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/it/ Signed-off-by: Giovanni Vella giovanni.vella98@gmail.com
Commit: a267ba3dde2488a59d75f433509c1cdfb0fe4f10 https://github.com/phpmyadmin/phpmyadmin/commit/a267ba3dde2488a59d75f433509c... Author: William Desportes williamdes@wdes.fr Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M scripts/create-release.sh
Log Message: ----------- Add comments to the release script
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: eac7356f4c81cc2e6c83c233b4574cfa04553736 https://github.com/phpmyadmin/phpmyadmin/commit/eac7356f4c81cc2e6c83c233b457... Author: William Desportes williamdes@wdes.fr Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M scripts/create-release.sh
Log Message: ----------- Remove rm "-f" argument as it hides errors on the release script
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 9477d1d748e53e532f5bb295ab5b0331a5379c28 https://github.com/phpmyadmin/phpmyadmin/commit/9477d1d748e53e532f5bb295ab5b... Author: William Desportes williamdes@wdes.fr Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M scripts/create-release.sh
Log Message: ----------- Fixup removing 'po' folder in the english kit
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 4e08ffdc77504fce66a70e54651ca3448ff098dc https://github.com/phpmyadmin/phpmyadmin/commit/4e08ffdc77504fce66a70e54651c... Author: William Desportes williamdes@wdes.fr Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M scripts/create-release.sh
Log Message: ----------- Add a comment when building a kit starts on the release script
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 8331b15243096bc1f286a8c20771482fbd20ec4d https://github.com/phpmyadmin/phpmyadmin/commit/8331b15243096bc1f286a8c20771... Author: William Desportes williamdes@wdes.fr Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M libraries/classes/Charsets/Collation.php
Log Message: ----------- Fix #17736 - Add utf8mb3 as an alias of utf8 on the charset description page
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: a4d273f5cfad5083ceaee14cdc2ddf8c923fe5de https://github.com/phpmyadmin/phpmyadmin/commit/a4d273f5cfad5083ceaee14cdc2d... Author: William Desportes williamdes@wdes.fr Date: 2022-09-28 (Wed, 09 September 2022) +02:00
Changed paths: M ChangeLog
Log Message: ----------- Add a ChangeLog entry for #17736
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: add68b47e314fb74c6e6c11bafbbed6ed8c74344 https://github.com/phpmyadmin/phpmyadmin/commit/add68b47e314fb74c6e6c11bafbb... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-29 (Thu, 09 September 2022) -03:00
Changed paths: M po/af.po M po/am.po M po/ar.po M po/ar_LY.po M po/az.po M po/be.po M po/be@latin.po M po/ber.po M po/bg.po M po/bn.po M po/br.po M po/brx.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/enm.po M po/eo.po M po/es.po M po/et.po M po/eu.po M po/fa.po M po/fi.po M po/fil.po M po/fr.po M po/fy.po M po/gl.po M po/gu.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/ig.po M po/it.po M po/ja.po M po/ka.po M po/kab.po M po/kk.po M po/km.po M po/kn.po M po/ko.po M po/ksh.po M po/ku.po M po/ky.po M po/li.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/my.po M po/nb.po M po/ne.po M po/nl.po M po/nn.po M po/pa.po M po/phpmyadmin.pot M po/pl.po M po/pt.po M po/pt_BR.po M po/rcf.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@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/tzm.po M po/ug.po M po/uk.po M po/ur.po M po/uz.po M po/uz@latin.po M po/vi.po M po/vls.po M po/zh_CN.po M po/zh_TW.po
Log Message: ----------- Update po files
[ci skip]
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 6a9fe03ff29621beced7cbab4164872cb4cd4384 https://github.com/phpmyadmin/phpmyadmin/commit/6a9fe03ff29621beced7cbab4164... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-09-29 (Thu, 09 September 2022) -03:00
Changed paths: M ChangeLog M config.sample.inc.php M doc/config.rst M doc/faq.rst M doc/glossary.rst M doc/setup.rst M libraries/classes/Charsets/Collation.php M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Config/Settings.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Setup/ConfigGenerator.php M libraries/config.default.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M scripts/create-release.sh M test/classes/Config/ServerConfigChecksTest.php M test/classes/Setup/ConfigGeneratorTest.php
Log Message: ----------- Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev