Commit Graph

115 Commits

Author SHA1 Message Date
Sebastian Mendel
e016d0a5c0 bug #1648802 different mysql library and server version 2007-03-15 12:13:04 +00:00
Marc Delisle
911316238b bug 1658160, warning about mcrypt 2007-02-14 21:09:18 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Michal Čihař
cc2d695d8b Add support for hiding server information. 2006-10-17 10:25:01 +00:00
Michal Čihař
b79587ee9f Switch to subversion. 2006-10-13 08:10:07 +00:00
Michal Čihař
40a4f1f030 Mention wiki. 2006-10-13 08:06:24 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
f106d9552e make font size user configurable 2006-07-31 13:52:52 +00:00
Marc Delisle
e4ab1a1eb6 put emphasis on server name on main page 2006-07-13 12:15:11 +00:00
Sebastian Mendel
5304e6330d move server selection in main to the 'right' (below 'phpMyAdmin') 2006-07-09 10:29:28 +00:00
Sebastian Mendel
baf9be29bd move server selection above server details (more logical) 2006-07-06 08:21:32 +00:00
Marc Delisle
7374354a1a bug #1496881, CVS link in main.php broken 2006-05-29 16:08:33 +00:00
Michal Čihař
a9a04c3b64 Possibility to hide creating of database from main (RFE #1370100). 2006-04-27 22:02:57 +00:00
Michal Čihař
9e725e08c6 Fix logout link (bug #1474694). 2006-04-24 07:29:53 +00:00
Marc Delisle
7ebc479fa1 bug #1443337, homepage link 2006-03-06 13:19:57 +00:00
Michal Čihař
e789e40a0b Same title for processes link (RFE #1350356). 2006-02-22 11:31:32 +00:00
Michal Čihař
b105c6c0eb Better message for reloading privileges (RFE #1420556). 2006-02-22 10:41:52 +00:00
Marc Delisle
c3a65a7792 constant already defined 2006-01-19 16:51:51 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
eecff606d7 Show server selection if no server set and we have one server configuration (bug #1399880). 2006-01-11 10:12:06 +00:00
Michal Čihař
b9a53f9c0e Do not fail if no server is defined. 2006-01-11 09:54:45 +00:00
Marc Delisle
14af276a9d reenable a non-privileged user to change his password; display the Reload MySQL link only if user has proper rights 2005-12-27 13:39:44 +00:00
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