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
Loïc Chapeaux
aa245fe53a
feature #443134 - unlimited set_time_limit()
2001-11-09 22:35:46 +00:00
Loïc Chapeaux
c14ea1a49a
"there is no query" were displayed when deleting a bookmark
2001-10-27 10:33:54 +00:00
Loïc Chapeaux
4faa013df5
* fixed bug #468749 (Left Frame not expanding in iCab)
2001-10-11 22:25:28 +00:00
Loïc Chapeaux
574d31a75e
(for Benjamin) widely improved:
...
* some remaining bugs has been fixed;
* the script is now about too time faster than before
2001-09-23 16:57:35 +00:00
Loïc Chapeaux
e726fe785d
Fixed bug #444352 (Data Missing/POST Error)
2001-09-23 15:31:50 +00:00
Loïc Chapeaux
e34a463b3c
* moved the 'split_sql_file()' function from the library to the main script, then removed the library;
...
* tried some fixes for bugs with comments characters in dump files (see bug #444279 ) and taked into account "-- " styled comments;
* disactivated the "/*!...*/" syntax for MySQL < 3.22.07;
* optimized the 'split_sql_file()' function.
2001-09-11 09:26:40 +00:00
Loïc Chapeaux
a19282bdcd
* db_readdump.php3 has been renamed to read_dump.php3;
...
* splitted the big "lib.inc.php3" into smaller libraries
2001-09-08 12:56:47 +00:00