[Phpmyadmin-devel] Import rewite

Hi all I finally managed to make new import in some state, I'm ready to publish it a bit. It's available in patch tracker [1]. As you can read in patch tracker, basic goals of this rewrite are: - plugin based import system - LOAD DATA independent CSV loading - time/memory limit workarounds - default configuration of import stored in config Current state is not yet complete. Plugin architecture is there, it should correctly deal with php time/memory limits. However design is probably not final and there are still some things need to be fixed (charset support, finalizing CSV plugin, etc.). If you have time, you're welcome to provide this some testing. Thanks! 1. https://sourceforge.net/tracker/index.php?func=detail&aid=1288933&group_id=2... -- Michal Čihař | http://cihar.com

Great Michal! I will have a look this week. Any news about your "config import proposal" ? Marc Michal Čihař a écrit :
Hi all
I finally managed to make new import in some state, I'm ready to publish it a bit. It's available in patch tracker [1].
As you can read in patch tracker, basic goals of this rewrite are:
- plugin based import system - LOAD DATA independent CSV loading - time/memory limit workarounds - default configuration of import stored in config
Current state is not yet complete. Plugin architecture is there, it should correctly deal with php time/memory limits. However design is probably not final and there are still some things need to be fixed (charset support, finalizing CSV plugin, etc.).
If you have time, you're welcome to provide this some testing. Thanks!
1. https://sourceforge.net/tracker/index.php?func=detail&aid=1288933&group_id=2...

On Mon 12. 9. 2005 20:51, Marc Delisle wrote:
Great Michal! I will have a look this week.
Thanks.
Any news about your "config import proposal" ?
Not yet, I spent more time than expected on import stuff. However I will probably change config stuff before commiting import to cvs, as I don't want to write config_import magic for that :-). -- Michal Čihař | http://cihar.com

Michal Čihař wrote:
Hi all
I finally managed to make new import in some state, I'm ready to publish it a bit. It's available in patch tracker [1].
in display_import.lib.php javscript function getElement() does not exists in FireFox, should it be getElementById()? -- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

On Thu 13. 10. 2005 11:57, Sebastian Mendel wrote:
in display_import.lib.php
javscript function getElement() does not exists in FireFox, should it be getElementById()?
You're right! However your recent changes to import messed display a bit for file to import part. It's now like this: text file or text file upload charset compression and I thing it should be: text file or text file upload charset compression -- Michal Čihař | http://cihar.com

On Thu 13. 10. 2005 11:57, Sebastian Mendel wrote:
Michal Čihař wrote:
Hi all
I finally managed to make new import in some state, I'm ready to publish it a bit. It's available in patch tracker [1].
in display_import.lib.php
javscript function getElement() does not exists in FireFox, should it be getElementById()?
Thanks for fixing. -- Michal Čihař | http://cihar.com
participants (3)
-
Marc Delisle
-
Michal Čihař
-
Sebastian Mendel