Isaac Bennetch
|
bd311a89a1
|
Fix Uncaught TypeError in privilege editor
Fixes #14407
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2018-06-19 12:17:32 -04: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
|
5edbdf2063
|
Remove Template::get() method
Uses Template::render() instead of Template::get().
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-18 19:46:36 -03:00 |
|
Maurício Meneghini Fauth
|
244d4e8e81
|
Replace Template::get calls in libraries/classes
Uses Template::render() instead of Template::get().
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-18 18:18:24 -03:00 |
|
Isaac Bennetch
|
9b28b02582
|
Fixes #14400, another Uncaught TypeError
This one in the database structure page when dropping multiple tables.
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2018-06-16 16:37:09 -04:00 |
|
Isaac Bennetch
|
d8199e2a12
|
Merge pull request #14392 from williamdes/issue-14391-git-worktree
Add support for commondir file in .git dir
|
2018-06-16 09:04:23 -04:00 |
|
Maurício Meneghini Fauth
|
cb2dae58be
|
Merge pull request #14376 from williamdes/issue-13032-designer
Issue #13032 - fix designer
|
2018-06-16 02:03:50 -03:00 |
|
Maurício Meneghini Fauth
|
e6bfa47054
|
Merge pull request #14389 from williamdes/issue-14388
Closes #14388 - Search and Insert broken
|
2018-06-15 17:31:18 -03:00 |
|
William Desportes
|
913c28ee32
|
Superfluous Whitespace Fix
Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-15 21:53:06 +02:00 |
|
William Desportes
|
27bd5902ad
|
Fix issue reported by scrutinizer
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-15 21:37:46 +02:00 |
|
William Desportes
|
29eaf86fcc
|
Fix relations
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-15 21:37:45 +02:00 |
|
William Desportes
|
057c6faca2
|
Fix errors when database has no tables
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-15 21:37:43 +02:00 |
|
William Desportes
|
04fe7d0da9
|
Use php:rawurlencode/twig:url_encode in designer
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-15 21:37:42 +02:00 |
|
William Desportes
|
096d170e04
|
Move designer config to javascript w/json
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-15 21:37:32 +02:00 |
|
Maurício Meneghini Fauth
|
8e35118d37
|
Merge pull request #14384 from williamdes/issues-14225-14374
Fixes structure and index icon
|
2018-06-15 13:22:19 -03:00 |
|
Maurício Meneghini Fauth
|
269e21e605
|
Merge pull request #14381 from williamdes/issue-14370
Fixes #14370 - SELECT WHERE 0
|
2018-06-13 21:33:12 -03:00 |
|
Maurício Meneghini Fauth
|
586efc56ee
|
Merge pull request #14349 from williamdes/issue-14348
Patch for issue #14348 - $cfg['ThemeDefault'] > unknown theme > Error 500
|
2018-06-13 17:29:46 -03:00 |
|
William Desportes
|
5815c1570e
|
Closes #14225 - missing index icon
Closes: #14225
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-12 20:38:29 +02:00 |
|
William Desportes
|
bdb52e808a
|
Closes #14374 - Structure broken
Security issue fix.
Closes: #14374
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-12 20:37:49 +02:00 |
|
Maurício Meneghini Fauth
|
be5a01d24f
|
Merge pull request #14372 from laps15/refactor
Refactor db designer templates
|
2018-06-12 14:33:46 -03:00 |
|
Leonardo Strozzi
|
0d26cfb5f1
|
Finish db designer refactor
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
|
2018-06-11 19:37:07 -03:00 |
|
William Desportes
|
13e34b400a
|
Add support for commondir file in .git dir
- See : https://git-scm.com/docs/gitrepository-layout/2.5.1
- See : https://git-scm.com/docs/gitrepository-layout
Closes: #14391
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-11 17:51:22 +02:00 |
|
William Desportes
|
81a552cda0
|
Closes #14388 - Search and Insert broken
FK of type int breaks buildForeignDropdown
Closes: #14388
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-11 12:07:33 +02:00 |
|
William Desportes
|
a9dce0b40e
|
Fixes #14370
Fixes error when mysqli::fetch_array returns NULL for 'SELECT * FROM mytable WHERE 0;'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-10 22:23:58 +02:00 |
|
Isaac Bennetch
|
86fcc46c32
|
Fix Uncaught TypeError with central columns
Fixes #14380
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2018-06-10 12:43:32 -04:00 |
|
Isaac Bennetch
|
4baab5c7a3
|
Fix Uncaught TypeError when logging in
Fixes bug #14380
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2018-06-10 11:37:09 -04:00 |
|
Maurício Meneghini Fauth
|
2f99429917
|
Fix coding style errors
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-09 16:57:05 -03:00 |
|
Isaac Bennetch
|
416e5c5e30
|
Fix Uncaught TypeError when clicking the SQL tab
Fixes #14373
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2018-06-09 11:05:03 -04:00 |
|
Maurício Meneghini Fauth
|
f24545e633
|
Refactor Config/FormDisplayTemplate
Replaces $GLOBALS['PMA_Config'] with DI
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-06 15:47:00 -03:00 |
|
Maurício Meneghini Fauth
|
8cad698ead
|
Refactor FormDisplayTemplate
Uses a class member instead of a global.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-05 23:07:16 -03:00 |
|
Maurício Meneghini Fauth
|
b25be9ee75
|
Refactor Config/FormDisplayTemplate methods
Replaces static methods with instance methods.
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-05 22:47:17 -03:00 |
|
Maurício Meneghini Fauth
|
faff5b899d
|
Merge pull request #14351 from ibennetch/14350
Fix #14350, Uncaught TypeError with error reporting
|
2018-06-05 21:09:38 -03:00 |
|
Maurício Meneghini Fauth
|
cece77d831
|
Refactor Server/Privileges
Replaces Template::get() with $this->template->render()
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-05 02:26:08 -03:00 |
|
Maurício Meneghini Fauth
|
628d27b69a
|
Refactor Template class
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-05 01:08:08 -03:00 |
|
Maurício Meneghini Fauth
|
010a72dc00
|
Use camelCase for variable names
PhpMyAdmin\Config\* classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-04 21:25:24 -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 |
|
Isaac Bennetch
|
8a74345f7e
|
Fix #14350, Uncaught TypeError with error reporting
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2018-06-02 19:46:02 -04:00 |
|
William Desportes
|
d26f7e47fb
|
Patch for issue #14348
Closes: #14348
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2018-06-03 01:41:04 +02:00 |
|
Maurício Meneghini Fauth
|
b101167220
|
Refactor libraries/config.values.php
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-06-01 01:56:25 -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
|
102dc1e397
|
Refactor Response::setHttpResponseCode() method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-30 03:34:57 -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
|
93bf3d0d17
|
Merge pull request #14341 from laps15/bugfix
Fix bug reported on pull request #14305
|
2018-05-29 21:30:22 -06:00 |
|
Maurício Meneghini Fauth
|
0665674512
|
Merge pull request #14317 from laps15/extension_removal
Extension removal
|
2018-05-29 21:24:14 -06:00 |
|
Leonardo Strozzi
|
5d0fd81e67
|
Remove Twig php function extensions
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
|
2018-05-29 23:06:31 -03:00 |
|
Leonardo Strozzi
|
c021125052
|
Fix bug reported on pull request #14305
Signed-off-by: Leonardo Strozzi <laps15@inf.ufpr.br>
|
2018-05-29 22:27:48 -03:00 |
|
Maurício Meneghini Fauth
|
61a8593c7e
|
Remove libraries/dbi/dbi_dummy.inc.php
Move libraries/dbi/dbi_dummy.inc.php to PhpMyAdmin\Dbi\DbiDummy::init()
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-29 03:23:13 -03:00 |
|
Maurício Meneghini Fauth
|
4bff9256de
|
Remove 'Undefined index' PHP notice
- libraries/classes/Plugins/Export/ExportXml.php
- libraries/classes/Plugins/Import/ImportLdi.php
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-29 00:39:40 -03:00 |
|
Maurício Meneghini Fauth
|
2d5825d73e
|
Merge pull request #14305 from laps15/refactor
Remove md5 twig extension
|
2018-05-22 23:01:52 -03:00 |
|