Commit Graph

125388 Commits

Author SHA1 Message Date
dingo thirteen
451445fbc5
Translated using Weblate (Dutch)
Currently translated at 100.0% (3442 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2023-01-28 04:50:44 +01:00
liviuconcioiu
a319f73a13
Translated using Weblate (Estonian)
Currently translated at 99.6% (3429 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/et/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:44 +01:00
liviuconcioiu
93cdf383d9
Translated using Weblate (Romanian)
Currently translated at 91.1% (3138 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:43 +01:00
Maurício Meneghini Fauth
47c069f7b8
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (3417 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-28 04:50:42 +01:00
Burak Yavuz
98b32e51e8
Translated using Weblate (Turkish)
Currently translated at 100.0% (3442 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2023-01-28 04:50:42 +01:00
liviuconcioiu
93ceaa2800
Translated using Weblate (Czech)
Currently translated at 99.6% (3429 of 3442 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/cs/
Signed-off-by: liviuconcioiu <liviu.concioiu@gmail.com>
2023-01-28 04:50:41 +01:00
Maurício Meneghini Fauth
4260efdc58
Update composer.json branch alias to 5.3.x-dev
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 14:45:45 -03:00
Maurício Meneghini Fauth
4945491c4f
Add more follow-ups to scripts/set-version.sh
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 14:35:05 -03:00
Maurício Meneghini Fauth
419d79f4d0
Merge branch 'ru-asdx-refactor-17769-p9'
Closes https://github.com/phpmyadmin/phpmyadmin/pull/17987

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 11:51:27 -03:00
Evgeny Skorlov
1eb0e001d8
replace superglobas with serverrequest in database/designercontroller
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-27 11:49:30 -03:00
Maurício Meneghini Fauth
4bbf1e86b0
Merge pull request #18029 from kamil-tekiela/Forms-refactoring
Refactor config forms
2023-01-26 23:13:47 -03:00
Kamil Tekiela
7a22334167
Designer controller globals (#17985)
* Remove globals from DesignerController
* Remove $GLOBALS['params'] in ManageController
* Remove $GLOBALS['params']
* Remove $GLOBALS['total_num_tables']
* Remove $GLOBALS['tooltip_truename']
* Remove $GLOBALS['tooltip_aliasname']
* Remove $GLOBALS['pos']
* Remove $GLOBALS['tables'] (partially)
* Remove $GLOBALS['num_tables'] (partially)
* Remove redundant calls to Util::getDbInfo()
* Move unrelated functionality out of getDbInfo()
* Extract new method getTableListPosition()
* Code style changes
* Update phpstan-baseline.neon

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-26 22:58:24 -03:00
Maurício Meneghini Fauth
e86dd3893c
Merge pull request #17974 from kamil-tekiela/NodeDatabase-memoization
NodeDatabase memoization
2023-01-26 22:46:02 -03:00
Maurício Meneghini Fauth
655ce1d59b
Merge pull request #18040 from kamil-tekiela/Remove-old-!==-null-check
Remove old !== null check
2023-01-26 22:42:05 -03:00
Kamil Tekiela
e37c240c9c Remove old !== null check
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-26 20:20:00 +00:00
Kamil Tekiela
55a6f09ce8
Server privileges controller globals removal (#17986)
* $GLOBALS['url_dbname']
* $GLOBALS['grants'], $GLOBALS['one_grant']
* $GLOBALS['export']
* $GLOBALS['title']
* $GLOBALS['itemType']
* $GLOBALS['_add_user_error']
* $GLOBALS['queries_for_display']
* $GLOBALS['ret_queries']
* $GLOBALS['ret_message']
* $GLOBALS['queries']
* Remove redundant code
* $GLOBALS['password']
* $GLOBALS['dbname_is_wildcard']
* $GLOBALS['db_and_table']
* $GLOBALS['routinename']
* $GLOBALS['tablename']
* $GLOBALS['post_patterns']
* Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-26 11:46:20 -03:00
Maurício Meneghini Fauth
a4a2915b94
Merge pull request #18024 from kamil-tekiela/Fix-ColumnPreferencesController
Fix ColumnPreferencesController
2023-01-26 11:27:23 -03:00
Maurício Meneghini Fauth
353bc80f36
Merge pull request #18030 from kamil-tekiela/Remove-dead-properties
Remove unused properties
2023-01-26 10:59:37 -03:00
Maurício Meneghini Fauth
134e3e43a5
Merge pull request #18033 from kamil-tekiela/Remove-dead-code-again
Remove dead code
2023-01-26 10:29:10 -03:00
Kamil Tekiela
32626b1333 NodeDatabase memoization
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-25 21:17:55 +00:00
Kamil Tekiela
6665289780 Remove dead code
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-25 15:17:51 -03:00
William Desportes
912e5dcf9d
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-25 12:15:39 +01:00
William Desportes
2cbbf36e43
Add a ChangeLog entry for #17365
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-25 12:11:33 +01:00
William Desportes
500b7b4f63
Merge #18026 - Fix #17365 - Uncaught Error: regexp too big
Pull-request: #18026
Fixes: #17365

Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-25 12:10:19 +01:00
Kamil Tekiela
e3e351c676 Remove dead code
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-25 00:59:43 +00:00
Burak Yavuz
bbd4b55566
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-01-24 23:08:20 +01:00
Domen
dd0dd6f54f
Translated using Weblate (Slovenian)
Currently translated at 99.7% (3419 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2023-01-24 23:08:19 +01:00
Maurício Meneghini Fauth
dff49db9d2
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-01-24 23:08:18 +01:00
theking2
bbfd610997
Translated using Weblate (Dutch)
Currently translated at 99.9% (3426 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/nl/
Signed-off-by: theking2 <theking2@king.ma>
2023-01-24 23:08:18 +01:00
dingo thirteen
7610960bae
Translated using Weblate (Dutch)
Currently translated at 99.9% (3426 of 3427 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>
2023-01-24 23:08:17 +01:00
Kristijan Fremen Velkovski
dbb37c3ef7
Translated using Weblate (Macedonian)
Currently translated at 25.0% (860 of 3427 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2023-01-24 23:08:17 +01:00
William Desportes
b5985fed01
Translated using Weblate (French)
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/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-24 23:08:16 +01:00
phpMyAdmin bot
3d6e6def56 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2023-01-24 21:44:46 +00:00
Domen
ca173bb18b
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3439 of 3439 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2023-01-24 22:42:05 +01:00
Kristijan Fremen Velkovski
31cd5d9c77
Translated using Weblate (Macedonian)
Currently translated at 25.1% (865 of 3439 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2023-01-24 22:42:04 +01:00
theking2
252dabbf35
Translated using Weblate (Dutch)
Currently translated at 99.9% (3438 of 3439 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: theking2 <theking2@king.ma>
2023-01-24 22:42:04 +01:00
dingo thirteen
bf082ae89f
Translated using Weblate (Dutch)
Currently translated at 99.9% (3438 of 3439 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2023-01-24 22:42:04 +01:00
Maurício Meneghini Fauth
953f1db15f
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 18:01:46 -03:00
Maurício Meneghini Fauth
5f54c3ec81
Fix failing Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 18:01:00 -03:00
Maurício Meneghini Fauth
b4b4c14fed
Fix failing Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 17:38:21 -03:00
Maurício Meneghini Fauth
07b3a85f3b
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 15:45:42 -03:00
Maurício Meneghini Fauth
4c774e4ef6
Add ChangeLog entry for #17833
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 15:43:01 -03:00
Maurício Meneghini Fauth
6c9f5d7e54
Merge pull request #18032 from MauricioFauth/fix-add-routine-param-button
Fix broken button that adds routine params

- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17833
- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17929
- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17971
2023-01-24 15:40:42 -03:00
Maurício Meneghini Fauth
5a267d0a81
Fix broken button that adds routine params
- Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17833

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 14:28:08 -03:00
Maurício Meneghini Fauth
93c77c3784
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-24 11:23:53 -03:00
Kamil Tekiela
8406f9596a Remove unused properties
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-24 00:19:53 +00:00
Kamil Tekiela
d1bda5c5dc Refactor config forms
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-23 23:32:27 +00:00
Liviu-Mihail Concioiu
93e701b1ef Fix regexp too big error
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2023-01-22 14:44:29 +01:00
Hosted Weblate
8f0772514e
Merge branch 'origin/master' into Weblate.
[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/
2023-01-22 01:22:23 +01:00
William Desportes
04c8ec4674
Translated using Weblate (French)
Currently translated at 100.0% (3440 of 3440 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-01-22 01:22:22 +01:00