Sebastian Mendel
|
9a715f8c96
|
merged code from common.inc.php and defines.lib.php
|
2005-11-30 14:00:30 +00:00 |
|
Marc Delisle
|
75ba7193a3
|
bug #1367549, handling of CURRENT_TIMESTAMP
|
2005-11-29 18:44:13 +00:00 |
|
Sebastian Mendel
|
86a4731d48
|
merged check for collationconnection and output buffering from common.lib.php
|
2005-11-29 18:28:08 +00:00 |
|
Sebastian Mendel
|
687ea83a62
|
added checkPmaAbsoluteUri()
|
2005-11-29 17:41:27 +00:00 |
|
Sebastian Mendel
|
ff6c564b13
|
new class for handling config
|
2005-11-29 16:46:46 +00:00 |
|
Sebastian Mendel
|
ff639be84d
|
deprecated
|
2005-11-29 13:39:00 +00:00 |
|
Sebastian Mendel
|
fa4c30cfda
|
added PMA_Theme_Manager::printPreviews()
|
2005-11-29 12:48:53 +00:00 |
|
Sebastian Mendel
|
67a1f28f9a
|
PMA_Theme::printPreview()
|
2005-11-29 12:48:12 +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 |
|
Sebastian Mendel
|
061da44a92
|
added some functionality
|
2005-11-29 12:15:42 +00:00 |
|
Sebastian Mendel
|
277ba326df
|
- added PMA_setCookie() and PMA_removeCookie()
- moved setting of cookies from index.php into common.lib.php
|
2005-11-29 08:45:01 +00:00 |
|
Michal Čihař
|
19b4f9ff24
|
This line should not be commented out.
|
2005-11-28 20:49:46 +00:00 |
|
Michal Čihař
|
ea58d9f259
|
Do not use functions not supported by older PHP.
|
2005-11-28 18:21:19 +00:00 |
|
Sebastian Mendel
|
e988938d43
|
use PMA_sendHeaderLocation()
|
2005-11-28 16:42:00 +00:00 |
|
Sebastian Mendel
|
a3affc28d6
|
moved all function to top, to make this as early as possible available
|
2005-11-28 16:31:58 +00:00 |
|
Michal Čihař
|
319cabce52
|
Display PMA_errors on login form.
|
2005-11-28 13:54:45 +00:00 |
|
Sebastian Mendel
|
2153a6af48
|
- revised
- added check for lang directory (./lang/)
- check files for languages
|
2005-11-28 12:19:03 +00:00 |
|
Sebastian Mendel
|
39384a2df2
|
new classes for handling themes
|
2005-11-28 07:59:36 +00:00 |
|
Michal Čihař
|
a1f608d0bc
|
Store HTML entities rather than relying on php functions to create them.
|
2005-11-27 22:04:11 +00:00 |
|
Michal Čihař
|
8fb8197346
|
Fix undefined indexes.
|
2005-11-27 21:54:53 +00:00 |
|
Sebastian Mendel
|
ed31f99d0c
|
- fixed unchecked variables as it was originaly in my mind
- added error message if requested lang could not be set
- set fallback to en-utf-8
- minore fixes
|
2005-11-26 07:43:01 +00:00 |
|
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 |
|