Commit Graph

130 Commits

Author SHA1 Message Date
Marc Delisle
8415b0049e do not display $strMysqlLibDiffersServerVersion if the client is mysqlnd 2007-10-19 17:14:36 +00:00
Sebastian Mendel
5dd96d42ce replaced $PMA_errors with new PMA_Error_Handler 2007-10-08 16:02:58 +00:00
Sebastian Mendel
1e81ce19e3 removed MySQL < 5 code 2007-10-02 09:57:19 +00:00
Marc Delisle
5b5bb08c84 change class of message about MySQL lib to "notice" 2007-09-12 09:40:59 +00:00
Marc Delisle
723758e333 Do not display "Your MySQL library..." if only the Z part of X.Y.Z version is different 2007-09-06 16:02:59 +00:00
Marc Delisle
3e460af6cf remove non-UTF-8 2007-09-04 16:59:39 +00:00
Marc Delisle
86e8de4285 remove duplicate field ids 2007-09-04 16:28:51 +00:00
Marc Delisle
d25f96a383 dead code 2007-08-18 20:20:45 +00:00
Marc Delisle
ec57102634 warnings for new requirements; remove old PHP4 code 2007-08-18 20:15:47 +00:00
Marc Delisle
b530b2b579 bug #1771721 Old SVN URLs 2007-08-17 20:52:07 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Sebastian Mendel
420a9d58e7 bug #1662976 Authentication fails when controluser/pass is set 2007-03-19 15:06:53 +00:00
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