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
d257c39339
Merge remote-tracking branch 'origin/master'
2011-08-08 16:58:35 +03:00
Tyron Madlener
44eac8a5a9
change overwritten by previous merge
2011-08-08 16:38:41 +03:00
Tyron Madlener
ce8b3cbda0
removed trailing commas from arrays
2011-08-08 16:35:33 +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
Michal Čihař
f16efa15dd
Whitespace cleanup
2011-08-08 15:23:27 +02:00
Michal Čihař
021e811653
Use standard way for passing messages
2011-08-08 15:23:20 +02:00
Tyron Madlener
cf95fbdcb5
server status page using new qtip function
2011-08-08 16:16:53 +03:00
Tyron Madlener
09fdda8131
- Moved style info from PMA_createQtip() into theme_right.css.php
...
- Adjusted style to look more like the tooltips we had originally
- Removed dHint class
2011-08-08 16:15:35 +03:00
Michal Čihař
662c96494f
Fix and simplify theme selection js
2011-08-08 14:33:58 +02:00
Michal Čihař
4d15c3d120
Remove debugging code, adjust coding style
2011-08-08 14:17:10 +02:00
Michal Čihař
b57e186331
Drop another ocurence of inline js
2011-08-08 13:53:41 +02:00
Michal Čihař
8f618e6f01
Convert more occurences of inline autosubmit code to external js
2011-08-08 13:29:20 +02:00
Michal Čihař
84fda7ff95
Automatic form submission on change.
2011-08-08 13:24:53 +02: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
Michal Čihař
51b54c954c
Replace inline javascript
2011-08-08 12:04:23 +02:00
Piotr Przybylski
23389d2e4f
Server Synchronize: make it fully work on servers other than the first one
2011-08-05 22:38:10 +02: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ř
4afb63d08f
Upgrade to jQuery 1.6.2
...
This should be compatible with 1.6.1 and my tests show no problems.
2011-08-05 15:31:38 +02: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
Michal Čihař
eba14cfbca
Saner loop declarations, always define start point
2011-08-05 15:00:35 +02:00
Michal Čihař
3cbf056e4b
Avoid messing up with keywords
2011-08-05 14:58:08 +02:00
Michal Čihař
cf004d89ca
Move PMD scripts to js directory.
...
We should have all scripts in single place and this will include them in
compression on release.
2011-08-05 14:52:47 +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
Michal Čihař
1ec0b69e6b
Coding style, function definitions
2011-08-05 14:49:23 +02:00
Michal Čihař
309c44e633
Merge remote-tracking branch 'tyron/master'
...
Conflicts:
js/functions.js
2011-08-05 13:25:06 +02: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
Michal Čihař
754a42bcb5
Revert "Collapsible navigation frame: Fix for expand link disappeared after page load"
...
This reverts commit b0290ca1bf .
Conflicts:
js/common.js
js/functions.js
2011-08-05 09:41:02 +02:00
Michal Čihař
73fb08d3d8
Revert "Feature idea: Collapsible navigation frame"
...
This reverts commit 5fb7f9cd17 .
Conflicts:
js/common.js
2011-08-04 14:41:29 +02:00
Michal Čihař
262cced72f
Coding style
2011-08-04 13:59:28 +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
54fbcaa140
Server synchronize:
...
* change icons to 16x16
* fix tables layout
* merge 'Source' and 'Target' tables
2011-08-02 23:30:51 +02:00
Piotr Przybylski
0427378a05
Allow to use noclick class on table level
2011-08-02 23:14:52 +02:00
Thilanka Kaushalya
3f7c35cd69
Fixed bug in refresing the navigation after table operations
2011-08-02 21:39:58 +05:30
Thilanka Kaushalya
5ee97c7787
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-08-02 21:34:28 +05:30
Thilanka Kaushalya
18310f6b40
Fixed bug in refresing the navigation after table operations
2011-08-02 21:33:47 +05:30
Michal Čihař
8f262140fa
Improve coding style
2011-08-02 16:48:57 +02:00
Michal Čihař
b4a0b3f776
Remove tabs, remove dead code
2011-08-02 16:45:00 +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
Thilanka Kaushalya
66fbb2da26
Fixed the bugs in table copy of table operations
2011-07-31 22:53:02 +05:30
Tyron Madlener
b04ca6294a
Merge remote-tracking branch 'origin/master'
...
Conflicts:
server_status.php
2011-07-31 16:00:15 +03:00
Thilanka Kaushalya
6bde6363bb
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-07-31 12:21:06 +05:30
Thilanka Kaushalya
2784695154
Ajaxify the table coppy option in table operations
2011-07-31 12:20:17 +05:30
Marc Delisle
7180596152
Typo
2011-07-30 14:13:08 -04:00
Marc Delisle
99b68dff9e
Better wording
2011-07-30 07:36:14 -04:00
Tyron Madlener
a2b6df6fb7
Merge remote-tracking branch 'origin/master'
2011-07-29 18:18:26 +03:00
Marc Delisle
d29674f9b1
Better wording
2011-07-29 10:06:49 -04:00