Thomas Reynolds
|
e886eeaa3e
|
add middleman.rb option
|
2014-08-14 20:34:31 -07:00 |
|
Thomas Reynolds
|
0f785a448a
|
updated from stable
|
2014-08-14 10:14:26 -07:00 |
|
Thomas Reynolds
|
fae0e00f42
|
Add webp to our image type lists
|
2014-08-14 09:04:26 -07:00 |
|
Thomas Reynolds
|
2b928a326c
|
Handle breaking padrino change. Closes #1349
|
2014-08-13 20:24:20 -07:00 |
|
Thomas Reynolds
|
625391953a
|
Remove a Padrino hack. They fixed the bug upstream and now our hack is the problem. Closes #1327
|
2014-08-04 15:07:55 -07:00 |
|
Thomas Reynolds
|
1c977a83e2
|
prep
|
2014-08-03 08:37:46 -07:00 |
|
Thomas Reynolds
|
724eab3ac9
|
fix alt tags and add test. Closes #1341
|
2014-08-03 08:29:29 -07:00 |
|
Dennis Günnewig
|
fee6a8b617
|
Make rubocop happy
|
2014-07-31 13:13:07 +02:00 |
|
Dennis Günnewig
|
98a36d68f0
|
Merge branch 'v3-stable' into feature/chained_templates_partials
Conflicts:
middleman-core/lib/middleman-core/core_extensions/rendering.rb
|
2014-07-31 13:00:19 +02:00 |
|
Dennis Günnewig
|
856f05709c
|
Support template chaining for partials
|
2014-07-31 11:39:02 +02:00 |
|
Dennis Günnewig
|
0add2e6676
|
Added a step to create templates on the fly
|
2014-07-31 08:46:22 +02:00 |
|
Thomas Reynolds
|
b39b913cfb
|
Merge pull request #1337 from dg-vrnetze/feature/new_server_steps
Added some new steps to test middleman applications
|
2014-07-29 07:22:38 -07:00 |
|
Max Meyer
|
398a038523
|
Support check for status code
|
2014-07-29 09:04:10 +02:00 |
|
Max Meyer
|
6dc7eb6353
|
Support should not see block
|
2014-07-29 09:03:56 +02:00 |
|
Thomas Reynolds
|
2f545cefbe
|
Attempt to allow i18n to override partial lookup. #1333
|
2014-07-24 11:11:27 -07:00 |
|
Thomas Reynolds
|
767db6ff26
|
Frozen works strangely on nils
|
2014-07-23 22:09:46 -07:00 |
|
Thomas Reynolds
|
ff11be93a0
|
fix source type typo
|
2014-07-23 22:03:54 -07:00 |
|
Thomas Reynolds
|
bfd4e5d7fa
|
make asset hash option required
|
2014-07-23 21:09:25 -07:00 |
|
Thomas Reynolds
|
5e20fca73e
|
Required options for extensions
|
2014-07-23 21:08:20 -07:00 |
|
Thomas Reynolds
|
feef2bf71c
|
Add external command support
|
2014-07-22 18:38:57 -07:00 |
|
Thomas Reynolds
|
bedf235ff6
|
Multiple Source watchers
|
2014-07-20 18:57:22 -07:00 |
|
Thomas Reynolds
|
525e700bfa
|
Move all templates over to Github. Remove need for auto-loaded extensions in CLI
|
2014-07-20 14:25:47 -07:00 |
|
Thomas Reynolds
|
9087da05d5
|
Merge branch 'v3-stable'
|
2014-07-20 13:54:45 -07:00 |
|
Thomas Reynolds
|
15d6210df8
|
Use the resource instead of the request path for auto asset helpers. Fixes #1326
|
2014-07-20 13:53:05 -07:00 |
|
Thomas Reynolds
|
debf3c704b
|
Remove template lookup cache in build mode. Fixes #1301
|
2014-07-20 13:37:16 -07:00 |
|
Ben Hollis
|
22dace72df
|
Upgrade url_for to search for resources relative to their destination paths as well as their source paths. This would fix #818.
|
2014-07-19 16:40:53 -07:00 |
|
Thomas Reynolds
|
6678ea1ae3
|
merge static partial change
|
2014-07-18 12:54:27 -07:00 |
|
Thomas Reynolds
|
f0603ddf2f
|
work with static partials. Closes #1206
|
2014-07-18 10:54:48 -07:00 |
|
Thomas Reynolds
|
1f3e2043cb
|
Deep freeze IndifferentAccess.
|
2014-07-14 13:19:34 -07:00 |
|
Thomas Reynolds
|
332ce2bebc
|
slight util reorg
|
2014-07-14 09:50:44 -07:00 |
|
Thomas Reynolds
|
3ae16111ef
|
Separate Build from Thor
|
2014-07-11 09:22:53 -07:00 |
|
Thomas Reynolds
|
886fe40922
|
Merge pull request #1228 from middleman/file_watcher_refactor
FileWatcher Refactor
|
2014-07-11 09:19:45 -07:00 |
|
Thomas Reynolds
|
840c927ac0
|
Fix some bugs in the Slim renderer when converting to Extensions
|
2014-07-10 13:30:16 -07:00 |
|
Thomas Reynolds
|
9ae8a3128b
|
Refactor FileWatcher
|
2014-07-10 12:38:38 -07:00 |
|
Thomas Reynolds
|
6ccab8e071
|
Name things :)
|
2014-07-10 12:35:47 -07:00 |
|
Thomas Reynolds
|
08b75f06ef
|
more generic duck-typed rack extractor
|
2014-07-09 10:59:00 -07:00 |
|
Thomas Reynolds
|
fafeea0857
|
Handle Rack responses from Sprockets
|
2014-07-09 10:46:03 -07:00 |
|
Thomas Reynolds
|
c9d0dc7fb0
|
remove autoload sprockets, it'll use our new auto_activation code
|
2014-07-09 09:50:51 -07:00 |
|
Eliott Appleford
|
bf03c14518
|
merge spec fixes onto master
|
2014-07-09 14:10:49 +01:00 |
|
Thomas Reynolds
|
0185d37473
|
Experiment with Contracts
|
2014-07-08 18:18:17 -07:00 |
|
Thomas Reynolds
|
928eb82d65
|
Convert Sitemap::Extensions into actual Middleman::Extension
|
2014-07-08 17:02:02 -07:00 |
|
Thomas Reynolds
|
52dcf37f24
|
Merge pull request #1318 from bhollis/partials_dir
Remove partials_dir functionality
|
2014-07-08 09:19:36 -07:00 |
|
Ben Hollis
|
004ba36741
|
Remove partials_dir functionality
|
2014-07-07 23:48:49 -07:00 |
|
Ben Hollis
|
50c6b3f4b9
|
Merge pull request #1313 from bhollis/remove_neighbor
Remove neighbor frontmatter support & move resource methods into Resource
|
2014-07-07 22:49:23 -07:00 |
|
Ben Hollis
|
a1fe810a50
|
Fixup after rebase
|
2014-07-07 22:12:44 -07:00 |
|
Thomas Reynolds
|
f47a586332
|
no longer need warning
|
2014-07-07 09:51:23 -07:00 |
|
Thomas Reynolds
|
b02c9e5724
|
Merge pull request #1314 from middleman/rack-out
Untangle Rack from Application
|
2014-07-06 23:11:56 -07:00 |
|
Ben Hollis
|
bf4310697d
|
Move proxy/ignore/content_type Resource methods into the Resource class
|
2014-07-06 16:19:33 -07:00 |
|
Ben Hollis
|
0cbc232dac
|
Remove neighbor frontmatter support
|
2014-07-06 16:15:43 -07:00 |
|
Eliott Appleford
|
a47b58c58d
|
fix gemfile conflict
|
2014-07-06 05:48:21 +01:00 |
|
Eliott Appleford
|
21c2b737f5
|
fix gzip spec
|
2014-07-06 04:02:43 +01:00 |
|
Thomas Reynolds
|
13acee8fd5
|
Reload MM on environment and helpers_dir changes. Closes #1274. Closes #1105
|
2014-07-05 18:26:51 -07:00 |
|
Thomas Reynolds
|
6752a86b83
|
Make our Rack pipeline a simple class abstracted from the App.
|
2014-07-05 17:38:29 -07:00 |
|
Thomas Reynolds
|
c94470d33f
|
get i18n's hands out of app too
|
2014-07-05 16:50:19 -07:00 |
|
Thomas Reynolds
|
0ca6c37e5d
|
Remove App include in File Watcher
|
2014-07-05 16:44:04 -07:00 |
|
Thomas Reynolds
|
60bbe44e0e
|
Data ext doesn't need to touch the app obj
|
2014-07-05 16:05:00 -07:00 |
|
Thomas Reynolds
|
300ef8d8fe
|
Convert renderers into first-class extensions
|
2014-07-05 13:41:59 -07:00 |
|
Thomas Reynolds
|
c0a6d8ac4c
|
Pull mixin for extension activation into a real class
|
2014-07-05 12:51:41 -07:00 |
|
Thomas Reynolds
|
336b80cbbd
|
Switch from ActiveSupports delegate method to Ruby 1.9+ def_delegator
|
2014-07-05 11:17:41 -07:00 |
|
Thomas Reynolds
|
3a19cc668d
|
move Sitemap into application, it's core to the entire system
|
2014-07-05 10:42:03 -07:00 |
|
Eliott Appleford
|
5897c4c4a4
|
update gemfile
|
2014-07-05 04:27:51 +01:00 |
|
Thomas Reynolds
|
3a2cab4775
|
Whoops, leftover include
|
2014-07-04 10:41:25 -07:00 |
|
Thomas Reynolds
|
1bd7dab1a3
|
Make a ProxyResource which extends Resource, rather than injecting methods into Resource
|
2014-07-04 10:38:25 -07:00 |
|
Eliott Appleford
|
e2e3c1e3fb
|
fix specs on windows
|
2014-07-03 21:09:32 +01:00 |
|
Thomas Reynolds
|
6bb9673630
|
final copping
|
2014-07-02 11:05:57 -07:00 |
|
Thomas Reynolds
|
5a936d315d
|
Merge remote-tracking branch 'origin/v3-stable'
|
2014-07-02 10:40:04 -07:00 |
|
Thomas Reynolds
|
52c8109ca3
|
rubocoping2
|
2014-07-02 10:39:43 -07:00 |
|
Eliott Appleford
|
d8f84fa97b
|
Update listen code
|
2014-07-02 18:26:18 +01:00 |
|
Thomas Reynolds
|
7b85a44afb
|
rubocoping
|
2014-07-02 10:11:52 -07:00 |
|
Ben Hollis
|
dfecfebc69
|
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 |
|
Ben Hollis
|
838e25085a
|
Munge build path so that path_match works against it in gzip extension
|
2014-06-28 21:00:59 -07:00 |
|
Ben Hollis
|
d7fd48ef7d
|
Merge branch 'v3-stable'
Conflicts:
middleman-core/lib/middleman-more/extensions/asset_hash.rb
|
2014-06-28 18:48:49 -07:00 |
|
Andrew Kvalheim
|
429e7d64bd
|
Accept list of paths to exclude from gzipping.
|
2014-06-24 14:49:51 -07:00 |
|
Andrew Kvalheim
|
13ba9dae62
|
Make option documentation consistent.
|
2014-06-24 14:47:10 -07:00 |
|
Ben Hollis
|
5c991ba4dc
|
Add a protective require
|
2014-06-22 20:46:39 -07:00 |
|
Ben Hollis
|
ad4b441dc3
|
Fixed implementation of Middleman::Util#path_match, added tests for it
|
2014-06-16 21:44:19 -07:00 |
|
Thomas Reynolds
|
8989e27769
|
Rubocop auto fix
|
2014-06-16 09:05:24 -07:00 |
|
Thomas Reynolds
|
fe5247d9d9
|
Add <head> to 404 so Livereload can add its script to the page
|
2014-06-16 08:58:16 -07:00 |
|
Thomas Reynolds
|
c6543b7c27
|
Add <head> to 404 so Livereload can add its script to the page
|
2014-06-16 08:57:56 -07:00 |
|
Ben Hollis
|
2ef842a730
|
Fix references to store in traversal
|
2014-06-14 13:08:03 -07:00 |
|
Ben Hollis
|
f63feaf017
|
Do not use ShowExceptions during tests, it confuses things
|
2014-06-14 13:05:32 -07:00 |
|
Ben Hollis
|
f07bed4ecf
|
Fix custom layouts tests
|
2014-06-14 12:38:44 -07:00 |
|
Ben Hollis
|
416428444c
|
Let users add metadata via #page
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
e6ec5f31de
|
Fix meta pages
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
85cebdb7e9
|
rubocop
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
cb2b13778e
|
Fix i18n
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
2beb774eb9
|
Put back request_path, I get it now
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
b0ea4e7608
|
Tweak resource manipulator order
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
5760d64ef9
|
More ignores
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
0309753561
|
Change when file listeners are registered in order to make cache invalidation work
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
096f5ee356
|
Use source file, not path, to look up frontmatter data
|
2014-06-14 11:31:53 -07:00 |
|
Ben Hollis
|
bf8f02d563
|
Turn routing into an extension
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
213c672969
|
Fix a lot of breakage caused by removing/hiding accessors
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
78b7bbb92a
|
TODO metadata for path extension
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
d687677e38
|
Mess around with liquid
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
adfad92f8f
|
Get rid of raw_data
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
5c04c2f42b
|
More trimming
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
d83d6e077c
|
Extensionize liquid, bring back provides_metadata_for_path
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
c285848866
|
Clean up i18n a bit, stake out some territory around routing and resource
|
2014-06-14 11:31:52 -07:00 |
|
Ben Hollis
|
69396d34c1
|
Start gutting the provides_metadata methods and move some of frontmatter over
|
2014-06-14 11:31:52 -07:00 |
|