Commit Graph

6409 Commits

Author SHA1 Message Date
Marc Delisle
e1d7360229 new translator 2005-10-03 12:18:05 +00:00
Michal Čihař
adcb11c5c2 translation update 2005-10-02 11:20:50 +00:00
Marc Delisle
5ed987e782 improved logic 2005-09-30 20:49:56 +00:00
Marc Delisle
46c625039f MySQL < 4.1.x and super-user, better fix 2005-09-30 20:12:10 +00:00
Marc Delisle
c4c420d019 MySQL < 4.1.x and super-user 2005-09-30 19:58:32 +00:00
Marc Delisle
863a6e24d4 bug #1307208, detect lack of permission for CREATE TABLE 2005-09-30 19:22:11 +00:00
Michal Čihař
ea707775d2 Fix auto increment export (bug #1309257). 2005-09-30 18:38:14 +00:00
Sebastian Mendel
c8971b42e8 bug #1305830 wrong db choosen 2005-09-28 17:03:17 +00:00
Sebastian Mendel
6dbd2398c6 introduced PMA_secureSession() 2005-09-28 11:57:04 +00:00
Marc Delisle
171613c0d0 bug #1262250, cannot change ENUM default value to empty 2005-09-28 11:50:50 +00:00
Michal Čihař
6331ef6ae6 lets ignore also other theme :-) 2005-09-28 07:46:41 +00:00
Sebastian Mendel
1c16f918a8 dont display bookmark selection fieldset if no bookmark exists 2005-09-28 07:36:14 +00:00
Sebastian Mendel
06fd6260d8 removed unneeded variable 2005-09-28 07:11:37 +00:00
Sebastian Mendel
438e85dc71 *** empty log message *** 2005-09-28 06:00:49 +00:00
Michal Čihař
7f330d50f0 improve translation 2005-09-27 19:56:57 +00:00
Michal Čihař
cbea45fa0f Use common file listing in query window, remove no more used functions. Please note that file import from query windows is currently half rewritten, so compressed imports will not work. 2005-09-27 19:30:44 +00:00
Marc Delisle
de03ca872b 2.7.0-dev 2005-09-27 19:29:49 +00:00
Michal Čihař
ec2ac82b89 Use file common file listing. 2005-09-27 19:07:36 +00:00
Michal Čihař
22ddb6cee2 Sort file list on import tab, prepare generic framework to be used elsewhere (RFE #1303145). 2005-09-27 18:57:58 +00:00
Michal Čihař
600d2bb8bc this time do it real :-) 2005-09-27 18:35:33 +00:00
Michal Čihař
e19e959c04 add id 2005-09-27 18:34:39 +00:00
Michal Čihař
c6044d36b4 Do not use strOr, drop file upload from normal SQL dialogs. 2005-09-27 18:30:18 +00:00
Michal Čihař
8f2db31c6a translations update and fixup 2005-09-27 16:41:18 +00:00
Sebastian Mendel
87764fc859 introducing sessions 2005-09-27 16:26:18 +00:00
Sebastian Mendel
c0ed74861a partially fixed bug: odd display of navtabs in Gecko-Browsers 2005-09-27 14:42:29 +00:00
Michal Čihař
45b724d66c remove empty line at the end of file causing php warnings 2005-09-27 14:21:56 +00:00
Sebastian Mendel
858f910004 completed function docblocks 2005-09-27 14:18:58 +00:00
Michal Čihař
4423a17b76 improve some messages 2005-09-27 14:08:38 +00:00
Sebastian Mendel
b8741540db moved all code for queryboxes into libraries/sql_query_form.lib.php, replaced table with fieldsets, moved styles into css, minor interface changes related to queryboxes 2005-09-27 13:53:49 +00:00
Michal Čihař
fe75253e41 Separate some new information on MySQL 5. 2005-09-27 10:57:06 +00:00
Michal Čihař
70a5936680 translation update, finally complete 2005-09-27 08:17:29 +00:00
Michal Čihař
d3a666f936 improve fix for [ 1303994 ] PHP error message on empty queries 2005-09-26 20:04:02 +00:00
Michal Čihař
46a89458e3 update comment 2005-09-26 19:39:46 +00:00
Michal Čihař
db82872c0a Do not allow to create table that already exists (RFE #1255931). 2005-09-26 19:35:53 +00:00
Michal Čihař
d5b78243d8 Do no try to parse empty SQL query (bug #1303994). 2005-09-26 19:14:12 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
176c60cfe3 2.6.5-dev 2005-08-27 11:35:46 +00:00
Marc Delisle
af6cf8d6d7 lang 2005-08-26 16:31:29 +00:00
Marc Delisle
ae405f507e update 2005-08-26 16:29:58 +00:00
Marc Delisle
b073c6365e patch #1257134: no longer emit the strPmaUriError message 2005-08-23 23:08:21 +00:00
Marc Delisle
b4b17a122f bug #1267177 wrong return page after edit 2005-08-23 15:57:51 +00:00
Michal Čihař
b8ece09b6b Do not get TABLES as table name, it's used on some queries by MySQL 5.0.x (bug #1266623). 2005-08-23 12:14:36 +00:00
Michal Čihař
6268182df8 Abide cfg['Lang'] settings even if using MySQL > 4.1.x (bug #1266626). 2005-08-23 11:56:52 +00:00
Michal Čihař
39ea0b8557 Default charset for export is now configurable (RFE #1263772). 2005-08-22 21:41:20 +00:00
Michal Čihař
6164cb16ae Protect against possible XSS (bug #1265740), move input sanitizing to special file. 2005-08-22 21:00:52 +00:00
Marc Delisle
d744fc05a2 needs theme version 3 2005-08-20 20:24:39 +00:00
Marc Delisle
4953ca003e bug #1258956, typo 2005-08-20 20:11:27 +00:00
Marc Delisle
ecc9022346 patch #1258978, move common code for error pages out of common.lib.php 2005-08-20 13:23:35 +00:00
Marc Delisle
1f807998d9 lang 2005-08-19 17:02:43 +00:00
Marc Delisle
23397f1e2b update 2005-08-19 17:01:49 +00:00