Maurício Meneghini Fauth
|
ec80fd24ee
|
Remove the disp_query global variable
Replaces it with Current::$dispQuery static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 16:18:27 -03:00 |
|
Maurício Meneghini Fauth
|
ce275e1f6b
|
Remove the save_filename global variable
Replaces it with Export::$saveFilename static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 16:02:00 -03:00 |
|
Maurício Meneghini Fauth
|
adf0f1f4c2
|
Remove the row global variable
Replaces it with Results::$row static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 15:53:53 -03:00 |
|
Maurício Meneghini Fauth
|
8f932a520e
|
Remove the auto_increment global variable
Replaces it with Operations::$autoIncrement static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 15:44:19 -03:00 |
|
Maurício Meneghini Fauth
|
3bfa09e26a
|
Remove the result global variable
Replaces it with Import::$result static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 15:26:54 -03:00 |
|
Maurício Meneghini Fauth
|
34b3a81319
|
Remove the num_tables global variable
Replaces it with Current::$numTables static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 14:53:21 -03:00 |
|
Maurício Meneghini Fauth
|
bff3ffb5b8
|
Remove the disp_message global variable
Replaces it with Current::$displayMessage static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 14:38:44 -03:00 |
|
Maurício Meneghini Fauth
|
760ad51406
|
Remove the unsaved_values global variable
Replaces it with ChangeController::$unsavedValues static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 14:18:32 -03:00 |
|
Maurício Meneghini Fauth
|
bf223b2abd
|
Remove the xkana global variable
Replaces it with Export::$xkana static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 14:04:56 -03:00 |
|
Maurício Meneghini Fauth
|
e479d26616
|
Remove the table_data global variable
Replaces it with Export::$tableData static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 13:47:49 -03:00 |
|
Maurício Meneghini Fauth
|
7748867f55
|
Remove the table_select global variable
Replaces it with local variables.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 13:08:34 -03:00 |
|
Maurício Meneghini Fauth
|
56b9e2132f
|
Remove the show_as_php global variable
Replaces it with Sql::$showAsPhp static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-10 12:46:42 -03:00 |
|
Maurício Meneghini Fauth
|
99c70e3cfa
|
Remove the unlim_num_rows global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 21:18:11 -03:00 |
|
Maurício Meneghini Fauth
|
96cf13cac6
|
Remove the ajax_reload global variable
Replaces it with a local variable.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 20:46:07 -03:00 |
|
Maurício Meneghini Fauth
|
f42d1b297c
|
Remove the querytime global variable
Replaces it with a private property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 20:31:13 -03:00 |
|
Maurício Meneghini Fauth
|
8c6b69d51b
|
Remove the plugin_scripts global variable
Replaces it with InsertEdit::$pluginScripts static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 20:18:49 -03:00 |
|
Maurício Meneghini Fauth
|
7475ea4abe
|
Remove the onfly_compression global variable
Replaces it with Export::$onFlyCompression static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 19:58:31 -03:00 |
|
Maurício Meneghini Fauth
|
84546f0f5b
|
Remove the old_tz global variable
Replaces it with ExportSql::$oldTimezone static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 19:50:09 -03:00 |
|
Maurício Meneghini Fauth
|
04f1befed5
|
Remove the memory_limit global variable
Replaces it with Export::$memoryLimit static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 19:37:26 -03:00 |
|
Maurício Meneghini Fauth
|
01a9449335
|
Remove the maxsize global variable
Replaces it with Export::$maxSize static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 18:52:38 -03:00 |
|
Maurício Meneghini Fauth
|
941a1e2938
|
Remove the knjenc global variable
Replaces it with Export::$kanjiEncoding static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 18:40:22 -03:00 |
|
Maurício Meneghini Fauth
|
06c62ee3e3
|
Remove the from_cookie global variable
Replaces it with AuthenticationCookie::$fromCookie static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 18:25:35 -03:00 |
|
Maurício Meneghini Fauth
|
4f4f31e7e9
|
Remove the file_handle global variable
Replaces it with Export::$fileHandle static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 16:44:30 -03:00 |
|
Maurício Meneghini Fauth
|
0ffbe20376
|
Remove the compression global variable
Replaces it with Export::$compression static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 16:28:55 -03:00 |
|
Maurício Meneghini Fauth
|
17371f0c8d
|
Remove the complete_query global variable
Replaces it with Current::$completeQuery static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 16:03:06 -03:00 |
|
Maurício Meneghini Fauth
|
7742e3ac00
|
Remove the cached_affected_rows global variable
Replaces it with a property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 15:00:54 -03:00 |
|
Maurício Meneghini Fauth
|
aa9736bc2d
|
Remove the pma_auth_server global variable
Replaces it with AuthenticationCookie::$authServer static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 02:10:31 -03:00 |
|
Maurício Meneghini Fauth
|
b962abf428
|
Remove the charset global variable
Replaces it with Current::$charset static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 01:47:01 -03:00 |
|
Maurício Meneghini Fauth
|
f5d99cec89
|
Remove the errno global variable
Replaces it with DatabaseInterface::$errorNumber static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-09 00:57:19 -03:00 |
|
Maurício Meneghini Fauth
|
0669a17827
|
Remove the display_query global variable
Replaces it with Current::$displayQuery static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 23:48:08 -03:00 |
|
Maurício Meneghini Fauth
|
14068160ec
|
Remove the conn_error global variable
Replaces it with AuthenticationCookie::$connectionError static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 18:57:53 -03:00 |
|
Maurício Meneghini Fauth
|
138c5022fb
|
Remove the single_table global variable
Replaces it with Export::$singleTable static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 18:45:42 -03:00 |
|
Maurício Meneghini Fauth
|
1998aa70e5
|
Remove some unused global variables
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 17:21:45 -03:00 |
|
Maurício Meneghini Fauth
|
11766ada86
|
Remove the where_clause global variable
Replaces it with Current::$whereClause static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 15:57:27 -03:00 |
|
Maurício Meneghini Fauth
|
ae305d6202
|
Remove the output_kanji_conversion global variable
Replaces it with Export::$outputKanjiConversion static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 02:50:25 -03:00 |
|
Maurício Meneghini Fauth
|
b3df04bcf8
|
Remove the buffer_needed global variable
Replaces it with Export::$bufferNeeded static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 02:26:18 -03:00 |
|
Maurício Meneghini Fauth
|
716c4bb9d3
|
Remove the output_charset_conversion global variable
Replaces it with Export::$outputCharsetConversion static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 02:12:09 -03:00 |
|
Maurício Meneghini Fauth
|
0958b972c9
|
Remove the save_on_server global variable
Replaces it with Export::$saveOnServer static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 01:47:43 -03:00 |
|
Maurício Meneghini Fauth
|
f39f285026
|
Remove the import_text global variable
Replaces it with Import::$importText static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 01:26:30 -03:00 |
|
Maurício Meneghini Fauth
|
a164696998
|
Remove the SESSION_KEY global variable
Replaces it with the Import\Ajax::SESSION_KEY constant.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 01:04:09 -03:00 |
|
Maurício Meneghini Fauth
|
aad57a864b
|
Remove the asfile global variable
Replaces it with Export::$asFile static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-08 00:27:45 -03:00 |
|
Maurício Meneghini Fauth
|
ebea0aa748
|
Remove the reload global variable
Replace it with ResponseRenderer::$reload static property.
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 23:56:16 -03:00 |
|
Maurício Meneghini Fauth
|
b4cd510f07
|
Remove the new_username global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 23:06:31 -03:00 |
|
Maurício Meneghini Fauth
|
64f86ad4fe
|
Remove the pred_hostname global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 22:28:52 -03:00 |
|
Maurício Meneghini Fauth
|
c481ab304a
|
Remove the pred_username global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 21:20:18 -03:00 |
|
Maurício Meneghini Fauth
|
d253986eb5
|
Remove hostname global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 19:01:14 -03:00 |
|
Maurício Meneghini Fauth
|
a01fed10cf
|
Remove username global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 18:37:36 -03:00 |
|
Maurício Meneghini Fauth
|
17c477b7c1
|
Merge pull request #19501 from MauricioFauth/error-global-variable
Remove error global variable
|
2025-01-07 17:55:55 -03:00 |
|
Maurício Meneghini Fauth
|
4b30f0eaaf
|
Remove error global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
|
2025-01-07 15:59:59 -03:00 |
|
Maurício Meneghini Fauth
|
a6350ad8e0
|
Merge pull request #19497 from MauricioFauth/csv-excel-export-plugin
Remove excel_* and csv_* global variables
|
2025-01-06 20:59:02 -03:00 |
|