Commit Graph

39 Commits

Author SHA1 Message Date
Rouslan Placella
4fbf5e0f13 Fixed duplicate icons on back button press 2012-11-25 15:02:12 +00:00
Rouslan Placella
f262fd61cd Shortened HTML output of server_variables.php 2012-11-09 19:29:30 +00:00
Rouslan Placella
11afa5fb07 Cache jQuery objects 2012-11-09 19:29:30 +00:00
Rouslan Placella
14a7be6e37 Fixed direct linking to server variable name 2012-11-09 15:13:23 +00:00
Rouslan Placella
4acb613eea Clean-up and speed-up JS on server variables page 2012-11-09 13:23:51 +00:00
Rouslan Placella
f431ab5d90 Dropped inline JS and global JS vars in server variables editor 2012-11-09 13:23:51 +00:00
Rouslan Placella
496102ef67 Delegate hover event 2012-11-09 13:23:51 +00:00
Rouslan Placella
56335b909a Use DIV based layout for server variables editor 2012-11-09 13:23:51 +00:00
Rouslan Placella
0120d79d9e Shortened class names 2012-11-09 13:23:51 +00:00
Rouslan Placella
fc9becacb6 Improved layout for server variables page 2012-11-09 13:23:51 +00:00
Rouslan Placella
202a71e4b4 Dropped broken table width limiting function 2012-11-09 13:23:51 +00:00
Rouslan Placella
ecfe35a459 Dropped dead code - JS is manadatory in 4.0 2012-11-07 21:17:30 +00:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
Rouslan Placella
68914592b7 Handle failure of ajax requests in server_variables 2012-10-30 20:04:52 +00:00
Rouslan Placella
255eb43a92 Got rid of inline JS on server_variables.php 2012-10-30 20:04:51 +00:00
Rouslan Placella
971db49c11 Expect JSON for every ajax request in JavaScript 2012-06-11 14:06:05 +01:00
Rouslan Placella
1520e3dff4 Merge branch 'QA_3_5' 2012-06-09 17:47:36 +01:00
Rouslan Placella
8c2e27e972 Fixed invalid HTML tag 2012-06-09 17:47:17 +01:00
Jo Michael
7c1411d3e0 Fix checkstyle InlineControlStructure warnings 2012-04-29 02:36:12 +02:00
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Jo Michael
d49c63424f Add loading indicator to server variables editor 2012-04-21 00:14:02 +02:00
Dieter Adriaenssens
3a3da2987e add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
Gemorroj
8bdca339f6 Better compatibility with newer versions of jQuery.
Method of "attr" changed to "prop", method of "removeAttr" changed to "removeProp", attr("value" is replaced by the method of "val".
2012-04-07 14:27:28 +03:00
Rouslan Placella
0d7b3a5877 Globally prevent AJAX requests from being cached 2011-12-19 20:16:54 +00:00
Rouslan Placella
12eacbffea Error notifications should not time out 2011-11-28 13:47:06 +00: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
cfa5ec283f - Easy editing of byte values using kb,mb,gb
- Keyboard shortcuts: Enter to save, Escape to cancel
2011-08-18 22:05:22 +03:00
Tyron Madlener
5caaf0ed29 more code cleanup 2011-08-10 13:01:00 +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
8906aab33f Advisor: Variable names redirect to the variable on the variables page 2011-08-05 18:18:18 +03:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +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
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
e2dae437e1 - No CPU,Memory & Swap Charts for DB servers that are not localhost
- Everything now internationalized (phew, this took a while)
2011-07-11 20:42:19 +03:00
Tyron Madlener
b8fbb9d1af Work on the Server Monitor and other things 2011-07-05 17:35:10 +02:00
Tyron Madlener
5c44a40248 Bugfixes, Adjustments and Server variable editing 2011-06-17 19:04:00 +02:00
Tyron Madlener
6f4b0f88d2 - Server variables that represent bytes are convert to a byte format (e.g. 16 EiB instead of 18,446,744,073,709,551,616)
- A javascript code snippet that cuts off long strings (such as the optimizer_switch variable) so the whole table stays in view without scrolling.
2011-06-15 20:36:58 +02:00
tyron
d10e62ca37 Added variable filtering for the 'Variables' Page 2011-05-18 14:25:15 +02:00