Maurício Meneghini Fauth
020451c7bd
Remove codegen_format global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-18 15:24:30 -03:00
Maurício Meneghini Fauth
a7832d12ab
Remove latex_* global variables
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-17 14:01:31 -03:00
Maurício Meneghini Fauth
676bef3ab7
Replace od*_buffer globals with properties
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-17 14:01:31 -03:00
Maurício Meneghini Fauth
9322565d9b
Remove *_structure_or_data globals
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-14 17:17:19 -03:00
Maurício Meneghini Fauth
7d6b17a417
Replace sql_query global var with Current::$sqlQuery
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-12-09 13:51:22 -03:00
Kamil Tekiela
747ac5f7a7
Drop $GLOBALS['error_message']
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-11-13 15:40:22 -03:00
Kamil Tekiela
7ffd21eb79
Replace $GLOBALS['goto']
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-11-13 15:32:01 -03:00
Kamil Tekiela
039481df30
Create UrlParams::$params
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-11-13 15:32:01 -03:00
Maurício Meneghini Fauth
52b3ef4495
Remove Config\ConfigFile global variables
...
- Removes the 'cf' and 'ConfigFile' global variables.
- Extracts the ConfigFile creation from SetupPageRedirection middleware
and moves it to the Setup\SetupHelper class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-05-10 21:16:33 -03:00
Kamil Tekiela
cfa9beaa7f
Drop $GLOBALS['unparsed_sql']
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-04-06 18:37:05 +02:00
Kamil Tekiela
30ec978ded
Remove $GLOBALS['plugin_param']
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2024-03-15 16:02:18 +01:00
Maurício Meneghini Fauth
9a0d34b01d
Rename tests/selenium to tests/end-to-end
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-02-23 13:29:07 -03:00
Maurício Meneghini Fauth
606f66b5df
Rename tests/classes to tests/unit
...
This directory is for unit tests only, so let's rename it to unit to be
more clear.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-02-23 13:29:07 -03:00
Maurício Meneghini Fauth
4fefea40c7
Extract privileges globals to static props of UserPrivileges class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-01-05 17:50:13 -03:00
Maurício Meneghini Fauth
0307babf27
Replace text_dir global var with LanguageManager::$textDir static
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-26 16:20:58 -03:00
Maurício Meneghini Fauth
1129750eee
Replace server global with Current::$server
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-24 02:08:50 -03:00
Maurício Meneghini Fauth
ef6c30c865
Replace table global var with static class property
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-17 15:51:29 -03:00
Maurício Meneghini Fauth
711f6c0f14
Replace db global variable with static class property
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-12-17 14:58:59 -03:00
Maurício Meneghini Fauth
1d1c55e250
Move test directory to tests
...
- Related to #18512
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-30 10:47:42 -03:00
Maurício Meneghini Fauth
f9ab9d15ac
Revert "Change icons to use SVG sprite instead of individual images"
...
This reverts commit d2d416e0cc .
This does not work correctly on Chromium browsers.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-12 18:40:11 -03:00
Maurício Meneghini Fauth
d2d416e0cc
Change icons to use SVG sprite instead of individual images
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-11 16:32:42 -03:00
Maurício Meneghini Fauth
09e7604754
Remove containerBuilder global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-11-03 19:37:14 -03:00
Maurício Meneghini Fauth
941c795085
Move ./cache directory to ./app/cache
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-10-24 17:24:06 -03:00
Maurício Meneghini Fauth
87c494fa5f
Rename ./libraries directory to ./app
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-10-24 16:58:48 -03:00
Maurício Meneghini Fauth
8359676f25
Move ./libraries/cache directory to ./cache
...
- Related to #18512
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-30 16:11:27 -03:00
Maurício Meneghini Fauth
b338c1851d
Remove SqlParser\Utils\Query::getAll() stub
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-09-28 12:57:03 -03:00
Maurício Meneghini Fauth
1ddcad2bfb
Replace libraries/classes references with src
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-30 15:59:29 -03:00
Maurício Meneghini Fauth
a9f8e503a3
Replace $GLOBALS['cfg'] with Config::$settings array
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-27 22:23:36 -03:00
Maurício Meneghini Fauth
6180036e75
Improve type definition of Config::$settings array
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-27 19:39:15 -03:00
Maurício Meneghini Fauth
0f31d66274
Replace $GLOBALS['cfg']['Server'] with Config::$selectedServer
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-20 14:49:57 -03:00
Maurício Meneghini Fauth
83b1d6be45
Replace DatabaseInterface global var with a singleton object
...
Removes the DbiLoading middleware.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-18 14:08:10 -03:00
Maurício Meneghini Fauth
678a829f5f
Replace ErrorHandler global var with a singleton object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-17 12:31:44 -03:00
Maurício Meneghini Fauth
9e9611d162
Replace config global with Config singleton
...
This is as bad as the global variable, however at least will have better
static analysis of it.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-15 01:11:54 -03:00
Maurício Meneghini Fauth
44f7e93b36
Remove the public/show_config_errors.php file
...
A better and safer way of showing the configuration errors should be
developed.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-28 16:30:22 -03:00
Erki Aring
c716102d09
Add configuration option to allow shared bookmarks
...
Signed-off-by: Erki Aring <erki@example.ee>
2023-04-14 12:09:01 +03:00
Maurício Meneghini Fauth
10bb88fb8e
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-04-12 10:33:47 -03:00
Kamil Tekiela
6496f8f9bf
Psalm ignore config.inc.iphp
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-04-11 13:11:53 +01:00
Erki Aring
b7ce755f07
Make database and web server info separately configurable
...
Signed-off-by: Erki Aring <erki@example.ee>
2023-03-10 10:12:24 +02:00
Maurício Meneghini Fauth
5c5e8c2de1
Replace $GLOBALS['cfg']['MysqlMinVersion'] in Common class
...
Replaces with PhpMyAdmin\Config\Settings::$mysqlMinVersion access.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-03-02 17:29:54 -03:00
Maurício Meneghini Fauth
38f6b238db
Move public files to the public directory
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-24 15:36:31 -03:00
Maurício Meneghini Fauth
1694c6f10e
Bump Psalm version to 5.6
...
Updates the Psalm baseline.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-12 12:15:52 -03:00
Maurício Meneghini Fauth
b6790b90ba
Fix issues after merge
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-17 00:47:04 -03:00
Maurício Meneghini Fauth
37cf6484eb
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-17 00:01:42 -03:00
Maurício Meneghini Fauth
f143d2a709
Add support for Web Authentication API
...
Adds a two factor authentication plugin that supports FIDO2/WebAuthn
security keys.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-16 18:20:05 -03:00
Maurício Meneghini Fauth
7cde53ed0d
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-09 18:41:44 -03:00
Maurício Meneghini Fauth
dfd5f13078
Fix some errors detected by Psalm
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-01-05 16:27:20 -03:00
Maurício Meneghini Fauth
d0d90551c3
Remove the dblist global variable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-11-13 21:08:00 -03:00
Maurício Meneghini Fauth
2c3ce59718
Remove isMinimumCommon variable from global space
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-21 13:51:58 -03:00
Maurício Meneghini Fauth
6a9fe03ff2
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-29 00:45:10 -03:00
Maurício Meneghini Fauth
873eb098b9
Remove crlf global variable
...
The crlf global variable is only diferent for SQL export method,
otherwise is always the value of the PHP_EOL constant.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-13 14:08:57 -03:00