[11400] A more secure import from old SPIP versions
Tuesday, 8. April 2008, 15:29:28
This commit introduces a lot of things that make the import really secure :
Of course it's a beginning, a lot of things should be done :
- Create a set of tables with the old structure and a prefix not used
- Import data inside
- Update
- copy data to the actual site
Of course it's a beginning, a lot of things should be done :
-
Make this functionnality possible for older stable versions([11402] for 1.8)
- Verify that the temporary prefix isn't used
- Interpolate between different versions for partial imports
-
Use a reload over timeout during the copy([11402])
- Also import plugins tables (if possible)