..
asset-hash-app
Fix asset hash with query string or hash params. Closes #1411
2015-12-21 13:07:01 -08:00
asset-hash-host-app /source
Allow sorting of rewriters. Fixes #1752
2016-01-14 14:02:33 -08:00
asset-hash-minified-app
Fix asset_hash with content rule and uncommented CSS url
2016-03-22 17:34:40 +08:00
asset-hash-prefix
Add prefix option to asset_hash ( #1949 )
2016-07-02 17:55:25 -07:00
asset-hash-source-map
Add sourceMap comment to asset_hash and hash .map files by default
2016-02-26 08:46:00 +08:00
asset-host-app
Only rewrite urls in sitemap. Fixes #1873
2016-04-12 12:53:50 -07:00
auto-css-app
Removed wrap_layout
2014-05-25 12:23:00 +09:00
auto-js-app
Removed wrap_layout
2014-05-25 12:23:00 +09:00
auto-js-directory-index-app
Use the resource instead of the request path for auto asset helpers. Fixes #1326
2014-07-20 13:53:05 -07:00
automatic-alt-tags-app
fix alt tags and add test. Closes #1341
2014-08-03 08:29:29 -07:00
automatic-directory-matcher-app
automatic-image-size-app
Fix automatic images with absolute (or images dir missing) paths in markdown. Fixes #1755
2016-01-14 14:14:50 -08:00
basic-data-app
Removed wrap_layout
2014-05-25 12:23:00 +09:00
build-with-errors-app
cache-buster-app
Extract compass support into extension, rewrite all features that rely on it to be pure Ruby
2014-06-03 09:01:46 -07:00
capture-html-app
Removed wrap_layout
2014-05-25 12:23:00 +09:00
chained-app
Forward port some stable changes
2015-09-17 09:41:17 -07:00
clean-app
Adapt to style changes and removal of on
2015-11-11 15:30:40 -08:00
clean-dir-app
clean-nested-app
coffeescript-app
collections-app /source
more test fixes
2015-09-19 16:00:38 -07:00
content-for-app
Removed wrap_layout
2014-05-25 12:23:00 +09:00
content-type-app
Use configurable content type for detection of minifiable content.
2015-02-25 16:08:26 -08:00
csspie
custom-layout-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
custom-layout-app2
custom-src-app
data-app
Remove options to proxy or ignore through page
, and use Middleman::Util#path_match for matchers to allow a wider set of matchers.
2014-06-28 21:01:26 -07:00
different-engine-layout
different-engine-partial
dynamic-pages-app
Add specific test for #1556
2016-03-18 10:37:02 -07:00
ember-cli-app
Add external command support
2014-07-22 18:38:57 -07:00
empty-app
engine-matching-layout
env-app
Separate Environments from Modes
2014-06-11 10:28:30 -07:00
extension-api-deprecations-app
Add back app.set, but mark as deprecated
2015-10-12 12:37:07 -07:00
extension-hooks-app
fixed 'after_render' hook is not work.
2015-05-06 16:28:01 +09:00
extensionless-text-files-app
external-helpers
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
external-pipeline-error
Make build fail when external_pipeline fails
2016-02-18 12:41:48 +08:00
feature-params-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
fonts-app
Extract compass support into extension, rewrite all features that rely on it to be pure Ruby
2014-06-03 09:01:46 -07:00
frontmatter-app
make frontmatter delims configurable
2015-10-23 09:40:24 +00:00
frontmatter-neighbor-app
Add system-wide file read cache
2016-01-20 11:50:25 -08:00
frontmatter-settings-app
Remove options to proxy or ignore through page
, and use Middleman::Util#path_match for matchers to allow a wider set of matchers.
2014-06-28 21:01:26 -07:00
frontmatter-settings-neighbor-app
Add system-wide file read cache
2016-01-20 11:50:25 -08:00
generator-test
execute modes as configure blocks
2014-09-11 09:40:10 -07:00
glob-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
gzip-app
i-8859-1-app
Tests for issue #1702
2016-01-05 15:15:01 +01:00
i18n-alt-root-app
i18n-default-app
i18n-force-locale
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
i18n-mixed-sources
Test for issue 1709; parent relations with localized and non-localized sources
2016-01-05 15:08:26 +01:00
i18n-nested-app
i18n-test-app
Fix a bad i18n regression
2015-09-28 14:52:16 -07:00
ignore-app /source
image-srcset-paths-app
Resolves issue #1396 supporting srcset
2015-04-23 17:28:49 -07:00
import-app
Create ConfigExtension to simplify the APIs for config vs Step. Fixes #1743 . Fixes #1745
2016-01-11 13:05:41 -08:00
indexable-app
Add test for #1718
2016-01-10 16:56:18 -08:00
javascript-app
Use capybara to make javascript testing possible
2015-06-09 06:57:15 +02:00
large-build-app
Merge stable
2015-04-26 11:32:47 -07:00
layouts-dir-app /source
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
link-to-app
update padrino.
2014-02-18 18:30:29 -08:00
liquid-app
lorem-app
manual-layout
manual-layout-missing
manual-layout-override
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
markdown-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
markdown-frontmatter-options-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
markdown-in-haml-app
markdown-in-slim-app
Add tests for Slim inline filters. Refactor similar feature in Haml filters. Closes #1542
2015-06-16 16:47:42 -07:00
minify-css-app /source
SassC, woot
2015-09-28 11:24:37 -07:00
minify-js-app
Use configurable content type for detection of minifiable content.
2015-02-25 16:08:26 -08:00
missing-tilt-library-app
more-extensionless-text-files-app
more-frontmatter-settings-app
Remove options to proxy or ignore through page
, and use Middleman::Util#path_match for matchers to allow a wider set of matchers.
2014-06-28 21:01:26 -07:00
more-ignore-app /source
more-markdown-app /source
remove Implied Extensions feature. Closes #1211
2014-03-20 17:12:41 -07:00
more-preview-app
more-traversal-app
Revert breaking resource source_file api. For #1595
2015-09-09 11:55:56 -07:00
multiple-data-sources-app
merge v3
2014-11-19 09:04:56 -08:00
multiple-layouts
multiple-sources-app
Multiple Source watchers
2014-07-20 18:57:22 -07:00
multiple-sources-with-duplicate-file-names-app
allow setting a destination_dir for SourceWatchers
2015-04-17 16:46:39 -04:00
nested-data-app
Implement yaml data postscript
2015-06-16 15:30:37 -07:00
nested-layout-app
Confirm nested frontmatter doesn't work
2016-01-29 10:30:08 -08:00
no-layout
padrino-helpers-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
page-classes-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
page-helper-layout-block-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
page-id-app
Handle page id's that are Fixnums ( #2033 )
2017-01-06 12:13:10 -08:00
paginate-app
Collections
2014-10-15 14:34:53 -05:00
partial-chained_templates-app
Support template chaining for partials
2014-07-31 11:39:02 +02:00
partials-app
Ensure that misspelled or missing partials generate an error
2016-03-03 11:23:17 -05:00
passthrough-app /source
Extract compass support into extension, rewrite all features that rely on it to be pure Ruby
2014-06-03 09:01:46 -07:00
preview-app
proxy-pages-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
related-files-app
Generic related files check
2015-11-28 16:48:08 -08:00
relative-app
Extract compass support into extension, rewrite all features that rely on it to be pure Ruby
2014-06-03 09:01:46 -07:00
relative-assets-app
Experiment with non-rack rewriters
2016-04-22 15:52:42 -07:00
sass-assets-path-app
sass-in-slim-app
Prevent overwrite of Slim embedded options ( #1927 )
2016-05-31 13:15:21 -07:00
scss-app
Extract compass support into extension, rewrite all features that rely on it to be pure Ruby
2014-06-03 09:01:46 -07:00
sinatra-app
slim-content-for-app
more slim tests. Targets #1327
2014-08-04 14:41:22 -07:00
strip-url-app
stylus-preview-app
traversal-app
Revert breaking resource source_file api. For #1595
2015-09-09 11:55:56 -07:00
v4-extension-callbacks
Clean up extensions a bit. Removes newest form of registering extensions, more consistently sets and uses an extension's ext_name, and makes a lot of things errors instead of just log messages in hopes that people can't get too far with a messed-up config.
2014-03-29 14:29:42 -07:00
wildcard-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00
wildcard-directory-index-app
update more files to non-hashrocket syntax
2014-05-26 17:58:35 -07:00