jekyll/features
Will Norris 669c803912 always include file extension on destination files
This ensures that destination files for HTML posts, pages and
collections always include the proper file extension (as defined by
output_ext) regardless of permalink structure.  This allows for URLs
that contain no extension or trailing slash to still result in proper
destination files with .html extensions.

Because this change relies so heavily on output_ext accurately
identifying the extension of the destination file, this change also
removes the feature test that tested support for permalinks with a .htm
extension.  In order to support alternate file extensions, a future
patch or plugin will need to modify the output_ext value, at which point
everything else should work as expected.
2015-03-02 21:20:54 -08:00
..
step_definitions Migrate the integration tests to minitest, too 2015-02-21 00:31:25 -08:00
support Migrate the integration tests to minitest, too 2015-02-21 00:31:25 -08:00
collections.feature Fix cucumber failures due to merge of #3134. 2015-01-17 16:48:12 -08:00
create_sites.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
data.feature Autoload csv files from data directory 2014-08-16 14:54:14 +01:00
drafts.feature Fix some cucumber features. 2015-01-17 16:52:12 -08:00
embed_filters.feature Fix some cucumber features. 2015-01-17 16:52:12 -08:00
frontmatter_defaults.feature Fix last feature 2015-01-17 16:52:12 -08:00
include_tag.feature Fix some cucumber features. 2015-01-17 16:52:12 -08:00
incremental_rebuild.feature Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
markdown.feature Add configuration fallback for paginate, and fix tests. 2015-01-31 13:53:17 -08:00
pagination.feature Add configuration fallback for paginate, and fix tests. 2015-01-31 13:53:17 -08:00
permalinks.feature always include file extension on destination files 2015-03-02 21:20:54 -08:00
plugins.feature Finish up the plugin manager 2014-11-05 19:29:54 -08:00
post_data.feature Use category in downcase only for URL (Resolves #1739) 2014-08-07 11:27:41 +09:00
post_excerpts.feature Fix some cucumber features. 2015-01-17 16:52:12 -08:00
rendering.feature Add configuration fallback for paginate, and fix tests. 2015-01-31 13:53:17 -08:00
site_configuration.feature Fix some cucumber features. 2015-01-17 16:52:12 -08:00
site_data.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00