Commit Graph

54 Commits

Author SHA1 Message Date
Sebastian Mendel
c8971b42e8 bug #1305830 wrong db choosen 2005-09-28 17:03:17 +00:00
Sebastian Mendel
b8741540db moved all code for queryboxes into libraries/sql_query_form.lib.php, replaced table with fieldsets, moved styles into css, minor interface changes related to queryboxes 2005-09-27 13:53:49 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
2050d44950 bug #1255869, 'MySQL returned an empty result set' not displayed in all cases 2005-08-12 01:06:18 +00:00
Marc Delisle
6588678efa patch #1249451, display improvements 2005-08-02 13:11:24 +00:00
Marc Delisle
6c92b913ef For Insert row and Export: use post when query is too big 2005-07-12 17:17:26 +00:00
Michal Čihař
34bd15df0e Use post for print view when query is too big (bug #1203692). 2005-07-10 21:08:52 +00:00
Marc Delisle
21583d65a8 bug #1204951, left frame browse icon alt tag not updated on emptying table 2005-06-06 01:03:47 +00:00
Marc Delisle
1f2733989b bug #1204913, left frame update on manual table rename 2005-05-26 17:09:07 +00:00
Marc Delisle
e8be67e72e bug #1120434, comment at the end of query is applied to appended LIMIT as well 2005-05-15 12:37:48 +00:00
Michal Čihař
5784420791 Better calculate inserted row id (bug #1156963). 2005-03-07 13:04:46 +00:00
Marc Delisle
4766676ee2 bug #1084820, End>> and InnoDB 2005-01-18 15:35:50 +00:00
Michal Čihař
ffea49bf03 Do not forget reloading when launching multiple queries (bug #1090818). 2005-01-01 21:36:48 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Garvin Hicking
ae2022381e RFE #1044677: Check for suboptimal indexes.
EXPERIMENTAL IMPLEMENTATION! Please check, though it does work on my
installation, I had to shift around several functions to make them re-usable
from the sql.php file.
2004-11-02 13:41:30 +00:00
Michal Čihař
3f258cfb45 Cleanup of message displaying and navigation reloading. 2004-10-21 10:18:12 +00:00
Michal Čihař
67d35fc6af Work better in ANSI mode (bug #816858). 2004-10-19 14:25:57 +00:00
Michal Čihař
f09d9c1aef Fix undefined index. 2004-10-19 12:50:30 +00:00
Marc Delisle
fdad655074 detect more complex case of SELECT DISTINCT for MySQL 3 2004-10-15 19:38:23 +00:00
Michal Čihař
9e840c92b6 Don't try to require sql.php with parameters, rather redirect to it. 2004-10-12 10:27:54 +00:00
Marc Delisle
f213938455 bug #1036678 2004-09-29 19:56:04 +00:00
Marc Delisle
043140d096 re: bug 978930, LIMIT not displayed anymore 2004-09-24 17:37:34 +00:00
Marc Delisle
2a9b839203 bug 988723 sql error when ordering by count( * ) 2004-09-12 13:38:57 +00:00
Marc Delisle
cb2c07f371 bug 899430: problem when lower_case_table_names==2 2004-09-04 11:02:27 +00:00
Michal Čihař
ed3158c035 Don't unset $sql_limit_to_append, we need it later (bug #978930, found by Marc). 2004-08-22 15:03:35 +00:00
Michal Čihař
be3d8a7e91 Work with $display_query only if set (Marc spotted this out). 2004-08-17 13:01:14 +00:00
Michal Čihař
8f3c3accec Better appending of LIMIT (bug #978930). 2004-08-16 15:55:06 +00:00
Michal Čihař
fa837e8bee XHTML fixes 2004-08-12 15:55:43 +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
Marc Delisle
5fb6e7976d PMA_securePath 2004-06-15 16:55:53 +00:00
Marc Delisle
d9a21610d1 redesign part 3 2004-06-13 21:39:08 +00:00
Marc Delisle
e9602b27bb bug 956828 deleting last row generates a PHP error 2004-05-29 12:32:16 +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
Marc Delisle
4276852c82 use PMA_sendHeaderLocation 2004-05-11 12:57:49 +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
Marc Delisle
25a29c45b8 bug 780516 capitalizing keywords 2004-04-19 14:12:24 +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
16de478154 Changed some queries to use MYSQLI_STORE_RESULT.
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:27:23 +00:00
Marcel Tschopp
4e62f7658f Changed some queries to use MYSQLI_STORE_RESULT.
phpMyAdmin now works with MYSQLI_USE_RESULT as default.
2004-04-10 16:19:21 +00:00
Marc Delisle
f81459a5d2 bug 913630 deleted rows 0 2004-03-13 13:38:40 +00:00
Marc Delisle
d879ff452a strDropDatabaseStrongWarning 2004-01-29 18:38:32 +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
a7bd761f3f PMA_DBI_affected_rows 2004-01-20 21:03:31 +00:00
Marc Delisle
a69eb2ebbc PMA_DBI_insert_id 2004-01-20 20:52:28 +00:00
Marc Delisle
f8d049ace5 use PMA_DBI function 2004-01-20 20:24:00 +00:00
Marc Delisle
b0cc4dbb23 use PMA_DBI function 2004-01-20 19:53:53 +00:00
Marc Delisle
28a5d0476e PMA_DBI_num_rows 2004-01-20 19:35:37 +00:00
Marc Delisle
b7ad9c1119 clarify 2004-01-05 00:37:02 +00:00
Garvin Hicking
079c662908 check for databases after query 2003-12-11 11:16:25 +00:00