William Desportes
|
5d933e03b9
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-07 23:40:25 +02:00 |
|
William Desportes
|
1eb7c00c1c
|
Fix #16157 - relations of tables having spaces or special chars where not showing in the Designer
We where comparing encoded strings with non encoded ones, that could not work.
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-07 23:29:37 +02:00 |
|
William Desportes
|
4820175b8a
|
Fix php error when browsing the designer
The condition was not right, shorten to check only table
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-03 16:03:04 +02:00 |
|
charliewindred
|
ca3c5e17b0
|
Remove underscore prefix from method names
Removed underscore from method names for PSR-12 compliance.
Signed-off-by: charliewindred <charliewindred@gmail.com>
|
2020-06-02 16:44:16 +01:00 |
|
William Desportes
|
7e9d2ae4f9
|
Move more SQL queries into Query\Generator
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-31 02:16:02 +02:00 |
|
Maurício Meneghini Fauth
|
58eee2e371
|
Use early exit when possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-27 21:46:12 -03:00 |
|
Maurício Meneghini Fauth
|
f4582e083e
|
Use early exit when possible
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-27 00:35:24 -03:00 |
|
Maurício Meneghini Fauth
|
bd979dd1ff
|
Remove useless elseif with if
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 22:53:44 -03:00 |
|
Maurício Meneghini Fauth
|
82c2964bb8
|
Remove useless elses
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 22:27:45 -03:00 |
|
Maurício Meneghini Fauth
|
3ae05c785d
|
Use short list syntax and single line arrays
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 03:32:59 -03:00 |
|
Maurício Meneghini Fauth
|
3baad2eb1c
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 22:42:37 -03:00 |
|
Maurício Meneghini Fauth
|
9269d75fb4
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-25 20:22:18 -03:00 |
|
Maurício Meneghini Fauth
|
80a45fa0ae
|
Break too long lines
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-16 18:08:20 -03:00 |
|
William Desportes
|
1cc7f78012
|
Split part of the logic of getQueryFromRequest into processFunctionSpecificParameters
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 14:39:00 +02:00 |
|
William Desportes
|
f2d349df40
|
Split part of the logic of getQueryFromRequest into processParamsAndBuild
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 14:06:36 +02:00 |
|
William Desportes
|
7766f93904
|
Use variables to limit access to $_POST and improve code of getQueryFromRequest
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 13:40:38 +02:00 |
|
William Desportes
|
62eb1eaf95
|
Improve signature of getDataFromName
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 12:14:39 +02:00 |
|
William Desportes
|
9a95abd05f
|
Use declaration of global $dbi
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 12:03:29 +02:00 |
|
Maurício Meneghini Fauth
|
8dd310fb6a
|
Remove assignments in if conditions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-16 01:35:19 -03:00 |
|
William Desportes
|
e9a3657a93
|
Move some code of handleExecuteRoutine into getQueriesFromRoutineForm
Ref: 178f6db302
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 00:45:35 +02:00 |
|
William Desportes
|
178f6db302
|
Split Database/Routines::handleExecute code into a function
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 00:04:50 +02:00 |
|
William Desportes
|
cc981860a7
|
Coding standard fixes and baselines updates
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-15 23:20:14 +02:00 |
|
William Desportes
|
fcd41f6c85
|
Remove some mysql extension assertions
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-15 22:17:58 +02:00 |
|
Maurício Meneghini Fauth
|
84139f4d51
|
Remove some useless variables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-13 16:15:37 -03:00 |
|
Maurício Meneghini Fauth
|
a64393e7f5
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-13 00:23:28 -03:00 |
|
William Desportes
|
913afd30a8
|
Fix criteria escaping in QBE
Introduced-by: 250d598181
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-12 14:24:26 +02:00 |
|
William Desportes
|
b7af1364c6
|
Psalm auto fixes manualy reviewed and edited
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-04-28 23:18:59 +02:00 |
|
Maurício Meneghini Fauth
|
fc968a200d
|
Extract method to get event scheduler status
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-16 22:32:01 -03:00 |
|
Maurício Meneghini Fauth
|
603c357d05
|
Refactor Database\EventsController::index method
Moves Database\Events::main into index method.
Uses DI for Events instance.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-16 19:38:50 -03:00 |
|
Maurício Meneghini Fauth
|
e9eff7bd25
|
Extract HTML from Database\Events::getEditorForm
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-14 19:51:16 -03:00 |
|
Maurício Meneghini Fauth
|
ec3047e627
|
Merge database events templates
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-14 00:35:30 -03:00 |
|
Maurício Meneghini Fauth
|
367df7b0a1
|
Remove Database\Routines::setGlobals method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-13 21:53:51 -03:00 |
|
Maurício Meneghini Fauth
|
bc8ca12027
|
Remove Database\Triggers::setGlobals method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-13 20:37:45 -03:00 |
|
Maurício Meneghini Fauth
|
f2c8257ab1
|
Remove Database\Events::setGlobals method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-13 20:08:43 -03:00 |
|
Maurício Meneghini Fauth
|
1102bdfdb7
|
Move Rte classes to the Database namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-13 18:26:47 -03:00 |
|
Maurício Meneghini Fauth
|
f4fda0cf2f
|
Extract HTML from QBE table header
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-03 00:30:26 -03:00 |
|
Maurício Meneghini Fauth
|
3127eff3af
|
Extract HTML from Qbe::_getTableFooters method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-02 22:56:30 -03:00 |
|
Maurício Meneghini Fauth
|
3381f385a9
|
Extract HTML from Qbe::getTablesList method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-02 22:15:30 -03:00 |
|
Maurício Meneghini Fauth
|
250d598181
|
Extract HTML from Qbe::getSelectionForm method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-02 20:28:03 -03:00 |
|
Maurício Meneghini Fauth
|
e9f9c27d7e
|
Extract HTML from Qbe::_getInsDelAndOrCell method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-02 18:33:54 -03:00 |
|
Maurício Meneghini Fauth
|
da815fbbcc
|
Remove radio fields HTML generator
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-03-30 16:44:46 -03:00 |
|
Maurício Meneghini Fauth
|
4c77d033c9
|
Remove secondary_tabs template
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-02-15 01:30:26 -03:00 |
|
Maurício Meneghini Fauth
|
64723d90da
|
Rename the multi-table query route
Renames the route name from /database/multi_table_query to
/database/multi-table-query.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-02-12 17:04:59 -03:00 |
|
Maurício Meneghini Fauth
|
206199105e
|
Remove useless return type annotations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-23 13:03:29 -03:00 |
|
Maurício Meneghini Fauth
|
6584b01824
|
Use short versions of scalar types in PHP docs
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-23 12:20:04 -03:00 |
|
William Desportes
|
74da874164
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-01-23 12:44:00 +01:00 |
|
William Desportes
|
8a0f006775
|
Fix php notice "Trying to access array offset on value of type bool"
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-01-23 12:40:11 +01:00 |
|
Maurício Meneghini Fauth
|
6b7af13f8f
|
Reference global funcs and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-23 00:33:24 -03:00 |
|
Maurício Meneghini Fauth
|
676f48349a
|
Reference global funcs and consts via use statement
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-21 22:13:36 -03:00 |
|
Maurício Meneghini Fauth
|
42166cac37
|
Remove use statements within the same namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-01-21 19:47:56 -03:00 |
|