Opened 6 years ago
Last modified 22 months ago
#4611 new enhancement
Dotclear importer for WP 2.3: flatimport
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | WordPress.org |
| Component: | Import | Version: | 2.3 |
| Severity: | minor | Keywords: | needs-patch |
| Cc: |
Description
This importer import posts (users, comments, tags, categories), links (categories) into WordPress 2.3 from a Dotclear export flat file. A restart procedure allows the import of big blogs.
It's the importer for a Dotclear 2 blog. It imports also from a Dotclear 1.2.x blog (note that the embedded Dotclear importer imports from Dotclear 1 only).
Download the http://cvie.free.fr/public/flatimport.zip ; a tutorial is embedded with the flatimport.php script.
Attachments (5)
Change History (14)
comment:1
foolswisdom — 6 years ago
- Milestone set to 2.4 (future)
- Version set to 2.3
Replying to albaran:
Tell me if just a TortoiseSVN → Add is the right thing to do?
Quoting from Owen's page:
- Create a patch - This is easy. Right-click on the wordpress root folder and select Tortoise SVN - Create Patch. A dialog appears to allow you to select the files you want to include in the patch. Check the files you want to include, then save the patch file. If I'm patching one file, I'll usually use the full name of the file followed by ".diff", for example, "admin-functions.php.diff".
- Find a Trac Ticket - To submit a patch, you need a ticket. Be sure to search for an existing ticket for your issue before creating a new ticket. If one doesn't exist, create one and explain the problem as clearly as possible. When you have a ticket, click Attach File and attach your patch file.
- Keywords tested added
- Milestone changed from 2.4 (future) to 2.3 (trunk)
This importer was tested successfully for WP 2.0 up to WP 2.3-alpha.
This last version is specific to WP 2.3 (native tags, nonce added ...)
A sample of test files is available here http://cvie.free.fr/public/blog-backup.zip with a readme.txt file.
comment:5
foolswisdom — 6 years ago
- Keywords has-patch added
- Component changed from Administration to Import
- Owner anonymous deleted
- Keywords needs-patch added; tested has-patch removed
- Milestone changed from 2.9 to Future Release
- Priority changed from normal to low
- Severity changed from normal to minor

I know now how to patch a Wordpress file, thanks to Owen http://asymptomatic.net/2005/12/03/2142/how-to-patch-wordpress/.
I want to upload my newly files for the Dotclear flatimport importer.
Tell me if just a TortoiseSVN → Add is the right thing to do?