Commit Graph

1185 Commits

Author SHA1 Message Date
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
Michal Čihař
6164918083 just added end :) 2003-11-20 16:47:24 +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
Michal Čihař
bf620ee826 Allow changing of default queries (RFE #839168). Documentation.html is valid XHTML again. 2003-11-20 15:04:12 +00:00
Michal Čihař
79222512c6 More older PHP cleanup. 2003-11-20 13:45:14 +00:00
Garvin Hicking
da757dcf87 foreach 2003-11-20 12:46:53 +00:00
Garvin Hicking
d3f84bca94 First batch of PHP4/MySQL compatibility/performance changes.
Everything should be non-intrusive for installations meeting our new 4.1.0/3.23.32 specs.

I will commit my files every now and then for easier code review and to let you see which constructs I replace. Jump in if there are any objections. The basic thing I'm doing is documented in the changelog.

I'll continue with files in the libraries/ subdirectory and will move to the root-level files in last instance.
2003-11-20 10:34:35 +00:00
Marc Delisle
e37bf199ae first group of headers was offset by one column to the left 2003-11-19 21:23:34 +00:00
Alexander M. Turek
197b293e7d Do not use $HTTP_*_VARS arrays anymore. 2003-11-19 11:07:23 +00:00
Alexander M. Turek
048d4ce7fd workaround for CVS tag auto-replacements :o) 2003-11-18 21:17:22 +00:00
Alexander M. Turek
1f882147a7 Recognizing new 2.x config.inc.php revisions. 2003-11-18 20:40:36 +00:00
Michal Čihař
b04fd449d0 Fixed displayed message. 2003-11-18 16:07:14 +00:00
Michal Čihař
1b0a33882b Can kill more proceses (bug #844353). 2003-11-18 16:00:38 +00:00
Michal Čihař
6884f9701a no more support for php3 2003-11-18 15:20:45 +00:00
Marc Delisle
72faac32ba undefined variable dblist_full when renaming a table 2003-11-13 22:15:32 +00:00
Michal Čihař
cd6004c31b Support for creating UPDATE and REPLACE statements in export (RFE #838828). 2003-11-13 15:54:46 +00:00
Michal Čihař
1d6918ea9d Fix export of foreign keys (patch #834474), Allow delayed inserts (RFE #841298). 2003-11-13 14:45:46 +00:00
Michal Čihař
bc478df209 Unique fields are bold (patch #840089). 2003-11-12 13:14:29 +00:00
Michal Čihař
104257bb22 Fixed LaTeX output (patch #840082). 2003-11-12 13:08:38 +00:00
Garvin Hicking
610bdeb205 Bug #839834 2003-11-11 11:55:24 +00:00
Garvin Hicking
4fa3369d85 Bug #839630: Safer checks for array existence. 2003-11-11 10:09:29 +00:00
Garvin Hicking
769fb544ae RFE #830355: Order of databases in left frame in combination with 'only_db'. 2003-11-06 17:10:56 +00:00
Garvin Hicking
5255b8841f Propagate MIME-type to plugin functions. 2003-11-06 17:02:19 +00:00
Garvin Hicking
bdb7e71461 RFE ##835491: Modifications to print view 2003-11-06 12:14:20 +00:00
Michal Čihař
2be5b01b99 Add xml header with encoding information (bug #836630). 2003-11-06 10:01:34 +00:00
Garvin Hicking
10dc5d05d3 Bug 831181 2003-11-05 15:40:55 +00:00
Garvin Hicking
6f3399ac5a Pushed MIME-transformation functionality by propagating the corresponding $meta value to plugins. 2003-11-05 14:40:43 +00:00
Garvin Hicking
560681923c Removed obsolete code 2003-11-05 11:15:00 +00:00
Garvin Hicking
e733e4a924 Bug #835854: Wordwrapping mysql error message 2003-11-05 10:21:56 +00:00
Garvin Hicking
016488988c Bug #835252 2003-11-04 10:24:08 +00:00
Garvin Hicking
46ff2f9560 Bugfix/workaround for nested forms+multi-row delete. See ChangeLog 2003-11-03 15:33:02 +00:00
Michal Čihař
78a8356741 URI detection works with www-Sharp.Runtime (RFE #834053). 2003-11-03 14:27:50 +00:00
Alexander M. Turek
4d5dbed403 bug #812474 2003-11-03 00:39:53 +00:00
Marc Delisle
2a53725e8b bug 826880 2003-11-01 16:32:36 +00:00
Marc Delisle
8ecd52efff bug 830437 2003-10-26 13:09:19 +00:00
Michal Čihař
f76766995a Try to show sorting by indexes only if it makes sense (bug #829594). 2003-10-24 14:48:19 +00:00
Michal Čihař
a8b1de3a30 Added ugly hack to allow switching export options in Opera (bug #828712). 2003-10-23 12:55:10 +00:00
Michal Čihař
c848070471 - Allow to supress dates in SQL dump separately.
- Fix undefined variable for MySQL < 3.23.20 (bug #828370).
2003-10-23 10:33:48 +00:00
Marc Delisle
eaf3bfbad4 bug 826847 undefined url_query 2003-10-21 16:42:37 +00:00
Michal Čihař
be3102e252 Make default functions configurable (RFE #821271). 2003-10-20 13:26:35 +00:00
Marc Delisle
a29b2dbf49 bug 825665 2003-10-18 11:41:04 +00:00
Marc Delisle
fb509e2020 bug 821512 2003-10-18 11:03:25 +00:00
Marc Delisle
f952077b62 bug 824958 bookmarks not configured 2003-10-17 18:38:56 +00:00
Michal Čihař
595d59629c Output buffering is not available in php 3 (bug #824956). 2003-10-16 17:25:27 +00:00
Michal Čihař
dfea7d8664 Add some more fixes for wrongly typed $cfg['PmaAbsoluteUri']. 2003-10-16 12:59:52 +00:00
Michal Čihař
6c312afe9b Calculate offset progressively (patch #824122). 2003-10-16 08:12:40 +00:00
Marc Delisle
e3839c0844 bug 807047: better fix 2003-10-11 12:54:55 +00:00
Michal Čihař
b6c81d3f3f Fix PMA_getTableContentOld (bug #820932). 2003-10-10 09:11:29 +00:00
Marc Delisle
f4ceff0e84 bug 816658 2003-10-02 18:36:02 +00:00