Commit Graph

27 Commits

Author SHA1 Message Date
Marc Delisle
313a06cce2 bug 921939 2004-04-07 19:34:42 +00:00
Marcel Tschopp
19c9f98a04 Mysql4.1 specific fix in function PMA_displayTableBody() (character set convertions). 2004-03-26 19:09:09 +00:00
Olivier Müller
4d1dc6192e 2004-03-23 Olivier Mueller <om@omnis.ch>
* libraries/mysql_wrappers.lib.php: added mysqli support to the
      PMA_mysql_field_flags function because mysqli does not know the function
      mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x').
    * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
      MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
      PMA_DBI_try_query function (ne0x)
    * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
      Added wrapping function PMA_DBI_fetch_array() (ne0x)
    * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
      the new PMA_DBI_fetch_array() function instead of
      PMA_mysql_fetch_array() (ne0x)
2004-03-23 16:22:19 +00:00
Marc Delisle
d4614b526a bug 887933, nested forms 2004-03-09 20:52:30 +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
866653209d bug 879005 2004-02-11 18:25:28 +00:00
Marc Delisle
1bb4a951a4 bug 879792 2004-01-25 13:18:19 +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
28a5d0476e PMA_DBI_num_rows 2004-01-20 19:35:37 +00:00
Marc Delisle
13f274c4e7 bug 857743 2004-01-07 18:13:14 +00:00
Garvin Hicking
b65ba8b5db Upon clicking on a result row, de/activate the checkbox next to it. Only makes sense for horizontal mode. Can be deactivated by setting BrowseMarkerColor to an empty string in config.inc.php. 2004-01-05 15:27:33 +00:00
Marc Delisle
a65040f464 SHOW FIELDS and undefined offset 2004-01-02 13:40:40 +00:00
Garvin Hicking
f055f9957a New transformation plugin: Download binary data.
2.5.6-dev only, will not be ported to QA.
2003-12-12 13:32:37 +00:00
Marc Delisle
e367824eff bug 857743 2003-12-11 17:03:05 +00:00
Marc Delisle
2071fa36d7 bug 854696 2003-12-05 13:34:42 +00:00
Garvin Hicking
14e1def15a Tried to reduce enormous sice of those three checkboxes. 2003-12-04 17:26:21 +00:00
Garvin Hicking
398b7a9f4a Editing of multiple records at once.
This is a hook-in to the 'delete multiple records' and basically just wraps all data in some kind of Ueber-Array. It should be compatible with single records editing. I tried various combinations already and it seems to work. But this can heavily break stuff, so expect this to be EXPERIMENTAL! We should only release RC1 after this has been thoroughly tested (will do so in the next days by myself).

What maybe needs fixing is the way of evaluating $goto/ $err_url and similars. As I am not much into that redirection stuff, maybe one can see if I did something wrong in the area.
2003-12-04 16:09:13 +00:00
Marc Delisle
96cac13698 no more defined constant 2003-12-02 15:53:35 +00:00
Marc Delisle
b5e55d13d0 bug 816666 ambiguous order clauses 2003-11-27 14:10:15 +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
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
Marc Delisle
e37bf199ae first group of headers was offset by one column to the left 2003-11-19 21:23:34 +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