middleman/middleman-core/fixtures
2012-05-12 08:48:03 -07:00
..
asset-host-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
auto-css-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
auto-js-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
automatic-image-size-app Start getting middleman-more tests passing. About 50% done 2011-12-29 19:04:39 -08:00
basic-data-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
build-with-errors-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
chained-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
clean-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
clean-dir-app Fix builder steps to properly copy configs, and add a new scenario that shows build --clean not working right when the build directory is set to a nested path. When a path is ignored, it doesn't get removed - in fact, no unused paths will get removed, this is just the easiest way to show it in a test. 2012-01-04 22:54:20 -08:00
clean-nested-app Fix builder steps to properly copy configs, and add a new scenario that shows build --clean not working right when the build directory is set to a nested path. When a path is ignored, it doesn't get removed - in fact, no unused paths will get removed, this is just the easiest way to show it in a test. 2012-01-04 22:54:20 -08:00
content-for-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
csspie Handle .htc files [no-ci] 2012-05-12 08:48:03 -07:00
current-page-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
custom-layout-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
custom-layout-app2 split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
data-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
different-engine-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
different-engine-partial split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
dynamic-pages-app Support Unicode characters in filenames, both in source filenames and in the names of proxied paths. Fixes #332. 2012-04-29 21:42:45 -07:00
empty-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
engine-matching-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
extensionless-text-files-app allow extensionless files to be previewed and built. fixes #270, but requires alternative layouts be placed in a layouts/ directory now. 2012-02-12 11:45:42 -08:00
external-helpers automatically load helper modules from helpers/. closes #238 2012-01-15 13:44:00 -08:00
feature-params-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
frontmatter-app JSON frontmatter and allowing frontmatter to be located after a encoding value 2012-05-09 13:33:14 -07:00
frontmatter-settings-app allow extensionless files to be previewed and built. fixes #270, but requires alternative layouts be placed in a layouts/ directory now. 2012-02-12 11:45:42 -08:00
generator-test split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
glob-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
i18n-alt-root-app Port i18n to new sitemap api 2012-04-16 13:42:22 -07:00
i18n-test-app Port i18n to new sitemap api 2012-04-16 13:42:22 -07:00
ignore-app/source Sitemap refactor 2012-04-14 13:17:42 -07:00
implied-extensions-app Implied extensions. Closes #304 2012-03-29 18:22:43 +01:00
indexable-app Make directory_indexes use provides_metadata_for_path instead of its own list of ignored paths, allowing it to support regexes/globs 2012-03-15 00:29:50 -07:00
instance-vars-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
large-build-app Fix watcher to be more selective about what it ignores 2012-03-18 18:55:02 -06:00
lorem-app switch to guard/listen 2012-02-25 15:53:23 -08:00
manual-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
manual-layout-missing split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
manual-layout-override split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
multiple-layouts split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
nested-layout-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
no-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
padrino-helpers-app Fix Padrino helpers that require an i18n locale to be present 2012-03-04 17:20:57 -08:00
page-classes-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
partials-app Allow partial to find files without an underscore prefix. Closes #366 2012-04-20 10:34:22 -07:00
plain-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
preview-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
request-app test backwards compatible request.params template values. closes #294 2012-03-01 13:43:47 -08:00
sinatra-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
traversal-app Rewrite sitemap_traversal tests to better reflect what should actually happen, and to expose a bug in current_page. 2012-03-07 22:08:41 -08:00
unicode-filenames-app Support Unicode characters in filenames, both in source filenames and in the names of proxied paths. Fixes #332. 2012-04-29 21:42:45 -07:00
wildcard-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
wildcard-directory-index-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00