Commit Graph

217 Commits

Author SHA1 Message Date
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
Michal Čihař
c54073dafc fixed URL generation where needed only & and not & 2003-01-08 14:43:55 +00:00
Michal Čihař
1bb107dc8c extra check for MySQL even when in safe mode 2003-01-08 14:17:54 +00:00
Michal Čihař
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Alexander M. Turek
2b91a86dcf Started rewriting the user administration 2002-12-18 17:08:33 +00:00
Marc Delisle
43f1e2d5c4 bug 653764 2002-12-18 14:45:51 +00:00
Alexander M. Turek
8063362d24 Removed a comment 2002-12-14 23:43:13 +00:00
Alexander M. Turek
e1079bee2a Started working on a new interface to server related pages. 2002-12-08 20:41:58 +00:00
Marc Delisle
044bf36a3e bug 633422 2002-12-07 12:15:30 +00:00
Marc Delisle
e002e96546 bug 636563 2002-11-13 18:20:00 +00:00
Alexander M. Turek
bb3c783afb Fixed a bug (Error when modifying table keys) 2002-11-11 20:15:57 +00:00
Robin Johnson
703be1753e config.inc.php3 sql.php3 tbl_move_copy.php3 libraries/common.lib.php3 libraries/sqlparser.lib.php3: Committed Marc's patches to the SQL parser and pretty printer from bugs #605030 and #631421. 2002-11-08 22:20:23 +00:00
Alexander M. Turek
93f7ebbd60 Better display of the query if parser is disabled. 2002-10-30 14:18:06 +00:00
Loïc Chapeaux
78f4c7f06d Coding standards 2002-10-25 13:55:56 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Robin Johnson
2ac4270108 libraries/commom.inc.php3, string.lib.php3, sqlparser.lib.php3: Fixed MB bug 2002-10-13 10:07:40 +00:00
Marc Delisle
519092b263 bug 620624 2002-10-11 13:35:14 +00:00