Sebastian Mendel
59e0493b3e
- minor tweak in display
...
- added PMA_unescape_mysql_wildcards()
- bug #1144110 Unable to escape "_"
- now every user from every mysql table is displayed
- no table specific rights for db wildcards
2005-10-28 09:16:36 +00:00
Sebastian Mendel
ce7425d598
bug #688255 Can't edit priv. when different host in db and user
2005-10-27 20:49:15 +00:00
Sebastian Mendel
dfab220458
[XSS] clean $_SERVER variables (sometimes i just forget to save all files before checkin ...)
2005-10-27 19:27:57 +00:00
Sebastian Mendel
e1062426cf
forgot one if()
2005-10-27 18:31:22 +00:00
Sebastian Mendel
4e097c02e9
format rowcount in left frame
2005-10-27 17:09:59 +00:00
Sebastian Mendel
2d6e0f00d8
[XSS] clean $_SERVER variables
2005-10-27 17:03:36 +00:00
Sebastian Mendel
6c7933cd52
- bug #1274032 Field privileges with database names containing underscores
...
- use DROP USER
- use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
2005-10-27 15:23:32 +00:00
Sebastian Mendel
82e144529b
bug #1334963 Per-server themes - left frame colors unthemed
2005-10-27 08:57:00 +00:00
Sebastian Mendel
2157d7390d
- added style for class selectallarrow
...
- added extra space between icons and text
2005-10-27 08:34:55 +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
Sebastian Mendel
4a91d35542
PMA_getDbCollation():
...
- preserve selected db
- make use of PMA_DBI_select_db()
- documentation
2005-10-27 06:29:43 +00:00
Sebastian Mendel
8f9208e96b
do not truncate rowcount
2005-10-27 06:04:43 +00:00
Marc Delisle
50228bdadb
French update
2005-10-26 20:52:05 +00:00
Marc Delisle
0c7d1cc914
update
2005-10-26 20:50:46 +00:00
Sebastian Mendel
e947e6d2db
MySQL 5 requires CREATE USER before GRANT
2005-10-26 19:28:23 +00:00
Sebastian Mendel
a51f2533ea
unified message boxes (error, warning, confirmation)
2005-10-26 17:32:19 +00:00
Michal Čihař
cdc95334c9
ignore version checks as it tends to be too complicated, see bug #1337873
2005-10-25 22:25:43 +00:00
Michal Čihař
2678154e2f
Reread table information after change, so that rendered page contains change, that has been just done.
2005-10-25 22:03:14 +00:00
Michal Čihař
713355f1dc
Allow to change auto_increment for InnoDB, supported since MySQL 5.0.3 (bug #1337873 ).
2005-10-25 21:47:09 +00:00
Marc Delisle
12d6cc9fa7
update
2005-10-25 19:55:46 +00:00
Michal Čihař
e68f1a0933
"Log in" is correct naming for action (RFE #945440 ).
2005-10-25 19:21:41 +00:00
Michal Čihař
e23fa7ba6f
translation update
2005-10-24 22:20:41 +00:00
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