Commit Graph

44 Commits

Author SHA1 Message Date
Michal Čihař
bd2826fb12 Don't add target if not in query window. 2003-06-06 10:30:45 +00:00
Michal Čihař
ee36d0a1b9 Possibility to upload SQL file with no database selected (RFE #641760). 2003-06-05 19:20:47 +00:00
Garvin Hicking
bdaf608a4c New feature: Locking textarea in query window (EXPERIMENTAL, please comment) 2003-06-03 14:37:34 +00:00
Garvin Hicking
5682bac991 read_dump.php3: Bug #741256
footer.inc.php, tbl_query_box.php3: Only focus the mainframe
when a query was submitted from the query window
2003-05-24 14:01:37 +00:00
Garvin Hicking
5911dbcf11 RFE #641760 (SQL with no DB) 2003-05-14 12:20:05 +00:00
Garvin Hicking
b2e5dfc23c Should be the fix for Bug #730718. Moved the hashform from the
"nav"-frame to the "queryframe"-frame,      altered the way the form is
submitted in LeftFrameLight mode to      keep the queryframe. Only if
JavaScript is usable, otherwise it's      not necessary to keep the 'opener'
pointer.
2003-05-02 19:56:45 +00:00
Garvin Hicking
a2b384e5ef Bug #729446, maybe #728571 2003-04-29 12:34:09 +00:00
Garvin Hicking
d2d5643b60 Bug #728935 // See discussion on Mailinglist about QueryFramesJS set to true
and having JS deactivated.
2003-04-28 18:41:34 +00:00
Michal Čihař
f9983af7db partial fix for posting SQL without javascript 2003-04-28 14:10:13 +00:00
Garvin Hicking
210576b0af Fixed Bug #723955, 723736, 723713 (Query Frame) 2003-04-20 18:09:05 +00:00
Garvin Hicking
092981e02b Bug #723713 2003-04-18 16:11:58 +00:00
Garvin Hicking
536d116396 Show go button for queries when not in 'file' tab 2003-04-16 19:42:31 +00:00
Michal Čihař
e836694428 Only display charset selection when a DB is selected. 2003-04-15 13:36:19 +00:00
Michal Čihař
54ebc1cf4f Display choice for charset also when only UploadDir available. 2003-04-14 13:17:18 +00:00
Garvin Hicking
e78fefe1fc Bug #720680 2003-04-14 10:55:02 +00:00
Garvin Hicking
6d7e4ed82d Patch #705899 from Alexis Soulard 2003-04-06 19:14:36 +00:00
Garvin Hicking
0dbcd43481 RFE #714095 2003-04-02 20:42:48 +00:00
Michal Čihař
b4cadaf745 fixes for HTML entities in field/table/db names 2003-03-26 14:02:16 +00:00
Michal Čihař
334734f007 HTML entities fixes 2003-03-25 10:32:52 +00:00
Michal Čihař
94b3034cbc One more HTML entities fix 2003-03-25 10:11:04 +00:00
Michal Čihař
a329a2bfb4 Automatic detection of compression for uploaded data. 2003-03-20 23:17:18 +00:00
Garvin Hicking
932fe3d45e Blob upload via pre-uploaded (FTP) files in $cfg['UploadDir']. 2003-03-19 20:23:17 +00:00
Garvin Hicking
4f4c295522 RFE #470000 - Use parameters for bookmarked queries. 2003-03-12 18:05:38 +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
1ae4b3682a Fixed variable. 2003-02-28 19:16:33 +00:00
Garvin Hicking
0e6fc61922 Only show fieldlist, when $table is set. 2003-02-28 19:06:04 +00:00
Garvin Hicking
6003d9e95d Bugfixing, better defaults for query window. 2003-02-28 18:57:34 +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
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
Alexander M. Turek
24337ae94c Disabled the autoselect feature of the SQL query box for Opera 7 for Windows in order to avoid trouble here. 2003-02-05 14:57:49 +00:00
Marc Delisle
81af3773ab binary field upload 2003-02-01 12:49:11 +00:00
Michal Čihař
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Alexander M. Turek
e6396b014a bug #640055 2002-11-19 14:09:39 +00:00
Alexander M. Turek
7d7ab0ccf9 Feature #506106: Read compressed dump. 2002-11-18 06:00:34 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +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
Loïc Chapeaux
1c8ae3ee69 Fixed bug #592000 (dir="ltr" for textarea tags) 2002-08-10 11:34:53 +00:00
Marc Delisle
5e419a7d66 MySQL 3.21 compatibility 2002-08-07 12:07:35 +00:00
Alexander M. Turek
ccb62f3234 Fixed bug #590863 (Importing an SQL dump fails when using UTF-8) by allowing the user to specify the charset of an uploaded SQL file. 2002-08-06 21:04:02 +00:00
Robin Johnson
c28a9175ec * db_details.php3, db_stats.php3, main.php3, sql.php3
tbl_change.php3, tbl_query_box.php3, user_details.php3
libraries/common.lib.php3:
- changed show_query to use 1/0 instead of 'y'/'n'
* sql.php3, libraries/common.lib.php3:
- Improved logic of edit, show_as_php, explain and validator
in the SQL query box
2002-08-03 21:34:20 +00:00
Marc Delisle
ed74cb4bfa for Loic 2002-07-22 13:18:02 +00:00
Marc Delisle
947de9c9ee distinct query box logic 2002-07-17 17:42:56 +00:00