Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending and refactoring WordPress importer #1867

Merged
merged 23 commits into from
Jul 12, 2015

Commits on Jul 12, 2015

  1. Feeding all posts together with post format through transform_content…

    …, and let it decide extension.
    
    No longer using extension .wp for WordPress-to-markdown converted posts.
    Exporting wp-status and excerpt (if available).
    Allowing to exclude private items and include empty items.
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    79d590d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd05a2a View commit details
    Browse the repository at this point in the history
  3. Fixed typo and tests.

    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    b03827b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a3516f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4414b6e View commit details
    Browse the repository at this point in the history
  6. Added support for exporting categories as categories (instead of tags).

    Also supporting category hierarchies.
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    0aacf78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f59b1bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e418dc View commit details
    Browse the repository at this point in the history
  9. Add new variables to init and handle bools better

    cc @felixfontein
    
    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska authored and felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    0480910 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ddd073 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5982a5a View commit details
    Browse the repository at this point in the history
  12. 2 Configuration menu
    Copy the full SHA
    5ba8005 View commit details
    Browse the repository at this point in the history
  13. Added option which automatically installs the WordPress page compiler…

    … either locally (when transforming posts right away) or into the new site.
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    ee7402e View commit details
    Browse the repository at this point in the history
  14. Avoiding creating new_site directory too early (otherwise conf.py wil…

    …l be called conf.py.import_wordpress-xxx)
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    877c028 View commit details
    Browse the repository at this point in the history
  15. Allowing to hide installation notes.

    Not showing 'assuming --user' message when output_dir is forced.
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    ec8ccea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    928257a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9196083 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6265cd1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a902537 View commit details
    Browse the repository at this point in the history
  20. Added support to pass additional data to WordPress plugin.

    Also supplying attachment info to WordPress page compiler when directly converting to HTML.
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    e368975 View commit details
    Browse the repository at this point in the history
  21. Making sure to also rescan for compiler extensions. Otherwise WordPre…

    …ss page compiler won't find shortcode plugins coming in the package.
    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    662db83 View commit details
    Browse the repository at this point in the history
  22. Fixed test.

    felixfontein committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    67d9f13 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    190573a View commit details
    Browse the repository at this point in the history