William Desportes
|
5a83a289d8
|
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2019-11-11 20:31:34 +01:00 |
|
William Desportes
|
e070256fe4
|
Fix #13912 and #15123 - Tables of phpMyAdmin storage are not accessible
Fixes: #13912
Fixes: #15123
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2019-11-11 12:02:54 +01: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 |
|
Maurício Meneghini Fauth
|
34541f565c
|
Fix undefined index when using favorite tables
Fixes #15330
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2019-06-13 22:51:21 -03:00 |
|
Hugues Peccatte
|
3243a9158d
|
Remove use of unexisting variables
Remove useless variables
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2019-05-11 00:34:57 +02:00 |
|
Nupur Agrawal
|
03ba08768e
|
Span converted to button
Signed-off-by: Nupur Agrawal <nupur202000@gmail.com>
|
2019-04-15 00:03:29 +05:30 |
|
Maurício Meneghini Fauth
|
23c3579804
|
Format array declarations
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-01-07 14:31:39 -02:00 |
|
Maurício Meneghini Fauth
|
999b4d14f0
|
Fix some coding standard errors
- Fixes array identation
- Removes empty statements
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2019-01-05 21:25:08 -02:00 |
|
Maurício Meneghini Fauth
|
9eba565bf4
|
Remove unnecessary HTML closing tags
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-12-19 00:12:54 -02:00 |
|
Tomas Votruba
|
637fe6de06
|
[cs] remove unused brackets, clean unused property assign
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
|
2018-11-26 17:54:40 +01:00 |
|
Tomas Votruba
|
bf720bad29
|
remove unused and fix @param, @var and @return annotation values
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
|
2018-11-24 21:47:26 +01:00 |
|
Maurício Meneghini Fauth
|
d4b4124a5e
|
Remove $GLOBALS['dbi'] from Relation class
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-08-30 19:05:09 -03:00 |
|
Maurício Meneghini Fauth
|
2d58411bee
|
Some coding style fixes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-18 21:30:06 -03:00 |
|
Maurício Meneghini Fauth
|
285e38e931
|
Fix some PSR-2 coding standard errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 09:07:56 -03:00 |
|
Maurício Meneghini Fauth
|
b9c0463d96
|
Use short array syntax instead of long array syntax
Replaces array() with [].
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 01:42:21 -03:00 |
|
Maurício Meneghini Fauth
|
6cf8ee0831
|
Enable strict mode in some classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-15 01:03:57 -03:00 |
|
Maurício Meneghini Fauth
|
d98658187a
|
Replace PhpMyAdmin\Relation static calls
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-03-25 19:32:13 -03:00 |
|
Michal Čihař
|
bed6fb4ebd
|
Avois passing extension to Util::getImage
We do not use it anyway for quite some time and this way it's less
processing to generate the img tag.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-11-27 14:24:42 +01:00 |
|
Michal Čihař
|
4fe87fb592
|
Remove usage of $GLOBALS['controllink']
This is now stored internally inside DatabaseInterface instance.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-10-25 10:21:18 +02:00 |
|
Maurício Meneghini Fauth
|
e2c83b954b
|
Refactor relation functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-08-22 20:51:27 -03:00 |
|
Maurício Meneghini Fauth
|
ca910e8de8
|
Move classes to PhpMyAdmin namespace
- Move Table to PhpMyAdmin namespace
- Move Template to PhpMyAdmin namespace
- Move ThemeManager to PhpMyAdmin namespace
- Move Theme to PhpMyAdmin namespace
- Move Tracker to PhpMyAdmin namespace
- Move Transformations to PhpMyAdmin namespace
- Move TypesMySQL to PhpMyAdmin namespace
- Move Types to PhpMyAdmin namespace
- Move Util to PhpMyAdmin namespace
- Move VersionInformation to PhpMyAdmin namespace
- Move Url to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-07-08 10:54:21 -03:00 |
|
Maurício Meneghini Fauth
|
119563b7ea
|
Move classes to PhpMyAdmin namespace
- Move OpenDocument to PhpMyAdmin namespace
- Move OutputBuffering to PhpMyAdmin namespace
- Move Partition to PhpMyAdmin namespace
- Move Pdf class to PhpMyAdmin namespace
- Move RecentFavoriteTable to PhpMyAdmin namespace
- Move Response to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-06-30 23:44:10 -03:00 |
|