Commit Graph

39 Commits

Author SHA1 Message Date
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
c9253c0a0e Merge conflict resolved for Lori's tree merge to main 2010-08-22 12:42:54 +05:30
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
lorilee
aa49b85fad Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
	libraries/display_export.lib.php
2010-07-20 15:23:12 -07:00
lorilee
6ed0cb3726 Corrected syntax for checking if a checkbox is checked 2010-07-20 13:56:28 -07:00
lorilee
2ebf96d242 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/display_export.lib.php
	libraries/display_import.lib.php
2010-07-20 13:04:03 -07:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
lorilee
0ede5e680b Changed label name, added a hint for the "column names" field 2010-06-24 16:56:52 -04:00
lorilee
71ee3e6421 Fixed XHTML syntax problems 2010-06-18 16:12:41 -04:00
lorilee
30b4bc9944 Modified label text 2010-06-11 01:16:01 -04:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
b05a903dc3 gettext conversion 2010-05-14 07:47:50 -04:00
Marc Delisle
7925c03896 gettext conversion 2010-05-11 13:05:43 -04:00
Michal Čihař
20925728e7 Replace other usages of deprecated split(). 2010-04-22 20:21:07 +02:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Marc Delisle
4f072ddfbf incorrect calling of an error message 2009-06-27 11:41:51 +00:00
Michal Čihař
28b8e9448a rfe #1927189 strip ` from column names on import 2008-11-30 14:20:25 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
82f7a341f1 allow just one character for "Fields enclosed by", thanks to Michal 2008-01-30 13:13:37 +00:00
Marc Delisle
b1816db8fc bug [import] Do not verify a missing enclosing character for CSV 2008-01-29 18:05:59 +00:00
Sebastian Mendel
8cd87d9e46 make use of PMA_Message 2007-10-16 09:16:41 +00:00
Marc Delisle
97f89ac682 replace various import options messages by just strOptions 2007-06-27 13:39:25 +00:00
Sebastian Mendel
02ecd621bb return also works for includes ... so don't mess with intends 2007-03-29 11:45:12 +00:00
Sebastian Mendel
adc43110f6 free memory! 2007-03-29 10:34:20 +00:00
Sebastian Mendel
8878baf7b1 #1643758 Error #1264 importing NULL values in MySQL 5.0 2007-03-19 15:41:35 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Michal Čihař
250575b854 Fix special case of Excel export with ; at the end (bug #1511046). 2006-06-27 08:56:46 +00:00
Michal Čihař
094805dcbe Fix importing files without trailing new line (bug #1473944). 2006-04-21 07:55:12 +00:00
Michal Čihař
e89d764725 Fix parsing of large CSV files (bug #1456331). 2006-04-10 14:17:25 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
3e79c53e3f Generic plugin infrastructure and use it in import (needed for RFE#1325937), work in progress. 2005-12-08 22:52:03 +00:00
Michal Čihař
7870ee574d Fix import of some CSV files (bug #1373731), provide better error messages. 2005-12-05 22:53:24 +00:00
Michal Čihař
277e159d6d Fix use of escaped chars (bug #1371249). 2005-12-04 20:24:09 +00:00
Michal Čihař
f9ab10666a CSV import fixes:
- Drop optional escaping as this should not have any real functionality.
 - Do not overwrite error message from import in case of single SQL query is being executed.
 - Make enclosing behaviour same as in MySQL LOAD DATA (bug #1363532).
2005-11-23 10:34:52 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00