William Desportes
db02eea620
Fix #15996 - local setup doc links are broken
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-05-17 16:03:13 +02:00
Peter Kroon
ae640ebcce
Fix #16048 - Allow NULL as default bit value.
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-04-03 08:56:48 +02:00
CommanderRoot
ce2dd25202
Fix typo in Util.php
...
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2020-02-23 13:31:37 +01:00
William Desportes
9ed31d6fa1
Fix #15830 - strftime issue on windows for Japanese users
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-22 14:50:38 +01:00
Jayati Shrivastava
aadade55ce
Fix #15795 - Broken link on "MySQL said"
...
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-02-12 22:35:34 +01:00
William Desportes
71a02a92d4
Fix edge cases on #15200 - server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239)
...
Ref: 6729c89b17 (r37198800)
Ref: 6729c89b17 (r37198800)
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-11 23:42:15 +01:00
William Desportes
6729c89b17
Fix php notices on #15200 - server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239)
...
Ref: 3db8949ad3 (commitcomment-37079212)
Fixes: 3db8949ad3
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-02-07 16:12:12 +01:00
corey buckley
fcb451d70b
Tests added for convertBitDefaultValue. Consider valid database names with single quotes. Change regex to only replace if digits between b'..'
...
Signed-off-by: Corey Buckley <coreybuckley13@gmail.com>
2020-01-25 21:00:53 +01:00
Corey Buckley
07c4a73eb0
Changes trim to regex in convertBitDefaultValue
...
Fixes the issue described in #15831 .
Signed-off-by: Corey Buckley <coreybuckley13@gmail.com>
2020-01-25 20:59:16 +01:00
William Desportes
3db8949ad3
Fix #15200 - server-side HTTPS detection misses support for Forwarded HTTP Extension (RFC 7239)
...
Fixes : #15200
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-24 22:56:55 +01:00
Yash Bothra
4d4cb09037
#15780 fixed action links UI
...
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-15 00:18:41 +01:00
Jayati Shrivastava
9cae108c11
Fix #15693 - tab focus using refresh button
...
Fixes #15693
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-02 16:12:10 +01:00
William Desportes
609cd722e9
Fix #15725 - error 500 when exporting - set time limit
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-31 12:00:25 +01:00
William Desportes
de652cd95a
Add some typecasts to fix #15719 and other possible issues
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-29 15:39:04 +01:00
William Desportes
aa2f369bf3
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 20:27:25 +01:00
William Desportes
313da618bd
Fix redirection form secure.php.net to www.php.net
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21 11:03:10 +01:00
Maurício Meneghini Fauth
4cbcf4889b
Fix TypeError in Util class
...
TypeError: str_replace() expects parameter 3 to be string or array, int given
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-17 22:37:14 -03:00
William Desportes
a845d2fbe5
Fix phpcs issue introduced by PR #15556
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-10 21:11:17 +01:00
William Desportes
c16891cb40
Merge branch 'QA_4_9' into QA_5_0
2019-11-09 15:41:21 +01:00
William Desportes
4ae14a3da9
Improve l10n context for translators and fix a typo
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-09 15:35:59 +01:00
William Desportes
9e90099ffa
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-05 23:10:52 +01:00
Hugues Peccatte
170714f033
Fix Long2IP issue with PHP7.1
...
Since PHP7.1, as long2ip expects an int, due to the strict_mode, PHP throws an error.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-11-03 20:51:54 +01:00
William Desportes
0eeb98275e
Merge #15514 - Unit test fixes for phpunit 8 compatibility
...
Pull-request: #15514
Ref: #15236
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-28 22:30:40 +01:00
Maurício Meneghini Fauth
1a2cef1ae1
Fix some coding standard issues detected by PHPCS
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-10-21 09:57:06 -03:00
William Desportes
dd0596816a
Fix a bug in formatByteDown
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-19 21:17:06 +02:00
Maurício Meneghini Fauth
3e330fd403
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-21 17:30:44 -03:00
Maurício Meneghini Fauth
0a8fc4446b
Fix some invalid array accesses with PHP 7.4
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-21 17:22:52 -03:00
Maurício Meneghini Fauth
5b67d2189c
Fix wrong path when getting documentation link
...
Fixes #15381
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-07-10 17:00:43 -03:00
William Desportes
f58a86aa4d
Merge branch 'QA_4_9'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-27 23:51:32 +02:00
William Desportes
cc73250b43
Fix #14918 - Use hex for the session token
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-24 22:05:56 +02:00
William Desportes
6cc352ac12
phpstan level 3 fixes
...
21 errors left
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-22 14:37:38 +02:00
William Desportes
010df8e4ec
Merge branch 'QA_4_9'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-22 12:16:36 +02:00
Maurício Meneghini Fauth
e1f9ae00cd
Add a trailing comma in multi-line arrays
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-14 14:09:26 -03:00
Maurício Meneghini Fauth
0feae32056
Rename Sanitize::sanitize to Sanitize::sanitizeMessage
...
...to avoid the PHP 4 constructor format
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-12 15:21:48 -03:00
Maurício Meneghini Fauth
c8f84fc748
Replace is_null with identical comparison with null
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-12 13:28:22 -03:00
William Desportes
4bf8bfcaa1
Fix broken foreign key links
...
Fixes : #15225 - Using Command+Click to open in new tab does not work (Firefox/Safari)
Fixes : #14270 - Middle-click on foreign key link broken
Fixes : #14363 - Broken relational links in tables
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-12 10:43:15 +02:00
Maurício Meneghini Fauth
7be0f6bfae
Reference class names in use statements
...
Sort use statements
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-12 00:14:26 -03:00
Maurício Meneghini Fauth
ce71901de5
Refactor js/functions.js to use a module
...
Adds Functions module in js/functions.js to reduce the number of global variables.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-22 17:44:21 -03:00
William Desportes
de4bc0751b
Merge branch 'QA_4_8'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-19 20:20:57 +02:00
William Desportes
966902b7a5
Add support for virtual columns on PerconaDB
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-19 20:06:27 +02:00
Hugues Peccatte
ff3325870f
Remove unused variables
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-14 21:59:57 +02:00
Maurício Meneghini Fauth
422cd3ade2
Merge pull request #15258 from Tithugues/feature/use-strpos-instead-of-strstr
...
Use "strpos" instead of "strstr" to improve performances
2019-05-08 14:20:45 -03:00
Maurício Meneghini Fauth
620afff0ea
Merge pull request #15256 from Tithugues/feature/replace-regexp-by-replace
...
Replace regexp by str_replace when possible
2019-05-08 14:18:06 -03:00
Hugues Peccatte
69895e4bb1
Use "strpos" instead of "strstr" to improve performances
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-07 23:58:05 +02:00
Hugues Peccatte
fc1ffb1413
Replace regexp by str_replace when possible
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-07 23:26:01 +02:00
Hugues Peccatte
4b628b6553
Replace class name as string by ":class"
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-05-07 22:56:59 +02:00
Maurício Meneghini Fauth
f66841d8ef
Fix coding standard errors
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-01 14:47:27 -03:00
William Desportes
fbd89fb882
Merge branch 'QA_4_8'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-01 17:53:24 +02:00
William Desportes
3399e5babd
Fix spatial functions
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-16 11:11:28 +02:00
William Desportes
9ed068aacb
Fix #14383 #12865 - Fix GIS functions for mysql 8.0
...
Fixes : #14383
Fixes : #12865
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-04-16 11:11:28 +02:00