Commit Graph

11475 Commits

Author SHA1 Message Date
Garvin Hicking
820ad9c0cd Display and enter DB/table comments for navigation, stored in pma comments
table. May be displayed as Alias-Tooltips in left frame. [#650064]
2003-02-24 16:39:15 +00:00
Garvin Hicking
bd26f0b951 New display mode with 90 degree rotated table headers [#544361]. Works either as CSS or as 'faked' PHP-transformation. 2003-02-24 16:26:00 +00:00
Garvin Hicking
78d34767d0 Measures basic query time [#571934] 2003-02-24 16:19:15 +00:00
Garvin Hicking
385a7f69ac Display nav_bar even when only one row is returned, to enable display in vertical/horizontal mode (especially for rotated headers) 2003-02-24 16:15:54 +00:00
Garvin Hicking
14e1200d58 JS rowmarker now works in vertical display mode 2003-02-24 16:07:02 +00:00
Garvin Hicking
a4bef51ca5 New configuration directives/language variables for following patches (see
patch tracker). More to follow.
2003-02-24 15:45:57 +00:00
Olivier Müller
a36cefbbeb * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
port == 80 or port == 443, do not add ":80" or ":443" anymore to the
      generated URL -> prevents a double password query with some browsers
      (Safari) in case of http authentication.  (tested with https, http and
      http running on port 8080)
2003-02-24 15:42:20 +00:00
Michal Čihař
058d9a26ec Removed note about intetional slash that causes problems. 2003-02-24 11:33:33 +00:00
Michal Čihař
d0e4ee0c10 Removed extra /. 2003-02-24 11:22:50 +00:00
Michal Čihař
c49e25f092 Move magic words used for fields type into special variable. 2003-02-24 11:15:07 +00:00
Marc Delisle
f1bdfe2334 2.4.1-dev 2003-02-23 21:47:19 +00:00
Marc Delisle
cd3b3492ef 2.4.0 2003-02-23 20:55:47 +00:00
Alexander M. Turek
36fc7a4ca2 Modified generated XHTML code. 2003-02-23 20:27:25 +00:00
Olivier Müller
a559a281f1 docs.css: highlight FAQ questions in blue -> more readble. 2003-02-23 20:12:09 +00:00
Alexander M. Turek
deec72db89 bug #687808 2003-02-23 18:21:27 +00:00
Marc Delisle
f7721b7c75 lang 2003-02-23 11:34:32 +00:00
Marc Delisle
a5eea016fd update 2003-02-23 11:33:55 +00:00
Marc Delisle
6d12b3c84b form-data and upload 2003-02-22 22:10:05 +00:00
Marc Delisle
77dc48b266 lang 2003-02-22 12:23:58 +00:00
Marc Delisle
6f54178a14 update 2003-02-22 12:23:21 +00:00
Marc Delisle
885b52d957 update 2003-02-22 12:16:55 +00:00
Marc Delisle
93999a150c update 2003-02-22 12:07:39 +00:00
Alexander M. Turek
435d0d8a43 Updated e-mail address 2003-02-19 21:45:59 +00:00
Alexander M. Turek
32b575df60 Updates 2003-02-19 21:40:46 +00:00
Alexander M. Turek
e89f9860bf Coding standards. 2003-02-19 13:22:34 +00:00
Marc Delisle
a8960bd454 lang 2003-02-18 17:56:28 +00:00
Marc Delisle
15c6d8afac update 2003-02-18 17:55:55 +00:00
Olivier Müller
cea776f537 a few words about the POM :) 2003-02-18 17:36:30 +00:00
Marc Delisle
ae2947a5e0 bug 649665 2003-02-18 11:38:00 +00:00
Alexander M. Turek
5965d97e26 fixed layout 2003-02-18 08:19:15 +00:00
Alexander M. Turek
376f66a438 bug #688360 2003-02-18 08:10:41 +00:00
Michal Čihař
4d9aa80c18 removed obsolete faq entry 2003-02-17 22:50:28 +00:00
Alexander M. Turek
bf5073391e bug #688271 2003-02-17 22:29:43 +00:00
Alexander M. Turek
99f6fa1aa4 typo 2003-02-17 21:58:49 +00:00
Alexander M. Turek
64444f22c1 Reformulated some passages. 2003-02-17 21:51:33 +00:00
Marc Delisle
8f36247c26 typo 2003-02-17 21:26:27 +00:00
Michal Čihař
8a97a09b32 updated czech translation 2003-02-17 21:19:24 +00:00
Alexander M. Turek
0dfea10650 Fixed edit link. 2003-02-17 19:43:42 +00:00
Marc Delisle
84930d7835 use SQL_CALC_FOUND_ROWS on MySQL 4 2003-02-17 19:31:11 +00:00
Garvin Hicking
133384a8e3 The case when you could edit binary data because of the ProtectBinary
variable is now handled as well. In this case, the (maybe edited) value is
kept, when no file was uploaded. I easified the IF/ELSE-Logic into those
parts:

1. If the file is valid, always use the data of the file and
overwrite any existing data or any input made in the textarea, if
ProtectBinary is set to FALSE.

2. If the file is malicious, the previous data will not be overwritten. If
ProtectBinary is set to FALSE, the input of the textarea will be used
instead.

3. If the file is empty, the previous data will be erased.

Please double-check, even though it's okay for me and I checked all
edit/insert actions with both ProtectBinary set to blob and to false.
2003-02-17 16:41:34 +00:00
Garvin Hicking
2168401a47 Reworked blob file upload. More security cautions, and preserve
fields contents, if no new file was uploaded. Moved is_uploaded_file
function from read_dump.php3 to common.lib.php3 for reusability.
2003-02-17 15:41:34 +00:00
Michal Čihař
7e5f426135 removed checkbox for binary uploads 2003-02-17 09:35:16 +00:00
Marc Delisle
c8136a3760 rc3 2003-02-17 01:58:36 +00:00
Marc Delisle
e6c5482e31 2.4.0-rc2 2003-02-17 01:32:48 +00:00
Marc Delisle
0565f28dad update 2003-02-17 01:26:01 +00:00
Olivier Müller
b389680fd3 case 2003-02-16 23:41:55 +00:00
Alexander M. Turek
70ac30539d another typo 2003-02-16 23:24:26 +00:00
Alexander M. Turek
6c5943c6bb typo 2003-02-16 23:22:49 +00:00
Alexander M. Turek
f401272fc0 sync 2003-02-16 23:21:49 +00:00
Alexander M. Turek
3de4ef3379 bug #682161 2003-02-16 23:01:22 +00:00