Commit Graph

6642 Commits

Author SHA1 Message Date
Michal Čihař
97bcf33be6 Remove useless isset. 2005-10-24 22:15:16 +00:00
Michal Čihař
8bd9c2c464 Fix changing table attributes, reread new parameters after changing them (bug #1290413). 2005-10-24 20:00:30 +00:00
Marc Delisle
c167b1a15f bug #1334627, do not put NOW as default in some cases 2005-10-23 18:19:14 +00:00
Marc Delisle
6f7d44b596 already a function to do the job 2005-10-23 12:15:15 +00:00
Marc Delisle
d272a82042 bug #1330847 2005-10-21 20:50:48 +00:00
Marc Delisle
4373f1ae3c sort id-content by id and content-id by content 2005-10-21 20:06:32 +00:00
Sebastian Mendel
d3d3e5f8b6 make use of function PMA_DBI_get_tables_full() 2005-10-21 13:48:00 +00:00
Sebastian Mendel
5343b53fad extended function PMA_DBI_get_tables_full():
- make use of information_schema
  - always fill fields for information_schema and show table status
2005-10-21 13:32:06 +00:00
Sebastian Mendel
330da1cf27 - make use of mysql variable collation_database
- fixed call to PMA_DBI_fetch_value() (return second field, not first)
2005-10-21 11:35:58 +00:00
Sebastian Mendel
be2abb7005 - replaced for() with foreach()
- dont pollute $GLOBALS['table']
2005-10-21 07:34:47 +00:00
Marc Delisle
8fdd30964e security fix 2005-10-21 02:47:47 +00:00
Marc Delisle
429b629125 security fix 2005-10-21 01:41:31 +00:00
Sebastian Mendel
0a3c8dc40b - XHTML compliance, styling outsourced, row marker outsourced
- do not too much if there is no table
2005-10-20 14:35:10 +00:00
Sebastian Mendel
d76b1a831c css cleanup 2005-10-20 14:05:30 +00:00
Sebastian Mendel
3d26b10f0d javascript:PMA_markRowsInit speedup 2005-10-20 12:31:52 +00:00
Sebastian Mendel
53f593fa58 nowrap for IE and pre for the rest 2005-10-20 12:29:14 +00:00
Sebastian Mendel
f892e93431 every table with class data now has mark and hover effect 2005-10-20 11:57:20 +00:00
Alexander M. Turek
c4acd45adf Make use of this fancy new function PMA_DBI_fetch_value(). 2005-10-20 11:13:01 +00:00
Alexander M. Turek
dc4e3bf1a9 I forgot something... 2005-10-20 10:07:14 +00:00
Alexander M. Turek
974a27c431 On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore, if we just want to get to know a database's default collation. 2005-10-20 10:03:07 +00:00
Sebastian Mendel
5c6c19e244 libraries/left.js: dropped 2005-10-20 09:14:25 +00:00
Sebastian Mendel
f0b1d9adc0 view icon for views 2005-10-20 09:08:08 +00:00
Sebastian Mendel
0b477e9c03 refresh left frame on view creation 2005-10-20 08:16:27 +00:00
Alexander M. Turek
0042e2eddf Updated some untranslated strings. (de) 2005-10-19 16:50:02 +00:00
Alexander M. Turek
bf2ac73585 utf8_esperanto_ci, ucs2_esperanto_ci 2005-10-19 16:36:03 +00:00
Sebastian Mendel
a595037dcd moved tooltip javascript include into header 2005-10-19 15:29:14 +00:00
Sebastian Mendel
7a0baa863a open db link from querywindow in main frame 2005-10-19 15:16:56 +00:00
Sebastian Mendel
3cedec468e added mark and hover effect to every table of class data 2005-10-19 15:01:54 +00:00
Sebastian Mendel
4e99e2d1f2 moved not always needed code out of event handler, fixed display with larger font 2005-10-19 14:53:19 +00:00
Sebastian Mendel
798558ea4d moved not always needed code out of event handler 2005-10-19 14:32:07 +00:00
Marc Delisle
98e04cadda PHP 5.1.0-dev compatibility 2005-10-19 13:33:18 +00:00
Sebastian Mendel
e58627459a fix problem not remembering selected server 2005-10-19 07:58:50 +00:00
Michal Čihař
c2c7e8b6b0 Fix previous URI modification 2005-10-18 19:57:29 +00:00
Michal Čihař
2a9f434d87 Support for user specific upload and save directories (RFE #1260039). 2005-10-18 19:55:11 +00:00
Michal Čihař
cc1147cca9 Fix URL detection when not called from top level directory (eg. transformations overview). 2005-10-18 18:24:35 +00:00
Michal Čihař
ec473d8d7d Allow to limit list of shown languages (RFE #1328003). 2005-10-18 18:08:33 +00:00
Michal Čihař
b9c79316ef Use common infrastructure for getting tables. 2005-10-18 15:14:52 +00:00
Michal Čihař
b654a24543 Do not set database if not needed. 2005-10-18 14:53:36 +00:00
Sebastian Mendel
9a040b1919 bug #1216521: display duplicate rows for failed unique key creation 2005-10-18 13:11:48 +00:00
Sebastian Mendel
889b2e9f2e update row count in left frame bug #1243908 2005-10-18 10:00:46 +00:00
Sebastian Mendel
071a068442 wrong handling of linebreaks in query: bug #1243888 2005-10-18 08:51:35 +00:00
Marc Delisle
ff3590b6bb update 2005-10-17 16:48:58 +00:00
Sebastian Mendel
cf9e4208d1 code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055 2005-10-17 16:40:32 +00:00
Michal Čihař
3b2485e4f5 Avoid warning if analyzing failed. 2005-10-17 12:53:57 +00:00
Michal Čihař
a0e7436d37 No warning if no db defined. 2005-10-17 12:19:31 +00:00
Sebastian Mendel
e0642c6751 deleted too much in previous checkin ... :-/ 2005-10-17 12:17:26 +00:00
Michal Čihař
04a69209ad Fix escaping detection on multi byte strings. 2005-10-17 12:15:30 +00:00
Michal Čihař
a47cd322ab I didn't do this :-) 2005-10-17 12:14:36 +00:00
Sebastian Mendel
ac4d335c25 removed queryframe.php and references to it 2005-10-17 12:04:39 +00:00
Michal Čihař
a9f87975ce Group databases by rightmost separator (bug #1325651). 2005-10-17 11:46:08 +00:00