Commit Graph

40 Commits

Author SHA1 Message Date
Garvin Hicking
9392a58483 removed superfluous spaces, introduced more CSS ID attributes 2004-10-08 11:14:08 +00:00
Marc Delisle
cb5af5eb2f bug #1006514, top left frame in Safari 1.2.3 2004-09-14 16:58:18 +00:00
Marc Delisle
49d79d2321 bug 1005479: remove hardcoded charset 2004-08-15 12:00:24 +00:00
Michal Čihař
c4df15c991 Use always natsort and not natcasesort in one case, it caused inconsistency (bug #1008120). 2004-08-12 18:19:56 +00:00
Michal Čihař
4b65ca1693 Replace htmlentities with htmlspecialchars (bug #1008002). 2004-08-12 15:22:06 +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
dbd97eca13 bug 998698 db dropdown refresh 2004-08-05 17:21:28 +00:00
Marc Delisle
d743dfc5cc security alert 2004-06-30 18:29:41 +00:00
Marc Delisle
de04757024 LeftPointerEnable 2004-06-24 12:41:10 +00:00
Marc Delisle
0a3ca3efc1 remove /images 2004-06-23 13:50:38 +00:00
Marc Delisle
821f478fca missing title tags 2004-06-16 01:32:02 +00:00
Michal Čihař
019ce8747e Use same code for all server selection, possibly display server links also in right frame, show server links in query frame when possible. 2004-06-15 13:05:02 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Marc Delisle
f776451297 undefined variable 2004-06-10 16:03:03 +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
Marc Delisle
06b78de508 Garvin fix for special characters in left panel 2004-05-10 17:29:04 +00:00
Alexander M. Turek
1856f02c20 patch #947190 (Redesign) 2004-05-08 14:20:25 +00:00
Garvin Hicking
44102a585f no duplication for SHOW TABLE STATUS.
Allow to only show tables within a left-frame table group to be show
Fix mouseover-selection bug #947781
2004-05-05 13:11:17 +00:00
Garvin Hicking
b24cf7103a NaturalOrder for Non-Light left frame.
New mode 'nested' for Tooltip-Aliases: Groups/folders are created using the
Alias name, the tablenames are the non-aliased ones. RFE from the forums.
2004-05-04 11:38:52 +00:00
Garvin Hicking
8a53f1cc55 added table nesting for aliased tables 2004-05-03 08:29:32 +00:00
Garvin Hicking
f76918063e js typecasting error in safari 2004-04-29 15:57:17 +00:00
Garvin Hicking
147775e812 remove debugging code 2004-04-28 12:15:10 +00:00
Garvin Hicking
8cc4bd7fa4 Bug #942296 - Safari can't handle location.replace() redirects
correctly
2004-04-28 12:13:36 +00:00
Garvin Hicking
4536400250 fixed unneded spacing and collapsing on first click 2004-04-28 09:08:29 +00:00
Michal Čihař
04229e997f Be valid XHTML. 2004-04-27 11:54:54 +00:00
Garvin Hicking
489d54e455 bug #942374 - undefined indizes in left frame. Fixed some code issues. 2004-04-27 08:34:26 +00:00
Marc Delisle
02580c9b3b optional server list as links in left panel 2004-04-26 14:01:25 +00:00
Olivier Müller
8de779e4f1 RFE #859208, Logout link in left frame 2004-04-15 15:57:53 +00:00
Marcel Tschopp
031ecca8b7 Changed some queries to use MYSQLI_STORE_RESULT. 2004-04-12 18:34:58 +00:00
Marcel Tschopp
4e62f7658f Changed some queries to use MYSQLI_STORE_RESULT.
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Marc Delisle
736b182dad Natural order 2004-03-26 18:49:56 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Marc Delisle
f8d049ace5 use PMA_DBI function 2004-01-20 20:24:00 +00:00
Marc Delisle
b0cc4dbb23 use PMA_DBI function 2004-01-20 19:53:53 +00:00
Garvin Hicking
2805a35b97 Bug #855771 2003-12-09 13:38:16 +00:00
Marc Delisle
3389aabe13 bug 833790 2003-12-04 21:27:00 +00:00
Alexander M. Turek
37d50c1822 Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
Garvin Hicking
8d1bfe6f3b Reverted some obfuscated RegExes. Nijel, as you where working on that: I removed the bugfixes you threw in for my faulty code because there where some issue left (for me):
The lines

$re0 = '@(^|(\\\\\\\\)+|[^\\\\])'; // non-escaped wildcards
$re1 = '@(^|[^\])(\\\)+'; // escaped wildcards

as they currently where made no sense to me, because the single [^\] should be replaced to [^\\\\] as well, doesn't it? To not seriously break more stuff I decided to revert to the previous mechanism here.

I will do more serious tests the next days and will actually work with my PMA again and I pay close attention to see if there are any issues left.

I also searched through the code to see if the setting of the array points from former while() constructs was in any way used [current(), next(), prev(), key(), end(), each()] but did find none.
2003-11-25 19:20:20 +00:00
Garvin Hicking
c2b46ac945 Final batch of PHP3-Compatibility fixes. Please test. :-) 2003-11-22 20:57:48 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00