Sebastian Mendel
|
14ca239cd6
|
*** empty log message ***
|
2005-11-26 07:08:38 +00:00 |
|
Sebastian Mendel
|
82572774cd
|
define variables only where needed
|
2005-11-26 06:59:49 +00:00 |
|
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
|
af66555969
|
argh! now really!
|
2005-11-26 06:11:48 +00:00 |
|
Sebastian Mendel
|
9ec71beedf
|
allow scripts to bypass importing vars
|
2005-11-26 06:08:07 +00:00 |
|
Marc Delisle
|
7cb1a1f155
|
undefined pma_lang the first time (cookie does not exist)
|
2005-11-25 15:40:33 +00:00 |
|
Marc Delisle
|
b1ae3a10bc
|
show currently selected server
|
2005-11-25 15:36:04 +00:00 |
|
Sebastian Mendel
|
ea2720fe2f
|
respect arg_separator.input from php.ini
|
2005-11-25 10:39:45 +00:00 |
|
Sebastian Mendel
|
42feed2cca
|
use PMA_sendHeaderLocation() and new functionality of PMA_generate_common_url()
|
2005-11-25 10:25:27 +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 |
|
Sebastian Mendel
|
8e029f7ad8
|
do not htmlentities on whole string
|
2005-11-25 09:51:18 +00:00 |
|
Michal Čihař
|
562c710eed
|
Do not create URLs like index.php?&.
|
2005-11-25 09:12:13 +00:00 |
|
Michal Čihař
|
3a1d75cc2e
|
remove per theme header and footer.
|
2005-11-25 08:58:11 +00:00 |
|
Michal Čihař
|
9aa4e9ac61
|
Better message for new window, thanks to Sebastian and Marc.
|
2005-11-25 08:49:56 +00:00 |
|
Michal Čihař
|
9935bfd907
|
Ignore custom headers and temporary files from Vim.
|
2005-11-25 08:44:56 +00:00 |
|
Michal Čihař
|
ab9aef8977
|
Header and footer per themes (RFE #984152), config.{header,footer}.inc.php files are now optional.
|
2005-11-25 08:37:54 +00:00 |
|
Michal Čihař
|
dc536cef69
|
Fix undefined indexes.
|
2005-11-25 08:28:51 +00:00 |
|
Michal Čihař
|
d4a6f3a670
|
Header and footer per themes (RFE #984152).
|
2005-11-25 08:17:42 +00:00 |
|
Sebastian Mendel
|
ea94a378d4
|
made code more reliable
|
2005-11-24 17:26:26 +00:00 |
|
Sebastian Mendel
|
b9888e570d
|
- dont add variables already in cookie (reduces html output up to 30%)
- can pass all url variables as array to function
|
2005-11-24 16:16:00 +00:00 |
|
Sebastian Mendel
|
0419817bb5
|
added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info() PMA_DBI_get_host_info()
|
2005-11-24 12:31:34 +00:00 |
|
Michal Čihař
|
abb6b7e83d
|
of course in both modes...
|
2005-11-24 10:04:08 +00:00 |
|
Michal Čihař
|
ee5bb05096
|
Disable clicking events on table creation (bug #1358896).
|
2005-11-24 10:00:46 +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ř
|
e040c424fa
|
Move tbl_replace_fields.php to libraries folder as it does not require direct access.
|
2005-11-24 09:00:21 +00:00 |
|
Michal Čihař
|
c40b663969
|
Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it does not require direct access.
|
2005-11-24 08:55:33 +00:00 |
|
Michal Čihař
|
5fe9f0f259
|
Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.
|
2005-11-24 08:42:20 +00:00 |
|
Michal Čihař
|
66aa9d2396
|
Move server_{links,common}.inc.php to libraries folder as it does not require direct access.
|
2005-11-24 08:29:44 +00:00 |
|
Michal Čihař
|
f5f7fc3740
|
Move mult_submits.inc.php to libraries folder as it does not require direct access.
|
2005-11-24 08:22:28 +00:00 |
|
Michal Čihař
|
05c719aba3
|
Fix XSS on some libraries (CVE-2005-3665).
|
2005-11-24 08:15:00 +00:00 |
|
Michal Čihař
|
42d5ca744b
|
Use native MySQL comments when applicable (RFE #1362923).
|
2005-11-23 22:13:18 +00:00 |
|
Michal Čihař
|
280a47fecd
|
Add link for duplicating current frameset (RFE #1165206).
|
2005-11-23 21:06:51 +00:00 |
|
Michal Čihař
|
c82587ab32
|
Remember selected page when login time outs.
|
2005-11-23 20:31:47 +00:00 |
|
Michal Čihař
|
f9293a28b3
|
Better description for filename format (RFE #1362423).
|
2005-11-23 19:49:16 +00:00 |
|
Michal Čihař
|
513ead7b25
|
Deny access to libraries folder over HTTP.
|
2005-11-23 19:16:25 +00:00 |
|
Michal Čihař
|
618f2d7408
|
Move javascript stuff out of libraries folder.
|
2005-11-23 19:10:30 +00:00 |
|
Michal Čihař
|
075972b8ac
|
Move transformation overview out of libraries folder.
|
2005-11-23 18:59:42 +00:00 |
|
Sebastian Mendel
|
b755b20bde
|
uninitialized variable
|
2005-11-23 17:34:44 +00:00 |
|
Michal Čihař
|
fef607cd64
|
Move error message on top of page.
|
2005-11-23 16:45:13 +00:00 |
|
Michal Čihař
|
77a264fd90
|
code cleanup and XHTML validity
|
2005-11-23 15:32:15 +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
|
37dec301be
|
*REVERTED* correct lang definition
|
2005-11-23 15:10:19 +00:00 |
|
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 |
|