Commit Graph

48 Commits

Author SHA1 Message Date
Marc Delisle
a72fb8ff2b Query window: use verbose server name if any 2007-06-02 14:36:01 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Sebastian Mendel
008734f8b0 do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
30fd7ae035 use CDATA block for JavaScript code 2007-03-22 09:42:35 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +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
1f388161f4 from patch 1649881, support procedures and functions (work in progress) 2007-03-17 15:09:37 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Michal Čihař
8de3d47aa0 Let's again obey TextareaRows (bug #1465906). 2006-10-18 14:18:20 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Sebastian Mendel
506b3cb938 bug #1477576 with rtl langs, navi links open in wrong frame 2006-07-03 15:01:45 +00:00
Sebastian Mendel
1b7b9673ac bug #1490556 Request-URI Too Large 2006-06-20 17:58:14 +00:00
Marc Delisle
652c57a9d7 only since MySQL 5.0.0 2006-06-15 16:34:31 +00:00
Marc Delisle
6a76f4c544 bug #1469699, can't create stored procedure 2006-06-13 15:10:08 +00:00
Sebastian Mendel
2433c3f2af fixed bug #1433882 html special chars not escaped in query in querybox 2006-02-18 13:51:11 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712 allow 0 as name for database, table collumn, alias and index 2006-01-14 23:17:17 +00:00
Sebastian Mendel
c7b1a57c25 undefined js variable 2006-01-14 11:50:24 +00:00
Michal Čihař
826c11215b Require bookmark code when we use it. 2005-12-08 19:39:34 +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
Michal Čihař
75a16f45f8 Use same script tag, use CDATA for scripts (RFE #995065). 2005-12-04 23:14:41 +00:00
Marc Delisle
9889178b87 new query window behavior 2005-11-16 18:56:24 +00:00
Michal Čihař
eb4e941137 Fix %f expansion (bug #1355776). 2005-11-14 13:32:16 +00:00
Michal Čihař
5e1ddad64e Fix documentation links (bug #1341676). 2005-10-29 19:37:45 +00:00
Sebastian Mendel
7a0baa863a open db link from querywindow in main frame 2005-10-19 15:16:56 +00:00
Michal Čihař
2a9f434d87 Support for user specific upload and save directories (RFE #1260039). 2005-10-18 19:55:11 +00:00
Sebastian Mendel
cf9e4208d1 code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055 2005-10-17 16:40:32 +00:00
Michal Čihař
a0e7436d37 No warning if no db defined. 2005-10-17 12:19:31 +00:00
Marc Delisle
ec6fd52bfb support MySQL 4.0.x 2005-10-14 14:49:43 +00:00
Michal Čihař
4559cf5373 Do not attempt to read upload dir when not configured. 2005-10-14 08:34:04 +00:00
Sebastian Mendel
28e567c869 XHTML compl. 2005-10-12 12:40:37 +00:00
Sebastian Mendel
3143135a5c XHTML 1.0 trans. compliance and more semantic XHTML output 2005-10-11 11:49:17 +00:00
Michal Čihař
747e354d69 Ability to replace existing bookmark (RFE #907438). 2005-10-09 13:12:42 +00:00
Michal Čihař
6a093d4283 Switch all SQL from read_dump.php to import.php. 2005-10-08 11:24:21 +00:00
Sebastian Mendel
f54b83132c fixed JavaScript malfunction in querybox textarea with Opera 2005-10-04 09:18:33 +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
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
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ř
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
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