Commit Graph

172 Commits

Author SHA1 Message Date
Michal Čihař
50deebcbdf Coding style: Bad line breaking before logical operators 2013-10-02 12:07:15 +02:00
Michal Čihař
4f5a9e40a2 Coding style: line breaking before + 2013-10-02 11:45:46 +02:00
Michal Čihař
26e990169f Coding style: whitespace around operators 2013-09-30 11:24:11 +02:00
Michal Čihař
501cb5a743 Coding style: use {} for if statements 2013-09-30 11:22:24 +02:00
Madhura Jayaratne
e345d72a52 Line wrapping for CodeMirror edit areas 2013-09-09 18:58:36 +05:30
Atul Pratap Singh
fa8176def5 Show meaningful message if database name is unknown in server's logs, as suggested by Marc 2013-08-18 20:42:21 +05:30
Atul Pratap Singh
ddc27165c2 Error wasn't displayed 2013-08-18 20:40:59 +05:30
Atul Pratap Singh
1aa0ac8b79 PMA_SQLPrettyPrint distorted the query in monitor analyzer, bug#4054 2013-08-18 20:37:57 +05:30
Michal Čihař
5263a05169 Correct spacing of functions 2013-07-30 14:36:43 +02:00
Atul Pratap Singh
4351cabc85 allow tooltip overflow, hide axis overflow explicitly 2013-07-25 21:33:38 +05:30
Atul Pratap Singh
1c38c7cf19 Format values in Questions/Connections chart 2013-07-25 19:48:47 +05:30
Michal Čihař
acb997206e Add wrapper function for formatting datetime
This makes it easier to use and correctly converts params which
formatTime expects.
2013-07-08 14:44:16 +02:00
Michal Čihař
f96ed7c363 Use jQuery UI for formatting date strings 2013-07-08 11:26:29 +02:00
Atul Pratap Singh
e2163b39e9 When rearranging charts, timespan shouldn't be drawn 2013-05-24 01:41:48 +05:30
Atul Pratap Singh
b30b26f832 Show log analyze dialog if timespan width more than zero 2013-05-24 01:35:37 +05:30
Atul Pratap Singh
0e23451efa Wrap chart and legend in a single div, fix rearrange charts feature in status monitor 2013-05-24 01:30:02 +05:30
Michal Čihař
48b39b7e3b Various javascript fixes
- line breaking around operators
- wrong scope of variables
2013-04-26 09:45:42 +02:00
Atul Pratap Singh
d10eb3680d null !== undefined in type safe comparison 2013-04-20 21:47:45 +05:30
Atul Pratap Singh
150deacce9 Improved tooltip for monitor charts 2013-04-17 15:36:42 +05:30
Michal Čihař
ae20e5c1ab Fix some forgotten messages conversions 2013-04-16 17:16:19 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
7126e208b0 Another set of js fixes (found after raising limit of errors) 2013-04-16 13:05:31 +02:00
Michal Čihař
cec7c0e8e3 Rempove extra spaces from js code 2013-04-16 12:05:19 +02:00
Michal Čihař
ca69a0c93e Various spacing fixes 2013-04-16 11:52:47 +02:00
Michal Čihař
c2dca8ea70 Fix indentation 2013-04-16 11:41:55 +02:00
Michal Čihař
66c60852f3 fix spacing 2013-04-15 16:26:06 +02:00
Michal Čihař
a6f93e99ee Use consistent indentation 2013-04-15 16:23:43 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
c935413fcc Various javascript fixes
- missing ;
- confusing !
2013-04-15 14:10:53 +02:00
Michal Čihař
e6517db98a More javascript cleanup, more fixes of === / !=== 2013-04-15 13:25:50 +02:00
Michal Čihař
cc7bef87d5 Some forgotten === conversion 2013-04-15 12:14:26 +02:00
Michal Čihař
502165de66 Explicitly define radix for parseInt
This prevents unexpected behavior when parsing string like 033, which
would be treated as octal.
2013-04-15 12:05:44 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Atul Pratap Singh
e18ef01e99 Plot shouldn't shift to left on refresh rate change 2013-03-06 01:25:46 +05:30
Atul Pratap Singh
b2d2264d69 replace all underscores in chart title 2013-02-04 07:15:15 +05:30
Atul Pratap Singh
a6a47f4b7c Fix add chart functionality, bug:3796 2013-02-04 07:14:47 +05:30
Atul Pratap Singh
19953410d0 Cloning addChartForm duplicated whole set of inner elements, further breaking add chart functionality 2013-02-04 06:35:57 +05:30
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Atul Pratap Singh
4128a40b7f Manually escape title in monitor charts 2013-01-16 20:55:08 +05:30
Michal Čihař
077a93b0e2 Merge remote-tracking branch 'origin/QA_3_5'
Conflicts:
	js/tbl_chart.js
2013-01-15 09:14:17 +01:00
Michal Čihař
7ddc71c033 Fix possibly wrong commas 2013-01-15 09:13:24 +01:00
Michal Čihař
b489fdffb6 Escape HTML in chart title 2013-01-15 09:11:43 +01:00
Michal Čihař
d876574e61 Whitespace cleanup 2013-01-15 09:08:39 +01:00
Michal Čihař
d30aaaee73 Escape HTML in chart title 2013-01-15 09:08:32 +01:00
Marc Delisle
1fe7ca8901 Coding standards 2013-01-12 07:15:24 -05:00
Atul Pratap Singh
23c84592da Free data values when they are out of sight 2013-01-12 00:45:35 +05:30
Atul Pratap Singh
e2aace700a Fix xaxis ticks display while changing refresh rate for monitor charts 2013-01-12 00:44:30 +05:30
Atul Pratap Singh
7e3888e715 Fix smooth lines plotting for monitor charts 2013-01-11 22:17:37 +05:30
Marc Delisle
1039d62067 Convert another qtip to jQuery UI tooltip 2013-01-09 08:01:28 -05:00