Commit Graph

5298 Commits

Author SHA1 Message Date
Marc Delisle
d4b3dff51a update 2004-06-12 17:44:49 +00:00
Marc Delisle
975564d307 lang 2004-06-11 16:59:40 +00:00
Marc Delisle
ed61c5eb65 update 2004-06-11 16:59:03 +00:00
Marc Delisle
041245c24d bug 968089 mysqli fix 2004-06-10 17:17:58 +00:00
Marc Delisle
f776451297 undefined variable 2004-06-10 16:03:03 +00:00
Marc Delisle
edf1b10063 bug 968089, catch when server is not responding 2004-06-10 14:19:23 +00:00
Marc Delisle
478fccda5e bug 968089, catch when server is not responding 2004-06-10 14:11:45 +00:00
Alexander M. Turek
cbf806e3ab 2.5.7 2004-06-08 23:29:07 +00:00
Marc Delisle
0b1918cd1b update 2004-06-08 13:10:54 +00:00
Michal Čihař
d9cc90927c Add FOREIGN_KEY_CHECKS=0 to export (RFE #966038). 2004-06-08 09:21:48 +00:00
Alexander M. Turek
dd8f002974 typo 2004-06-08 05:50:44 +00:00
Alexander M. Turek
e10e729b96 backwards compatibility 2004-06-08 05:50:02 +00:00
Marc Delisle
250df71fc7 clarification 2004-06-08 00:36:24 +00:00
Michal Čihař
3b16b66659 add missing @ 2004-06-07 16:06:08 +00:00
Alexander M. Turek
1d938b7750 create backup config file 2004-06-07 15:35:52 +00:00
Michal Čihař
71a244b06f Described older config.inc.php support (RFE #968177). 2004-06-07 15:04:42 +00:00
Michal Čihař
08db25e5a6 EXPERIMENTAL native MS Excel export support, using PEAR module Spreadsheet_Excel_Writer (RFE #968110). 2004-06-07 14:11:54 +00:00
Michal Čihař
30c6f6f58b Do not convert, if charsets are same. 2004-06-07 13:24:35 +00:00
Marc Delisle
acbee620e0 mysqli and default socket 2004-06-07 10:58:51 +00:00
Michal Čihař
2b338f7676 czech update 2004-06-07 09:16:48 +00:00
Alexander M. Turek
a11cf39556 forgot to log 2004-06-07 09:11:13 +00:00
Alexander M. Turek
de51ac5a28 latin1_spanish_ci 2004-06-07 08:35:13 +00:00
Alexander M. Turek
b7c84e4247 Enabled new icons for privileges administration. 2004-06-07 08:07:53 +00:00
Garvin Hicking
8c2512b3ba last fix to broken vertical highlight: repeated headers. Repeated headers were not inside <th> but inside <td> cells. 2004-06-06 22:04:21 +00:00
Garvin Hicking
e3ef7df162 better rewrite of verticalpointer function 2004-06-04 16:15:11 +00:00
Michal Čihař
a8743037cb just one more update 2004-06-04 15:51:23 +00:00
Michal Čihař
3803cc679e translation update 2004-06-04 15:13:55 +00:00
Garvin Hicking
4d767eb97a more compatible unset of row marker 2004-06-04 14:45:29 +00:00
Michal Čihař
f63a765279 Handle correctly all MySQL comments (-- can be followed with any control char) (patch #965106). 2004-06-04 10:20:33 +00:00
Garvin Hicking
68ca109fe0 bug #959320, broken vertical row highlighting. major rework of
setvertical pointer-function; should hopefully be still cross-browser.
Confirmed working in MSIE6 and Firefox 0.8.
2004-06-04 08:04:38 +00:00
Michal Čihař
60861e3f3f another header layout fix 2004-06-03 15:32:52 +00:00
Michal Čihař
9ae2cb318c Fix default query generating. 2004-06-03 15:03:10 +00:00
Michal Čihař
f88a238a1f Use span insted of div, div is not allowed here. 2004-06-03 14:36:24 +00:00
Alexander M. Turek
14342bd2aa Undefined variable. 2004-06-03 12:43:13 +00:00
Michal Čihař
9dcfce8bb8 Can disable main page icons (bug #965550). 2004-06-03 10:53:08 +00:00
Michal Čihař
1535804302 Do not override $cfg['ShowHttpHostTitle']. 2004-06-03 10:33:22 +00:00
Michal Čihař
6ecfb039fc Remove spaces from strServer, strDatabase 2004-06-03 10:20:28 +00:00
Michal Čihař
144f6e53c2 Remove spaces before colons (bug #965594). 2004-06-03 10:07:36 +00:00
Michal Čihař
fc8e0c09a3 other minor header tweaks 2004-06-03 10:05:20 +00:00
Michal Čihař
5a71dd92e5 CSSize error messages. 2004-06-03 09:59:48 +00:00
Michal Čihař
a32dc0b397 css improvements (design should not be changed by this, just the way how it is done) 2004-06-03 09:31:39 +00:00
Alexander M. Turek
7192ed534c bug #964011 2004-06-02 13:31:04 +00:00
Marc Delisle
2bbeebbb96 bug 915735, dictionary cropped in landscape letter 2004-05-31 19:24:58 +00:00
Marc Delisle
4e406c0363 remove html tags since this is used also on the PDF schema 2004-05-31 19:02:02 +00:00
Marc Delisle
9a620adcea bug 963414 when PropertiesIconic is FALSE, and use strServer 2004-05-31 18:53:05 +00:00
Michal Čihař
1db58c765b Return back to browsing after editing row. 2004-05-31 09:59:35 +00:00
Marc Delisle
929b6311aa missing statement group 2004-05-29 17:50:11 +00:00
Marc Delisle
e9602b27bb bug 956828 deleting last row generates a PHP error 2004-05-29 12:32:16 +00:00
Michal Čihař
566d4b4f33 Default query can contain field names (RFE #948590, patch #961726). 2004-05-28 14:08:32 +00:00
Michal Čihař
8ed5e573fc Decrease limit for query truncating (see comments in bug #951744). 2004-05-28 08:02:51 +00:00