Commit Graph

717 Commits

Author SHA1 Message Date
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
Marc Delisle
cd3b3492ef 2.4.0 2003-02-23 20:55:47 +00:00
Alexander M. Turek
e89f9860bf Coding standards. 2003-02-19 13:22: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
Marc Delisle
c8136a3760 rc3 2003-02-17 01:58:36 +00:00
Alexander M. Turek
1ed66502dd bugfixes and reimplementations 2003-02-16 22:46:12 +00:00
Marc Delisle
ed17265db2 analyzer: clauses 2003-02-16 11:06:46 +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
189e0d3683 missing PHP close tag 2003-02-13 13:21:02 +00:00
Marc Delisle
56e9cb638f Konqueror font size 2003-02-12 18:32:31 +00:00
Marc Delisle
d002cc655b rename 2003-02-06 23:04:08 +00:00
Marc Delisle
338198dc83 should backquote the field named comment 2003-02-06 17:49:29 +00:00
Marc Delisle
49ce7d92ef PHP3 compatible 2003-02-06 11:44:23 +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
Michal Čihař
86358f1efc show blob size 2003-02-03 20:33:47 +00:00
Garvin Hicking
bdf38ed3da Fixed PHP3 compatibility (foreach-loops). 2003-02-03 17:56:05 +00:00
Marc Delisle
477c1e9c3e rc2 2003-02-03 02:44:49 +00:00
Marc Delisle
1ede28e852 2.4.0-rc1 2003-02-03 00:33:22 +00:00
Marc Delisle
e3953b1c6f strDBGMaxTimeMs 2003-02-03 00:19:21 +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
1d505245f0 strCantLoad 2003-02-02 13:03:08 +00:00
Marc Delisle
07b22cfd8f bugfix 2003-02-02 12:27:52 +00:00
Robin Johnson
78e43a384c Whoops, need CVS version tags 2003-02-02 08:18:08 +00:00
Robin Johnson
e001f70760 DBG extension! 2003-02-02 08:17:00 +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