Commit Graph

174 Commits

Author SHA1 Message Date
Michal Čihař
38db258110 Merged patch #729514 - support for iconv parameters. 2003-05-11 17:29:53 +00:00
Marc Delisle
c2002b91e4 clarification 2003-05-09 12:40:46 +00:00
Michal Čihař
182e06e3f1 SHOW TABLE STATUS / SELECT COUNT (*) fixes continues, now configurable 2003-04-11 11:59:44 +00:00
Marc Delisle
47bcec9934 no disabling of the parser 2003-03-23 11:59:59 +00:00
Robin Johnson
30c81059d5 typo fixes 2003-03-14 10:15:21 +00:00
Garvin Hicking
64dc144785 RFE #638800 - Highlight SQL fields as discussed in the tracker. 2003-03-13 17:47:42 +00:00
Garvin Hicking
b5dba5b48b RFE #695265. Better commented defaults for config. 2003-03-13 10:20:16 +00:00
Garvin Hicking
388deede35 RFE #422243: Functions depending on MySQL field type. 2003-03-12 14:42:27 +00:00
Garvin Hicking
6003d9e95d Bugfixing, better defaults for query window. 2003-02-28 18:57:34 +00:00
Garvin Hicking
cfdb73ce1a Finally ;) 2003-02-27 22:41:32 +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
f43c0848d4 The tab settings don't fit into the 'left frame' part. 2003-02-27 14:05:50 +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
Alexander M. Turek
a663294e0d Changed 'column_comments' to 'column_info'. 2003-02-25 14:22:19 +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
a4bef51ca5 New configuration directives/language variables for following patches (see
patch tracker). More to follow.
2003-02-24 15:45:57 +00:00
Alexander M. Turek
543d11c0ad Drop multiple databases. 2003-02-09 16:03:20 +00:00
Alexander M. Turek
c9508225ad typo 2003-02-08 11:28:16 +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
Robin Johnson
e001f70760 DBG extension! 2003-02-02 08:17:00 +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
Alexander M. Turek
170882f3c6 Removed note about buggy setting. 2003-01-30 10:39:27 +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
85393e04ae Added a note about bug #634931. 2002-11-07 19:34:57 +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
a3eafb26c2 Revert an oops 2002-10-13 10:12:35 +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
Loïc Chapeaux
f1235dfd0f Coding standards 2002-09-27 07:21:03 +00:00
Marc Delisle
91981eb10e bug 614669 2002-09-27 01:55:15 +00:00
Michal Čihař
d316c0a0f8 fix for #581494 2002-09-19 09:04:46 +00:00
Michal Čihař
ffb4d649c4 I'm idiot, I commited my config :-( 2002-08-26 11:10:30 +00:00
Michal Čihař
0ea0c52e7d updated lang/czech-*.inc.php3 2002-08-26 11:07:09 +00:00
Robin Johnson
2aad7d0845 config.inc.php3, left.php3:
- $cfg['LeftDisplayLogo'] to turn off PMA logo display
2002-08-22 07:59:38 +00:00
Marc Delisle
c694b7d412 web-based upload dir 2002-08-21 12:42:46 +00:00
Alexander M. Turek
7184bb81c8 For Lo�c: Coding standards 2002-08-21 09:30:53 +00:00
Marc Delisle
591c729ad6 optional auto-select 2002-08-15 17:32:14 +00:00
Michal Čihař
15eed4df54 Implemented feature #545379 - phpMyAdmin has now support for all MySQL manuals available. 2002-08-15 11:52:26 +00:00
Michal Čihař
383f6b6949 Improvements to importing/exporting when utf-8 translation is being used:
* Improved detection of used recoding function, now can be configured
      which function should be preffered ($cfg['RecodingEngine']).
    * read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
      iconv.
    * Support for converting charset of loaded files, used new function
      PMA_convert_file.
    * Support for exporting in custom charset.
2002-08-14 16:18:51 +00:00
Loïc Chapeaux
bd406fa37e Coding standards 2002-08-10 11:34:19 +00:00
Robin Johnson
39351fc09b 2002-08-09 Robin Johnson <robbat2@users.sourceforge.net>
* Documentation.html:
            - Updates for SQL Parser

            2002-08-08 Robin Johnson  <robbat2@users.sourceforge.net>
                * Documentation.html:
                        - Cleaned up and re-arranged Configuration section to match
                                  config.inc.php3
                                      * config.inc.php3:
                                              - Cleaned up and re-arranged Configuration section to match
                                                        config.inc.php3
2002-08-09 09:37:28 +00:00
Alexander M. Turek
91a3375289 Backwards compatibility etc. 2002-08-04 10:59:29 +00:00
Robin Johnson
a243db4601 * config.inc.php3:
- Comments for SQL Validator options
2002-08-04 01:58:32 +00:00
Robin Johnson
babf22f481 * config.inc.php3:
- Config options for SQL Validator
* libraries/common.lib.php3, sql.php3:
- SQL Validator usage code
2002-08-03 10:23:54 +00:00
Robin Johnson
44feb702db * libraries/common.lib.php3:
- Cleaned up SQL Query links
- Made customizable in $cfg
* config.inc.php3:
- Added $cfg['SQLQuery']* for customizing SQL Query links
- Set defaults of $cfg['SQLQuery']* to act like old behavior
* lang/*:
- Changed $strExplain to say 'Query' instead of code
- Added $strNoExplain for reverse of Explain state
2002-08-03 08:22:01 +00:00
Mike Beck
9519b6dff9 Bug 58825: if no pmadb is filled in there should be a decent error 2002-07-30 12:51:38 +00:00
Marc Delisle
41d7e3a4b7 testing auto-detect 2002-07-30 11:54:13 +00:00
Marc Delisle
fd0954e7e5 typo 2002-07-29 23:13:16 +00:00