Commit Graph

8112 Commits

Author SHA1 Message Date
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
f0780e3129 Add backward compatibility code to affect above renaming. 2006-10-25 14:16: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ř
5760b41378 Fix cvs/csv typo (bug #1583509). 2006-10-25 10:07:43 +00:00
Michal Čihař
cd7c481458 Allow to edit small number of fields vertically and lange number horizontally (RFE #1581773). 2006-10-25 08:54:03 +00:00
Marc Delisle
6455e65bc9 wrong parameter when calling error.php 2006-10-19 20:48:14 +00:00
Michal Čihař
0564ecc946 Fix escaping of long query with js (thanks to Erwin for report). 2006-10-19 15:56:46 +00:00
Michal Čihař
5eb166184f Rename db_details_db_info.inc.php to db_info.inc.php. 2006-10-19 08:58:57 +00:00
Michal Čihař
39ac60384a Rename db_details_db_info.inc.php to db_info.inc.php. 2006-10-19 08:54:19 +00:00
Michal Čihař
092e420488 argh, commited not final version... 2006-10-18 15:03:59 +00:00
Michal Čihař
70ec4567d5 Rename left_header to navigation_header. 2006-10-18 14:54:35 +00:00
Michal Čihař
b0ff4dbf34 Fix setting of navigation width when using RTL lang (bug #1579750). 2006-10-18 14:51:53 +00:00
Michal Čihař
0bca319d18 Keep 0 in exported auto_increment fields (bug #1440544). 2006-10-18 14:39:49 +00:00
Michal Čihař
8de3d47aa0 Let's again obey TextareaRows (bug #1465906). 2006-10-18 14:18:20 +00:00
Marc Delisle
9116db01b7 must rebuild the db list after a CREATE DATABASE 2006-10-18 13:17:28 +00:00
Marc Delisle
6e7eba3d5b bug #1567316, renaming a db containing a view 2006-10-18 13:03:57 +00:00
Marc Delisle
034f80db3d bug #1567316, renaming a db containing view 2006-10-18 11:04:58 +00:00
Michal Čihař
625be591ee Change help to fit current behaviour (RFE #1579163). 2006-10-18 10:26:19 +00:00
Michal Čihař
ed4226d595 remove spaces from end/beginning 2006-10-18 10:17:27 +00:00
Michal Čihař
8006c1a03e Write own parser so that quoting is optional (RFE #1579163). 2006-10-18 08:10:38 +00:00
Michal Čihař
cefeceeff0 fix behaviour when invalid string is specified 2006-10-18 08:09:03 +00:00
Michal Čihař
382d60402a Support displaying in UTC (RFE #1440386). 2006-10-18 07:49:06 +00:00
Marc Delisle
3cd881c9e3 export nothing if no tables are selected 2006-10-17 17:10:40 +00:00
Michal Čihař
bc42b28304 Correctly handle unix timestamp (RFE #1440386). 2006-10-17 12:19:41 +00:00
Michal Čihař
cc2d695d8b Add support for hiding server information. 2006-10-17 10:25:01 +00:00
Michal Čihař
27696bd1e0 Add support for ON DUPLICATE KEY (bug #1576226). 2006-10-17 09:46:07 +00:00
Michal Čihař
8284c78877 Fix HTML errors. 2006-10-17 09:31:25 +00:00
Michal Čihař
bf22bc374f Switch to \n on Mac, as it is reported to be common EOL there now (bug #1577590). 2006-10-16 11:56:36 +00:00
Michal Čihař
491187ed77 Rename left.php to navigation.php and modify all calls to that. Only config variables are kept as Left*. 2006-10-16 07:43:48 +00:00
Marc Delisle
e1e1fdc6bd bug #1541189, views not displayed in export list 2006-10-14 23:17:58 +00:00
Marc Delisle
106741652c select all tables in the export list 2006-10-13 17:09:11 +00:00
Marc Delisle
9b9d0b800c bug #1517428, CSS, IE 6 and output compression 2006-10-13 12:31:54 +00:00
Michal Čihař
b495cd337a Remove last CVS mentions. 2006-10-13 08:23:32 +00:00
Michal Čihař
1ebe25729e Use HeadURL instead of Source keyword. 2006-10-13 08:21:55 +00:00
Michal Čihař
0d9c5892c6 Fix cvs/csv typo. 2006-10-13 08:14:31 +00:00
Michal Čihař
b79587ee9f Switch to subversion. 2006-10-13 08:10:07 +00:00
Michal Čihař
40a4f1f030 Mention wiki. 2006-10-13 08:06:24 +00:00
Michal Čihař
5789fb9def Switch to subversion. 2006-10-13 08:03:06 +00:00
Michal Čihař
92c898727f Move cleanup to separate function (bug #1569123). 2006-10-13 07:52:34 +00:00
Michal Čihař
223951c886 Readd snapshot support. 2006-10-13 07:40:50 +00:00
Michal Čihař
e068252221 Mention wiki. 2006-10-13 07:15:22 +00:00
Marc Delisle
b94e87187f bug #1566219, automated timestamp values 2006-10-13 01:46:21 +00:00
Michal Čihař
0e48825a46 Finalise SVN migration. 2006-10-12 16:27:13 +00:00
Marc Delisle
076637358d migration 2006-10-12 15:57:36 +00:00
Michal Čihař
d9c440c01b Fix parsing of CHAR column type (bug #1573502). 2006-10-10 14:44:25 +00:00
Michal Čihař
861d70b5a2 Fix MIME type and extension to state before plugins were introduced (patch #1570742, thanks to ssevennm - ssevennm). 2006-10-10 14:20:58 +00:00
Michal Čihař
2b5baa6e9a Check for sent headers, provide backtrace in this case. 2006-10-10 14:06:56 +00:00
Michal Čihař
f741e2eb76 Fix displaying of entered query. 2006-10-10 14:02:37 +00:00
Michal Čihař
54738174ee Correctly fail if file is too short (bug #1574340). 2006-10-10 13:04:44 +00:00