Commit Graph

746 Commits

Author SHA1 Message Date
Garvin Hicking
22c8c1dd58 Bugfix for querywindow: Didn't show the latest queries. 2003-03-12 18:36:54 +00:00
Garvin Hicking
d516720b77 RFE #680261 / #683845: Display of DB/Table export, default options. 2003-03-12 15:21:44 +00:00
Garvin Hicking
388deede35 RFE #422243: Functions depending on MySQL field type. 2003-03-12 14:42:27 +00:00
Garvin Hicking
c0e9a2a685 Automatic update of PMA-tables on update/deletion/duplication of
DBs/Tables/Columns.
2003-03-12 13:41:19 +00:00
Garvin Hicking
667259f19b Improved docSQL security & functionality. Please test, I did not find docSQL
but it works with my own files I tried to build up using the knowledge of
the code.
2003-03-11 18:14:00 +00:00
Marc Delisle
eda306631b bug 700082 XOR 2003-03-11 10:41:47 +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
Marc Delisle
5113615698 image/png: inline 2003-03-10 13:21:43 +00:00
Marc Delisle
2f8ee3f52c tell them to cd 2003-03-09 11:16:54 +00:00
Marc Delisle
514ee46e6b typo 2003-03-09 11:16:23 +00:00
Marc Delisle
a7a77d3e9d did not work in bash 2003-03-08 12:49:41 +00:00
Marc Delisle
349aee42bf width and height options 2003-03-07 18:01:07 +00:00
Garvin Hicking
280336063f Fixed bug #658668 (\n\r\t handling) 2003-03-06 19:35:32 +00:00
Garvin Hicking
0fa157ea82 Relations/Comments with Single Quotes were causing major harm, so replace
PMA_handleSlashes() with PMA_addSlashes(). Every incoming data is currently
stripslashed, so this is necessary.
2003-03-05 20:04:10 +00:00
Marc Delisle
66598d38c5 inline thumbnails 2003-03-05 17:56:17 +00:00
Michal Čihař
637098c610 TRANSACTION isn't reserved word 2003-03-05 13:27:37 +00:00
Marc Delisle
01c447a2d3 back to previous version 2003-03-05 10:18:30 +00:00
Mike Beck
f9eaee2242 added some documentation on how to update existing
column_comments tables and better information in testpage
2003-03-04 14:46:26 +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
Robin Johnson
9201955ef0 Cleanup 2003-03-01 11:43:58 +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
Garvin Hicking
4b037476b3 Vertical display of editing/creating columns. Provides less need of
scrolling on that page.
2003-02-27 15:46:00 +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
Garvin Hicking
63c5582cba Basic detection if mime-features are available, better check on error
situations. See ChangeLog.
2003-02-26 13:02:34 +00:00
Garvin Hicking
1674ca5a43 Fixed variable usage. 2003-02-26 11:54:48 +00:00
Alexander M. Turek
f6e5ce3089 backwards compatibility 2003-02-25 22:01:54 +00:00
Garvin Hicking
8718ab8275 Language updates, and a missing commit from rabus (librarires/* files
dealing with column_comments => column_info.). I didn't want to interfere,
but I had updated my cvs and had problems with the comments, so I finished
the search&replace-job. Maybe you want to look at the
config_import.lib-change, which is the only not-straight-ahead
search&replace operation.
2003-02-25 15:59:26 +00:00
Alexander M. Turek
ea5b1b7634 backwards compatibility 2003-02-24 22:45:12 +00:00
Garvin Hicking
67eee6d625 Location of README-file, import of new configuration directives. 2003-02-24 18:26:30 +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
dba8ecc4fd Display MIME types to transform any table cell. You can only choose from a list of pre-defined MIME-types. The list gets built by a function searching a directory for valid transforms. For further information see README-file and soon documentation. ;) 2003-02-24 17:54:19 +00:00
Garvin Hicking
3e31d888ba Display column comments in table/database dumps, as inline SQL-Comments 2003-02-24 17:04:34 +00:00
Garvin Hicking
30b1873e61 Update and display column comments in Add/Edit Fieldmode and CREATE table mode. Display comments in table structure (optional) with underlined CSS-mouseovers. Display comments in browser mode (optional), both in vertical and horizontal display mode. Keep column comments in synch, when DROPping/ALTERing and moving/copying tables. 2003-02-24 16:59:36 +00:00
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
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
Marc Delisle
f1bdfe2334 2.4.1-dev 2003-02-23 21:47:19 +00:00