Sebastian Mendel
05b1ab7820
fixed high ascii char
2005-12-13 00:11:42 +00:00
Sebastian Mendel
5b9cab5a91
check magic_quotes only once in common.inc.php
2005-12-12 14:28:28 +00:00
Sebastian Mendel
1b47c6c676
whitespaces
2005-12-12 13:45:01 +00:00
Sebastian Mendel
df95229536
*** empty log message ***
2005-12-12 13:22:33 +00:00
Sebastian Mendel
3df53b18de
use $goto_whitelist for $__redirect
2005-12-12 12:53:30 +00:00
Sebastian Mendel
e3ff258e16
moved stuff from grab_globals into common.inc.php (preprare removal of grab_globals)
...
check/init global required variables like: $lang, $server, $db, $table, $convcharset, $goto
introduced $goto-whitelist
PEAR coding standard
2005-12-12 12:48:00 +00:00
Marc Delisle
ee3825013d
prepare removal of grab_globals
2005-12-11 13:06:02 +00:00
Marc Delisle
948c3a1ddb
comments added
2005-12-08 20:42:07 +00:00
Marc Delisle
c0c7a8d188
unneeded parameter in PMA_safe_db_list
2005-12-08 20:17:30 +00:00
Sebastian Mendel
4c006a8e30
global init of $GLOBALS['url_params']
2005-12-08 13:33:28 +00:00
Sebastian Mendel
fe8553fa7b
removed PMA_isInto(), deprecated by in_array()
2005-12-08 12:37:38 +00:00
Marc Delisle
369c1bf264
bug #1374236 , sorting order
2005-12-06 17:01:30 +00:00
Sebastian Mendel
c1c725f9f3
PMA_getTab(): use $_SERVER['PHP_SELF']
2005-12-06 16:08:49 +00:00
Michal Čihař
055cd43009
Variable name should be ForceSSL and not ForceSLL (bug #1374452 ).
2005-12-06 15:38:10 +00:00
Sebastian Mendel
e096959857
wrong quote in common.lib.php
2005-12-06 09:54:55 +00:00
Sebastian Mendel
17997b9e68
added PMA_array_merge_recursive()
2005-12-05 13:04:32 +00:00
Michal Čihař
75a16f45f8
Use same script tag, use CDATA for scripts (RFE #995065 ).
2005-12-04 23:14:41 +00:00
Sebastian Mendel
93c4ce3294
call __wakeup for Theme_Manager
2005-12-01 11:04:29 +00:00
Sebastian Mendel
ec92d86aa4
missing '/' in img path (bug #1370437 )
2005-12-01 08:11:15 +00:00
Sebastian Mendel
9429182dcf
removed references to defines.lib.php
2005-11-30 15:07:53 +00:00
Sebastian Mendel
220387cd28
- make use of new PMA_Config class in libraries/common.inc.php
...
- merged PMA_dl() from libraries/defines.lib.php into libraries/common.inc.php
- libraries/defines.lib.php: removed
2005-11-30 14:34:49 +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
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
Sebastian Mendel
a3affc28d6
moved all function to top, to make this as early as possible available
2005-11-28 16:31:58 +00:00
Sebastian Mendel
14ca239cd6
*** empty log message ***
2005-11-26 07:08:38 +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
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