Commit Graph

123196 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
edb49eb660
Translated using Weblate (Uzbek)
Currently translated at 26.9% (920 of 3414 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/uz/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-15 17:20:55 +01:00
Maurício Meneghini Fauth
c784fe2aa8
Translated using Weblate (Tamil)
Currently translated at 31.2% (1068 of 3414 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ta/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-15 17:20:54 +01:00
Maurício Meneghini Fauth
c3403c4ebf
Translated using Weblate (Punjabi)
Currently translated at 4.1% (143 of 3414 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pa/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-15 17:20:54 +01:00
Maurício Meneghini Fauth
84bbc55ffc
Translated using Weblate (Ukrainian)
Currently translated at 92.4% (3156 of 3414 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/uk/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-15 17:20:53 +01:00
Maurício Meneghini Fauth
ee3c7a6091
Translated using Weblate (Albanian)
Currently translated at 89.1% (3044 of 3414 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sq/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-15 17:20:52 +01:00
Maurício Meneghini Fauth
c482cd47ef
Remove gridEditingConfig JS global
- Uses data attribute instead.
- Uses Bootstrap's tooltip instead of the jQuery plugin.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-14 23:19:29 -03:00
Maurício Meneghini Fauth
a0337bf220
Refactor JavaScriptMessagesController controller
- Removes the dependency of the cfg and theme PHP globals.
- Handles the errors when encoding the messages to JSON.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-14 18:09:57 -03:00
Maurício Meneghini Fauth
835b9b356d
Merge pull request #17372 from CommanderRoot/remove-deprecated-js-substr
Remove usage of deprecated String.prototype.substr()
2022-02-13 09:54:00 -03:00
Maurício Meneghini Fauth
7cc32784fe
Merge pull request #17361 from mauriciofauth/js-bundling-webpack
Add webpack bundler
2022-02-13 08:38:21 -03:00
phpMyAdmin bot
88aa33ad12 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-02-13 00:14:11 +00:00
Maurício Meneghini Fauth
3443891886
Merge branch 'QA_5_2' 2022-02-12 11:54:12 -03:00
Maurício Meneghini Fauth
de0244b3e6
Mark test as incomplete if it doesn't has all select dbs
Related to #17300.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-12 11:51:53 -03:00
Maurício Meneghini Fauth
7b1dd0ea6c
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-12 11:42:17 -03:00
Maurício Meneghini Fauth
d621eca13d
Merge pull request #17351 from kamil-tekiela/Remove-stripslashes
Drop stripslashes
2022-02-12 10:33:02 -03:00
William Desportes
ac8a8311d3
Document back an old configuration for hardware auth (feebee/swekey) that was removed
Refs:
- added: f5a76baa0c
- renamed: fdff4d6b71
- removed: fc6ef261eb and ec2bd5d84c

I documented this back because I found it in the Debian config file and could not figure out what did happen

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-12 12:24:40 +01:00
Tobias Speicher
44b528fb00 Remove usage of deprecated String.prototype.substr()
String.prototype.substr() is deprecated (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we either switch to String.prototype.substring() or something else appropriate for the use case
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-12 00:04:47 +01:00
Maurício Meneghini Fauth
aee2fafc01
Fix some failing Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 20:00:35 -03:00
Maurício Meneghini Fauth
25e00f3f31
Fix some failing Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 19:00:41 -03:00
William Desportes
4a3c9f3891
Add a ChangeLog entry for #17287
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-11 22:40:25 +01:00
Maurício Meneghini Fauth
be92611ab2
Fix Selenium\Database\EventsTest failing tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 18:31:12 -03:00
William Desportes
c26c153a11
Improve DbiDummy::addResult phpdoc
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-11 22:31:03 +01:00
William Desportes
895b089e96
Ref #17287 - Add a test for getDatabasesFull and data sorting
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-11 22:26:03 +01:00
William Desportes
0c890adb60
Fix #17287 - Sorting Database List on "Data" Column creates a PHP type error
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-11 22:24:45 +01:00
Maurício Meneghini Fauth
cf4545b791
Merge branch 'QA_5_2' 2022-02-11 16:29:23 -03:00
Maurício Meneghini Fauth
bb0cccf931
Fix Selenium\ServerSettingsTest::testHideLogo test
Sometimes this test fails because the navigation sidebar is still
loading.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 16:25:55 -03:00
Maurício Meneghini Fauth
86eea3a730
Merge branch 'QA_5_2' 2022-02-11 15:22:51 -03:00
Maurício Meneghini Fauth
bb00f429f2
Fix PhpMyAdmin\Tests\Selenium\Table\CreateTest failing test
Related to f911458b71.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 15:14:22 -03:00
Maurício Meneghini Fauth
1b055dba90
Fix TypeError in the Tracker::handleQuery method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 14:50:22 -03:00
Maurício Meneghini Fauth
fb2a94c8bc
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 12:41:31 -03:00
Maurício Meneghini Fauth
d1b99c4a15 Fix merge conflicts
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-11 10:07:02 -03:00
Isaac Bennetch
dd9d3224ae Merge remote-tracking branch 'origin/master' 2022-02-10 23:41:42 -05:00
Isaac Bennetch
316d3cc123 Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:39:49 -05:00
Isaac Bennetch
5127b31144 Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:38:23 -05:00
Isaac Bennetch
c19d053e1a Prepare for version 5.1.4-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:34:31 -05:00
Isaac Bennetch
c1643ac0ae Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:29:48 -05:00
Isaac Bennetch
3503e0deeb Adding composer lock for 5.1.3
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:12:36 -05:00
Isaac Bennetch
5a4cd07b45 Prepare for version 5.1.3
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-10 23:09:52 -05:00
Isaac Bennetch
7add4bb382 Merge remote-tracking branch 'security/QA_5_1-security' into QA_5_1 2022-02-10 23:04:13 -05:00
Axel Blanchardon
dce09e8211
Translated using Weblate (French)
Currently translated at 99.8% (3410 of 3414 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Axel Blanchardon <axel.blanchardon@gmail.com>
2022-02-11 04:56:50 +01:00
Maurício Meneghini Fauth
c04f85f2bb Fix path disclosure on misconfigured servers
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-10 20:59:06 -06:00
Maurício Meneghini Fauth
a179a604e7
Use webpack for SCSS compilation
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-10 18:30:21 -03:00
Maurício Meneghini Fauth
e46f0435f4
Use webpack to sync js files
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-10 13:43:35 -03:00
Maurício Meneghini Fauth
2db1785e09
Add webpack bundler
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-10 13:43:35 -03:00
William Desportes
a97d6852e2
Improve config.rst documentation blocks
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-09 23:42:59 +01:00
William Desportes
25004bb7d0
Add an example on how to connect to an Amazon RDS Aurora MySQL with SSL
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-02-09 22:08:18 +01:00
Maurício Meneghini Fauth
fb18d3b3a9
Extract functions from registerOnload in server/privileges.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-09 16:51:07 -03:00
Maurício Meneghini Fauth
65f13ed209
Merge branch 'QA_5_2' 2022-02-09 15:08:51 -03:00
Maurício Meneghini Fauth
d853d0dcc2
Merge pull request #17360 from mauriciofauth/issue-17359
Fix bug when renaming tables with config storage enabled
2022-02-09 15:07:26 -03:00
Maurício Meneghini Fauth
1faab7119d
Fix bug when renaming tables with config storage enabled
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17359

Introduced by https://github.com/phpmyadmin/phpmyadmin/pull/17256

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-09 13:58:35 -03:00
Maurício Meneghini Fauth
47252f9cf8
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-02-08 15:44:08 -03:00