discourse/script/import_scripts
Régis Hanol e7f251c105 LOTS of changes to properly handle post/topic revisions
FIX: history revision can now properly be hidden
FIX: PostRevision serializer is now entirely dynamic to properly handle
hidden revisions
FIX: default history modal to "side by side" view on mobile
FIX: properly hiden which revision has been hidden
UX: inline category/user/wiki/post_type changes with the revision
details
FEATURE: new '/posts/:post_id/revisions/latest' endpoint to retrieve
latest revision
UX: do not show the hide/show revision button on mobile (no room for
them)
UX: remove CSS transitions on the buttons in the history modal
FIX: PostRevisor now handles all the changes that might create new
revisions
FIX: PostRevision.ensure_consistency! was wrong due to off by 1
mistake...
refactored topic's callbacks for better readability
extracted 'PostRevisionGuardian'
2014-10-27 22:06:43 +01:00
..
base.rb FEATURE: import attachments in phpbb3 importer 2014-10-07 16:47:41 -04:00
bbpress.rb Import scripts for Drupal and Kunena/Joomla. A new base class for import scripts. 2014-06-02 14:38:40 -04:00
drupal.rb Better import for Drupal QA 2014-10-02 13:15:50 -04:00
drupal_qa.rb FIX: Drupal QA was missing some comments 2014-10-24 12:57:41 -04:00
kunena.rb FIX: Kunena import script no longer requires a csv file with Joomla user records. MySQL is used for all data. 2014-08-29 14:55:28 -04:00
mybb.rb initial version, mostly inspired from phpbb script 2014-09-29 20:37:35 +02:00
phpbb3.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
smf2.rb FIX: quoting non-existing messages would break SMF2 importer 2014-10-02 00:44:03 +02:00
vanilla.rb FIX: don't use latest activity as user's bio in vanilla import by default 2014-10-17 16:58:19 +02:00
vbulletin.rb FIX: better error handling in vBulletin importer 2014-09-08 11:02:54 +02:00