Commit Graph

7077 Commits

Author SHA1 Message Date
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
Marc Delisle
2472e2f3aa typo 2005-12-08 19:32:33 +00:00
Marc Delisle
b62ac45150 typo 2005-12-08 19:29:18 +00:00
Michal Čihař
b61e1e99ad Fix XHTML. 2005-12-08 19:25:44 +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
Marc Delisle
213a3b43d7 typos 2005-12-08 18:26:45 +00:00
Michal Čihař
513055cfb2 Improve setup script permissions. 2005-12-08 18:18:24 +00:00
Michal Čihař
23e7411452 Show Save and Load buttons disabled if saving not available. 2005-12-08 18:16:16 +00:00
Michal Čihař
ff1d4d185b Add commands how to setup config dir. 2005-12-08 18:15:21 +00:00
Michal Čihař
f420e85a67 Fix XHTML. 2005-12-08 16:15:48 +00:00
Michal Čihař
31d08caa29 Fix output before headers. 2005-12-08 16:13:51 +00:00
Michal Čihař
d9f741c9cb XHTML 2005-12-08 16:06:50 +00:00
Michal Čihař
d12b802997 translation update 2005-12-08 16:04:39 +00:00
Michal Čihař
47111073a5 Fix XHTML and thus action selection behavior (bug #1376391). 2005-12-08 16:02:06 +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
81feec2fc2 fixed undefined variables (moved table related output after possible table changes) 2005-12-08 13:11:10 +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
fb53db0807 *** empty log message *** 2005-12-08 12:42:01 +00:00
Sebastian Mendel
388e2364fb removed, deprecated by function PMA_table_rename() 2005-12-08 12:39:59 +00:00
Sebastian Mendel
fe8553fa7b removed PMA_isInto(), deprecated by in_array() 2005-12-08 12:37:38 +00:00
Sebastian Mendel
c0966e3ad0 deprecated by function PMA_table_rename() 2005-12-08 12:27:02 +00:00
Sebastian Mendel
42c1128c84 complete revise (xhtml output, fieldsets, forms merged) 2005-12-08 12:23:04 +00:00