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&gr...
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!
https://sourceforge.net/tracker/index.php?func=detail&aid=1288933&gr...
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ř 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()?
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
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.