Marc Delisle
a16d97912f
bug 1016997 wrong db name in SHOW KEYS
2004-08-27 17:20:19 +00:00
Marc Delisle
650466e4dc
foreign key tooltip not displaying in mysqli
2004-08-21 12:23:13 +00:00
Michal Čihař
ca5b16f654
Change look of adding fields into table (bug #991095 ).
...
I again did some XHTML validation, so removed few of most obvious errors, but there are still many, mostly missing alt attributtes for images and wrongly nested tags.
2004-08-12 15:13:20 +00:00
Michal Čihař
1de0157813
Fix grabing indexes with MYSQLI_USE_RESULT (bug #1007286 ).
2004-08-11 15:12:29 +00:00
Michal Čihař
2c9c750fc0
Wrong parameters for PMA_DBI_free_result (bug #1007287 ).
2004-08-11 14:58:48 +00:00
Marc Delisle
0846e3f487
bug 993694, clicking on last record button does not reach a page where we see the last page number
2004-08-03 10:42:16 +00:00
Marc Delisle
eaea6da89d
BrowseMarkerEnable
2004-06-24 14:20:26 +00:00
Marc Delisle
f5db2f7cfe
BrowsePointerEnable
2004-06-24 13:47:01 +00:00
Marc Delisle
d9a21610d1
redesign part 3
2004-06-13 21:39:08 +00:00
Garvin Hicking
8c2512b3ba
last fix to broken vertical highlight: repeated headers. Repeated headers were not inside <th> but inside <td> cells.
2004-06-06 22:04:21 +00:00
Garvin Hicking
68ca109fe0
bug #959320 , broken vertical row highlighting. major rework of
...
setvertical pointer-function; should hopefully be still cross-browser.
Confirmed working in MSIE6 and Firefox 0.8.
2004-06-04 08:04:38 +00:00
Michal Čihař
1db58c765b
Return back to browsing after editing row.
2004-05-31 09:59:35 +00:00
Michal Čihař
8ed5e573fc
Decrease limit for query truncating (see comments in bug #951744 ).
2004-05-28 08:02:51 +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
0b6975f8bd
Patch #947190
2004-05-16 17:32:15 +00:00
Michal Čihař
72b3f91917
Use same code for generating INSERT and UPDATE queries (also fixes bug #953250 ).
2004-05-13 14:41:28 +00:00
Michal Čihař
941c3d2676
Use shorter query for edit/delete if original one is too long (bug #951744 ).
2004-05-11 10:03:37 +00:00
Garvin Hicking
370e80b838
RFE #856208 - Show (un)check all boxes for query results.
2004-05-07 09:35:01 +00:00
Garvin Hicking
bada833326
Bug #949087 - js error
2004-05-06 12:11:15 +00:00
Michal Čihař
71c24b8e76
Export only SELECT queries, do not show multi row actions when no checkboxes shown.
2004-05-03 13:52:36 +00:00
Michal Čihař
2bb3740852
some more nobr fixes
2004-04-29 14:22:10 +00:00
Michal Čihař
bc55b61232
Show if BLOB is null (RFE #941528 ).
2004-04-29 10:17:08 +00:00
Michal Čihař
cfbdb563d0
SQL parser now correctly works with multibyte strings (bug #936161 ).
2004-04-29 09:28:04 +00:00
Michal Čihař
e5e4702968
fix undefined offset
2004-04-27 17:13:06 +00:00
Michal Čihař
7d1e4cae7d
Sort query generating now uses parsed query (bug #885497 ).
2004-04-27 16:32:04 +00:00
Garvin Hicking
f8cbc7cc7e
Bug #942392 - Wrapping sort order
...
link in a way that the image always belongs to the last word
2004-04-27 12:39:59 +00:00
Michal Čihař
04229e997f
Be valid XHTML.
2004-04-27 11:54:54 +00:00
Garvin Hicking
ea13babc3a
RFE #867284 - Click on result row to mark the checkbox.
2004-04-27 11:32:54 +00:00
Garvin Hicking
876fda03b2
Bug #942362 - Colspan of results table off by one.
2004-04-27 09:43:55 +00:00
Garvin Hicking
9de1005974
bug #942356 , missing localisation of multi row edit feature
2004-04-27 09:12:26 +00:00
Michal Čihař
bb4dde6ebf
export icon, fix images widths
2004-04-16 10:28:53 +00:00
Michal Čihař
89c024a6fb
Convert charset for column fields (thanks to Marc for noticing this).
2004-04-15 17:29:38 +00:00
Michal Čihař
acf98e9a38
One missing input for export...
2004-04-15 16:52:43 +00:00
Michal Čihař
34b8c3217e
Support for exporting selected rows (RFE #927554 ) [still missing images/button_export.png, waiting for somebody to make it :-)].
2004-04-15 16:13:45 +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
Marcel Tschopp
181e1aca82
Use PMA_DBI_fetch_row instead of PMA_DBI_fetch_array in display_tbl.lib.php
2004-04-10 19:04:01 +00:00
Marcel Tschopp
74cc95fe29
phpMyAdmin should now be fully compatible with the new mysqli extension.
2004-04-08 12:30:40 +00:00
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