- Joomla: require the
mysql
gem (#197) - Tumblr: improve compatibility with Jekyll 3 (#239)
- tumblr: only append to content if its truthy (#265)
- Add S9y database importer (#259)
- Add functionality for importing Blogger comments (#258)
- joomla: use & require mysql2 instead of mysql (#255)
- Tumblr: close conversation HTML tags in the right order (#266)
- Tumblr: Fixing double-read and off-by-one error (#253)
- Clean up the Drupal importers (#235)
- DrupalCommon: centralize defaults & use config for layouts dir (#267)
- Drupal 6 importer depends on mysql. (#242)
- Tumblr: Update range of JSON readlines to extract JSON from JS (Tumblr may have changed structure of JSON) (#243)
- Tumblr: look up beginning and end of JSON dynamically (#249)
- Tumblr: fix stripping of JSONP characters from feed (#251)
- Correct "How to Contribute" link (#244)
- Correct "our community forum" link (#246)
- Add rubocop (#248)
- Drupal 7: Allow importing any node type via the
types
option (#230) - Drupal 6: Allow importing any node type via the
types
option (#231) - Drupal 7: Add author and nid fields to import. (#237)
- MT: allow use of SQLite for installation. (#234)
- CSV: parse the post using a class which errors on missing data. (#238)
- WordPress.com: Now follows 'safe' http to https redirections for images (#223)
- Blogger: Decode URI encoded multibyte file names (#221)
- Tumblr: Encode source URL before parsing (#217)
- Tumblr: If invalid post slug, fall back to the post ID (#210)
- Add Joomla 3 importer (#184)
- Joomla 1: various fixes related to correct import (#188)
- Travis: test against Jekyll 2 & 3 with all supported Rubies. (#227)
- MovableType: Add support for importing from PostgreSQL-backed sites (#224)
- WordPress: Add
site_prefix
to support WP multi-site (#203) - WordPress: Add
extension
option to support different output file extensions (#208) - WordPress.com: Fix
assets_folder
to include leading slash. (#212) - WordPress.com: Write dateless posts to
_drafts
(#213) - Wordpress.com: Fix a few issues introduced by #213 (#218)
- RSS: Require all of
rss
to get atom parser. (#196)
- Tumblr: check for content when parsing a video caption to avoid Nil error (#179)
- Tumblr: pass
redirect_dir
so it's accessible fromadd_syntax_highlights
(#191) - Drupal 7: Fix Title extraction bug where it's read as binary (#192)
- WordPress: update docs to explictly define dependencies. (#190)
- Drupal 7: use the
body_summary
field as anexcerpt
if it's available (#176) - WordPress.com: Extract post excerpt (#189)
- Drupal 7: Remove unused
nid
from MySQLSELECT
(#177)
- Updated the LICENSE file to the "standard" formatting (#178)
- Blogger: Fix draft importing. (#175)
- Add link to another third-party importer. (#172)
- WordPress: Use
nil
instead of""
for default socket (#170) - Tumblr: Set title to
"no title"
if no title available (#168)
- Fixes for Behance import file (#167)
- Add Blogger (blogspot.com) importer (#162)
- Remove all comments from the Ruby classes. (#159)
- Remove a bunch of useless stuff from the Rakefile
- Update WordPress importer to use
table_prefix
everywhere (#154) - Add
date
to WordPressDotCom importer output (#152)
- Update site to use Jekyll 2.2 (#157)
- Add easyblog importer (#136)
- WordPress: import draft posts into
_drafts
folder (#147) - Be really permissive about which Jekyll version to use
- Tumblr: Photo posts with multiple photos will now all import (#145)
- Fix table prefix key in WordPress docs. (#150)
- Add GitHub
script/*
conventions for easy pick-up. (#146)
- Import WordPress.org
author
data as hash (#139) - Add
socket
option to the WordPress importer (#140) - Allow the CSV importer to skip writing front matter (#143)
- WordPress.com: Download images locally and update links to them (#134)
- WordPress: Import WP pages as proper Jekyll pages instead of as posts (#137)
- Replace errant
continue
expression with the validnext
expression (#133)
- Add comments to MovableType importer (#66)
- Support auto-paragraph Wordpress convention (#125)
- Extract author info from wordpress XML files (#131)
- Require YAML library in Enki importer (#112)
- Fix !ruby/string:Sequel::SQL::Blob error in MT excerpts (#113)
- Drupal6: Ensure post "tags" is "", never nil (#117)
- Fixes a bug where the Tumblr importer would write posts with
nil
content (#118) - Change Drupal7 layout to
post
rather thandefault
(#124) - WordPress: Use explicit
#to_s
when outputting post dates (#129)
- Fixed error in quickstart code, added required design changes/reflow (#120)
- Fix example parameter names for Tumblr importer (#122)
- Add note to WordPress installer docs page that indicates what the importer does and doesn't do. (#127)
- Bring gemspec into the 2010's (#130)
- Add 'Ghost' importer (#100)
- Add 'Behance' importer (#46, #104)
- Add the optional ability to include images in a posterous migration (#5)
- Posterous archive (unzipped directory) importer added (#12)
- Improve MovableType importer (#13)
- Add an importer for Google Reader blog exports (#36)
- Remove dependency on html2text in the tumblr importer (#33)
- Add the ability to import .jrnl files (#51)
- Handle missing gems a bit more gracefully (#59)
- Add date and redirection pages for blogs imported from Tumblr (#54)
- Various Tumblr Enhancements (#27)
- Adding tags to Typo and forcing their encoding to UTF-8 (#11)
- S9Y Importer: specify data source using --source option (#18)
- Add taxonomy (
tags
) to Drupal6 migration (#15) - Differentiate between categories and tags in the WordpressDotCom importer (#31)
- Use tumblr slug for post is available, use that instead (#39, #40)
- Drupal 7 importer should use latest revision of a post (#38)
- Improve the handling of tags in the Drupal 6 importer. Tags with spaces are handled now and the importer doesn't eat tags anymore. (#42)
- Upgrade to
jekyll ~> 1.3
andsafe_yaml ~> 0.9.7
- Add license to gemspec (#83)
- Add an
Importer.run
method for easy invocation (#88)
- Remove usage of
Hash#at
in Tumblr importer (#14) - Force encoding of Drupal 6.x titles to UTF-8 (#22)
- Update wordpressdotcom.rb to use its method parameter correctly (#24)
- Use MySQL2 adapter for WordPress importer to fix broken front-matter (#20)
- Fix WordPress import initialize parameters due to new Jekyll setup (#19)
- Fixed misspelling in method name (#17)
- Fix Drupal 7 importer so it compares node ID's properly between
node
andfield_data_body
tables (#38) - Fix prefix replacement for Drupal6 (#41)
- Fix an exception when a Movable Type blog did not have additional entry text (#45)
- Create
_layouts/
before writing refresh.html in Drupal migrators (#48) - Fix bug where post date in
MT
importer was not imported for older versions of MT sites (#62) - Fix interface of importers'
#process
method (#69) - RSS importer should specify
--source
option (#81) - Fix fetching of parameters from options hash (#86)
- Drupal6: Fix NoMethodError on untagged post (#93)
- S9Y: Use RSS parser from
rss
package, not the RSS importer (#102) - Support as much of the current Commander interface as possible (#103)
- Add the site (#87)
- Update usage docs in RSS importer (#35)
- Added initial version of a test case for Tumblr (#43)
- Remove some outdated comments in the Drupal migrators (#50)
- Update the README to be more informative (#52)
- Add comment to Wordpress importer on how to install mysql with MacPorts (#56)
- Correcting the homepage URL so links from rubygems.org will work (#63)