Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Rouslan Placella
1871e8279e
Fixed ajax responses in server_variable.php
2012-06-11 14:06:05 +01:00
Rouslan Placella
eb98110541
Dropped footer.inc.php
2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100
PMA_Footer and PMA_Header no longer need to be singletons
2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8
Dropped header.inc.php in favor of the PMA_Header class
2012-06-11 14:06:02 +01:00
Madhura Jayaratne
1427b2f2de
Fix function names: PMA_AddJSVar -> PMA_addJSVar
2012-05-25 22:43:23 +05:30
Rouslan Placella
7b85c709a8
Dropped server_links.inc.php
2012-05-05 16:44:27 +01:00
Madhura Jayaratne
4ff76ff31c
Coding style improvements (Inline control structures are discouraged)
2012-04-25 23:39:04 +05:30
Madhura Jayaratne
fa9aaea8c0
Coding style improvements
2012-04-13 20:57:17 +05:30
Michal Čihař
5d54482c66
Drop $cfg['MainPageIconic'].
2012-04-11 15:34:27 +02:00
Jo Michael
20ddd10911
Replaced HTML nowrap attribute with CSS for HTML5 validity
2012-03-31 16:50:33 +02:00
Marc Delisle
ef95bce35b
Final removal of grab_globals script
2012-03-27 13:04:46 -04:00
Jo Michael
b2fd866d87
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
Yuichiro
5d78431052
Add gettext
2011-11-29 12:41:58 +01:00
Michal Čihař
e56949f160
Use package name PhpMyAdmin
...
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02: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
Madhura Jayaratne
e67a0a2531
Spaces between parameters in function calls
2011-09-23 08:43:41 +05:30
Michal Čihař
38e8365e5d
Use PMA_AddJSVar
2011-08-19 10:39:45 +02: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
Michal Čihař
1ec0b69e6b
Coding style, function definitions
2011-08-05 14:49:23 +02:00
Piotr Przybylski
0427378a05
Allow to use noclick class on table level
2011-08-02 23:14:52 +02:00
Michal Čihař
219ec73d69
Spacing around if
2011-07-22 09:10:37 +02: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
7e9dad57f3
- Monitor instructions dialog allowing you to set some log vars
2011-07-06 15:28:59 +02:00
Tyron Madlener
c7cf7574e4
- Status page now displaying server variable Questions instead of the sum of the Com_ statements. 'Questions' is an established performance measure, the sum of the Com_ statements is not
...
- Query pie chart displays always at least 7 statement types
- Live charts now use the server time on the x-axis, making them independent of time-zones
2011-06-22 10:22:22 +02:00
Tyron Madlener
e7f2afe8ce
- Label for live chart refresh rate list
...
- Better alignment for query pie chart
- some variable escaping for variable editing
2011-06-20 21:15:23 +02:00
Tyron Madlener
aa7704b067
global vars: mysql wants numeric datatype for numeric values
2011-06-19 20:43:02 +02:00
Tyron Madlener
4ee08ac03d
no ajax variable escaping
2011-06-19 12:28:18 +02:00
Tyron Madlener
91458b66fd
Hopefull fixes server variable editing
2011-06-17 21:36:04 +02:00
Tyron Madlener
d29b16b52e
Set variables in quotes
2011-06-17 19:12:05 +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
Piotr Przybylski
abb0324123
Add class="noclick" for highlighted rows
2011-04-17 14:37:54 +02:00
Michal Čihař
62800876ff
Coding style, use small icon
2011-03-16 11:52:34 +01:00
Samiran Raj Boro
d2bee66fc4
server variables documentation link in server_variables.php
...
- $doclink is not used anymore as we dont use the value after echo the link
- $VARIABLE_DOC_LINKS is first check isset() because it might not be stored in our ./libraries/server_variables_doc.php
if any new variables are introduced in new version of MySQL it must be added to server_variable_doc.php to display the link
2011-03-16 11:51:09 +01:00
Madhura Jayaratne
326f13827b
Do not highlight rows of these tables
2011-03-15 20:35:53 +05:30
Michal Čihař
29ff2c5915
Add link to documentation
2011-03-02 10:49:34 +01:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38
Resolve merge conflicts for upstream merge
2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444
No need to require_once footer
...
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
f55823f47f
strings to gettext, first batch
2010-05-03 12:57:46 -04:00
Michal Čihař
56941e509c
Adding @package, second part.
2008-11-24 11:05:40 +00:00
Michal Čihař
6a638ee908
Ignore some defines which configure what will be included.
2008-11-24 10:07:49 +00:00
Sebastian Mendel
9f6d5979db
removed MySQL < 5 code
2007-10-02 10:15:06 +00:00