discourse/script/import_scripts
Gerhard Schlager 2dd01c61b0 Improves the base importer
- Move some methods into their own classes in order to make it easier
  to reuse them outside of classes extending the base importer. For
  compatibility reasons the old methods are still in the base importer
  and delegate to the new objects. The following methods and hashes were
  extracted:
    - all the lookup maps for existing and imported data
    - all the methods used for uploads and attachments
- No need to store failed users and groups. This information wasn't
  used anyway.
- Print progress instead of category names when importing categories.
- Allow importers to override if bbcode_to_md should be used (until now
  it always used ARGV)
- Allow importers to add additional site settings that automatically get
  restored after the importer finishes.
- Show how many posts and messages are imported per minute. This should
  help detecting when the import is slowing down and needs to be
  restarted.
- Use max_image_width and max_image_height from settings instead of
  hard-coded values for uploaded images.
2015-07-16 15:28:42 +02:00
..
base Improves the base importer 2015-07-16 15:28:42 +02:00
support initial lithuim importer (work in progress) 2015-07-14 17:09:43 +10:00
askbot.rb Initial commit of askbot.rb 2015-03-07 08:48:42 -06:00
base.rb Improves the base importer 2015-07-16 15:28:42 +02:00
bbpress.rb FIX: base script import to handle category color/text color 2015-05-19 12:40:35 +02:00
bespoke_1.rb FIX: base script import to handle category color/text color 2015-05-19 12:40:35 +02:00
discuz_x.rb update regex to remove the bbcode tags 2015-03-24 17:59:08 +08:00
disqus.rb Update Disqus importer. 2015-07-01 21:51:19 +08:00
drupal_qa.rb Fix gem load order for all importers 2015-03-18 20:31:02 +01:00
drupal.rb Updates to the Drupal import script 2015-04-13 13:06:26 -04:00
getsatisfaction.rb leftover debug code 2015-03-23 15:49:02 +11:00
kunena.rb Fix gem load order for all importers 2015-03-18 20:31:02 +01:00
lithium.rb remove 0 view filter 2015-07-16 16:57:55 +10:00
muut.rb FEATURE: add Muut importer 2015-06-12 21:36:12 +05:30
mybb.rb FIX: base script import to handle category color/text color 2015-05-19 12:40:35 +02:00
nabble.rb Simple "cook" for email imports from mailing lists 2015-06-05 11:46:36 -04:00
ning.rb FIX: Ning json files sometimes have an extra ] at the end 2015-03-23 15:14:50 -04:00
phpbb3.rb phpBB importer: fix greedy smiley regex 2015-04-23 12:03:21 +02:00
punbb.rb Add PunBB import script 2015-05-18 23:08:05 +05:30
sfn.rb use first part of email address as username in SFN import 2015-05-10 23:12:09 +02:00
smf2.rb FIX: base script import to handle category color/text color 2015-05-19 12:40:35 +02:00
tnation.rb FEATURE: t-nation importer 2015-05-19 12:40:47 +02:00
vanilla.rb Fix gem load order for all importers 2015-03-18 20:31:02 +01:00
vbulletin.rb vBulletin: ability to import attachments from filesystem 2015-05-15 19:39:15 +08:00
xenforo.rb add XenForo importer 2015-06-22 18:02:42 +05:30