Commit Graph

57 Commits

Author SHA1 Message Date
Dieter Adriaenssens
20a402ba29 Merge branch 'QA_3_3' 2010-04-01 21:07:09 +02:00
Dieter Adriaenssens
366d50a79b Properly format server status parameter 2010-04-01 20:50:03 +02:00
Michal Čihař
a5b910f0c5 rfe #1435032 [interface] Move SSL status to the end, it is usually empty. 2010-01-21 14:20:28 +00:00
Michal Čihař
bc97eaeb2d + rfe #1954161 [interface] Do not display long numbers in server status. 2010-01-21 13:48:40 +00:00
Marc Delisle
6d9b602b87 bug #2931939 Seeing "m" as unit is confusing 2010-01-19 19:40:20 +00:00
Marc Delisle
a4aea21d00 bug #2931939 Seeing "m" as unit is confusing 2010-01-19 19:40:20 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
729cc71cd5 rfe #2862575 [status] Order query statistics by % desc, skip rows with 0 2009-11-01 12:28:21 +00:00
Herman van Rink
d972ed5d03 Fix indentation for gsoc replication code
make it match the included modeline, and fixed some other spacing issues
2009-09-07 15:00:22 +00:00
Tomas Srnka
feb562e77b Replication support - tomas_zahra branch merged 2009-08-30 14:54:36 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Marc Delisle
9a994756f8 Incorrect display in replication status 2009-06-18 16:36:37 +00:00
Marc Delisle
e1a3ecff6f patch #2735162 [status] Server status - replication 2009-04-19 12:01:48 +00: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
Marc Delisle
0df6102471 bug #1811527 [display] Problem with links to the MySQL manual 2007-10-22 12:15:53 +00:00
Sebastian Mendel
ef7a052074 - fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group
- fixed some possible XSS with PHP_SELF (PATH_INFO)
- commented out some use of PATH_INFO ... needs further testing
2007-10-16 07:11:28 +00:00
Sebastian Mendel
9f6d5979db removed MySQL < 5 code 2007-10-02 10:15:06 +00:00
Marc Delisle
af3dddae08 problem linking to InnoDB info from Status page; problem showing InnoDB engine info 2007-06-07 00:23:33 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
4a4b02b12e use PMA_getenv('PHP_SELF') 2007-03-02 15:10:40 +00:00
Marc Delisle
4f9477eb92 explanation, thanks Sebastian 2007-03-01 19:54:51 +00:00
Marc Delisle
ee177221f6 bug #1665930, undefined PHP_SELF 2007-02-25 13:18:31 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Sebastian Mendel
6e2ee9e001 - RFE #1434196 More significant digits in /status
- replaced number_format() with PMA_formatNumber()
- coding standards
2006-02-20 10:07:10 +00:00
Sebastian Mendel
15b490cfc4 fixed bug: high ascii char in preg_match 2006-01-25 08:16:40 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Marc Delisle
ab7ceec268 patch #1395031, not proper URL encoding 2006-01-04 18:23:15 +00:00
Marc Delisle
1af079fe3f bug #1348249, new message strStatisticsOverrun 2005-12-21 20:16:39 +00:00
Sebastian Mendel
1a00815881 sorry ... again 2005-11-26 06:09:21 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00
Michal Čihař
66aa9d2396 Move server_{links,common}.inc.php to libraries folder as it does not require direct access. 2005-11-24 08:29:44 +00:00
Sebastian Mendel
fcf387bc70 common.lib.php should REALLY REALLY and ALWAYS be the first include 2005-11-18 12:50:49 +00:00
Michal Čihař
72ca7ecf9a Drop $cfg['ShowMysqlInfo'] and $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser condition from showing php info. 2005-11-13 21:04:50 +00:00
Sebastian Mendel
2d6e0f00d8 [XSS] clean $_SERVER variables 2005-10-27 17:03:36 +00:00
Sebastian Mendel
d76b1a831c css cleanup 2005-10-20 14:05:30 +00:00
Sebastian Mendel
9a4b880705 XHTML compl. 2005-10-12 15:10:34 +00:00
Michal Čihař
60e43c3e04 Call sql.php directly, we don't need to care about query splitting done im read_dump. 2005-10-08 09:53:04 +00:00
Michal Čihař
fe75253e41 Separate some new information on MySQL 5. 2005-09-27 10:57:06 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
5a94e9b78b bug #1193225 missing closing tag 2005-05-01 12:44:10 +00:00
Alexander M. Turek
8259bb9678 InnoDB buffer pool activity statistics 2005-03-06 01:07:14 +00:00
Michal Čihař
67d35fc6af Work better in ANSI mode (bug #816858). 2004-10-19 14:25:57 +00:00
Michal Čihař
ca5b16f654 Change look of adding fields into table (bug #991095).
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-08-12 15:13:20 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Michal Čihař
1aaa89fa54 Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser. 2004-05-20 16:14:13 +00:00
Michal Čihař
850741a174 Be valid XHTML 1.0 2004-04-27 12:55:53 +00:00