Marc Delisle
7f5e34a4d1
bug #1437499 , LIMIT clause when query end with semicolon
2006-02-23 17:55:31 +00:00
Michal Čihař
7b96b58417
Better message for query export, move operation above query results into one fieldset (bug #1431420 ).
2006-02-22 12:42:35 +00:00
Sebastian Mendel
cd340d8496
moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table
2006-02-21 11:07:46 +00:00
Sebastian Mendel
f21826d64c
fixed bug #1431422 Safari: Print view prints blank page
2006-02-20 14:19:56 +00:00
Marc Delisle
4532d8d0b0
bug #1434576 , undefined variable db
2006-02-19 14:34:25 +00:00
Sebastian Mendel
0ec11cfc97
fixed some 'not refreshing left frame'
2006-02-05 11:02:26 +00:00
Marc Delisle
bacb45368a
verification for COUNT clause and VIEWs
2006-01-25 15:29:17 +00:00
Marc Delisle
c7d4963897
affected rows are returned in case of DELETE with no WHERE clause, at least since MySQL 4.0.x
2006-01-25 14:49:40 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712
allow 0 as name for database, table collumn, alias and index
2006-01-14 23:17:17 +00:00
Marc Delisle
841b3403c7
bug #1394779 , SQL executer tries to find keys from current table
2006-01-11 20:16:20 +00:00
Marc Delisle
1a16113609
bug #1395590 Safari Bookmark query fieldset float problem
2006-01-07 12:41:57 +00:00
Marc Delisle
a05f06bc48
revert changes
2005-12-11 23:49:19 +00:00
Marc Delisle
f6d24d59c9
first example for deglobalization: goto
2005-12-11 13:49:00 +00:00
Sebastian Mendel
8344198c10
moved tbl_properties_common.php into libraries
2005-12-08 13:19:25 +00:00
Sebastian Mendel
7a23fe5cb6
hide edit/delete links for information_schema (bug #1373201 )
2005-12-05 13:32:50 +00:00
Sebastian Mendel
82572774cd
define variables only where needed
2005-11-26 06:59:49 +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
Michal Čihař
c40b663969
Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it does not require direct access.
2005-11-24 08:55:33 +00:00
Michal Čihař
5fe9f0f259
Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.
2005-11-24 08:42:20 +00:00
Michal Čihař
66aa9d2396
Move server_{links,common}.inc.php to libraries folder as it does not require direct access.
2005-11-24 08:29:44 +00:00
Michal Čihař
3f2e3ab766
use bookmarked query for browsing when available
2005-11-23 21:41:16 +00:00
Michal Čihař
adf0c75d55
Allow browse page to be default (RFE #1228013 ).
2005-11-23 21:30:53 +00:00
Sebastian Mendel
d099b9d0d6
use fieldset for 'bookmark this'
2005-11-06 12:33:40 +00:00
Sebastian Mendel
a51f2533ea
unified message boxes (error, warning, confirmation)
2005-10-26 17:32:19 +00:00
Sebastian Mendel
0b477e9c03
refresh left frame on view creation
2005-10-20 08:16:27 +00:00
Sebastian Mendel
889b2e9f2e
update row count in left frame bug #1243908
2005-10-18 10:00:46 +00:00
Michal Čihař
1819599e53
We need bookmark code to be included everytime.
2005-10-13 17:25:15 +00:00
Michal Čihař
885cb0891b
Fix appending LIMIT when there are comments.
2005-10-08 20:09:03 +00:00
Marc Delisle
fbdac06a9d
remove old code
2005-10-08 19:02:15 +00:00
Michal Čihař
f029aea260
Use common code for superuser detection.
2005-10-08 16:11:46 +00:00
Michal Čihař
6a093d4283
Switch all SQL from read_dump.php to import.php.
2005-10-08 11:24:21 +00:00
Michal Čihař
79c05d5cb9
Work even if no db set.
2005-10-08 09:51:56 +00:00
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