Michal Čihař
fb9a3a598e
Check before commit!
2006-11-17 08:49:30 +00:00
Michal Čihař
ad06b4a991
Rename tbl_* files to drop useless _properties part.
2006-10-25 10:55:20 +00:00
Marc Delisle
e79079b0c4
bug 1388048, constraints copied too early when copying a db
2006-07-04 16:46:09 +00:00
Sebastian Mendel
f341c72fbe
merged libraries\tbl_move_copy.php in class PMA_Table
2006-02-21 11:34:19 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +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
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ř
a9aedbe951
Unified cookie path handling, added / to end of path (bug #1155373 ).
2005-03-06 21:10:53 +00:00
Michal Čihař
1293dc1a24
Implemented database copying (RFE #996730 ), this forced separating code for copying tables.
2004-10-20 17:29:18 +00:00
Michal Čihař
8ed40bb772
Remove unused PMA_myHandler().
2004-10-20 16:31:05 +00:00
Michal Čihař
0cf5a3cb56
Fix left frame reloading after dropping table (bug #1034531 ).
2004-10-19 16:19:24 +00:00
Marc Delisle
6001be9224
bug 995098, cannot copy table data
2004-08-01 17:20: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
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00
Marc Delisle
a69eb2ebbc
PMA_DBI_insert_id
2004-01-20 20:52:28 +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
Marc Delisle
4f77ab27db
typo
2003-11-21 16:34:24 +00:00
Michal Čihař
b702e8a4a7
Cleanup in table moving/copying and allow to keep constraints over these operations.
2003-11-20 13:48:53 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00