Ticket #4260 (new defect)

Opened 4 months ago

Last modified 2 months ago

Port sync script for elgg 1.5

Reported by: bettse Assigned to:
Priority: major Milestone: Elgg1.5
Component: Sync Script Version:
Keywords: Cc:

Description

We need to port the sync script to elgg 1.5. I also think we should split the script into two new scripts, one for syncing project data, the other for new project creation. This ticket should be updated with the ticket number of the project creation script ticket if we decide to do the split.

Attachments

projectdata_export.py (4.9 kB) - added by bettse on 07/15/09 09:28:15.
Python script to export project data to a PHP array in a php file
import_projects.php (2.8 kB) - added by bettse on 07/15/09 09:29:14.
ROUGH DRAFT php script to import projects. This will need to be edited to fit the project object once that is completed.

Change History

07/15/09 09:28:15 changed by bettse

  • attachment projectdata_export.py added.

Python script to export project data to a PHP array in a php file

07/15/09 09:29:14 changed by bettse

  • attachment import_projects.php added.

ROUGH DRAFT php script to import projects. This will need to be edited to fit the project object once that is completed.

10/01/09 11:03:42 changed by gallardj

Fixed with Elgg migration