Commit Graph

123680 Commits

Author SHA1 Message Date
Luis Méndez Alejo
a044497a10
Translated using Weblate (Spanish)
Currently translated at 99.9% (3416 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/es/
Signed-off-by: Luis Méndez Alejo <gnumax@gmail.com>
2022-10-03 15:17:20 +02:00
William Desportes
5d48e1006b
Merge #17657 - Supporting the column compression option on MariaDB
Pull-request: #17657
Ref: #14956

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-30 23:49:58 +02:00
William Desportes
49b4951cbb
Document why zlib is the only value for a compressed column
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-30 23:39:50 +02:00
William Desportes
70a067ad09
Move compatibility logic into the Compatibility class
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-30 23:26:54 +02:00
William Desportes
71035fd9b0
Add a test for the compressed option for MariaDB
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-30 23:19:09 +02:00
Fawzi E. Abdulfattah
1be3cad6e3
Supporting the compressed option for MariaDB
Ref: #14956

Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2022-09-30 23:11:22 +02:00
William Desportes
b5e20ad8f4
Add a ChangeLog entry for #16418
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-30 22:28:42 +02:00
William Desportes
9278aeeba5
Merge #17719 - Fix removing vendor folders (FAQ 1.44)
Pull-request: #17719
Ref: #16418
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-30 22:28:01 +02:00
Maurício Meneghini Fauth
471336256f
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3418 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-30 20:54:21 +02:00
Burak Yavuz
984f08f2e6
Translated using Weblate (Turkish)
Currently translated at 100.0% (3418 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2022-09-30 12:21:19 +02:00
dingo thirteen
f7fa3389da
Translated using Weblate (Dutch)
Currently translated at 100.0% (3418 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-09-30 12:21:19 +02:00
William Desportes
bc9b43ebe0
Remove non needed yarn install on build release step
modules are not needed to launch the create release script

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29 14:03:29 +02:00
William Desportes
3d6a198598
Fix CI version to have a valid composer.json
```
Failed to update composer.json with a valid format, reverting to the original content. Please report an issue to us with details (command you run and a copy of your composer.json).
  version : Does not match the regex pattern ^v?\d+(\.\d+){0,3}|^dev-
```

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29 13:59:06 +02:00
William Desportes
050c5682af
Update FAQ 1.44
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29 13:47:36 +02:00
William Desportes
278eb797bc
Remove tcpdf autoloaded files
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29 13:47:26 +02:00
William Desportes
2fff5f48bc
Add a security to check if all files present in the autoload class map can be found and re-generate the class map
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29 13:47:25 +02:00
William Desportes
01724139b2
Add the version to composer.json at release build time
Ref: https://github.com/Roave/SecurityAdvisories/issues/76
Fixes: https://github.com/phpmyadmin/phpmyadmin/issues/17661

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-29 13:18:20 +02:00
Maurício Meneghini Fauth
add68b47e3
Update po files
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-29 00:17:47 -03:00
William Desportes
a4d273f5cf
Add a ChangeLog entry for #17736
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-28 23:50:11 +02:00
William Desportes
8331b15243
Fix #17736 - Add utf8mb3 as an alias of utf8 on the charset description page
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-28 23:49:27 +02:00
William Desportes
4e08ffdc77
Add a comment when building a kit starts on the release script
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-28 19:58:58 +02:00
William Desportes
9477d1d748
Fixup removing 'po' folder in the english kit
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-28 19:58:42 +02:00
William Desportes
eac7356f4c
Remove rm "-f" argument as it hides errors on the release script
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-28 19:58:35 +02:00
William Desportes
a267ba3dde
Add comments to the release script
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-28 19:58:26 +02:00
Giovanni Vella
35a959af25
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>
2022-09-28 11:18:17 +02:00
Maurício Meneghini Fauth
cce6a2381a
Merge pull request #17725 from MauricioFauth/blowfish-secret-error
Fix server error when `blowfish_secret` is not exactly 32 bytes long

- Back-port commit c5611531c0
- 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>
2022-09-27 09:46:15 -03:00
Maurício Meneghini Fauth
243b9da2fb
Add a note that sodium_bin2hex is not required for blowfish_secret
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:55:36 -03:00
Maurício Meneghini Fauth
5d9142674d
Allow longer cookie encryption keys to be used
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:34:18 -03:00
Maurício Meneghini Fauth
69bc866773
Document how to generate a string of random bytes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:34:18 -03:00
Maurício Meneghini Fauth
700db7e72b
Update the docs to reflect the blowfish_secret changes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:34:13 -03:00
Maurício Meneghini Fauth
5d4884d294
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>
2022-09-26 17:33:38 -03:00
Maurício Meneghini Fauth
0ed04a6c00
Remove trigger_error calls from HomeController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
(cherry picked from commit c5611531c0)
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:33:38 -03:00
Maurício Meneghini Fauth
893d4cddb6
Add ChangeLog entries for #17728 and #17734
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:29:37 -03:00
Maurício Meneghini Fauth
a3231cf9ab
Merge pull request #17734 from MauricioFauth/hide-deprecation-errors
Hide deprecation notices
2022-09-26 17:23:26 -03:00
Maurício Meneghini Fauth
9d7582a2c0
Hide deprecation notices
Do not show deprecation notices when not in a development environment.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 16:27:00 -03:00
Maurício Meneghini Fauth
4f95a86211
Merge pull request #17733 from serjlc/serjlc_QA_5_2
Replace form-control with form-select

Replaced form-control with form-select, which was causing select lists to not properly display (wrong size, down arrow missing).

Fix #17728

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-21 23:02:31 -03:00
Sergio Lacaci
5272c32c1c Replace form-control with form-select
Signed-off-by: Sergio Lacaci <juersio@gmail.com>
2022-09-21 20:07:18 +02:00
Maurício Meneghini Fauth
d0b71b7fa6
Use Psalm annotation for ResultInterface::getIterator
Adds Psalm's prefix for the return annotation to avoid lint errors.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-19 23:14:06 -03:00
William Desportes
cccbf28c8b
Translated using Weblate (Réunion Creole)
Currently translated at 2.6% (91 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/rcf/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-18 10:18:57 +02:00
Андрей
b9d1abb101
Translated using Weblate (Russian)
Currently translated at 97.7% (3342 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ru/
Signed-off-by: Андрей <platon436@gmail.com>
2022-09-15 15:17:24 +02:00
William Desportes
7f48ad680c
Translated using Weblate (Réunion Creole)
Currently translated at 2.6% (90 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/rcf/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-14 12:18:31 +02:00
ETHEVE Jade
03cf68e9a5
Translated using Weblate (Réunion Creole)
Currently translated at 2.6% (90 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/rcf/
Signed-off-by: ETHEVE Jade <etheve.jade.mandy@gmail.com>
2022-09-14 12:18:31 +02:00
William Desportes
94f0d931cd
Remove rm for '.jshintrc' removed afterwards for all non dev kits
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:18:52 +02:00
William Desportes
cc35f885ee
Remove old travis-ci rm in the release script
Ref: b96185da15

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:18:17 +02:00
William Desportes
aea6bdd329
Remove non usefull recaptcha "vendor/google/recaptcha/src/autoload.php" file
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:17:22 +02:00
William Desportes
db1e59a541
Remove template test files from non source kits
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:17:12 +02:00
William Desportes
9722d75225
Adjust build excludes for paragonie/random_compat and paragonie/sodium_compat
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:16:33 +02:00
William Desportes
7b1b42fa0c
Search for files that contain "phar" in the name as they may be build files
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:15:05 +02:00
William Desportes
f46b384ad4
Update baselines
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:14:15 +02:00
William Desportes
cedfbd5376
Add a ChangeLog entry for 6230c197dd
Ref: 6230c197dd

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-09-10 14:05:56 +02:00