Opened 4 years ago
Last modified 8 months ago
#8822 new enhancement
Use SWFUpload on importer tools
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Import | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
Attached is a patch that does the following:
- Enables support for the lj-user tag, and creates a link to that user's homepage (with class="lj-user" for styling purposes) - fixes #5840
- Converts lj-cut tags to <!--more--> tags and removes all but the first one
- Provides the SWFUploader for the uploading files (impacts Blogware, MovableType/TypePad, RSS and WordPress importers as well)
- Adds some user-friendly instructions on how to export from LJ properly
- Removes the use of /e in preg_replace() for livejournal.php as detailed in #8689
- Adds the title of the post to the output in the RSS importer as well (since all the others do that)
This patch was developed based on r10331
Attachments (2)
Change History (7)
beaulebens — 4 years ago
comment:1
beaulebens — 4 years ago
- Keywords dev-feedback added
- Summary changed from LiveJournal Importer move to SWFUpload plus other upgrades to Use SWFUpload on importer tools
Ignoring the fact that the LiveJournal importer has been completely rewritten, what do the devs/etc think of the SWFUploader part of this patch?
If it's worth it (the main benefit being that it adds the progress bar to the upload?), then I'll make a new patch that just handles that part on the current trunk.
- Milestone changed from 2.8 to 2.9
Definitely something nice to have, but 2.9 will be changing media and upload stuff so we should table this until then.
- Keywords needs-patch added; dev-feedback removed
- Milestone changed from 2.9 to Future Release
comment:5
SergeyBiryukov — 8 months ago
- Milestone changed from Future Release to WordPress.org
Note: See
TracTickets for help on using
tickets.

Fixed issue when cleaning up upper-case tags.