Commit Graph

37 Commits

Author SHA1 Message Date
Marc Delisle
0a3ca3efc1 remove /images 2004-06-23 13:50:38 +00:00
Marc Delisle
f8b479a748 files moved into themes/original 2004-06-17 00:49:31 +00:00
Marc Delisle
84c19c0f42 theme none should be original 2004-06-15 17:03:34 +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
Michal Čihař
cad8362923 various theme selector fixes 2004-06-15 11:10:55 +00:00
Michal Čihař
04eabef22e Don't reset theme on language change. 2004-06-15 10:55:40 +00:00
Michal Čihař
5ed8e1ef44 Possible undefined variable. 2004-06-15 10:45:06 +00:00
Marc Delisle
587566a89d various fixes 2004-06-14 20:43:14 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Michal Čihař
40844c8169 language detection improvements 2004-05-25 14:57:10 +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ř
9f07dee9a7 Let's get rid of some tables. 2004-05-13 18:35:29 +00:00
Garvin Hicking
e83c817239 xhtml compliance 2004-05-09 19:14:38 +00:00
Alexander M. Turek
6aa1cf45c8 removed debug code 2004-05-09 19:01:05 +00:00
Alexander M. Turek
1856f02c20 patch #947190 (Redesign) 2004-05-08 14:20:25 +00:00
Garvin Hicking
8cc4bd7fa4 Bug #942296 - Safari can't handle location.replace() redirects
correctly
2004-04-28 12:13:36 +00:00
Michal Čihař
c35f015a10 Main page now uses lists instead of nested tables. 2004-04-27 13:35:59 +00:00
Alexander M. Turek
860282b789 more collation stuff 2004-04-17 03:07:15 +00:00
Alexander M. Turek
ced513ee97 alter db collations 2004-04-17 01:19:06 +00:00
Alexander M. Turek
1ecafa5e23 Added ability to choose the collation for new databases. 2004-04-17 00:52:04 +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
c350428b49 bug 922054 new fix attempt 2004-04-06 13:22:20 +00:00
Marc Delisle
5ed7072490 bug 922054 2004-04-01 18:34:17 +00:00
Alexander M. Turek
6279474b3a Charset stuff 2004-02-15 01:07:20 +00:00
Marc Delisle
2f4da69965 bug 884606 2004-01-27 18:18:28 +00:00
Alexander M. Turek
2915b5c3ce Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
Alexander M. Turek
6a6953899e Freed main.php from all direct calls to mysql_wrappers or the MySQL API. 2004-01-17 23:04:34 +00:00
Alexander M. Turek
7eced930bc database abstraction, part I 2004-01-17 01:47:36 +00:00
Alexander M. Turek
df3982dd8b MySQL 4.1.1 compatibility, part II: Ability to specify a default character set for a new database. 2003-12-11 23:16:22 +00:00
Marc Delisle
20e1209f96 bug 851564 2003-12-09 15:07:19 +00:00
Garvin Hicking
fac00668ba preg_match fix 2003-11-28 10:56:49 +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
Michal Čihař
bf543ae759 One more regex escaping fix. 2003-11-24 14:34:42 +00:00
Garvin Hicking
c2b46ac945 Final batch of PHP3-Compatibility fixes. Please test. :-) 2003-11-22 20:57:48 +00:00
Marc Delisle
469c79d599 warnings for old MySQL or PHP version 2003-11-18 16:21:50 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00