Commit Graph

1736 Commits

Author SHA1 Message Date
Michal Čihař
77e68e5a39 Use $cfg['Servers'][1] from config.default.php as defaults for settings in config.inc.php (bug #1330847). 2005-11-02 19:46:47 +00:00
Sebastian Mendel
1095a31bd2 - XHTML compl.
- added class icon
2005-11-02 17:15:44 +00:00
Sebastian Mendel
131d56cf90 - replaced $cfg['Bgcolor*'] with classes
- make use of fieldset
2005-11-02 16:30:06 +00:00
Sebastian Mendel
d7b9ad99e6 minor fixes: html output, speed, rtl lang 2005-11-02 08:18:40 +00:00
Sebastian Mendel
c097def342 fixed 'not defined function' 2005-11-02 07:38:57 +00:00
Sebastian Mendel
522c09e27b display error in error box 2005-11-02 07:22:55 +00:00
Sebastian Mendel
166660ebbf bug #1342332 Error messages wrongly formatted. 2005-11-01 07:53:26 +00:00
Sebastian Mendel
45632daaac fixed some rtl language issues 2005-10-31 15:22:03 +00:00
Michal Čihař
aff64fa5ee Allow collation change for ENUM and SET columns (bug #1343627). 2005-10-31 11:30:29 +00:00
Michal Čihař
4e729233fb Simplify code. 2005-10-31 09:30:55 +00:00
Michal Čihař
da6fae1ec9 Use common code for generating links to documentation, fixes link to new style docs. 2005-10-30 18:59:40 +00:00
Michal Čihař
e6c5fd8027 Do not escape SQL query twice while showing it in error message (bug #1336452). 2005-10-30 17:52:49 +00:00
Michal Čihař
bc9b7aa8b3 Do not break on special chars in column name (bug #1180668). 2005-10-30 17:24:43 +00:00
Michal Čihař
5e1ddad64e Fix documentation links (bug #1341676). 2005-10-29 19:37:45 +00:00
Michal Čihař
fd2196ce5c fix links for chapter documentation (bug #1341676), drop support for old links. 2005-10-29 19:36:24 +00:00
Michal Čihař
1d1005fc3b Link documentation to version we run (RFE #1334292). 2005-10-29 19:09:31 +00:00
Marc Delisle
52795b74fa patch 1328902 (adapted), format row count in the Browse header 2005-10-29 19:06:28 +00:00
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
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
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
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
Sebastian Mendel
a51f2533ea unified message boxes (error, warning, confirmation) 2005-10-26 17:32:19 +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
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
Marc Delisle
8fdd30964e security fix 2005-10-21 02:47:47 +00:00
Sebastian Mendel
3d26b10f0d javascript:PMA_markRowsInit speedup 2005-10-20 12:31:52 +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
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