Commit Graph

36 Commits

Author SHA1 Message Date
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
Sebastian Mendel
fa30ac8c33 store browse state in session per query 2007-05-15 11:16:10 +00:00
Sebastian Mendel
538830d387 $db and $table is always set, no need to check 2007-04-01 11:17:34 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +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
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
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +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
Marc Delisle
5e0722a9db bug #1533945, wrong table name in header (SELECT from query window) 2006-08-11 12:36:12 +00:00
Marc Delisle
a34c3c3d63 bug #1467804, improve the message 2006-05-21 12:03:39 +00:00
Michal Čihař
1159c2ca78 Increase magic contstant to avoid problems with compression of some specific data (bug #1477029). 2006-05-15 22:01:55 +00:00
Michal Čihař
bfec931486 Improve functionality of limiting DROP DATABASE (bug #1456082). 2006-04-27 11:35:54 +00:00
Marc Delisle
4b4305a20e bug #1413880, page status not preserved on Refresh 2006-03-04 12:48:46 +00:00
Sebastian Mendel
395741c929 refresh left frame also on multiqueries and bookmarks 2006-02-05 11:22:32 +00:00
Marc Delisle
60318a5bf5 bug 1418382, CSV import does not work 2006-01-31 21:26:34 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
3bac98ef23 Work on 10MB chunks if no memory limit is set (bug #1399477). 2006-01-09 10:24:20 +00:00
Michal Čihař
8c6b3995d1 Configurable memory limit (RFE #1373904). 2005-12-16 13:57:32 +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ř
40c9bb105c Fix import layout (bug #1370416), prefer recoding of strings over changing MySQL charset as in this case we can show resulting queries. 2005-12-05 23:10:28 +00:00
Michal Čihař
7870ee574d Fix import of some CSV files (bug #1373731), provide better error messages. 2005-12-05 22:53:24 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00
Sebastian Mendel
fcf387bc70 common.lib.php should REALLY REALLY and ALWAYS be the first include 2005-11-18 12:50:49 +00:00
Michal Čihař
2a9f434d87 Support for user specific upload and save directories (RFE #1260039). 2005-10-18 19:55:11 +00:00
Michal Čihař
747e354d69 Ability to replace existing bookmark (RFE #907438). 2005-10-09 13:12:42 +00:00
Michal Čihař
32496981c9 Show message when bookmark has been created (RFE #477472), show deleted bookmark query. 2005-10-09 08:31:44 +00:00
Michal Čihař
fe380f039c Reenable LIMIT appending (bug #1318624). 2005-10-08 20:01:12 +00:00
Michal Čihař
f4a8fafc98 Try to detect that upload failed because of limits (RFE #1240480). 2005-10-08 13:47:19 +00:00
Michal Čihař
ec1090e4f0 Do not show query in different charset (bug #1028634). 2005-10-08 11:46:43 +00:00
Michal Čihař
6a093d4283 Switch all SQL from read_dump.php to import.php. 2005-10-08 11:24:21 +00:00
Michal Čihař
05b0e658a5 Correctly report that file could not be read. 2005-10-06 08:27:49 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00