Commit Graph

57 Commits

Author SHA1 Message Date
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
Michal Čihař
913c2f73e3 Tabs highlighting... 2003-05-23 17:55:11 +00:00
Garvin Hicking
5911dbcf11 RFE #641760 (SQL with no DB) 2003-05-14 12:20:05 +00:00
Michal Čihař
6dc1dab2d5 Correctly checks whether table exists. 2003-05-13 09:52:35 +00:00
Michal Čihař
c4d8107e45 Merged patch #728928 - show multi statement query result. 2003-05-11 17:33:30 +00:00
Michal Čihař
2107ae7faf fixed detection of $goto 2003-03-25 11:16:18 +00:00
Garvin Hicking
4f4c295522 RFE #470000 - Use parameters for bookmarked queries. 2003-03-12 18:05:38 +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
Garvin Hicking
0e95514c3f Fixed stripslashes() issues. 2003-03-05 14:04:23 +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
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
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ř
1e8447e111 New URL and hidden input generating stuff. 2003-01-08 13:50:30 +00:00
Marc Delisle
7a6baeee65 bug 634074 2002-11-23 17:45:47 +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
b48b7ef22e undefined variable 2002-09-29 08:47:08 +00:00
Marc Delisle
1503e0673c bug 611970 2002-09-25 17:34:01 +00:00
Marc Delisle
4656e023f9 Loic: coding standards, optimization 2002-08-21 13:45:44 +00:00
Marc Delisle
c694b7d412 web-based upload dir 2002-08-21 12:42:46 +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
Alexander M. Turek
152b09d918 (tr) Updates / For Lo�c: Coding standards 2002-08-07 09:47:47 +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
Alexander M. Turek
81d7dd5c71 bug #579968 2002-07-11 16:44:47 +00:00
Loïc Chapeaux
b93a2a2650 Codding standards 2002-07-06 22:10:32 +00:00
Marc Delisle
9bd9a44a67 charset patch 2002-06-14 12:07:18 +00:00
Mike Beck
923a2c12e6 Bugfixing Syntaxcoloring 2002-06-12 16:12:07 +00:00
Mike Beck
8907f9ad77 Multiline SQL statements should still be in one line even after Syntaxcoloring 2002-06-12 14:54:33 +00:00
Mike Beck
db0e689d4c enabled Syntaxcoloring for SQL Statements. This can be turned off in config.inc.php3 2002-06-12 11:59:35 +00:00
Loïc Chapeaux
4dc307b572 Improved "open_basedir" handling 2002-06-01 18:51:36 +00:00
Loïc Chapeaux
e6688293f0 Path must use "\" under winwin 2002-05-25 16:29:36 +00:00
Marc Delisle
d75032be81 bug 556105 2002-05-20 00:14:43 +00:00
Loïc Chapeaux
2e28add87b Optimization - do not call "mysql_numrows", "mysql_results" and "mysql_fetch_array" on invalid queries 2002-05-01 12:03:21 +00:00
Robin Johnson
a80446dd11 *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes. 2002-04-24 18:31:26 +00:00
Loïc Chapeaux
d7b17b392f fixed warnings 2002-02-24 19:17:02 +00:00
Loïc Chapeaux
b106eb60d1 Japanese kanji encoding conversion feature thanks to Yukihiro Kawada 2002-02-24 18:46:40 +00:00
Loïc Chapeaux
f34e4680dc fixed bug #521003 - read_dump.php3 -> parse error 2002-02-22 12:32:57 +00:00
Loïc Chapeaux
1542adcd63 previous commit was an error 2002-02-22 09:29:28 +00:00
Loïc Chapeaux
31e32068ff *** empty log message *** 2002-02-22 09:25:22 +00:00
Loïc Chapeaux
fd60f5ba1e Tried a fix for bug #508746 - PMA_splitSqlFile() crashes server 2002-02-17 11:59:04 +00:00
Loïc Chapeaux
7f919e6a86 removed tabs and/or trailing spaces 2002-02-10 09:31:41 +00:00
Loïc Chapeaux
c9a7dca361 coding standards 2002-01-19 18:44:14 +00:00
Marc Delisle
5a37470f9f support open_basedir 2002-01-15 17:46:37 +00:00
Loïc Chapeaux
ae50054466 fixed bug #491051 - SQL Upload error last comment 2001-12-11 12:11:14 +00:00
Loïc Chapeaux
ebfef0492d sending the "fake" header at each it�ration is about ten times faster than checking elapsed time and send the header each 20 seconds 2001-12-09 09:38:41 +00:00
Loïc Chapeaux
55dd29646f send fake headers to bypass browser timeout 2001-12-08 21:05:38 +00:00
Loïc Chapeaux
cd6bcf610b Ensure the zero-sized file created by the "tmpnam" function is deleted 2001-11-25 14:36:40 +00:00
Loïc Chapeaux
d09b82e84a Fixed a possible security issue with uploaded files 2001-11-25 13:12:07 +00:00
Loïc Chapeaux
05fefd4211 PEAR codding standards 2001-11-23 01:04:57 +00:00
Loïc Chapeaux
81f94f9851 fixed a bug with headers that may be sent after output 2001-11-16 14:07:24 +00:00