Commit Graph

123 Commits

Author SHA1 Message Date
Rouslan Placella
971db49c11 Expect JSON for every ajax request in JavaScript 2012-06-11 14:06:05 +01:00
Rouslan Placella
796012fcc5 Completely drop footnotes and use tooltips instead 2012-06-11 14:06:04 +01:00
Rouslan Placella
5336e18051 Dropped duplicate nocache setting for ajax requests in server_status 2012-06-10 14:41:42 +01:00
Jo Michael
7c1411d3e0 Fix checkstyle InlineControlStructure warnings 2012-04-29 02:36:12 +02:00
Rouslan Placella
49a7f12e4e Include CodeMirror globally 2012-04-25 23:47:24 +01:00
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Madhura Jayaratne
f856db18ab Merge branch 'QA_3_5'
Conflicts:
	js/server_status_monitor.js
2012-04-21 23:18:14 +05:30
Madhura Jayaratne
24af8431bb Setting the title initially is problematic with commit faeffd3 2012-04-21 23:14:07 +05:30
Madhura Jayaratne
f203b456b2 Merge branch 'QA_3_5'
Conflicts:
	js/server_status_monitor.js
2012-04-21 22:45:38 +05:30
Madhura Jayaratne
faeffd3566 bug #3520107 [interface] Server status page: Incorrect dialog box title 2012-04-21 22:20:19 +05:30
Jo Michael
8744f8cf66 + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
Rouslan Placella
9c16704968 Speed-up selectors 2012-04-10 21:50:34 +01:00
Marc Delisle
a3edbfc1b1 Add parameter to strDoYouReally message for better translatability
Include jquery.sprintf.js everywhere
2012-04-09 08:20:45 -04:00
Jo Michael
6ba62e1b2d Replaced "seperator" with "separator" 2012-04-07 20:23:22 +02:00
Gemorroj
c3747a56e5 some code standards fixes 2012-04-07 17:10:32 +03:00
Madhura Jayaratne
dd76c46c92 Add missing semicolons 2012-03-25 22:51:07 +05:30
Jo Michael
03eeeb3ccd Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity 2012-03-18 17:46:22 +01:00
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Tyron Madlener
67f396a7b6 Fix: Correct sorting for status variable values 2011-08-18 17:46:40 +03:00
Tyron Madlener
dd36db9ca9 Fix: Incorrect word filter regex for status variables 2011-08-18 17:31:27 +03:00
Piotr Przybylski
676b0cc925 Refactor initTableSorter and use it only when needed 2011-08-18 15:34:57 +02:00
Piotr Przybylski
e08ce9450b Faster zebra widget for tablesorter, reduces processing time of status variables table from ~200ms to ~100ms 2011-08-18 14:59:15 +02:00
Piotr Przybylski
9f476c85a8 Server status: faster perceived page loading
Tab initialization is moved to the moment when tab is selected. All other tabs are initialized after tabs are displayed
2011-08-18 14:19:51 +02:00
Tyron Madlener
63342fdf4a Hide js feature elements when js is disabled 2011-08-16 13:14:17 +03:00
Tyron Madlener
cac3e6aee5 Fix: Error message not displayed 2011-08-11 19:37:04 +03:00
Tyron Madlener
71cb8b410c Run advisor automatically after opening advisor tab 2011-08-11 13:00:18 +03:00
Tyron Madlener
03a76e2c74 Lots of codestyle cleanup + 1 bugfix for query analyzer 2011-08-09 22:51:17 +03:00
Tyron Madlener
0466ac320b fix on dynamic monitor loading 2011-08-08 17:11:22 +03:00
Tyron Madlener
949bd599dc Merge l10n string 2011-08-08 17:01:52 +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
cf95fbdcb5 server status page using new qtip function 2011-08-08 16:16:53 +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
8906aab33f Advisor: Variable names redirect to the variable on the variables page 2011-08-05 18:18:18 +03:00
Michal Čihař
f09d12cb4c Remove trailing commas from arrays, MSIE can add extra element in such case 2011-08-05 15:03:24 +02: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
Tyron Madlener
d368a81cca Chart import config now returned as application/json to prevent possible XSS attacks 2011-08-05 11:35:09 +03: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
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
Tyron Madlener
3224527e0d Avoid js-code injection 2011-07-29 10:11:01 +03: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
74ef217ffd Query Analyzer Dialog:
- Show all explains
- Mark bad explain values as red
2011-07-26 16:03:17 +03:00
Tyron Madlener
bbd1d9f26e Added documentation link to profiling status names 2011-07-26 13:35:35 +03:00
Tyron Madlener
f740cfb2bc Fixes on Monitor:
- Removing chart didn't remove div element
- Loading from slow_log never returned any results
- slow_log query_time and lock_time wrongly calculated
- Grouping by ignoring variables, now also sums up all the count columns for slow query log results
- Wrong query profiling information
2011-07-26 12:36:32 +03:00
Tyron Madlener
6d7244eeea - Live charting: Error message on invalid server response
- Fixed bugged CPU chart not displaying anything
2011-07-25 22:10:52 +03:00
Michal Čihař
f34dfda0fe Merge remote-tracking branch 'tyron/master'
Conflicts:
	js/functions.js
	js/server_status.js
	js/sql.js
	libraries/common.lib.php
	server_status.php
	themes/pmahomme/css/theme_left.css.php
2011-07-25 11:32:22 +02:00
Tyron Madlener
2689428b38 debug logging for linux cpu chart 2011-07-22 11:39:59 +03:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Tyron Madlener
4925260d95 Call to a renamed function 2011-07-21 13:15:12 -04:00