Commit Graph

30 Commits

Author SHA1 Message Date
Marc Delisle
9439bd3780 path disclosure 2003-07-19 15:29:53 +00:00
Marc Delisle
81fe6d6e47 path disclosure 2003-07-19 11:36:53 +00:00
Marc Delisle
22868ea202 bug 740607 2003-05-29 16:50:10 +00:00
Michal Čihař
53b4212040 Behave correctly if no file is given for loading. 2003-05-13 09:41:54 +00:00
Garvin Hicking
5557d911ab Allow uploaded CSV importing. Should prevent some timeout issues when
uploading huge amounts of data.
Needs some testing.
2003-05-12 19:50:55 +00:00
Michal Čihař
0fd92594b4 Use $sql_query instead of $query to put query correctly to sql.php3. 2003-03-21 11:58:49 +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
Alexander M. Turek
1a3bcd8cf5 Backslahes should be escaped 2003-02-04 21:44:04 +00:00
Marc Delisle
46473792e7 logic fixed 2003-02-04 15:25:15 +00:00
Marc Delisle
b64ed72e5e check local_infile 2003-02-04 13:40:38 +00:00
Marc Delisle
184060e800 bug 530255 2002-12-14 12:35:40 +00:00
Robin Johnson
e4743fd18e find -name '*.php3': Added vim modelines for PEAR style indentation 2002-10-23 04:17:43 +00:00
Loïc Chapeaux
9344d5ea79 fixed bug #614303 (Duplicate args in table tabs links) 2002-09-27 15:15:11 +00:00
Alexander M. Turek
7184bb81c8 For Lo�c: Coding standards 2002-08-21 09:30:53 +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
Marc Delisle
3513a3fe2f from Loic 2002-08-05 20:06:09 +00:00
Marc Delisle
63d3f86c0f undefined sub-part 2002-08-03 00:33:20 +00:00
Loïc Chapeaux
e3be56f88d fixed warnings and a parse error 2002-02-24 19:10:33 +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
7f919e6a86 removed tabs and/or trailing spaces 2002-02-10 09:31:41 +00:00
Loïc Chapeaux
05fefd4211 PEAR codding standards 2001-11-23 01:04:57 +00:00
Loïc Chapeaux
08c353d467 Splitted the big "lib.inc.php3" into smaller libraries 2001-09-08 12:59:45 +00:00
Loïc Chapeaux
aade7fd1c5 removed some unnecessary "str_replace" 2001-09-05 19:29:19 +00:00
Loïc Chapeaux
8fafafb823 replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by MYSQL_INT_VERSION 2001-08-21 16:28:36 +00:00
Loïc Chapeaux
131da182b7 Fixed a slashes bug thanks to Dan Allen 2001-08-15 15:00:34 +00:00
Loïc Chapeaux
a5b0d93b46 fixed bug #448522 (Insert Data Error on Win32-Server) 2001-08-08 13:11:15 +00:00
Marc Delisle
0ab0ad63b1 merge Loic's version 2001-07-30 21:21:19 +00:00
Loïc Chapeaux
58927fc182 $sql_query wasn't defined if 'magic_quotes_gpc' was off. 2001-07-15 17:24:34 +00:00
Loïc Chapeaux
dfa57ed7d8 Added the path './' before all required or included files to avoid conflicts with the 'include_path' directive 2001-05-20 09:56:22 +00:00
Olivier Müller
7ff8fedebd Initial revision 2001-05-03 17:25:09 +00:00