Michal Čihař
308c9d7951
Simplify Response object handling
...
- always use use and short name
- avoid calling getInstance() several times in one script
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 18:17:59 +01:00
Michal Čihař
b56f101039
Remove is_ajax_request global
...
We already have the same information on Response object, so let's use it
from there.
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 17:54:34 +01:00
Patric Gustafsson
30262971c8
Remove odd CSS class logic from PHP and template
...
Odd CSS class is no longer needed, background coloring
is now done with CSS pseudo-class.
Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-08-24 14:14:01 +03:00
Deven Bansod
7f80d3f78a
Remove trailing whitespace
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-08-08 18:33:32 +05:30
Deven Bansod
315f7b3596
Add optional column 'Charset' on Database structure page
...
Fix #12162
Add an option to add a Column on Database structure page which shows the charset of each table/view
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-08-08 17:51:16 +05:30
Michal Čihař
3aa380a1e1
Merge branch 'QA_4_6'
2016-08-03 10:02:53 +02:00
Pavel Rochnyack
9d3da1b408
Fix replication status output in database tables list.
...
Issue is second part to #12416
Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru>
2016-08-01 03:37:20 +01:00
Michal Čihař
25ede08182
Merge branch 'QA_4_6'
2016-06-14 08:30:03 +02:00
Michal Čihař
79a34ff94c
Calculate table size as integer
...
It should be big enough on 64-bit systems, so avoid rounding issues
which double calculations can bring.
Fixes #12303
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-14 08:28:26 +02:00
Michal Čihař
3e2029e750
Move MySQL charsets handling to the Charsets class
...
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-11 12:55:42 +02:00
Michal Čihař
e2deac4b22
Move getting collation to the DBI layer
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-11 11:42:29 +02:00
Michal Čihař
fdd6d3105d
Merge branch 'QA_4_6'
2016-04-06 10:39:17 +02:00
Michal Čihař
96a2e3e35a
Avoid using globals for things we have as class attribute
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 10:39:10 +02:00
Michal Čihař
412af774ba
Avoid using superglobal
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 10:36:20 +02:00
Michal Čihař
d99c4f357d
Merge branch 'QA_4_6'
2016-04-06 10:32:36 +02:00
Michal Čihař
e009217f43
Fix check for system schema
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 10:32:28 +02:00
Michal Čihař
298efcf139
Merge branch 'QA_4_6'
2016-04-06 10:19:37 +02:00
Michal Čihař
ec984877d8
Improve performance of database structure page
...
There is no need to get full list of tables twice, it's enough to do it
in the controller itself.
Fixes #12129
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 10:17:56 +02:00
Madhura Jayaratne
251cd5d071
Merge branch 'QA_4_6'
2016-03-16 22:22:04 +11:00
Madhura Jayaratne
902b41e86c
Fix #12092 PHP Fatal error: Call to undefined function __()
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-03-16 22:20:30 +11:00
Durgesh
6650f7b07d
Refactor text sanitization and javascript escaping, Issue #11989 , #11988
...
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-22 14:45:19 +05:30
Durgesh
0b64827930
Refactored url parmeters generating, Issue #11990
...
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-22 14:36:41 +05:30
Michal Čihař
20c74d2124
Consistent parameter type docs (number -> integer)
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-05 17:13:53 +01:00
Michal Čihař
55b317c699
Remove /*overload*/ prefix from mb_* calls
...
I believe this was temporary flagging to see which code is migrated and
can be safely removed now.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-04 16:35:28 +01:00
Michal Čihař
3da8853467
Merge branch 'QA_4_5'
2015-12-07 16:39:31 +01:00
Madhura Jayaratne
2fb291bbb0
Move packages for better organization
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-11-18 12:29:00 +11:00