phpMyAdmin bot
|
2c548e6226
|
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
|
2023-02-12 00:20:52 +00:00 |
|
Kamil Tekiela
|
98cfc64667
|
Remove escapeString from Relation
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:32:00 -03:00 |
|
Kamil Tekiela
|
d76b240176
|
Remove redundant pass-by-ref
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:30:12 -03:00 |
|
Kamil Tekiela
|
2b32209ae8
|
Remove useless references (#18058)
* Remove useless references
* Change out param to returning
* Add missing type declarations
* Update psalm-baseline.xml
---------
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:25:35 -03:00 |
|
Kamil Tekiela
|
3a56e51f92
|
Replace escapeString with quoteString
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:23:34 -03:00 |
|
Kamil Tekiela
|
7e5d96b559
|
Use DI for UserPreferences
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:23:34 -03:00 |
|
Kamil Tekiela
|
0e876b1774
|
Replace escapeString with quoteString
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:20:14 -03:00 |
|
Kamil Tekiela
|
bf601040d4
|
Use DI for UserPassword's $dbi
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:20:14 -03:00 |
|
Kamil Tekiela
|
22cb5f2a84
|
Remove globals from create controller (#18046)
* $GLOBALS['column_map']
* Replace globals with constants
* $GLOBALS['sep']
* $GLOBALS['arr']
* $GLOBALS['view_columns']
* $GLOBALS['systemDb']
* $GLOBALS['pma_transformation_data']
* $GLOBALS['new_transformations_sql']
* $GLOBALS['view']
* $GLOBALS['item']
* $GLOBALS['parts']
* Add TODO comment
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
---------
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:17:49 -03:00 |
|
Kamil Tekiela
|
67fbb4011d
|
Remove dead code in Navigation (#17969)
* Remove temporary variable $node
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
* Simplify Generator::getNavigationLink
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
---------
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-10 16:07:11 -03:00 |
|
Justin Nogossek
|
c608ec5301
|
Translated using Weblate (German)
Currently translated at 100.0% (3442 of 3442 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: Justin Nogossek <justmegaliga10000@gmail.com>
|
2023-02-10 09:40:01 +01:00 |
|
Maurício Meneghini Fauth
|
4ec171915a
|
Fix ScriptsTest failing test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-09 16:17:30 -03:00 |
|
Maurício Meneghini Fauth
|
3cb03e6d24
|
Refactor AJAX.scriptHandler.add() function
Changes fire param to boolean and removes the return.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-09 15:43:08 -03:00 |
|
Maurício Meneghini Fauth
|
cc444d9d08
|
Replace JS array type declaration with any[]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-08 15:54:35 -03:00 |
|
Maurício Meneghini Fauth
|
0819043d0e
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-08 14:09:59 -03:00 |
|
Maurício Meneghini Fauth
|
10b4fb35d9
|
Fix coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-08 13:12:29 -03:00 |
|
phpMyAdmin bot
|
0f014beac2
|
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
|
2023-02-08 15:09:23 +00:00 |
|
Maurício Meneghini Fauth
|
ae560e0ffb
|
Prepare for version 5.2.2-dev
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-08 11:28:34 -03:00 |
|
William Desportes
|
e48fec0abf
|
Add ChangeLog entries for #17028, #17683, #17766
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-02-08 13:15:42 +01:00 |
|
William Desportes
|
9d92dafdcb
|
Merge #17923 - Fix #17766 - Allow to open in a new tab copy and edit row actions
Pull-request: #17923
Fixes: #17766
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-02-08 13:13:39 +01:00 |
|
William Desportes
|
2443570ce6
|
Merge #17851 - Fix #17028, #17683 - Re build query count management
Pull-request: #17851
Fixes: #17028
Fixes: #17683
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-02-08 13:12:00 +01:00 |
|
William Desportes
|
84aee1b13b
|
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-02-08 13:09:00 +01:00 |
|
Juan
|
f415c35475
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (3442 of 3442 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: Juan <benitesjn@gmail.com>
|
2023-02-08 12:37:44 +01:00 |
|
Juan
|
cc7efe3950
|
Translated using Weblate (Spanish)
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/es/
Signed-off-by: Juan <benitesjn@gmail.com>
|
2023-02-08 12:35:39 +01:00 |
|
Isaac Bennetch
|
43de7826e1
|
Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2023-02-07 21:45:13 -05:00 |
|
Isaac Bennetch
|
d5db011a74
|
Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2023-02-07 16:49:52 -05:00 |
|
Isaac Bennetch
|
11e127f3fa
|
Adding composer lock for 5.2.1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2023-02-07 16:23:39 -05:00 |
|
Isaac Bennetch
|
372185c302
|
Prepare for version 5.2.1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2023-02-07 16:20:27 -05:00 |
|
Isaac Bennetch
|
cc715676b3
|
Add ChangeLog entry for security fix PMASA-2023-01
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2023-02-07 16:18:56 -05:00 |
|
Isaac Bennetch
|
e9b1db6b10
|
Merge remote-tracking branch 'security/QA_5_2-security' into QA_5_2
|
2023-02-07 16:17:33 -05:00 |
|
Isaac Bennetch
|
c3460a7f04
|
Merge branch 'QA_5_2'
|
2023-02-07 13:57:03 -05:00 |
|
Isaac Bennetch
|
185f5219d3
|
Merge pull request #345 from phpmyadmin/sec/343/52
[5.2] Fix not escaped title when using drag and drop upload
|
2023-02-07 13:44:03 -05:00 |
|
Maurício Meneghini Fauth
|
e7aa3fdacb
|
Merge pull request #18068 from kamil-tekiela/Fix-#18065
Revert earlier change - fix #18065
|
2023-02-06 15:35:51 -03:00 |
|
Maurício Meneghini Fauth
|
91167fb70b
|
Create the DesignerConfig JS object
This removes the properties from the Window object.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-05 13:00:03 -03:00 |
|
phpMyAdmin bot
|
4be069c5db
|
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
|
2023-02-05 00:20:52 +00:00 |
|
Kamil Tekiela
|
1a387693aa
|
Revert earlier change
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2023-02-04 23:26:39 +00:00 |
|
Maurício Meneghini Fauth
|
ede1e82c28
|
Refactor DB designer JS to use modules
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-04 18:26:08 -03:00 |
|
Kristijan Fremen Velkovski
|
e95c377de9
|
Translated using Weblate (Macedonian)
Currently translated at 26.1% (897 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-02-02 12:39:51 +01:00 |
|
Masahiro Fujimoto
|
909294300e
|
Translated using Weblate (Japanese)
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/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
|
2023-02-02 12:39:51 +01:00 |
|
JL Pilgram
|
e44a5bbbb6
|
Translated using Weblate (Italian)
Currently translated at 99.8% (3422 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/it/
Signed-off-by: JL Pilgram <twich_89@hotmail.it>
|
2023-02-02 12:39:50 +01:00 |
|
Maurício Meneghini Fauth
|
3bafef8f2b
|
Add type info for some jQuery plugins
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-02 01:06:20 -03:00 |
|
Maurício Meneghini Fauth
|
ef385e2259
|
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-01 22:04:27 -03:00 |
|
Maurício Meneghini Fauth
|
b5a0c10687
|
Fix coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-01 21:28:02 -03:00 |
|
Maurício Meneghini Fauth
|
827e69157f
|
Upgrade JavaScript dependecies
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-02-01 20:34:31 -03:00 |
|
Kristijan Fremen Velkovski
|
df0cd9da8b
|
Translated using Weblate (Macedonian)
Currently translated at 26.2% (903 of 3442 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-02-01 13:10:07 +01:00 |
|
Masahiro Fujimoto
|
fe5b3d2587
|
Translated using Weblate (Japanese)
Currently translated at 100.0% (3442 of 3442 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
|
2023-02-01 13:10:06 +01:00 |
|
Maurício Meneghini Fauth
|
d8ca5a4227
|
Improve type inference of some JS functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-01-31 20:38:49 -03:00 |
|
William Desportes
|
ae1e6dadbc
|
Merge #18054 - Remove quotes (typo)
Pull-request: #18054
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-01-31 23:49:24 +01:00 |
|
William Desportes
|
97edddf1ce
|
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-01-31 23:48:31 +01:00 |
|
William Desportes
|
e11c385d35
|
Add TEST_PATH for out of source tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2023-01-31 23:48:29 +01:00 |
|