Commit Graph

233 Commits

Author SHA1 Message Date
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
Garvin Hicking
35702c9861 Hooray for stylesheets. 2003-03-10 13:48:10 +00:00
Garvin Hicking
280336063f Fixed bug #658668 (\n\r\t handling) 2003-03-06 19:35:32 +00:00
Alexander M. Turek
ebcc8e598d undefined variables 2003-03-03 12:34:03 +00:00
Alexander M. Turek
93f73a0250 $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was in CGI mode. 2003-03-03 12:24:51 +00:00
Alexander M. Turek
971c256a9f PHP3 compatibility 2003-03-03 12:03:05 +00:00
Alexander M. Turek
ed6aca1751 Avoid reloading the left frame twice. 2003-03-03 11:12:16 +00:00
Alexander M. Turek
2183740b05 If magic_quotes_gpc is enabled, grab_globals calls stripslashes when extracting the arrays $_GET and $_POST. 2003-03-02 17:26:41 +00:00
Garvin Hicking
6003d9e95d Bugfixing, better defaults for query window. 2003-02-28 18:57:34 +00:00
Alexander M. Turek
1e0d39896a Backwards compatibility 2003-02-27 16:04:11 +00:00
Alexander M. Turek
0d90b38b78 backwards compatibility; added a small HOWTO 2003-02-27 13:52:43 +00:00
Garvin Hicking
4d878ae941 See Changelog: Lightweight tabs, DB-based SQL history, tabbed querywindow.
Have fun, surely needs some debugging. :)
2003-02-27 13:01:08 +00:00
Alexander M. Turek
f6e5ce3089 backwards compatibility 2003-02-25 22:01:54 +00:00
Alexander M. Turek
ea5b1b7634 backwards compatibility 2003-02-24 22:45:12 +00:00
Garvin Hicking
dd6345c90f Display a (javascript) based query window as a new frame below the left
frame with query history [#526008]. Currently a bit experimental,
works with IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions
which *should* work with any browser.
2003-02-24 18:16:24 +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
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
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
Alexander M. Turek
6b4f99f5c9 Don't display edit link for database-independant queries. 2003-02-15 12:29:24 +00:00
Marc Delisle
56e9cb638f Konqueror font size 2003-02-12 18:32:31 +00:00
Alexander M. Turek
627bc42087 Don't use small fonts for Opera 7. 2003-02-04 22:58:32 +00:00
Alexander M. Turek
750ae7b029 patch #669255 2003-02-04 21:45:53 +00:00
Garvin Hicking
9854d7a4c8 When dropping a database you will get an 'undefined index "db"' PHP-notice,
because the $GLOBALS['db'] variable gets unset after dropping a DB and the
reload-left-frame generator still uses this variable.
Added a isset()-Workaround.
2003-02-04 11:00:12 +00:00
Alexander M. Turek
da5d854614 PHP3 compatibility. 2003-02-02 23:31:39 +00:00
Alexander M. Turek
ee1f213836 * config.inc.php3: Added $cfg['DefaultTabServer'].
* header.inc.php3: Link the default tabs.
2003-02-02 22:33:42 +00:00
Alexander M. Turek
4e72fdbd35 Backwards compatibility. 2003-02-02 15:01:51 +00:00
Marc Delisle
81af3773ab binary field upload 2003-02-01 12:49:11 +00:00
Alexander M. Turek
9e77f9a5f9 Removed SSL support.
SSL connections to the MySQL server are not yet supported by MySQL.
2003-01-31 16:55:00 +00:00
Alexander M. Turek
ec95643301 support for encrypted and compressed connections 2003-01-31 14:06:37 +00:00
Robin Johnson
e545478659 sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3: Revert line 88 of sql.php3, and fix it a different way... 2003-01-13 23:19:53 +00:00
Robin Johnson
a66c941f35 ChangeLog read_dump.php3 sql.php3 libraries/common.lib.php3 libraries/sqlparser.lib.php3: Fixed bug #641765, see mailing list post 2003-01-13 06:59:45 +00:00
Michal Čihař
c2e06a0d50 fixed undefined index warning 2003-01-08 17:38:33 +00:00