Commit Graph

93 Commits

Author SHA1 Message Date
Sebastian Mendel
a7b7f0bd11 - make use of new PMA_Theme and PMA_Theme_Manager classes
- remove libraries/select_theme.lib.php
2005-11-29 12:25:31 +00:00
Marc Delisle
b9120de531 move server choice into MySQL container 2005-11-25 14:45:22 +00:00
Sebastian Mendel
81cd3d35dc moved setting of cookies into index.php 2005-11-24 17:23:46 +00:00
Marc Delisle
e201cdf3dc Extensions 2005-11-24 13:57:46 +00:00
Sebastian Mendel
eaf7e8e493 - replaced table layout
- added some more infos
2005-11-24 12:45: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
Sebastian Mendel
8f1bb56896 - moved styles into css
- no need for javascript for theme selection
2005-11-23 16:56:16 +00:00
Michal Čihař
8996ff60a1 Functionalised server selection and use it in cookie auth (RFE #1362727). 2005-11-23 15:03:57 +00:00
Michal Čihař
23167de8bf Common code for language selection form. 2005-11-23 11:12:58 +00:00
Michal Čihař
bee36e92a8 Escape verbose server name (bug #1362671). 2005-11-21 12:03:12 +00:00
Sebastian Mendel
507ea546b8 added $GLOBALS['PMA_errors'] array 2005-11-17 12:07:13 +00:00
Michal Čihař
72ca7ecf9a Drop $cfg['ShowMysqlInfo'] and $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser condition from showing php info. 2005-11-13 21:04:50 +00:00
Sebastian Mendel
2f31af9efa bug #1348189 after droping db some links in main.php are missing 2005-11-04 12:31:37 +00:00
Sebastian Mendel
dbf4ee19e3 - bug# 1348089 SQL and actions bellow should be same width
- removed nowrap, vertical srcolling is really annoying
2005-11-04 12:16:06 +00:00
Sebastian Mendel
669037e27e fix for 'fixed some rtl language issues' 2005-10-31 17:46:37 +00:00
Sebastian Mendel
45632daaac fixed some rtl language issues 2005-10-31 15:22:03 +00:00
Michal Čihař
e5d60f74e3 Use normal message on reload, not just plain text. 2005-10-31 12:09:10 +00:00
Michal Čihař
97bcf33be6 Remove useless isset. 2005-10-24 22:15:16 +00:00
Sebastian Mendel
96d1b5cc8b XHTML 1.0 trans. compliance 2005-10-11 16:07:27 +00:00
Marc Delisle
863a6e24d4 bug #1307208, detect lack of permission for CREATE TABLE 2005-09-30 19:22:11 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
b073c6365e patch #1257134: no longer emit the strPmaUriError message 2005-08-23 23:08:21 +00:00
Michal Čihař
48366e0746 Show box for creating database only if user has privileges to do so (bug #1167892). 2005-07-13 12:44:51 +00:00
Michal Čihař
22d486cd17 Correct ALT attribute for image (bug #1232124). 2005-07-10 18:58:37 +00:00
Marc Delisle
bf91566ec4 bug #1193450: XHTML compliance 2005-05-22 17:11:10 +00:00
Michal Čihař
a9aedbe951 Unified cookie path handling, added / to end of path (bug #1155373). 2005-03-06 21:10:53 +00:00
Marc Delisle
fcd2180686 bug #1154137 2005-03-02 11:40:12 +00:00
Marc Delisle
d3d29bb440 bug #1143528, Reload MySQL not shown on MySQL 4.1.2 2005-02-26 13:17:40 +00:00
Alexander M. Turek
fb814cd6ef new icon 2005-01-20 00:06:40 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Marc Delisle
8a251a8f3f Use SHOW GRANTS for MySQL 4.1.2+ 2004-11-01 13:49:45 +00:00
Michal Čihař
b0468dce56 Don't display server choice here, if also in left frame (RFE #984153). 2004-10-21 15:52:39 +00:00
Michal Čihař
3f258cfb45 Cleanup of message displaying and navigation reloading. 2004-10-21 10:18:12 +00:00
Michal Čihař
7579740819 Added support for displaying bin logs (RFE #1011770). 2004-10-20 15:13:10 +00:00
Michal Čihař
34e3a84aa3 Handle correctly situation with no default server (bug #1049107). 2004-10-19 13:46:02 +00:00
Alexander M. Turek
6f96840173 use Traditional Chinese for Hong Kong users 2004-10-12 21:29:08 +00:00
Marc Delisle
f393179dc4 bug 992211 Database 5 2004-09-07 16:57:36 +00:00
Alexander M. Turek
8687273d14 Typo 2004-09-07 03:28:26 +00:00
Alexander M. Turek
dcf17c1159 Check the privileges of the anonymous user, too. 2004-09-05 15:53:32 +00:00
Marc Delisle
6111ce7d45 replace charset introducer by CONVERT USING 2004-09-03 18:59:22 +00:00
Michal Čihař
242e2351c1 Escape theme names (bug #1016608). 2004-09-03 12:10:07 +00:00
Michal Čihař
a56d76b55d Don't show port after verbose name (bug #1013401). 2004-08-25 17:37:46 +00:00
Michal Čihař
ae85313a36 Impleneted versioning and naming for themes (RFEs #991642 and #991645). 2004-08-12 17:38:43 +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
Marc Delisle
c08b5911f8 bug 980232, js error 2004-08-03 11:08:20 +00:00
Marc Delisle
e18937d5d2 better use default values in the fonction 2004-07-25 21:20:10 +00:00
Marc Delisle
837639360f bug 997682 Illegal mix of collations 2004-07-25 20:17:53 +00:00
Marc Delisle
d78299a3d6 doc link for connection collation 2004-07-18 21:48:48 +00:00
Alexander M. Turek
278b126afe The user may now choose his connection character set. This should fix bug #984912. 2004-07-17 22:58:31 +00:00
Alexander M. Turek
231c7733f8 bug #991887 2004-07-15 21:08:59 +00:00