Michal Čihař
b0afa4d8bc
Wrap long lines
2011-08-19 10:54:59 +02:00
Michal Čihař
1b45290d55
Use PMA_AddJSVar
2011-08-19 10:38:51 +02:00
Michal Čihař
d2df35108e
Wrap some long lines
2011-08-19 10:33:13 +02:00
Michal Čihař
61335cdc2e
Improve coding style
2011-08-19 10:30:56 +02:00
Michal Čihař
6f33d1366a
Fix coding style
2011-08-19 09:32:26 +02:00
Michal Čihař
555aa5cfa2
Fix indentation
2011-08-19 09:31:43 +02:00
Tyron Madlener
54bf837b33
Merge remote-tracking branch 'origin/master'
2011-08-16 17:22:37 +03:00
Tyron Madlener
26958461e4
Better lookings with js disabled
2011-08-16 17:17:06 +03:00
Michal Čihař
35401e093c
Can not have <p> inside <p>
2011-08-15 17:55:53 +02:00
Michal Čihař
13c3beb8ef
Fix references to selects
2011-08-15 17:53:12 +02:00
Michal Čihař
268ad58ec2
Fix HTML
2011-08-15 17:49:26 +02:00
Michal Čihař
409a1bee74
Fix trailing tags
2011-08-15 17:48:51 +02:00
Michal Čihař
75eed8e9aa
Escape html tags
2011-08-15 17:47:46 +02:00
Michal Čihař
d4049610ee
Fix trailing tags
2011-08-15 17:46:58 +02:00
Michal Čihař
3d57df57bd
More fixups
2011-08-15 17:44:39 +02:00
Michal Čihař
36775d2277
Fixup <img> tags
2011-08-15 17:37:34 +02:00
Michal Čihař
e195d7cb41
Escape possible < coming from PMA_formatNumber
2011-08-15 17:35:37 +02:00
Michal Čihař
0c16e0fcb5
Missing tag
2011-08-15 17:34:50 +02:00
Michal Čihař
ee69f251fd
Fix HTML tags
2011-08-15 17:33:57 +02:00
Michal Čihař
aec113c7b7
Rename file to match standards
2011-08-15 10:36:01 +02:00
Michal Čihař
88879b37fa
Split long text, use <strong> instead of <b>
2011-08-15 10:07:46 +02:00
Michal Čihař
9b4eb98968
Split up long string
2011-08-15 10:04:00 +02:00
Michal Čihař
d7bedfd5b1
Whitespace cleanup
2011-08-15 10:03:52 +02:00
Tyron Madlener
bfef230b91
- New feature: Charting over calculated values through presets. Currently available: query cache efficiency and query cache usage
...
- Fix sysinfo charts
2011-08-11 17:10:12 +03:00
Tyron Madlener
0e62172c7d
Forgot to move some code
2011-08-11 12:44:25 +03:00
Tyron Madlener
ad99bc70e5
code style improvements
2011-08-10 11:26:38 +03:00
Tyron Madlener
e4924833c7
Load flashcanvas.js only for IE version below 9
2011-08-10 10:51:42 +03:00
Tyron Madlener
f10a0bd1ca
adjusted to PMA_AddJSCode()
2011-08-09 10:36:18 +03:00
Tyron Madlener
8cdfa37d46
Merge remote-tracking branch 'origin/master'
...
Conflicts:
js/functions.js
js/server_status.js
js/server_variables.js
libraries/advisory_rules.txt
server_status.php
2011-08-08 16:35:10 +03:00
Tyron Madlener
666732baf2
- Merged rgbcolor.js into canvg.js
...
- Status monitor now loads on demand (when tab is clicked)
2011-08-08 14:05:55 +03:00
Tyron Madlener
f4afe963b6
Advisor:
...
- l10n in php/js code
- code style improvements
- ui style improvements
- syntax/run errors in advisory_rules.txt are now displayed in advisor tab
2011-08-05 15:50:06 +03:00
Michal Čihař
1ec0b69e6b
Coding style, function definitions
2011-08-05 14:49:23 +02:00
Michal Čihař
ec589b6acd
Whitespace cleanup
2011-08-05 13:56:18 +02:00
Michal Čihař
d3cee82ae9
Merge remote-tracking branch 'origin/QA_3_4'
...
Conflicts:
server_status.php
2011-08-05 13:53:26 +02:00
Michal Čihař
f9b77fd153
Add missing space (bug#3386434)
2011-08-05 13:51:05 +02:00
Michal Čihař
41bbe32b12
Merge remote-tracking branch 'tyron/master'
...
Conflicts:
js/functions.js
2011-08-04 13:58:20 +02:00
Tyron Madlener
63dd549550
- Status variables, new filter: 'Show unformatted values'
...
- Advisory System v0.1
- A simple rules engine implementation (advisor.lib.php)
- 51 performance rules based on the mysqltuner 2.0 rules, heavily improved and some newly added (advisory_rules.txt)
- 'Advisory' Tab displaying the recommendations
2011-08-04 10:43:57 +03:00
Piotr Przybylski
0427378a05
Allow to use noclick class on table level
2011-08-02 23:14:52 +02:00
Tyron Madlener
5ec242bc14
Small improvements:
...
- Byte value also for query_cache_limit
- In Status and Server variables, '_' and ' ' can be used interchangably, but only worked for the first occurence
- For analysing queries from slow query log, database name is passed on and selected prior to analyzing the query
- Timespan format also for Uptime
2011-08-02 11:25:26 +03:00
Piotr Przybylski
3a373b4a14
Respect MaxCharactersInDisplayedSQL in process list on Server Status page
2011-08-02 01:27:52 +02:00
Tyron Madlener
30e303f214
Reapplied Marcs newline removal in messages
2011-07-31 16:13:58 +03:00
Tyron Madlener
1a5c8ccbf7
Added notice for users of < MySQL 5.1.6 that table logging ist not available
2011-07-31 15:58:15 +03:00
Tyron Madlener
a2b6df6fb7
Merge remote-tracking branch 'origin/master'
2011-07-29 18:18:26 +03:00
Marc Delisle
d32011572c
Remove unneeded line feeds in message
2011-07-29 10:27:26 -04:00
Marc Delisle
fdcad5b064
Remove unneeded line feeds in message
2011-07-29 10:21:51 -04:00
Tyron Madlener
0017203945
Chart Grid importing and exporting feature.
2011-07-28 19:59:17 +03:00
Tyron Madlener
29168e1a0a
Monitor: Chart title and series names now editable
2011-07-27 17:38:15 +03:00
Tyron Madlener
01e185831e
Merge remote-tracking branch 'origin/master'
...
Conflicts:
js/functions.js
js/server_status.js
server_status.php
2011-07-27 11:18:46 +03:00
Tyron Madlener
a4b916e6cd
drizzle adjustment
2011-07-27 11:16:28 +03:00
Tyron Madlener
8fb2eacb66
drizzle support
2011-07-26 16:25:52 +03:00