Marc Delisle
e0a640ff06
Browse distinct values
2005-12-10 14:27:47 +00:00
Sebastian Mendel
8344198c10
moved tbl_properties_common.php into libraries
2005-12-08 13:19:25 +00:00
Sebastian Mendel
0237ab7160
revised XHTML output
2005-12-02 13:04:22 +00:00
Sebastian Mendel
7a0d5c0250
fixed bdo tag
2005-12-02 07:37:15 +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ř
f5f7fc3740
Move mult_submits.inc.php to libraries folder as it does not require direct access.
2005-11-24 08:22:28 +00:00
Michal Čihař
42d5ca744b
Use native MySQL comments when applicable (RFE #1362923 ).
2005-11-23 22:13:18 +00:00
Sebastian Mendel
0567bfe215
drop PMA_setFontSizes()
2005-11-23 14:17:53 +00:00
Sebastian Mendel
7a56c56c4b
do not truncate rowcount and next autoindex
2005-11-18 12:26:59 +00:00
Sebastian Mendel
9fde856f09
- added js:markAllRows(), js:unMarkAllRows()
...
- check/uncheck all rows now sets mark color for this rows
2005-11-09 16:59:11 +00:00
Sebastian Mendel
40d7efec17
- no drop, empty, operation, insert, import for information_schema tables
...
- enabled export for views
2005-11-05 23:55:15 +00:00
Sebastian Mendel
41f8199ae9
- added browser icon for each field (count unique values)
...
- removed styling
- make use of global row highlighting/marking
- display 'print table' and row stats for views
- no actions for info_schema tables
2005-10-27 08:14:08 +00:00
Marc Delisle
5760c8fa5b
no need to check the version
2005-10-16 19:24:47 +00:00
Marc Delisle
72f452205e
bug #1320470 , timestamp is not shown as being NULL under MySQL < 4.1.x
2005-10-16 18:48:10 +00:00
Marc Delisle
6d4db4249d
bug #1320470 , timestamp is not shown as being NULL under MySQL < 4.1.x
2005-10-16 13:00:23 +00:00
Sebastian Mendel
8b6facdf39
no table statistics for information_schema
2005-10-11 13:57:47 +00:00
Michal Čihař
3649d901ec
Use more require_once to avoid acquiring table info several times.
2005-10-08 18:14:09 +00:00
Michal Čihař
0e213027cd
oops, this does not remove line, it only places it on wrong place
2005-10-08 17:55:22 +00:00
Michal Čihař
e98a759924
no need for line now
2005-10-08 17:52:07 +00:00
Michal Čihař
31aec9bf5b
Removed query box as discussed on mailing list.
2005-10-08 17:50:58 +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
3b0a77bc51
bug #1157230 , escape special chars in ENUM or SET
2005-07-23 12:02:37 +00:00
Michal Čihař
9216ba0729
Show better error messages when checking numerical inputs (bug #1207402 ).
2005-07-10 20:35:58 +00:00
Alexander M. Turek
321bfbfb4f
Undefined index
2005-06-22 15:50:23 +00:00
Marc Delisle
fe8cd66697
bug #1163595 , NULL detection for TIMESTAMP
2005-05-22 12:43:46 +00:00
Marc Delisle
6bedb51f28
bug 1190092, wrong detection of NULL fields with MySQL 5.0.x
2005-04-26 16:05:30 +00:00
Marc Delisle
b8b9334da9
experimental support in table structure editing for MySQL 4.1.2+ TIMESTAMP options
2005-03-16 17:23:58 +00:00
Marc Delisle
de39a0da17
start merging code for MySQL 4.1.2 TIMESTAMPs
2005-03-12 13:57:56 +00:00
Alexander M. Turek
a47d428faf
Views
2005-01-12 10:07:13 +00:00
Alexander M. Turek
ad677468e1
TH numbering
2005-01-11 21:53:53 +00:00
Michal Čihař
f9f7d5666a
Fix typo that broke multi submits for MSIE (bug #1052674 ).
2004-10-25 13:28:19 +00:00
Michal Čihař
cdf7099b18
Allow index creating on multiple fields (RFE #990136 ).
2004-10-21 15:35:07 +00:00
Michal Čihař
1eaea0fe95
New function PMA_buttonOrImage to display button or image to submit form and not to duplicate code on all places.
2004-10-21 11:59:21 +00:00
Michal Čihař
3f258cfb45
Cleanup of message displaying and navigation reloading.
2004-10-21 10:18:12 +00:00
Garvin Hicking
9392a58483
removed superfluous spaces, introduced more CSS ID attributes
2004-10-08 11:14:08 +00:00
Michal Čihař
4f819006bc
Use also $strAddFields (as suggested by Marc).
2004-09-29 20:13:33 +00:00
Marc Delisle
c5b3b01641
support of BINARY and VARBINARY field types
2004-08-28 14:14:14 +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ř
4c01367304
Allow to create primary key when there was none before (bug #996246 ).
2004-07-28 14:17:44 +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
1142f3cbed
enable Relation view for InnoDB even if the internal infrastructure is not available
2004-06-17 11:13:14 +00:00
Marc Delisle
84c19c0f42
theme none should be original
2004-06-15 17:03:34 +00:00
Marc Delisle
d9a21610d1
redesign part 3
2004-06-13 21:39:08 +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
Garvin Hicking
05f4ca30b2
fix IE row-selection borkage
2004-05-10 13:24:22 +00:00
Garvin Hicking
2727d06dd9
hover cursor for columns
2004-05-05 15:08:23 +00:00