Commit Graph

78 Commits

Author SHA1 Message Date
Marc Delisle
aa2076eedc protection against XSS when register_globals is on and .htaccess has no effect 2008-06-17 21:32:48 +00:00
Marc Delisle
4a0e5e89c5 change querying of triggers in conformity with the example in MySQL manual 2008-04-26 15:18:12 +00:00
Marc Delisle
44ca7ef8f3 bug #1934401 [core] Cannot force a language 2008-04-16 18:54:42 +00:00
Marc Delisle
13538ae78d bug #1821264 [display] MaxTableList and INFORMATION_SCHEMA 2007-12-27 23:50:45 +00:00
Marc Delisle
cd05940c9b bug #1848889 [export] export trigger should use DROP TRIGGER IF EXISTS 2007-12-14 17:48:39 +00:00
Marc Delisle
efa1b7f6aa undefined variable when creating a table that exists 2007-10-06 20:03:52 +00:00
Marc Delisle
609d38a9cd start QA_11 2007-07-18 15:55:11 +00:00
Marc Delisle
e2599e32c5 start QA_2_11 2007-07-18 15:54:09 +00:00
Marc Delisle
09b1ea0646 Navigator for the table list in the content panel 2007-06-25 14:00:35 +00:00
Sebastian Mendel
d05620c643 add only slashes where required 2007-05-18 07:03:44 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Marc Delisle
01f16dc6e5 patch #1681620 [interface] support reordering of ['ColumnTypes'] 2007-03-23 16:52:32 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
76eda3dd55 bug #1596328 [export] drop support for POSTGRESQL compatibility mode 2007-03-15 20:35:47 +00:00
Sebastian Mendel
81690240fc bug #1616486 server_databases does not show all databases 2007-02-12 15:19:43 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Michal Čihař
99da0295ea Fix typos (bug #1597137). 2006-11-19 20:54:19 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Marc Delisle
6455e65bc9 wrong parameter when calling error.php 2006-10-19 20:48:14 +00:00
Marc Delisle
9ef2fade2a bug #1568341, last part of the fix 2006-10-06 17:04:43 +00:00
Marc Delisle
530a41aed3 bug #1568341, case sensitivity in db names 2006-10-01 18:55:52 +00:00
Marc Delisle
066664959e bug #1566904, typo 2006-09-29 13:06:45 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
3b526ced4f added error reporting if dblist retrieval from information_schema fails 2006-09-20 14:58:41 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Marc Delisle
f92275d136 workaround information_schema problem when a db directory has wrong permissions or ownership 2006-06-25 12:42:25 +00:00
Marc Delisle
d7ddb66176 continue support for PROCEDURE and FUNCTION 2006-06-22 19:59:30 +00:00
Marc Delisle
4e9745e1e7 start support for PROCEDURE and FUNCTIONS 2006-06-22 16:14:36 +00:00
Marc Delisle
6215a6d94a bug #1490193 and code simplification 2006-05-18 16:53:40 +00:00
Michal Čihař
9f8afc5d4e Reload language file after switch to utf-8 translation (bug #1442605). 2006-04-27 12:13:52 +00:00
Sebastian Mendel
951ea7cdfa disable table stats for MySQL 5 by default 2006-04-13 15:37:09 +00:00
Sebastian Mendel
5d084ddce8 fixed initial sort order 2006-04-13 13:58:58 +00:00
Sebastian Mendel
64941d2881 - extended PMA_DBI_get_databases_full() to allow limiting and sorting
- added new function PMA_DBI_get_databases_count()
2006-04-13 13:49:28 +00:00
Marc Delisle
4d359e7e2f bug #1444892, TYPE deprecated in MySQL 5.1 2006-03-08 18:07:55 +00:00
Sebastian Mendel
5caf0445e6 added workaround for bug #1436171 Cannot display Capitalised Databases 2006-02-22 14:46:35 +00:00
Michal Čihař
30bbf58924 Improve compatibility modes function, thanks to Sebastian. 2006-02-22 11:49:44 +00:00
Michal Čihař
7ad31e219c New function for getting available SQL compatibility modes. 2006-02-22 10:14:43 +00:00
Michal Čihař
c69bebb25b Compatibility with iconv charset names on AIX (patch #1420704, thanks to Bj��rn Wiberg - bwiberg). 2006-02-21 18:14:44 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
60b69f7159 fixed bug: undefined index with empty database in db structure view 2006-01-17 09:31:17 +00:00
Sebastian Mendel
f298dca837 small fix to "PMA_DBI_get_tables_full() first parameter now also accepts an array of database names not only a single name" 2006-01-14 20:55:13 +00:00
Sebastian Mendel
e62ce1a6e2 PMA_DBI_get_tables_full() first parameter now also accepts an array of database names not only a single name 2006-01-14 17:56:18 +00:00
Marc Delisle
734a5ca6fc an assignment syntax does not work on PHP 5.1.2 2006-01-12 21:03:34 +00:00
Michal Čihař
fc270335cf Add support for hiding databases (RFE #1372865). 2005-12-16 13:21:00 +00:00
Sebastian Mendel
45a342b189 - forgot debug code
- correct result for non MySQL 5
2005-12-11 13:54:04 +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