Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#13465 closed defect (bug) (fixed)

Move importers to Plugins Directory (wordpress.org/extend/plugins)

Reported by: ryan Owned by:
Priority: normal Milestone: 3.0
Component: Import Version:
Severity: normal Keywords:
Cc: pavelevap@…

Description

Move importers from core WP to the plugins directory. They are usually used only once and then forgotten. Removing them will reduce the size of the WP distro by 652k. Having them in the plugins directory will allow them to have their own release cycles.

Attachments (1)

13465.diff (3.7 KB) - added by ryan 3 years ago.
Add install links to import.php, define WP_LOAD_IMPORTERS so import plugins can conditionally load

Download all attachments as: .zip

Change History (12)

ryan3 years ago

Add install links to import.php, define WP_LOAD_IMPORTERS so import plugins can conditionally load

comment:3   ryan3 years ago

Need to add the importers to the list of files to remove during auto upgrade.

We need to do something similar with the tools.php page as was done in r14759 for the Category/Tag Conversion! :)

comment:6   ryan3 years ago

  • Resolution set to fixed
  • Status changed from new to closed

comment:7   ryan3 years ago

(In [14807]) Add cat2tag converter to importer install list. see #13465

  • Cc pavelevap@… added
  • Resolution fixed deleted
  • Status changed from closed to reopened

Importers were moved, but what about localization of these plugins? There are several hundreds strings which were originally translated, but now they are not in WordPress and they are not in plugins. Translators work was simply deleted?

comment:9   ryan3 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

pot files will be generated and we'll work on a means of porting translations.

OK, thank you very much for info...

(In [14853]) Don't link to cat2tag importer since it might not be installed. see #13465

Note: See TracTickets for help on using tickets.