discourse/script/import_scripts
Gerhard Schlager 1cb45861c5 FEATURE: Lots of improvements to the phpBB3 importer
- Extensive refactoring of the existing importer
- Configuration of import with settings.yml instead of editing code
- Supports importing from phpBB 3.0.x and 3.1.x
- Imports all attachments (not just the ones embedded with [attachment])
  from posts and private messages
- Imports all existing attachments without the need to configure allowed
  file extensions or file sizes
- Imports polls
- Imports bookmarks
- Imports sticky topics and (global) announcements as pinned topics
- Imports categories in the original order and sets the content of the
  category description topic
- Sets the creation date of category description topics to the creation
  date of the first topic in each category
- Imports additional user attributes: last seen date, registration
  IP address, website, date of birth, location
- Optionally set the user's name to its username
- Users that didn't activate their account in phpBB3 are imported as
  inactive users
- All imported, active users are automatically approved
- Users that were deactivated in phpBB3 get suspended for 200 years
  during the import
- Anonymous user can be imported as suspended users instead of the
  system user
- Forums of type "link" are not imported as categories anymore
- Internal links to posts get rewritten during the import (previously
  only links to topics got rewritten)
- Ordered lists with BBCode [list=a] (which are unsupported in
  Discourse) get imported as if they would be [list=1]
- Importing of avatars, attachments, private messages, polls and
  bookmarks can be disabled via configuration file
- Optional fixing of private messages for forums that have been upgraded
  from phpBB2 prevents the import of duplicate messages and tries to
  group related messages into topics
- Table prefix (default: phpbb) is configurable
- Most of phpBB's default smilies are mapped to Emojis and all other
  smilies get uploaded and embedded as images. Smiley mappings can be
  added or overridden in the settings.yml file.
2015-07-16 15:28:43 +02:00
..
base Improves the base importer 2015-07-16 15:28:42 +02:00
phpbb3 FEATURE: Lots of improvements to the phpBB3 importer 2015-07-16 15:28:43 +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.rb Updates to the Drupal import script 2015-04-13 13:06:26 -04:00
drupal_qa.rb Fix gem load order for all importers 2015-03-18 20:31:02 +01: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 FEATURE: Lots of improvements to the phpBB3 importer 2015-07-16 15:28:43 +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