Commit Graph

125133 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
977ffae0ae
Fix broken GIS tests by using fixed version of TCPDF
This is caused by the PDF Producer metadata that is different for each
version of TCPDF causing the tests to fail, as the reference PDFs are
generated using TCPDF 6.5.0.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-10 16:59:56 -03:00
MoonE
5116b0f0fe
Simplify gis polygon handling (#17904)
* 'Expected' is first param for assertEquals

* Do direct string comparisons with gis svg test

Ids are not random during tests.

* Test gis png and pdf output

* Add pdf for i386 architecter, points are slightly different

* No special handling for inner and outer rings

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2022-12-10 15:09:40 -03:00
Maurício Meneghini Fauth
283d427cd9
Extract Functions.getJsConfirmCommonParam() into a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-09 20:02:27 -03:00
Kristijan Fremen Velkovski
6cae71709a
Translated using Weblate (Macedonian)
Currently translated at 23.3% (802 of 3434 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>
2022-12-09 23:50:34 +01:00
Maurício Meneghini Fauth
ea2dc6664a
Extract Functions.createProfilingChart() into a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-09 15:57:30 -03:00
Maurício Meneghini Fauth
2cf3f49f35
Remove indexes column lists from Window object
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-09 11:52:49 -03:00
Maurício Meneghini Fauth
75dbb2cfd2
Extract Functions.config* to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-09 11:10:26 -03:00
Maurício Meneghini Fauth
5348e09627
Extract Functions.createViewModal() to a module
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-09 10:47:43 -03:00
Kristijan Fremen Velkovski
f2ff55f605
Translated using Weblate (Macedonian)
Currently translated at 23.1% (796 of 3434 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>
2022-12-08 09:48:36 +01:00
Emanuel
03905a2f21
Translated using Weblate (Romanian)
Currently translated at 91.2% (3134 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/
Signed-off-by: Emanuel <emanuel12m@gmail.com>
2022-12-08 09:48:35 +01:00
William Desportes
90b30946d4
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-12-07 13:14:08 +01:00
William Desportes
a08f2567b5
Add --no-interaction and --dev on create_phpunit_sandbox function to create a release
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-12-07 13:07:22 +01:00
Maurício Meneghini Fauth
ce5ce76a8d
Merge pull request #17950 from MauricioFauth/ajax-messages
Extract Functions.ajaxShowMessage() into ajax-messages.js
2022-12-06 12:17:22 -03:00
Maurício Meneghini Fauth
3bc3c7de4d
Extract Functions.ajaxShowMessage() into ajax-messages.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-06 08:21:58 -03:00
dingo thirteen
3816e1b0a7
Translated using Weblate (Dutch)
Currently translated at 100.0% (3434 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-12-06 01:47:19 +01:00
Reza Asadi
6bf4a4ba1f
Translated using Weblate (Persian)
Currently translated at 23.2% (798 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fa/
Signed-off-by: Reza Asadi <asadister@gmail.com>
2022-12-06 01:47:19 +01:00
MP-van-Niekerk
586583f38b
Translated using Weblate (Afrikaans)
Currently translated at 9.1% (315 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/af/
Signed-off-by: MP-van-Niekerk <manie@wedoweb.co.za>
2022-12-06 01:47:18 +01:00
Maurício Meneghini Fauth
b34cda484b
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-04 15:36:13 -03:00
Maurício Meneghini Fauth
5a6b5e731f
Bump ramsey/composer-install action's version to v2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-04 15:31:07 -03:00
Maurício Meneghini Fauth
9546a45e98
Revert "Move menuResizer related functions to menu-resizer.js"
That commit broke the onload and teardown calls.
Reverting fixes the tests.

This reverts commit 5e6541e08a.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-04 15:15:44 -03:00
Maurício Meneghini Fauth
dbcc8b268f
Fix some JS coding style issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-04 14:34:42 -03:00
Kamil Tekiela
7354773dfa
Replace escapeString with quoteString (#17946)
* Replace escapeString with quoteString

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

* Fix SQL injection

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-12-04 12:20:16 -03:00
yangyangdaji
93f9d8929a
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3434 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: yangyangdaji <1504305527@qq.com>
2022-12-04 11:16:28 +01:00
Domen
0fe118af1b
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3434 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-12-04 11:16:27 +01:00
Luis Méndez Alejo
8ea60563dd
Translated using Weblate (Spanish)
Currently translated at 100.0% (3434 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: Luis Méndez Alejo <gnumax@gmail.com>
2022-12-04 11:16:26 +01:00
Oğuz Ersen
25f54e5f6f
Translated using Weblate (Turkish)
Currently translated at 100.0% (3434 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Oğuz Ersen <oguz@ersen.moe>
2022-12-04 11:16:25 +01:00
phpMyAdmin bot
22ab240b33 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-12-04 00:18:06 +00:00
Kristijan Fremen Velkovski
6dc95df4b5
Translated using Weblate (Macedonian)
Currently translated at 23.0% (791 of 3434 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>
2022-12-03 20:53:18 +01:00
Kristijan Fremen Velkovski
52bcd5005c
Translated using Weblate (Macedonian)
Currently translated at 23.1% (791 of 3418 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>
2022-12-03 20:53:17 +01:00
Maurício Meneghini Fauth
7efd78e603
Extract Functions.highlightSql() into modules/sql-highlight.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-03 15:02:06 -03:00
William Desportes
28d8fdc584
Bump GitHub actions versions and fix deprecated syntax for variables
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-12-03 18:36:33 +01:00
Maurício Meneghini Fauth
93e7f10929
Extract Functions.tooltip() into modules/tooltip.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-03 14:03:34 -03:00
Kristijan Fremen Velkovski
f807786f94
Translated using Weblate (Macedonian)
Currently translated at 22.9% (787 of 3434 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>
2022-12-02 15:48:44 +01:00
devOMAR
96ba798adc
Translated using Weblate (Arabic)
Currently translated at 48.5% (1667 of 3434 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ar/
Signed-off-by: devOMAR <omar.alfarraj@yahoo.com>
2022-12-02 15:48:43 +01:00
Kristijan Fremen Velkovski
24e1086682
Translated using Weblate (Macedonian)
Currently translated at 23.0% (787 of 3418 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>
2022-12-02 05:48:14 +01:00
Maurício Meneghini Fauth
528097904f
Bump Python version from 3.6 to 3.7 in workflows
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 23:58:37 -03:00
Maurício Meneghini Fauth
6f344b3060
Bump actions/setup-python version to v4
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 23:27:44 -03:00
Maurício Meneghini Fauth
5e6541e08a
Move menuResizer related functions to menu-resizer.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 23:17:33 -03:00
Maurício Meneghini Fauth
a6b733eca8
Fix sql.test.js failing test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 13:30:59 -03:00
Maurício Meneghini Fauth
c888ecc97b
Remove Functions.sprintf() function
Use the sprintf global function directly. This removes the direct
dependency on Functions from modules/common.js.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 13:04:01 -03:00
Maurício Meneghini Fauth
b98fcd20f3
Merge pull request #17938 from kamil-tekiela/Remove-$params
Remove $params
2022-12-01 10:49:37 -03:00
Maurício Meneghini Fauth
d061c28b51
Move common.js to modules/common.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:54 -03:00
Maurício Meneghini Fauth
382b72fdd8
Move config.js to modules/config.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:54 -03:00
Maurício Meneghini Fauth
c3aa5150bd
Move indexes.js to modules/indexes.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:53 -03:00
Maurício Meneghini Fauth
200a26dc86
Move page_settings.js to modules/page_settings.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:53 -03:00
Maurício Meneghini Fauth
a90f776c12
Move navigation.js to modules/navigation.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:53 -03:00
Maurício Meneghini Fauth
5d10306a90
Move keyhandler.js to modules/keyhandler.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:52 -03:00
Maurício Meneghini Fauth
c916acf6c7
Move functions.js to modules/functions.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:52 -03:00
Maurício Meneghini Fauth
ae64cef040
Move cross_framing_protection.js to modules/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:52 -03:00
Maurício Meneghini Fauth
f169cf76de
Move ajax.js to modules/ajax.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-12-01 00:05:51 -03:00