Commit Graph

981 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
c2cdfd7fb3
Remove the buffer_message global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:57:39 -03:00
Maurício Meneghini Fauth
c635322354
Remove the special_message global variable
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:52:26 -03:00
Maurício Meneghini Fauth
25e0ef6c4d
Remove the eof global variable
Replaces it with ImportShp::$eof static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:46:59 -03:00
Maurício Meneghini Fauth
43cd4f4393
Remove the buffer global variable
Replaces it with a static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:40:07 -03:00
Maurício Meneghini Fauth
1176de2a4b
Remove the importHandle global variable
Replaces it with a static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:31:35 -03:00
Maurício Meneghini Fauth
2b4aac5d0e
Remove the message_to_show global variable
Replaces it with Current::$messageToShow static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:23:30 -03:00
Maurício Meneghini Fauth
4e1f0c10d9
Remove the maxY global variable
Replaces it with a local variable.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:15:19 -03:00
Maurício Meneghini Fauth
34bd94bb23
Remove the errorUrl global varaible
Replaces it with Import::$errorUrl static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 17:07:10 -03:00
Maurício Meneghini Fauth
1564e8037b
Remove the using_bookmark_message global variable
Replaces it with Sql::$usingBookmarkMessage static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 16:54:08 -03:00
Maurício Meneghini Fauth
da51a2cc7f
Remove the time_start global variable
Replaces it with Export::$timeStart static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 16:44:40 -03:00
Maurício Meneghini Fauth
faded196d7
Remove the no_constraints_comments global variable
Replaces it with ExportSql::$noConstraintsComments static property.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2025-01-10 16:37:00 -03:00
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
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