Commit Graph

208 Commits

Author SHA1 Message Date
Sebastian Mendel
5afd8905a6 define variables only where needed, and use NULL to define them, as some places test only for isset and not for content 2005-11-26 06:35:23 +00:00
Sebastian Mendel
a79b25c0e2 forgot to remove debugging stuff ... 2005-11-25 10:23:26 +00:00
Sebastian Mendel
f3ac2a9225 - make PMA_sendHeaderLocation() earlier available
- add SID only if set
- check for url params already exist or not (wether & . SID or ? . SID)
- respect arg_separator.input from php.ini
2005-11-25 10:18:49 +00:00
Michal Čihař
d4a6f3a670 Header and footer per themes (RFE #984152). 2005-11-25 08:17:42 +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
Michal Čihař
280a47fecd Add link for duplicating current frameset (RFE #1165206). 2005-11-23 21:06:51 +00:00
Michal Čihař
c7ec28b4c7 Do not complain if config file is not present, as we can still work in this case (bug #1364647). 2005-11-23 15:12:41 +00:00
Sebastian Mendel
0567bfe215 drop PMA_setFontSizes() 2005-11-23 14:17:53 +00:00
Michal Čihař
dc94d054eb Configurable default connection collation (RFE #1025969). 2005-11-23 13:22:26 +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
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
Marc Delisle
3885bb6bd7 dbh becomes controllink 2005-11-20 14:00:49 +00:00
Sebastian Mendel
29ddb36e9a sorry, wrong version checked in 2005-11-20 11:52:17 +00:00
Sebastian Mendel
851763cb17 prevent undefined constants (if server connection fails) 2005-11-20 11:26:13 +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
507ea546b8 added $GLOBALS['PMA_errors'] array 2005-11-17 12:07:13 +00:00
Sebastian Mendel
48d2f5a3c5 keep the global space clean
- unset variables after use
- commented out some never used variables
2005-11-17 11:12:03 +00:00
Marc Delisle
9889178b87 new query window behavior 2005-11-16 18:56:24 +00:00
Sebastian Mendel
bfddbeafa4 - added PMA_getDbLink
- use fieldset for create table from
2005-11-09 10:38:33 +00:00
Sebastian Mendel
1ee1e0594e added class icon to img-tags 2005-11-04 12:53:25 +00:00
Sebastian Mendel
fb923f851a fixed some rtl lang issues 2005-11-03 17:50:09 +00:00
Michal Čihař
4be384426b Incorrect message for validate links (bug #1346608). 2005-11-03 10:35:35 +00:00
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
131d56cf90 - replaced $cfg['Bgcolor*'] with classes
- make use of fieldset
2005-11-02 16:30:06 +00:00
Sebastian Mendel
166660ebbf bug #1342332 Error messages wrongly formatted. 2005-11-01 07:53:26 +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ř
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ř
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
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
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
d272a82042 bug #1330847 2005-10-21 20:50:48 +00:00
Marc Delisle
8fdd30964e security fix 2005-10-21 02:47:47 +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ř
b9c79316ef Use common infrastructure for getting tables. 2005-10-18 15:14:52 +00:00
Sebastian Mendel
9a040b1919 bug #1216521: display duplicate rows for failed unique key creation 2005-10-18 13:11:48 +00:00
Sebastian Mendel
889b2e9f2e update row count in left frame bug #1243908 2005-10-18 10:00:46 +00:00
Sebastian Mendel
cf9e4208d1 code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055 2005-10-17 16:40:32 +00:00
Michal Čihař
a9f87975ce Group databases by rightmost separator (bug #1325651). 2005-10-17 11:46:08 +00:00
Michal Čihař
a13fadb644 Allow editing of query without database. 2005-10-13 17:26:08 +00:00
Michal Čihař
e70801d40c Use normal font sizes for Mozilla browsers. 2005-10-12 12:11:04 +00:00
Sebastian Mendel
2600d3c29b fixed rowcount in left frame for tables in information_schema 2005-10-12 12:02:00 +00:00