Commit Graph

124691 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
3b750c73b4
Merge pull request #18702 from MoonE/qa-user-accounts
QA Fix user accout navigation by initials
2023-09-28 21:49:23 -03:00
Maurício Meneghini Fauth
5a79ac768d
Replace is_resource with different than false
This will avoid an issue when proc_open will return an object instead of
a resource in future PHP versions.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-28 19:18:25 -03:00
Maurício Meneghini Fauth
2a96c4b98e
Merge pull request #18722 from MauricioFauth/git-hash-info-error
Improve git hash info error handling in home.js
2023-09-21 08:04:32 -03:00
Maurício Meneghini Fauth
4fba5041c1
Merge pull request #18725 from MoonE/gis-overlay-dynamic-size
Resize GIS editor overlay and its textarea on page resize
2023-09-20 19:11:49 -03:00
Maximilian Krög
d1f09b0a81
Resize editor overlay and its textarea on page resize
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-20 22:48:29 +02:00
Maximilian Krög
29123aff1d
Remove duplicate _gis.scss files
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-20 22:40:42 +02:00
Maurício Meneghini Fauth
5e8ec69240
Improve git hash info error handling in home.js
Instead of showing a generic error message alert when an error occurs,
it displays an error message at the same place where the success output
goes.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-20 14:14:28 -03:00
Maurício Meneghini Fauth
80865af230
Merge pull request #18712 from MoonE/gis-button-classes
Fix GIS editor form layout
2023-09-20 11:29:56 -03:00
Maurício Meneghini Fauth
b06c773360
Merge pull request #18713 from MoonE/fix-column-type-lost
Fix gis editor changing geometry type and opening in search views
2023-09-20 11:22:26 -03:00
Kipя
13097c50bb
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/uk/
Signed-off-by: Kipя <yankirill@icloud.com>
2023-09-20 13:57:13 +02:00
Yevhen Bronza
181ff0144e
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/uk/
Signed-off-by: Yevhen Bronza <zhenya.bronza@gmail.com>
2023-09-20 00:00:32 +02:00
Kipя
1eef909dab
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3427 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/uk/
Signed-off-by: Kipя <yankirill@icloud.com>
2023-09-19 23:58:40 +02:00
Maurício Meneghini Fauth
748d489dac
Merge pull request #18719 from kamil-tekiela/deletebookmark52
Fix bookmark delete
2023-09-18 20:51:11 -03:00
Kamil Tekiela
1c6c661298 Fix bookmark delete
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-09-16 13:45:18 +01:00
Maurício Meneghini Fauth
6f1a3f4cf9
Merge pull request #18715 from kamil-tekiela/fix-real-count
Fix AJAX real-row-count
2023-09-16 09:22:27 -03:00
Kamil Tekiela
dba0086b90 Fix AJAX real-row-count
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-09-15 21:01:15 +01:00
Maurício Meneghini Fauth
6e695df23d
Update PHPStan and Psalm baselines
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-15 16:20:41 -03:00
Maurício Meneghini Fauth
67ac099b40
Update JavaScript dependencies
- Updates jQuery to 3.7.1
- Updates Bootstrap to 5.3.2

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-14 20:12:47 -03:00
Maximilian Krög
3504afe84c
Allow switching geometry type when editing in search views
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-15 00:36:02 +02:00
Maximilian Krög
4bd6a2dd52
Fix opening GIS editor in zoom search
The editor couldn't be opened there at all

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-15 00:36:02 +02:00
Maximilian Krög
5128da0071
Remember the current column type
After switching the geometry type once the geometry select disappeared.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-14 22:58:23 +02:00
Maximilian Krög
9318f00e31
Fix GIS editor form layout
- Missing button classes for buttons added by JS
- Connect labels with their input elements
- Labels and input had wrong spacing when added from JS

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-14 22:33:22 +02:00
Maximilian Krög
d43f16f616
Fix user pagination for 'Any' user
If the user name is empty any user may login from this host.

This fixes the pagination to display 'Any' instead of an empty string
and makes filtering with this link work.

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-09 17:44:17 +02:00
Maximilian Krög
bf17145c70
Fix filtering by initials for user accounts starting with %, \, or _
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-09 17:44:17 +02:00
Maximilian Krög
1df32b32e0
Backport two test methods for phpunit 8.5
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-09-09 17:44:13 +02:00
sebastians17
bd8b15ebb4
Translated using Weblate (Polish)
Currently translated at 83.2% (2853 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: sebastians17 <sebastians117.ss@gmail.com>
2023-09-05 18:53:14 +02:00
Adrian Wanic
6011b82aa7
Translated using Weblate (Polish)
Currently translated at 83.2% (2853 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Adrian Wanic <adrianwanic@gmail.com>
2023-09-05 15:21:17 +02:00
sebastians17
69f56b581e
Translated using Weblate (Polish)
Currently translated at 83.2% (2853 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: sebastians17 <sebastians117.ss@gmail.com>
2023-09-05 15:21:16 +02:00
Maurício Meneghini Fauth
5c22b79150
Update actions/checkout action to v4
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-04 18:31:43 -03:00
Maurício Meneghini Fauth
2c802dd670
Fix Selenium\Database\ProceduresTest failing test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-04 18:19:13 -03:00
William Desportes
8559cce8e6
Merge #18690 - Add security link to composer.json file
Pull-request: #18690
2023-09-04 22:15:27 +02:00
Maurício Meneghini Fauth
3435db3261
Add security link to composer.json file
https://getcomposer.org/doc/04-schema.md#support

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-04 15:11:41 -03:00
Burak Yavuz
bd0ee145e8
Translated using Weblate (Turkish)
Currently translated at 100.0% (3427 of 3427 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>
2023-09-04 12:27:54 +02:00
Maurício Meneghini Fauth
99ccb7980a
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3427 of 3427 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>
2023-09-03 15:55:10 +02:00
Maurício Meneghini Fauth
98ab471c0f
Merge pull request #18685 from MauricioFauth/nopassword-config-doc-note
Add a documentation note to the nopassword config
2023-09-02 19:33:37 -03:00
Maurício Meneghini Fauth
53d3aaea82
Add a documentation note to the nopassword config
Adds a note to the $cfg['Servers'][$i]['nopassword'] directive to add a
reference to the $cfg['Servers'][$i]['AllowNoPassword'].

Fixes https://github.com/phpmyadmin/phpmyadmin/issues/18680.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-02 15:48:42 -03:00
Maurício Meneghini Fauth
a07802ed6c
Merge pull request #18675 from MauricioFauth/fix-17404
Force a full page reload for top menu links (5.2)
2023-08-31 12:26:33 -03:00
Maurício Meneghini Fauth
b50fa31c45
Force a full page reload for top menu links
Each page is a different page, so it makes more sense to do a full page
reload instead of using AJAX to load the main content.

This also avoid some possible issues with broken event handlers and
not properly loaded pages.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
(cherry picked from commit 36a77f7476)
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-31 11:33:10 -03:00
Maurício Meneghini Fauth
c4fb42e3c6
Fix Selenium\Database\OperationsTest failing test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-30 14:05:40 -03:00
Maurício Meneghini Fauth
846381b501
Test with PHP 8.3
PHP 8.3 is not experimental anymore.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-30 10:48:46 -03:00
Maurício Meneghini Fauth
e64f1e9d6b
Merge pull request #18663 from kamil-tekiela/Fix-dropped-triggers-on-rename
Fix dropped triggers on rename
2023-08-28 21:26:23 -03:00
Kamil Tekiela
d0e746fac6 Fix dropped triggers on rename
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-08-28 23:34:21 +01:00
Maurício Meneghini Fauth
f69f5e49b4
Merge pull request #18551 from liviuconcioiu/18545
Fix #18545 - Add current database name to form input value
2023-08-28 18:08:07 -03:00
Maurício Meneghini Fauth
e9edcbf67f
Merge branch 'SachinBahukhandi-search-key-fix' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-28 16:35:13 -03:00
Maurício Meneghini Fauth
38968ef36c
Add ChangeLog entry for #18611
Adds unit test.

Fixes https://github.com/phpmyadmin/phpmyadmin/issues/18611
Closes https://github.com/phpmyadmin/phpmyadmin/pull/18630

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-28 16:32:49 -03:00
Sachin Bahukhandi
a8d2579c1c
Fixed the Undefined array key criteriaColumnOperators
Signed-off-by: Sachin Bahukhandi <sachinb0013@gmail.com>
2023-08-28 16:21:04 -03:00
Maurício Meneghini Fauth
2540af769b
Merge pull request #18657 from MoonE/qa-edit-change-geometry-type
Geometry type selection only for Geometry column type
2023-08-26 18:22:12 -03:00
Maurício Meneghini Fauth
9440dc5eda
Merge pull request #18656 from MoonE/qa-fix-editing-empty-geometry-collection
Qa fix editing geometry collection
2023-08-26 18:21:21 -03:00
Maximilian Krög
b04ea44362
Fix error when switching geom type in geometry collection
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-08-26 22:26:02 +02:00
Maurício Meneghini Fauth
71ea09ca80
Add ChangeLog entry for #18533
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-26 17:00:31 -03:00