Commit Graph

7005 Commits

Author SHA1 Message Date
Michal Čihař
8996ff60a1 Functionalised server selection and use it in cookie auth (RFE #1362727). 2005-11-23 15:03:57 +00:00
Sebastian Mendel
8fc4a4ce05 moved styles into css 2005-11-23 15:01:29 +00:00
Michal Čihař
d6391f6346 Use fieldsets on login form (RFE #1364546). 2005-11-23 14:43:55 +00:00
Michal Čihař
1d35ed62cd add cvs id 2005-11-23 14:36:06 +00:00
Michal Čihař
8ddefe075b Use notice box for cookie information. 2005-11-23 14:29:12 +00:00
Michal Čihař
331fb423ef Use fieldsets on login form (RFE #1364546). 2005-11-23 14:25:08 +00:00
Sebastian Mendel
0567bfe215 drop PMA_setFontSizes() 2005-11-23 14:17:53 +00:00
Sebastian Mendel
a9de47ae94 correct lang definition 2005-11-23 13:44:58 +00:00
Michal Čihař
dc94d054eb Configurable default connection collation (RFE #1025969). 2005-11-23 13:22:26 +00:00
Michal Čihař
ccb2e11f67 Try to load mcrypt extension. 2005-11-23 12:14:39 +00:00
Michal Čihař
75943a0ede Show native names of languages (RFE #1342726). 2005-11-23 11:58:01 +00:00
Michal Čihař
23167de8bf Common code for language selection form. 2005-11-23 11:12:58 +00:00
Michal Čihař
122cfe19ed Remove unused messages. 2005-11-23 10:41:30 +00:00
Michal Čihař
f9ab10666a CSV import fixes:
- Drop optional escaping as this should not have any real functionality.
 - Do not overwrite error message from import in case of single SQL query is being executed.
 - Make enclosing behaviour same as in MySQL LOAD DATA (bug #1363532).
2005-11-23 10:34:52 +00:00
Sebastian Mendel
b366aa4b64 - merged two server array checks
- dont exit if user config loading failed
- dont exit with invalid server index
- use file_get_contents() or file() if not present
- removed wrong error message
- check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
2005-11-22 13:37:53 +00:00
Sebastian Mendel
8cd4e67d59 added htmlspecialchars() 2005-11-22 12:14:59 +00:00
Sebastian Mendel
c4e1207e2c - respect only $GLOBALS['cfg']['ShowPhpInfo']
- minimum include
2005-11-22 11:58:37 +00:00
Sebastian Mendel
c91e67202d themes to ignore 2005-11-22 07:11:09 +00:00
Sebastian Mendel
ec4dd3cb14 for testing themes 2005-11-22 07:09:04 +00:00
Michal Čihař
0f8da57b54 Avoid XSS on HTTP_HOST. 2005-11-21 12:46:10 +00:00
Michal Čihař
bee36e92a8 Escape verbose server name (bug #1362671). 2005-11-21 12:03:12 +00:00
Michal Čihař
d7b1759c54 Make code more redable, default to MySQL 5.0 documentation as it is latest stable version. 2005-11-21 00:30:38 +00:00
Michal Čihař
14cb2f4608 Translate message that has been ignored for 2.7.0 release. 2005-11-21 00:08:32 +00:00
Michal Čihař
898ee94c1a Fix query splitting in some cases (reported by Marc). 2005-11-20 23:58:29 +00:00
Marc Delisle
3885bb6bd7 dbh becomes controllink 2005-11-20 14:00:49 +00:00
Marc Delisle
9425428157 going to 2.7.1-dev 2005-11-20 13:38:23 +00:00
Marc Delisle
686710b1dc 2.7.0-rc1 2005-11-20 12:57:44 +00:00
Sebastian Mendel
29ddb36e9a sorry, wrong version checked in 2005-11-20 11:52:17 +00:00
Sebastian Mendel
55662d7c88 undefined variable (if server connection fails) 2005-11-20 11:49:57 +00:00
Sebastian Mendel
851763cb17 prevent undefined constants (if server connection fails) 2005-11-20 11:26:13 +00:00
Sebastian Mendel
62b8ad7233 require_once server_common.inc.php 2005-11-18 18:13:59 +00:00
Sebastian Mendel
c9a50c006c use superscript tag for comment 2005-11-18 18:03:43 +00:00
Marc Delisle
1d7831c153 initialize in case there are no databases (MySQL < 5.0) 2005-11-18 13:36:25 +00:00
Sebastian Mendel
a0b56956a0 undeclared variables 2005-11-18 13:34:08 +00:00
Sebastian Mendel
3115a8de77 javascript warning: function does not always return a vlaue 2005-11-18 13:28:29 +00:00
Sebastian Mendel
2ae5e5f87d missing ; after &quot 2005-11-18 13:24:43 +00:00
Sebastian Mendel
1f3fe5fa08 fixed minimum_common for css files 2005-11-18 13:10:34 +00:00
Sebastian Mendel
ec0013dbf6 - common.lib.php should REALLY REALLY and ALWAYS be the first include
- no other calls to grab_gloabls.lib.php
2005-11-18 13:02:36 +00:00
Sebastian Mendel
fcf387bc70 common.lib.php should REALLY REALLY and ALWAYS be the first include 2005-11-18 12:50:49 +00:00
Sebastian Mendel
7a56c56c4b do not truncate rowcount and next autoindex 2005-11-18 12:26:59 +00:00
Sebastian Mendel
18d703a208 small improvements 2005-11-18 12:11:16 +00:00
Sebastian Mendel
dad5904623 small improvements 2005-11-18 12:10:17 +00:00
Sebastian Mendel
f23e91f363 fixed font sizes 2005-11-18 11:47:01 +00:00
Sebastian Mendel
a63eeefe84 small improvements 2005-11-18 11:33:30 +00:00
Sebastian Mendel
528469e57e - require_once common.lib.php BEFORE ANYTHING else
- unified style, removed tables
- removed superuser check for dbstats
2005-11-18 11:31:15 +00:00
Marc Delisle
437e16841d lang 2005-11-17 17:40:06 +00:00
Marc Delisle
003493004a update 2005-11-17 17:38:41 +00:00
Marc Delisle
90226dc244 update 2005-11-17 17:24:36 +00:00
Marc Delisle
37617abba7 patch #1353283, improvements to doc 2005-11-17 14:26:25 +00:00
Sebastian Mendel
34b6eb346d - wrong check for empty
- forgot to check $sanitize
2005-11-17 13:53:06 +00:00