Sebastian Mendel
248d12363d
added check is_readable for user config file
2005-12-14 17:12:28 +00:00
Michal Čihař
76bbf08a3d
Move navigation frame to right for rtl languages.
2005-12-14 15:59:39 +00:00
Michal Čihař
c04775d955
Move navigation frame to right for rtl languages.
2005-12-14 15:35:24 +00:00
Michal Čihař
720824ac4f
Resurrect database link in light frame (bug #1373804 ).
2005-12-14 15:15:21 +00:00
Michal Čihař
a2cb119443
Transliterate invalid chars by default (RFE #1380255 ).
2005-12-14 14:29:59 +00:00
Michal Čihař
cb91cf1032
Fix query history displaying (bug #1374639 ).
2005-12-13 13:37:42 +00:00
Sebastian Mendel
05b1ab7820
fixed high ascii char
2005-12-13 00:11:42 +00:00
Michal Čihař
43bae7bd90
Use same format of version file as in upgrade.pl.
2005-12-12 21:48:23 +00:00
Sebastian Mendel
aa7136b7a6
revised
2005-12-12 18:56:31 +00:00
Marc Delisle
39235bf003
new tags
2005-12-12 17:47:54 +00:00
Sebastian Mendel
d275d8d82c
styled table operations dialog
2005-12-12 17:13:34 +00:00
Sebastian Mendel
a5ad472370
*** empty log message ***
2005-12-12 14:31:27 +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
b8a6065093
*** empty log message ***
2005-12-12 13:03:24 +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
Marc Delisle
a05f06bc48
revert changes
2005-12-11 23:49:19 +00:00
Michal Čihař
8bef434b4d
translation update
2005-12-11 22:02:53 +00:00
Michal Čihař
6bc537fe43
This hack should not be needed without base href=
2005-12-11 20:24:21 +00:00
Michal Čihař
8cdb8fb2aa
Drop <base href=".." />, it should not be needed at all.
2005-12-11 20:20:14 +00:00
Michal Čihař
0ff32f1157
Use same URL for updating as for setup.php, this one is autogenerated so there is no need for more manual steps.
2005-12-11 17:16:05 +00:00
Sebastian Mendel
45a342b189
- forgot debug code
...
- correct result for non MySQL 5
2005-12-11 13:54:04 +00:00
Marc Delisle
f6d24d59c9
first example for deglobalization: goto
2005-12-11 13:49:00 +00:00
Marc Delisle
ee3825013d
prepare removal of grab_globals
2005-12-11 13:06:02 +00:00
Marc Delisle
7f86d41fa9
missing parts
2005-12-10 18:45:45 +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
Marc Delisle
9535cdc246
cleanup
2005-12-10 14:39:29 +00:00
Marc Delisle
e0a640ff06
Browse distinct values
2005-12-10 14:27:47 +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ř
fa383a0eb4
Show available version information even when using CVS version.
2005-12-09 11:55:36 +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ř
a50b2c495a
add missing message
2005-12-08 23:07:22 +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
Marc Delisle
7eef95e875
clarify another case for the need of rights to mysql db for the controluser
2005-12-08 21:01:47 +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ř
c654bde0e7
better title
2005-12-08 19:43:12 +00:00
Michal Čihař
4144110d14
Fix XHTML.
2005-12-08 19:41:21 +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