Michal Čihař
092769a727
Support for SHA1 function (RFE #971703 ).
2004-06-15 10:37:39 +00:00
Marc Delisle
bdaf8242e4
make it work with older config file
2004-06-14 23:16:37 +00:00
Marc Delisle
d9a21610d1
redesign part 3
2004-06-13 21:39:08 +00:00
Michal Čihař
d9cc90927c
Add FOREIGN_KEY_CHECKS=0 to export (RFE #966038 ).
2004-06-08 09:21:48 +00:00
Alexander M. Turek
e10e729b96
backwards compatibility
2004-06-08 05:50:02 +00:00
Michal Čihař
6ecfb039fc
Remove spaces from strServer, strDatabase
2004-06-03 10:20:28 +00:00
Michal Čihař
a32dc0b397
css improvements (design should not be changed by this, just the way how it is done)
2004-06-03 09:31:39 +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ř
ea63ab24c5
Show refresh link only for SELECT and SHOW queries.
2004-05-13 17:59:56 +00:00
Alexander M. Turek
1856f02c20
patch #947190 (Redesign)
2004-05-08 14:20:25 +00:00
Michal Čihař
0b9bdd62a7
Support for insert multiple rows at once (RFE #749733 ).
2004-05-05 10:05:30 +00:00
Michal Čihař
af00a22cdd
Add Refresh link (RFE #942110 ).
2004-05-03 13:48:42 +00:00
Michal Čihař
e60b9ac61b
Make tabs CSS styled (RFE #946540 ).
2004-05-03 09:35:14 +00:00
Marc Delisle
4d197aa5dc
Patch 859034 better BLOB comparison
2004-04-29 17:35:57 +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ř
23f8ddfdbd
When only_db matches no database, do not show any (bug #943626 ).
2004-04-28 10:57:25 +00:00
Michal Čihař
04229e997f
Be valid XHTML.
2004-04-27 11:54:54 +00:00
Marc Delisle
02580c9b3b
optional server list as links in left panel
2004-04-26 14:01:25 +00:00
Alexander M. Turek
f1e57ee07a
bye bye, mysql_wrappers...
2004-04-17 11:00:13 +00:00
Michal Čihař
36f2eb3055
ANSI compatible exports (RFE #859815 ).
2004-04-16 08:37:51 +00:00
Michal Čihař
7dbba54afd
Support for enclosing SQL export in transaction (RFE #930827 ).
2004-04-14 13:31:26 +00:00
Michal Čihař
f6a7525818
Really support export of UPDATE queries (bug #914237 ), condition generation used from previous implementation in display_tbl.lib.php and moved to common.lib.php.
2004-04-14 12:55:00 +00:00
Marc Delisle
3315aacde9
bug 898484 IIS crash
2004-04-13 18:59:22 +00:00
Marc Delisle
736b182dad
Natural order
2004-03-26 18:49:56 +00:00
Marc Delisle
cf4bba92d9
bug 922553
2004-03-24 18:05:44 +00:00
Marc Delisle
78b92f76e1
bug 913704
2004-03-18 13:22:10 +00:00
Michal Čihař
fc0c608d82
Add support for IF NOT EXISTS in CREATE TABLE export (RFE #913421 ).
2004-03-10 13:13:27 +00:00
Michal Čihař
262462b03a
added missed configuration for INSERT IGNORE
2004-03-10 12:59:01 +00:00
Marc Delisle
d4614b526a
bug 887933, nested forms
2004-03-09 20:52:30 +00:00
Michal Čihař
0914c72f15
Can add custom text to SQL export headers (RFE #874361 ).
2004-03-09 16:21:37 +00:00
Michal Čihař
88dc344cdb
Use charset aware substr and strlen functions (bugs #854755 and #910575 ).
2004-03-09 15:02:28 +00:00
Marc Delisle
6ce5dfa493
cookie login does not work if LoginCookieValidity is not defined
2004-03-01 18:31:21 +00:00
Alexander M. Turek
fd25405391
fixed my previous fix... (I was just too tired ;-) )
2004-02-14 00:24:57 +00:00
Alexander M. Turek
9abea89287
bug #890186
2004-02-13 23:03:39 +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
55d1fe7b93
use PMA_DBI function
2004-01-20 20:31:40 +00:00
Marc Delisle
f8d049ace5
use PMA_DBI function
2004-01-20 20:24:00 +00:00
Marc Delisle
02e945b376
PMA_DBI_get_dblist
2004-01-19 20:09:43 +00:00
Alexander M. Turek
9b427fd7f6
backwards compatibility
2004-01-17 23:08:49 +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
e2b955cc90
yet more charset stuff
2003-12-30 18:24:11 +00:00
Marc Delisle
5e15b1f73a
maximum upload size
2003-12-12 16:54:52 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +00:00
Garvin Hicking
ca7836a684
Fixed transformation system now accepting '.php3' files and using the '.php' pendants. Make use of 's' RegEx pattern modifier. Fixed small (but impacting) typo.
2003-11-25 20:30:12 +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ř
a66b1cc6b3
Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE).
2003-11-24 12:42:38 +00:00
Marc Delisle
096094b74d
regex problem when only_db is used
2003-11-22 19:58:01 +00:00
Garvin Hicking
f0da471ec3
/libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
...
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Alexander M. Turek
048d4ce7fd
workaround for CVS tag auto-replacements :o)
2003-11-18 21:17:22 +00:00