Michal Čihař
a2cb119443
Transliterate invalid chars by default (RFE #1380255 ).
2005-12-14 14:29:59 +00:00
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
75b4afbe4e
bug #1375752 wrong page after insert
2005-12-12 00:16:54 +00:00
Michal Čihař
8cdb8fb2aa
Drop <base href=".." />, it should not be needed at all.
2005-12-11 20:20:14 +00:00
Sebastian Mendel
45a342b189
- forgot debug code
...
- correct result for non MySQL 5
2005-12-11 13:54:04 +00:00
Marc Delisle
ee3825013d
prepare removal of grab_globals
2005-12-11 13:06:02 +00:00
Marc Delisle
9cc77d6ecb
bug #1370785 , error browsing a table under PHP 4 when no controluser is defined but a pmadb is defined
2005-12-10 15:51:38 +00:00
Sebastian Mendel
76731a6eb8
fixed BC for PMA_DBI_get_fields()
2005-12-09 17:43:06 +00:00
Sebastian Mendel
fd7d7ab574
- some comments, PEAR coding standard
...
- PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
- added PMA_DBI_get_columns_full()
- PMA_DBI_fetch_result() now accepts an array as $key parameter for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
- PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
2005-12-09 15:02:26 +00:00
Michal Čihař
cde0c1670f
Fix typos.
2005-12-09 12:15:38 +00:00
Michal Čihař
bffbf8c8bc
This is mysql extension.
2005-12-09 11:57:12 +00:00
Michal Čihař
c10246cc1e
Improved and cleaned up http auth.
2005-12-09 11:11:44 +00:00
Sebastian Mendel
12f1164148
PMA_DBI_free_result() now accepts more than one resource to be freed
2005-12-09 10:04:01 +00:00
Michal Čihař
67819ff8c3
I should really sleep when I forgot to commit files :-).
...
Generic plugin infrastructure and use it in import (needed for RFE#1325937), work in progress.
2005-12-08 22:57:53 +00:00
Michal Čihař
3e79c53e3f
Generic plugin infrastructure and use it in import (needed for RFE#1325937), work in progress.
2005-12-08 22:52:03 +00:00
Michal Čihař
4de79cbc10
Backquote database name (RFE#1376336).
2005-12-08 21:07:05 +00:00
Michal Čihař
6eff6bfcdc
should be ==
2005-12-08 20:47:24 +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
Michal Čihař
826c11215b
Require bookmark code when we use it.
2005-12-08 19:39:34 +00:00
Michal Čihař
044b696570
Do not choke on arrays in $_SERVER array (bug #1370414 ).
2005-12-08 19:36:32 +00:00
Michal Čihař
bfdb94c249
Suggest to run setup script if auth with default values fails.
2005-12-08 18:56:40 +00:00
Michal Čihař
42268f9575
Refuse to load config file with world writable permissions, refuse to work with existing config dir.
2005-12-08 18:29:41 +00:00
Michal Čihař
f420e85a67
Fix XHTML.
2005-12-08 16:15:48 +00:00
Sebastian Mendel
4c006a8e30
global init of $GLOBALS['url_params']
2005-12-08 13:33:28 +00:00
Sebastian Mendel
8344198c10
moved tbl_properties_common.php into libraries
2005-12-08 13:19:25 +00:00
Sebastian Mendel
7e5b651bec
fixed undefined variables (moved table related output after possible table changes)
2005-12-08 13:08:28 +00:00
Sebastian Mendel
fe8553fa7b
removed PMA_isInto(), deprecated by in_array()
2005-12-08 12:37:38 +00:00
Sebastian Mendel
f802429004
added some comments and made some code more readable
2005-12-08 12:14:34 +00:00
Sebastian Mendel
a9d6fdacef
added PMA_table_rename()
2005-12-08 09:29:50 +00:00
Sebastian Mendel
6d5746b7bb
moved table related output after possible table changes (bug #1375752?, partly discussion of #1373804 )
2005-12-08 09:25:22 +00:00
Sebastian Mendel
8444d62a58
syncronize id and name attribute for frame tags but keep IE sending querywindow form to the correct window (bug #1374757 , #1364470 , #1297985 )
2005-12-07 22:59:37 +00:00
Sebastian Mendel
2e98aab560
arrange innodb buffer pool tables side by side
2005-12-07 11:24:38 +00:00
Sebastian Mendel
87abe9a477
NEW
2005-12-07 10:55:34 +00:00
Sebastian Mendel
2b653e3908
NEW
2005-12-07 10:49:43 +00:00
Sebastian Mendel
b15044a6ab
NEW
2005-12-07 10:41:35 +00:00
Sebastian Mendel
00cc9dd431
- PEAR coding standard
...
- added comments
- added more status variables
2005-12-07 10:28:50 +00:00
Sebastian Mendel
8ebab681b6
NEW
2005-12-07 10:01:43 +00:00
Sebastian Mendel
085bd0c36b
added more status variables
2005-12-07 09:51:29 +00:00
Sebastian Mendel
adfd1bd6ef
added PMA_StorageEngine::getMysqlHelpPage()
2005-12-07 09:05:15 +00:00
Sebastian Mendel
5cbdcc29a7
- PEAR coding standard
...
- added comments
- added more status variables
2005-12-07 08:59:45 +00:00
Sebastian Mendel
50c4439d30
clear old config values
2005-12-07 08:32:21 +00:00
Marc Delisle
8fb1f3ce4c
bug #1374753 , Language change on login panel not propagated
2005-12-06 19:57:42 +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