middleman/middleman-core/features
Adam Heath 389e3f5a8c Add prefix option to asset_hash (#1949)
This allows manually changing the filename so that fiel header changes
can be reflected on the CDN. E.g. if you turn on crossOrigin serving
(CORS) the asset hash doesn't change, but the CDN cache needs to be
broken in order to pickup the new header.
2016-07-02 17:55:25 -07:00
..
support Added phantomjs as gem to make test suite pass 2016-01-01 20:51:26 +01:00
asset_hash.feature Add prefix option to asset_hash (#1949) 2016-07-02 17:55:25 -07:00
asset_host.feature Fixes #1780 2016-01-26 13:47:27 -08:00
auto_layout.feature split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
automatic_alt_tags.feature fix alt tags and add test. Closes #1341 2014-08-03 08:29:29 -07:00
automatic_directory_matcher.feature :automatic_directory_matcher optionally converts a character sequence in file names into a subdirectory. Closes #491 2012-06-19 20:07:50 -07:00
automatic_image_sizes.feature Fix automatic images with absolute (or images dir missing) paths in markdown. Fixes #1755 2016-01-14 14:14:50 -08:00
builder.feature Make build fail when external_pipeline fails 2016-02-18 12:41:48 +08:00
cache_buster.feature Add rewrite_ignore option to asset_host, cache_buster, relative_assets. 2016-01-09 08:06:47 -07:00
capture_html.feature Force padrino to skip safebuffer on erb 2013-06-08 15:36:14 -07:00
chained_templates.feature Forward port some stable changes 2015-09-17 09:41:17 -07:00
clean_build.feature Fixes #1716 2016-01-10 17:14:41 -08:00
coffee-script.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
collections.feature Steps should try passing unknown methods to config context before failing. Fixes #1879 2016-04-14 11:30:46 -07:00
console.feature Move IRB initialization into an overridable method. 2015-02-25 17:11:29 -08:00
content_for.feature add breaking test for escaped html using content_for 2013-06-07 09:59:59 +01:00
content_type.feature merge in fixes from stable 2015-09-17 13:53:43 -07:00
custom-source.feature Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. Fixes #896. 2013-05-30 20:17:58 -07:00
custom_layout_engines.feature split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
custom_layouts.feature Run helper after collections. Fixes #1226 2016-02-24 14:20:42 -08:00
data.feature Implement yaml data postscript 2015-06-16 15:30:37 -07:00
default-layout.feature Change no-layout to the default, except for .html 2015-11-11 12:58:07 -08:00
directory_index.feature Add test for #1718 2016-01-10 16:56:18 -08:00
dynamic_pages.feature Add specific test for #1556 2016-03-18 10:37:02 -07:00
encoding_option.feature WIP encoding test 2016-01-10 17:24:43 -08:00
extension_api_deprecations.feature Add back app.set, but mark as deprecated 2015-10-12 12:37:07 -07:00
extension_hooks.feature fixed 'after_render' hook is not work. 2015-05-06 16:28:01 +09:00
extensionless_text_files.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00
feature_params.feature split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
former_padrino_helpers.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
front-matter-neighbor.feature Make global config access work inside steps 2016-04-11 16:02:31 -07:00
front-matter.feature make frontmatter delims configurable 2015-10-23 09:40:24 +00:00
frontmatter_page_settings.feature Adding tests for overriding layouts using frontmatter 2012-07-27 10:55:30 +02:00
gzip.feature .xml removed from Gzip defaults 2016-01-28 08:16:23 +00:00
helpers_auto_javascript_include_tag.feature Use the resource instead of the request path for auto asset helpers. Fixes #1326 2014-07-20 13:53:05 -07:00
helpers_auto_stylesheet_link_tag.feature Add build-mode test cases to see if #1068 occurs 2013-11-29 14:57:35 -08:00
helpers_content_tag.feature update more files to non-hashrocket syntax 2014-05-26 17:58:35 -07:00
helpers_external.feature automatically load helper modules from helpers/. closes #238 2012-01-15 13:44:00 -08:00
helpers_form_tag.feature update more files to non-hashrocket syntax 2014-05-26 17:58:35 -07:00
helpers_link_to.feature Try to encode URI before parsing so spaces in paths work. Fixes #1914 2016-05-25 11:13:59 -07:00
helpers_lorem.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
helpers_page_classes.feature make page_classes prefix configurable 2013-10-29 09:33:27 -07:00
helpers_select_tag.feature Fix tests after Padrino 0.12.2 release 2014-05-15 23:35:09 -07:00
helpers_url_for.feature update more files to non-hashrocket syntax 2014-05-26 17:58:35 -07:00
i18n_builder.feature update more files to non-hashrocket syntax 2014-05-26 17:58:35 -07:00
i18n_force_locale.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
i18n_link_to.feature Fix ordering in tests 2016-05-11 11:48:21 -07:00
i18n_mixed_sources.feature Fixes #1733 2016-01-05 10:58:22 -08:00
i18n_partials.feature Attempt to allow i18n to override partial lookup. #1333 2014-07-24 11:11:27 -07:00
i18n_preview.feature update more files to non-hashrocket syntax 2014-05-26 17:58:35 -07:00
ignore.feature Create ConfigExtension to simplify the APIs for config vs Step. Fixes #1743. Fixes #1745 2016-01-11 13:05:41 -08:00
ignore_already_minified.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
image_srcset_paths.feature Resolves issue #1396 supporting srcset 2015-04-23 17:28:49 -07:00
import_files.feature Add system-wide file read cache 2016-01-20 11:50:25 -08:00
javascript-testing.feature Use capybara to make javascript testing possible 2015-06-09 06:57:15 +02:00
layouts_dir.feature Prefer loading layouts from layouts_dir over layouts with the same name in the source root. This also includes a bunch of refactoring/cleanup of rendering.rb. Fixes #1176. 2014-02-20 08:50:07 -08:00
liquid.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
markdown.feature Set current_engine on the context, not self, since we dup self and use that for each render loop. Closes #860 2013-06-12 15:21:31 -07:00
markdown_kramdown.feature update more files to non-hashrocket syntax 2014-05-26 17:58:35 -07:00
markdown_kramdown_in_haml.feature Resolves issue #1396 supporting srcset 2015-04-23 17:28:49 -07:00
markdown_kramdown_in_slim.feature Add tests for Slim inline filters. Refactor similar feature in Haml filters. Closes #1542 2015-06-16 16:47:42 -07:00
markdown_redcarpet.feature merge in fixes from stable 2015-09-17 13:53:43 -07:00
markdown_redcarpet_in_haml.feature merge in fixes from stable 2015-09-17 13:53:43 -07:00
markdown_redcarpet_in_slim.feature Prevent overwrite of Slim embedded options (#1927) 2016-05-31 13:15:21 -07:00
minify_css.feature Adapt to style changes and removal of on 2015-11-11 15:30:40 -08:00
minify_javascript.feature Adapt to style changes and removal of on 2015-11-11 15:30:40 -08:00
missing-tilt-lib.feature Remove Tilt mappings for missing libraries. Fixes #713 2013-01-08 10:24:07 -08:00
more-clean_build.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-extensionless_text_files.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-frontmatter_page_settings.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-ignore.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-sitemap_traversal.feature add tests on eponymous parent traversal 2014-05-02 06:06:55 +09:00
more-wildcard_page_helper.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
mount_rack.feature Separate Environments from Modes 2014-06-11 10:28:30 -07:00
move_files.feature move_file as a replacement for import_asset 2015-10-22 20:23:39 -07:00
multiple-sources.feature allow setting a destination_dir for SourceWatchers 2015-04-17 16:46:39 -04:00
nested_layouts.feature Confirm nested frontmatter doesn't work 2016-01-29 10:30:08 -08:00
page-id.feature Add page_id concept 2016-02-22 11:17:21 -08:00
paginate.feature Collections 2014-10-15 14:34:53 -05:00
partials.feature Ensure that misspelled or missing partials generate an error 2016-03-03 11:23:17 -05:00
preview_changes.feature test sitemap removal 2011-12-31 12:56:17 -08:00
proxy_pages.feature remove instance variable and page block support 2014-01-03 15:49:54 -08:00
redirects.feature merge in fixes from stable 2015-09-17 13:53:43 -07:00
relative_assets.feature Fix ordering in tests 2016-05-11 11:48:21 -07:00
relative_assets_helpers_only.feature Fix ordering in tests 2016-05-11 11:48:21 -07:00
sass-assets-paths.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
sass_in_slim.feature Prevent overwrite of Slim embedded options (#1927) 2016-05-31 13:15:21 -07:00
sass_partials.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
scss-support.feature merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
sitemap_traversal.feature add tests on eponymous parent traversal 2014-05-02 06:06:55 +09:00
slim.feature SassC, woot 2015-09-28 11:24:37 -07:00
strip_url.feature Tests and a small bug fix to make them pass 2012-07-13 16:00:53 +09:30
stylus.feature merge in fixes from stable 2015-09-17 13:53:43 -07:00
template-key-collision.feature Throw when trying to overwrite a template context value. Fixes #1884 2016-04-19 11:06:51 -07:00
tilde_directories.feature test directories containing the tilde characters 2012-10-11 10:06:50 -07:00
unicode_filecontents.feature Fix dynamic multi-byte utf-8 files rebuilding. 2013-03-03 18:13:41 -08:00
unicode_filenames.feature Update Padrino to 0.10.7 and Thor to 0.15.3. Closes #495 2012-06-20 17:53:14 -07:00
v4_extension_callbacks.feature Add callback so v4 extensions can see when other extensions are activated 2013-06-04 15:51:03 -07:00
wildcard_page_helper.feature Move off-by-default extensions into middleman-more, make middleman-more itself an extension 2012-05-24 16:14:17 -07:00