Maurício Meneghini Fauth
332e27ad39
Remove KeyHandlerEvents from the Window global object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-28 23:11:13 -03:00
Maurício Meneghini Fauth
479f10289f
Remove the Navigation object from the Window global
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-28 22:29:13 -03:00
Maurício Meneghini Fauth
f249289e09
Merge pull request #17924 from MauricioFauth/import-js-upload-progress
...
Extract inline JS for import's upload progress logic
2022-11-28 21:37:46 -03:00
Maurício Meneghini Fauth
f115608c45
Extract inline JS for import's upload progress logic
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-28 21:03:30 -03:00
Kristijan Fremen Velkovski
a00fabc80e
Translated using Weblate (Macedonian)
...
Currently translated at 22.1% (761 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-11-28 19:47:59 +01:00
Hosted Weblate
1ce12bcd96
Merge branch 'origin/master' into Weblate.
...
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/
2022-11-27 01:22:08 +01:00
Masahiro Fujimoto
adf131a34c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
2022-11-27 01:22:07 +01:00
phpMyAdmin bot
d48ae26da4
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-11-27 00:21:47 +00:00
Maurício Meneghini Fauth
4b243542ac
Revert Node bump in package.json
...
Related to #17928
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-26 18:04:06 -03:00
Justin Nogossek
d5eec40101
Translated using Weblate (German)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: Justin Nogossek <justmegaliga10000@gmail.com>
2022-11-26 06:48:41 +01:00
Kristijan Fremen Velkovski
d4068adc45
Translated using Weblate (Macedonian)
...
Currently translated at 22.0% (757 of 3435 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-11-26 06:48:40 +01:00
William Desportes
a27b77531c
Add a ChangeLog entry for #17632
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 22:19:46 +01:00
William Desportes
69768f15e1
Fix #17632 - Login Page: Tab keypress to Text Fields
...
Closes : #17633
Fixes : #17632
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 22:17:26 +01:00
William Desportes
e688c46455
Merge #17823 - Fix #17598 - Change password nav link is missing
...
Pull-request: #17823
Fixes : #17598
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 21:53:37 +01:00
William Desportes
074691c8e4
Merge #17678 - Fix #17353 - unintentional column deletion
...
Pull-request: #17678
Fixes : #17353
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 21:47:51 +01:00
William Desportes
e4b0e6bf81
Merge branch 'QA_5_2'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 21:39:21 +01:00
William Desportes
70c0b2472f
Add a ChangeLog entry for 997877a14f
...
Ref: 997877a14f
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 21:26:38 +01:00
William Desportes
997877a14f
Merge #17814 - Fix column names option for CSV Export
...
Pull-request: #17814
Ref: #14076
Ref: #14007
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 21:25:18 +01:00
Scott Mcgowan
6fc1401ee2
Fix column names option for CSV Export
...
Previously work was done to enable column names in CSV exports by
default. This change actually ended up overwriting the column name value
so that column names were included in all exports regardless of whether
or not the property was disabled. This commit changes the default for
column names to enabled as the original change intended, and removes
the property overwrite.
Signed-off-by: Scott McGowan mcgowanscott16@gmail.com
2022-11-25 21:15:49 +01:00
William Desportes
efae3a98e0
Add new Docker ENVs to the documentation
...
Ref:
- https://github.com/phpmyadmin/docker/pull/384
- https://github.com/phpmyadmin/docker/pull/381
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 17:57:06 +01:00
William Desportes
1e1313825a
Update sql-parser commit hash (Added support for "NOT" and "ANALYSE" statements)
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-25 15:08:37 +01:00
Maurício Meneghini Fauth
2e001c186a
Remove PageSettings from the window object
...
Imports PageSettings in the main.js file instead of relying on the
global window object.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-24 22:00:56 -03:00
Maurício Meneghini Fauth
363a353ea7
Merge pull request #17919 from MauricioFauth/js-split-chunks
...
Create a `shared.js` file for common JS dependencies
2022-11-24 21:03:23 -03:00
Maurício Meneghini Fauth
b2971d618f
Import the AJAX object where possible
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-24 15:21:18 -03:00
Maurício Meneghini Fauth
3ce84326f2
Import the Functions object where possible
...
Instead of using from the Window global object.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-24 14:43:25 -03:00
Maurício Meneghini Fauth
6f54621b41
Create a shared.js file for common JS dependencies
...
Instead of using the Webpack's dependOn setting, uses the splitChunks
setting to automatically generate the shared.js file.
As the contents of these shared dependencies are being moved to the
shared.js file, the generated file for each dependency is now empty.
Is probably safe to not generate them, but some adjustments are needed
for that first. For example, the AJAX's onload and teardown functions
expects that some of these files exists.
For now, only dependencies that are loaded for all pages should be added
in this shared.js file.
This will facilitate the refactoring of the JS files, but the trade off,
at least for now, is that will be a single large file instead of a few
medium ones.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-24 14:43:24 -03:00
Maurício Meneghini Fauth
80b5358bc0
Add an unit test for Header::addDefaultScripts()
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-24 14:34:10 -03:00
Domen
7bef320ca0
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-11-23 23:48:42 +01:00
Kristijan Fremen Velkovski
2f9686c0e5
Translated using Weblate (Macedonian)
...
Currently translated at 21.9% (754 of 3435 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-11-23 23:48:41 +01:00
Kristijan Fremen Velkovski
fe5529d884
Translated using Weblate (Macedonian)
...
Currently translated at 22.0% (754 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-11-23 23:46:54 +01:00
Maurício Meneghini Fauth
aabdbe7357
Update PHPStan and Psalm baselines
...
- Fix coding standard error
- Remove strict option from composer validate because the sql-parser is
pointing to a commit-ref
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-23 17:28:31 -03:00
ru-asdx
f883d9021f
Replace POST vars with ServerRequest ( #17903 )
...
* Replace POST vars with ServerRequest in UserPasswordController
* Replace POST vars with ServerRequest in Normalization
Signed-off-by: Evgeny Skorlov <eugene@skorlov.name>
2022-11-23 17:14:14 -03:00
Maurício Meneghini Fauth
df23516145
Reorder JS scripts loading in Header class
...
First load vendor scripts, then load the Messages, then the other
scripts.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-23 15:57:06 -03:00
Maurício Meneghini Fauth
1dcfaa0358
Assign AJAX to window object after the its declaration
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-23 14:58:06 -03:00
Maurício Meneghini Fauth
d5fed1e989
Merge pull request #17918 from MauricioFauth/import-common-js
...
Import CommonParams and CommonActions as modules
2022-11-23 12:47:45 -03:00
Maurício Meneghini Fauth
8c525ed026
Import CommonParams and CommonActions as modules
...
Removes CommonParams and CommonActions from the Window object where
possible.
Uses Webpack's dependOn setting to prevent code duplication.
- https://webpack.js.org/guides/code-splitting/#prevent-duplication
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-22 22:07:41 -03:00
Maurício Meneghini Fauth
f421836ebe
Remove inline JS in change_password.twig template
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-22 17:40:05 -03:00
Maurício Meneghini Fauth
45f3552fb3
Remove @implements EventListener JS annotation
...
Adds a link to the MDN documentation page instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-22 15:52:57 -03:00
Maurício Meneghini Fauth
3bf23620ae
Refactor Functions.escapeHtml() JS function
...
Uses native function to escape instead of custom one.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-22 00:59:43 -03:00
Kristijan Fremen Velkovski
e3bc449f94
Translated using Weblate (Macedonian)
...
Currently translated at 21.8% (751 of 3435 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-11-21 21:48:13 +01:00
William Desportes
1fb05ae4f8
Translated using Weblate (French)
...
Currently translated at 100.0% (3434 of 3434 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-11-21 21:48:12 +01:00
Oğuz Ersen
3b9f7bd444
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-11-21 21:48:11 +01:00
Kristijan Fremen Velkovski
ee83630ff6
Translated using Weblate (Macedonian)
...
Currently translated at 21.9% (751 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-11-21 21:47:54 +01:00
Maurício Meneghini Fauth
5ab7640bc7
Remove force_file_* global vars and param
...
Uses a HTML data attribute instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-21 17:30:55 -03:00
Maurício Meneghini Fauth
2ea4e59b48
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-21 16:37:43 -03:00
Maurício Meneghini Fauth
15308d7e27
Merge pull request #17915 from MauricioFauth/fix-config-exception
...
Catch exceptions/errors in the config file
2022-11-21 16:35:57 -03:00
Maurício Meneghini Fauth
ba81cdabce
Catch exceptions/errors in the config file
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/17911
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-21 15:57:03 -03:00
Maurício Meneghini Fauth
e194eb3961
Improve type DatabaseInterface's $link params
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-21 14:50:52 -03:00
Maurício Meneghini Fauth
62891227f7
Update PHPStan/Psalm baselines
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-21 13:54:45 -03:00
Maurício Meneghini Fauth
d2809ca096
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-21 13:50:30 -03:00