Marc Delisle
c83c4d06a1
path disclosure
2003-07-19 10:43:59 +00:00
Alexander M. Turek
02d6e75891
Fixed a MySQL 4.1 bug that appeared when inserting values into ENUM or SET fields.
2003-07-17 11:25:02 +00:00
Garvin Hicking
e505c393f0
$cfg['OBGzip'] = 'auto' created and set to default.
2003-07-09 09:02:41 +00:00
Alexander M. Turek
de0a62b761
Send headers before exiting because of missing MySQL extension.
2003-07-08 08:52:29 +00:00
Alexander M. Turek
8eb6e7456f
Dynamic loading of MySQL extension always failed.
2003-07-07 21:42:44 +00:00
Alexander M. Turek
11a39a0bb9
backwards compatibility
2003-07-07 12:33:01 +00:00
Garvin Hicking
b190b5ba2e
Safari detection
2003-07-07 12:13:01 +00:00
Marc Delisle
384e5acf7c
blowfish encryption
2003-07-01 21:24:56 +00:00
Garvin Hicking
0ee43863a7
DHTML WYSIWYG-control for PDF-relations
2003-06-23 14:39:49 +00:00
Alexander M. Turek
bc7fa0c447
^M
2003-06-23 08:01:15 +00:00
Alexander M. Turek
fb8e68c04d
Security fix against bad JS code.
2003-06-23 07:50:54 +00:00
Michal Čihař
2d90978ca9
GD autodetection should now work on all systems
2003-06-13 07:37:26 +00:00
Alexander M. Turek
8d263edf44
Incremented required config.inc.php3 revision number.
2003-06-06 23:10:05 +00:00
Alexander M. Turek
02f7e3df0f
XHTML fixes
2003-05-30 20:54:02 +00:00
Alexander M. Turek
fd7b853c9d
* Removed check for default tab values: They are already checked in config_import.lib.php3;
...
* Corrected config file revison.
2003-05-30 20:12:50 +00:00
Michal Čihař
8a68abfc15
Better tabs highlighting when editing indexes.
2003-05-22 09:51:02 +00:00
Garvin Hicking
b65746a2f1
Bug #692854 : Never execute a query in (with/without) PHP code views, and display a
...
new "Execute query" link in this mode.
2003-05-22 09:28:00 +00:00
Michal Čihař
f736050896
Better way for highliting tabs when including files (set $active_page for highliting).
2003-05-14 15:52:34 +00:00
Michal Čihař
bf88b4e077
Support for saving to file on server (part of RFE #730197 ).
2003-05-13 16:27:16 +00:00
Michal Čihař
59838e8a3c
Fix tab attributes when some specified as parameters.
2003-05-13 11:35:26 +00:00
Michal Čihař
1c7f574d3a
Highlight tab also when current page is read_dump.php3 and $goto is link of current tab.
2003-05-13 11:16:30 +00:00
Garvin Hicking
9fdea166e3
Bug #736609
2003-05-13 10:40:17 +00:00
Michal Čihař
da61b429b2
fix light tabs
2003-05-12 18:33:14 +00:00
Garvin Hicking
8f7dc90062
Patch #725839 (Netsted display of tables)
2003-05-12 18:28:46 +00:00
Michal Čihař
c4d8107e45
Merged patch #728928 - show multi statement query result.
2003-05-11 17:33:30 +00:00
Michal Čihař
51cbb260d1
$cfg['Server']['AllowDeny']['order'] might be undefined
2003-05-10 16:27:56 +00:00
Michal Čihař
6390181be7
Whole tab is now link.
2003-05-10 09:17:22 +00:00
Garvin Hicking
e497149a93
Wrong escaping, uh. I'm sorry, should better go to bed. :)
2003-05-02 20:42:00 +00:00
Garvin Hicking
bcc7d8d9f3
Still have to propagate $hash to the left frame...
2003-05-02 20:18:24 +00:00
Garvin Hicking
b2e5dfc23c
Should be the fix for Bug #730718 . Moved the hashform from the
...
"nav"-frame to the "queryframe"-frame, altered the way the form is
submitted in LeftFrameLight mode to keep the queryframe. Only if
JavaScript is usable, otherwise it's not necessary to keep the 'opener'
pointer.
2003-05-02 19:56:45 +00:00
Garvin Hicking
aed1eff627
Propagate hash value
2003-04-22 19:43:17 +00:00
Garvin Hicking
97f979da4d
Propagate hash value
2003-04-22 16:50:43 +00:00
Marc Delisle
5eae86494f
bug 721278
2003-04-14 19:13:51 +00:00
Garvin Hicking
3e992a0cb7
Usage: SHOW TABLE STATUS FROM db LIKE 'table'
...
not : SHOW TABLE STATUS LIKE 'table' FROM 'db'.
Note absence of '' around "db" and the FROM/LIKE order.
This time right, I hope. ;)
2003-04-14 09:02:54 +00:00
Garvin Hicking
c9ca0dde99
Bug #720846
2003-04-14 08:54:28 +00:00
Alexander M. Turek
09d0aba07e
Better fix against possible "wrong parameter count" errors.
2003-04-12 17:05:11 +00:00
Marc Delisle
bbc10b2dba
MaxExactCount backwards compatibility
2003-04-11 17:44:20 +00:00
Michal Čihař
182e06e3f1
SHOW TABLE STATUS / SELECT COUNT (*) fixes continues, now configurable
2003-04-11 11:59:44 +00:00
Michal Čihař
5e95ec6944
Get row count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533 ).
2003-04-10 16:23:45 +00:00
Garvin Hicking
0d39fbcb3f
RFE #715914
2003-04-06 18:20:20 +00:00
Michal Čihař
b4cadaf745
fixes for HTML entities in field/table/db names
2003-03-26 14:02:16 +00:00
Michal Čihař
cbc5cdd706
HTML entities fixes
2003-03-25 10:21:18 +00:00
Alexander M. Turek
68224a9e4e
wrong parameter count
2003-03-22 23:54:08 +00:00
Garvin Hicking
606369c3f6
New transform functions.
2003-03-18 15:30:25 +00:00
Garvin Hicking
22c8c1dd58
Bugfix for querywindow: Didn't show the latest queries.
2003-03-12 18:36:54 +00:00
Garvin Hicking
388deede35
RFE #422243 : Functions depending on MySQL field type.
2003-03-12 14:42:27 +00:00
Garvin Hicking
389f5f184b
Bug #687548
2003-03-10 21:00:16 +00:00
Alexander M. Turek
41fad76d63
Ensured that the correct font families are used.
2003-03-10 20:32:25 +00:00
Garvin Hicking
3ae253e400
Do not waste the data for table-field creation, if MySQL shows an error.
...
Instead, give the user the opportunity to fix the errors and display the
form again.
2003-03-10 18:56:48 +00:00
Marc Delisle
50274e6747
support for disabled ini_get
2003-03-10 18:25:50 +00:00