html_export 6.x-2.0-beta1

New features
Bug fixes

More accurate publishing. Now requires that $base_url be set in your settings.php file. This is much easier to control from an end user perspective and should resolve most issues people were having. This has been shown to work in the wild and in elms so marking this beta

html_export 6.x-2.0-alpha5

New features
Bug fixes

The following has been fixed

  • Some file assets were being ignored in complicated exports due to a logic error
  • PURL is now correctly supported in the _og helper module when its installed
  • Rewriting of old paths (node/123) to new ones (node/123/index.html) handled better to avoid asset conflicts

The following functionality has been added

  • Support for click to access, and download as tar export handler formats
  • API to allow for other export handler formats to be hooked in / altered more easily

html_export 6.x-2.0-alpha4

New features
Bug fixes

List of changes

  • Publishing now grabs and exports all pages correctly
  • more improvements to asset selection criteria
  • started work towards tar/gz aspect (unimplemented so far)
  • now can export anonymously, this is the supported and recommended export method
  • experimental masquerade functionality added, this will fail on complex sites that use context/purl (for example)
  • css selectors are separated by end lines for readability

html_export 6.x-2.0-alpha3

New features
Bug fixes

This release adds

  • Ability to export as different user roles by masquerading as a different user during the export process
  • Files are now processed in batch jobs like paths to avoid timeouts

This release should fix

html_export 6.x-2.0-alpha2

New features
Bug fixes
  • Better support for base path of / instead of an actual folder path
  • Total rewrite of deep copy routine to only bring files it needs!
  • Split code up more to allow for additional flexibility based on current issue requests
  • Minor language clean up
  • coder audit

html_export 6.x-2.0-alpha1

New features
Bug fixes

Initial release of the 2.x branch of HTML Export module. List of changes so far

html_export 6.x-1.0

This is a port of the 5.x version of the module based off of a patch submitted in the forums. Also has the bug fixes of 5.x-1.0 that should have been in RC2.

html_export 5.x-1.0

Bug fixes

Wow, totally didn't realize that I published RC2 incorrectly. A lot of path issues are solved in this version (as they should have been in RC2)

html_export 5.x-1.0-rc1

Bug fixes

Fixed up some issues with URLs not working. URL aliasing is now taken into account and it is able to handle clean or non-clean URLs as well as Drupal installed within a subdirectory or at the root directory of a site.

html_export 5.x-1.0-beta3

Bug fixes

Fixed some issues with internal linking of files. Hopefully cleared up some other issues people are having locally as I haven't been able to replicate them on similar setups.

html_export 5.x-1.0-beta1

Here's the first release. It was tested on 3 different servers and showed no issues. It is pretty lightweight though the task it executes it pretty intense on the server if you have a lot of nodes. This will hit your site and display the anon version of every page and kick it out to html so make sure you don't have a TON of nodes unless you want it to take awhile (or have the server cap. to handle that kind of query).

Subscribe with RSS Subscribe to Releases for HTML Export