Piyush Vijay
|
229deb9be0
|
Add test for getHtmlForColumnDropdown.
Signed-Off-By: Piyush Vijay <piyushvijay.1997@gmail.com>
|
2018-07-28 21:29:19 +05:30 |
|
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 |
|
Leonardo Strozzi
|
be673f908d
|
Refactor db central columns templates
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
|
2018-06-03 00:34:12 -03:00 |
|
Maurício Meneghini Fauth
|
2005cca77f
|
Fix methods and properties visibility issues
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 21:02:26 -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
|
dc8c92bfd8
|
Enable strict mode in test files
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-16 04:36:04 -03:00 |
|
Maurício Meneghini Fauth
|
d1cf17d2d7
|
Add type declarations to PhpMyAdmin\CentralColumns
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-04-14 07:00:21 -03:00 |
|
Leonardo Strozzi
|
eb6e40f053
|
Addapt getHtmlForTableNavigation to twig template
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
|
2018-03-23 00:34:26 -03:00 |
|
Leonardo Strozzi
|
2c7f3613ee
|
Addapt getHtmlForAddColumn to use twig template
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
|
2018-03-21 21:50:24 -03:00 |
|
Maurício Meneghini Fauth
|
87056ca57c
|
Move DisableIS setting to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:28 -02:00 |
|
Maurício Meneghini Fauth
|
78b3ac810f
|
Move CharEditing setting to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:28 -02:00 |
|
Maurício Meneghini Fauth
|
763e161355
|
Move MaxRows setting to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:27 -02:00 |
|
Maurício Meneghini Fauth
|
4c661bd1fd
|
Move current server user global to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:27 -02:00 |
|
Maurício Meneghini Fauth
|
e2a648881c
|
Move DatabaseInterface object to constructor
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:27 -02:00 |
|
Maurício Meneghini Fauth
|
fbab1101c0
|
Refactor CentralColumnsTest method names
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:27 -02:00 |
|
Maurício Meneghini Fauth
|
e9bc3e0cd5
|
Fix visibility of the methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:27 -02:00 |
|
Maurício Meneghini Fauth
|
dc2b2d4f6c
|
Replace static methods with instance methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-02-04 16:37:27 -02:00 |
|
Maurício Meneghini Fauth
|
42cc8ece2c
|
Replace globals with DI in CentralColumns class
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-11-09 11:53:28 -02:00 |
|
Gabriel Caruso
|
45828153b6
|
Use PSR-1 for PHPUnit TestCase
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
|
2017-11-06 06:29:04 -02:00 |
|
Maurício Meneghini Fauth
|
5a70c1d895
|
Replace globals with DI in CentralColumns class
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-11-05 22:21:58 -02: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 |
|
Scrutinizer Auto-Fixer
|
40f56c0a95
|
Remove not needed use statements
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-10-23 18:49:37 +02:00 |
|
Michal Čihař
|
d574aede08
|
Bind Types to DatabaseInterface
This wayt it's automatically passed with DBI.
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-10-10 12:05:02 +02:00 |
|
Michal Čihař
|
b5e391f006
|
Merge Types and TypesMySQL classes
These were separate from time we've supported Drizzle, but this no
longer makes sense.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-10-10 11:33:45 +02:00 |
|
Maurício Meneghini Fauth
|
433c2725be
|
Add namespace to plugins tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-20 13:03:50 -03:00 |
|
Maurício Meneghini Fauth
|
df30240015
|
Add namespace to test classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-20 13:03:50 -03:00 |
|
Michal Čihař
|
a82f8fc768
|
Move databaase interface load to static method
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-06 14:46:56 +02:00 |
|
Maurício Meneghini Fauth
|
5b0ba627d3
|
Refactor central_columns functions to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-08-28 13:31:47 -03:00 |
|