Maurício Meneghini Fauth
|
ac4bfaebe7
|
Remove some custom CSS utilities
Uses Bootstrap equivalents.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-12-26 20:05:03 -03:00 |
|
Maurício Meneghini Fauth
|
d3c31fabd4
|
Remove some custom CSS utilities
Uses Bootstrap equivalents.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-12-23 19:06:38 -03:00 |
|
Maurício Meneghini Fauth
|
6408b7179a
|
Fix renamed Bootstrap 5 classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-12-21 15:28:39 -03:00 |
|
Maurício Meneghini Fauth
|
cc173e191d
|
Use Bootstrap's table for table browse page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-11-30 23:59:51 -03:00 |
|
Maurício Meneghini Fauth
|
cb842fd079
|
Fix some errors found by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-11-14 14:44:05 -03:00 |
|
William Desportes
|
bc45a05dcd
|
Typo fixes in the JS codebase with VS code "code spell checker"
And coding standard issues from pull-request #16364
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-11-12 23:27:57 +01:00 |
|
William Desportes
|
35c83341c0
|
Merge #16364 - Fix #16095 - Leading space not shown in a CHAR column when browsing table
Issue: #16095
Pull-request: #16364
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-11-12 22:36:07 +01:00 |
|
William Desportes
|
16f81e47ea
|
Fix #16473 - be sure to send a string to htmlspecialchars
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-11-10 14:39:18 +01:00 |
|
Petr Duda
|
2c7b7046e2
|
Fix #16095 - Leading space not shown in a CHAR column
Signed-off-by: Petr Duda <petrduda@seznam.cz>
|
2020-11-02 09:28:04 +01:00 |
|
Maurício Meneghini Fauth
|
db3da81056
|
Remove some useless comments
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-13 19:56:56 -03:00 |
|
Maurício Meneghini Fauth
|
ac9bccf67d
|
Replace $GLOBALS['dbi'] with global $dbi
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-11 09:24:21 -03:00 |
|
Maurício Meneghini Fauth
|
405b6277e7
|
Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-10 14:16:25 -03:00 |
|
Isaac Bennetch
|
014f769718
|
Fix more merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2020-10-09 22:19:46 -04:00 |
|
Maurício Meneghini Fauth
|
e66be179ca
|
Use camel case naming for class members
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-05 10:37:07 -03:00 |
|
Maurício Meneghini Fauth
|
bb32ba6d9c
|
Fix some coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-10-04 12:31:43 -03:00 |
|
Maurício Meneghini Fauth
|
3c21cf1853
|
Remove url_query PHP global
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-09-08 13:32:25 -03:00 |
|
Maurício Meneghini Fauth
|
ceac762e09
|
Remove pmaThemePath and pmaThemeImage PHP globals
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-09-02 10:57:57 -03:00 |
|
Maurício Meneghini Fauth
|
3a5ad0a011
|
Extract HTML from query results operations
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-08-21 20:53:09 -03:00 |
|
Maurício Meneghini Fauth
|
f8311db8b1
|
Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-08-16 18:48:17 -03:00 |
|
Maurício Meneghini Fauth
|
375dd644cd
|
Merge pull request #16277 from rajat315315/Fix-16086
fix shifting of headers using position:sticky
|
2020-08-16 12:45:56 -03:00 |
|
Rajat Jain
|
50f31ab8e2
|
fix shifting of headers using Polyfill Stickyfill
Signed-off-by: Rajat Jain <rajatjain.ix@gmail.com>
|
2020-07-27 13:58:53 +05:30 |
|
William Desportes
|
7331688a09
|
Use strict === on constants of Results class
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-23 16:49:44 +02:00 |
|
William Desportes
|
c45137af04
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-23 16:49:30 +02:00 |
|
William Desportes
|
38c09bcee9
|
Fallback on empty string for #16146 if session_max_rows is not set
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-23 16:15:27 +02:00 |
|
William Desportes
|
54efb1e2d4
|
Merge #16275 - Fix #16146 - sorting does not keep the number of rows selector
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-23 15:40:12 +02:00 |
|
Rajat Jain
|
1d37565118
|
Fix #16146 - sorting changes number_of_rows
Signed-off-by: Rajat Jain <rajatjain.ix@gmail.com>
|
2020-07-23 15:26:53 +02:00 |
|
Maurício Meneghini Fauth
|
2358b9c4f9
|
Fix missing property type hints
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-22 21:42:22 -03:00 |
|
Maurício Meneghini Fauth
|
0d7aab823c
|
Remove __get and __set magic methods from Results
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-11 02:25:18 -03:00 |
|
Maurício Meneghini Fauth
|
971a773cc7
|
Make Sql::isJustBrowsing method static
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-10 23:25:34 -03:00 |
|
Maurício Meneghini Fauth
|
3b285ff17e
|
Use identical operator for non-empty strings
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-10 18:06:29 -03:00 |
|
Maurício Meneghini Fauth
|
a22f7b1b7a
|
Fix some PHPStan errors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-04 00:00:59 -03:00 |
|
Maurício Meneghini Fauth
|
05c62ad1a8
|
Fix some PHPStan errors
Fixes "Cannot access offset on array" errors.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-02 16:12:07 -03:00 |
|
Maurício Meneghini Fauth
|
887f531a4d
|
Use Expression[] in Util::getUniqueCondition
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-05 16:06:55 -03:00 |
|
Maurício Meneghini Fauth
|
9d18234581
|
Refactor Util::getUniqueCondition method
Passes the Statement instance directly instead of the
$analyzed_sql_results array.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-05 13:49:44 -03:00 |
|
Maurício Meneghini Fauth
|
2937e9796d
|
Remove underscore prefix from some method names
Related to #16149
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-30 17:20:43 -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
|
94955f187a
|
Fix function call signatures indentation
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-05-26 04:22:02 -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 |
|
William Desportes
|
19df63b036
|
Fix #314 - make sure where_clause is not modified
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-17 12:27:39 +02:00 |
|
William Desportes
|
a72203c514
|
Remove some unused code
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-16 23:51:43 +02: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
|
9bc55b2bc9
|
Remove some unused variable assignements
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-05-15 22:44:50 +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 |
|
Maurício Meneghini Fauth
|
8de85ed8be
|
Extract HTML from Results::getResultsOperations method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-28 20:51:16 -03:00 |
|
Maurício Meneghini Fauth
|
1b7f002ecc
|
Merge table browse nav with display/results/table template
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-27 21:09:54 -03:00 |
|
Maurício Meneghini Fauth
|
8d3ea3ae42
|
Merge options block with display/results/table template
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-26 16:41:56 -03:00 |
|
Maurício Meneghini Fauth
|
768d181dbd
|
Merge table header with display/results/table template
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-26 01:06:03 -03:00 |
|
Maurício Meneghini Fauth
|
770356e8e5
|
Merge bulk links into display/results/table template
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-04-25 20:37:10 -03:00 |
|