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ř
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ř
e009217f43
Fix check for system schema
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-06 10:32:28 +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
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
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