Tyron Madlener
5e0437cb2c
More old code
2011-06-10 21:13:24 +02:00
Tyron Madlener
d00ea89935
Fix: Reinitialize pie chart when refreshing the query tab
2011-06-10 19:55:05 +02:00
Tyron Madlener
da8124e689
Fixed refresh in variables tab
2011-06-10 19:44:33 +02:00
Tyron Madlener
316f1c6d23
Connections and Traffic table side by side @server status page
2011-06-10 19:36:30 +02:00
Tyron Madlener
3ce1e7f759
Small improvements
2011-06-10 19:26:29 +02:00
Tyron Madlener
f4a2a92ea2
Fixed PMA_formatNumber() sometimes choosing too high SI preifx
2011-06-10 19:26:03 +02:00
Tyron Madlener
0f64babd3c
Removed pChart references
2011-06-10 19:25:07 +02:00
Tyron Madlener
2f156ee6ec
- SVG Export working
...
- Smaller chart markers
2011-06-10 16:06:51 +02:00
Tyron Madlener
2bf553247b
Clear timeout once refresh rate has changed and display what the select list is for
2011-06-10 15:35:51 +02:00
Tyron Madlener
bccbff41ae
Configurable refresh rate for real-time charts in the status page
2011-06-10 15:17:52 +02:00
Tyron Madlener
b3c9881572
Better realtime chart behaviour when the chart hasn't been filled with data yet
2011-06-10 14:23:46 +02:00
Tyron Madlener
659252cd71
pChart is not needed anymore
2011-06-09 20:08:38 +02:00
Tyron Madlener
831da843c1
Fixes of some bugs
2011-06-09 20:08:17 +02:00
Tyron Madlener
dc433429e8
Don't add duplicates to xaxis
2011-06-09 16:06:04 +02:00
Tyron Madlener
64a16e9202
undefined variable fix on single column result
2011-06-09 15:49:15 +02:00
Tyron Madlener
21b65e56f4
A currently rather strange series selection to behave similar to the old charting system
2011-06-09 15:36:41 +02:00
Tyron Madlener
c928d53ef8
Fix that single column results work too
2011-06-09 12:33:07 +02:00
Tyron Madlener
f4fa0d9f79
- Dynamic chart with for the server status chart
...
- Table chart replaced with a Highcharts generated chart that also behaves somewhat more intellegently
2011-06-09 00:53:32 +02:00
Tyron Madlener
9410a4cfd9
Forgot 2 lines in PMA_formatNumber()
2011-06-08 10:31:22 +02:00
Tyron Madlener
0d1872595f
Math to the resuce! Nicer calculation of PMA_formatNumber() without any loops
2011-06-08 10:19:59 +02:00
Tyron Madlener
fcb3273c64
-Tabs +Spaces
2011-06-08 01:53:21 +02:00
Tyron Madlener
902fc1d95d
- Replaced pChart profiling chart with highchart chart
...
- Moved PMA_profilingResults() function code inline in sql.php as its used at only one place
2011-06-07 21:32:05 +02:00
Tyron Madlener
e913dcc6e1
-Tabs +Spaces
2011-06-07 20:58:56 +02:00
Tyron Madlener
86323a7815
Better PMA_formatNumber() behaviour.
2011-06-07 20:50:38 +02:00
Tyron Madlener
f47ce5dde3
Fixed refreshrate
2011-06-07 14:56:34 +02:00
Tyron Madlener
855532ea2e
replace pChart with highchart for the query statistics
2011-06-07 14:54:51 +02:00
Tyron Madlener
ed40e7f7bb
Small changes/fixes
2011-06-06 15:46:01 +02:00
Tyron Madlener
14001bcc3b
-tabs +spaces
2011-06-06 15:29:35 +02:00
Tyron Madlener
775beaca22
More secure chart export
2011-06-06 15:26:06 +02:00
Tyron Madlener
cbc5a582b6
Merge remote-tracking branch 'origin/master'
2011-06-06 14:41:44 +02:00
Tyron Madlener
fed61fba72
Merge remote-tracking branch 'origin/master'
2011-06-06 14:38:58 +02:00
Tyron Madlener
5e09426666
Merge
2011-06-06 14:38:56 +02:00
Michal Čihař
f2fe4db5f1
Remove not used code
2011-06-06 14:12:58 +02:00
Michal Čihař
4603ca7001
Factor out common code for PMA_DBI_try_query.
...
PMA_DBI_try_query is now shared for mysql and mysqli as the only
difference there was real call to the database, the rest was same
(timing, tracking, debugging,..).
2011-06-06 14:03:13 +02:00
Tyron Madlener
9abc87d3a5
Connection / Process charting on the server traffic tab
2011-06-06 13:50:17 +02:00
Michal Čihař
d14e49f827
Simplify code
2011-06-06 13:47:00 +02:00
Tyron Madlener
fe9844cb13
Small code improvements
2011-06-06 13:16:35 +02:00
Michal Čihař
3cf4830bbb
Replace TRUE/FALSE with true/false.
...
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Michal Čihař
8b0fc6073a
Update po files
2011-06-06 11:36:08 +02:00
Michal Čihař
acd7d29f7e
Merge remote-tracking branch 'origin/QA_3_4'
2011-06-06 11:34:32 +02:00
Michal Čihař
754cc88c39
Wrap a bit long lines
2011-06-06 11:31:27 +02:00
Michal Čihař
2a22d7dae7
Update from master
2011-06-06 11:23:18 +02:00
Michal Čihař
6a5a82fc82
Merge remote-tracking branch 'pootle/master'
2011-06-06 11:22:04 +02:00
Michal Čihař
088e58b023
Configuration of DisableMultiTableMaintenance
2011-06-06 11:21:35 +02:00
Michal Čihař
cefdbde71c
The *_cnt variables are gone from parser
2011-06-06 11:15:37 +02:00
stoyanster
cbad7613f2
Translation update done using Pootle.
2011-06-06 10:24:31 +02:00
Panagiotis Papazoglou
5f97885566
Translation update done using Pootle.
2011-06-06 09:50:14 +02:00
Panagiotis Papazoglou
d9570c93ac
Translation update done using Pootle.
2011-06-06 09:49:44 +02:00
Panagiotis Papazoglou
0114670b8b
Translation update done using Pootle.
2011-06-06 09:48:55 +02:00
Panagiotis Papazoglou
2d811fe58f
Translation update done using Pootle.
2011-06-06 09:48:15 +02:00