Commit graph

  • 34d399f580 Fix yard options Ben Hollis 2013-11-25 00:12:39 -0800
  • 7ad5b2bdef Ignore this new .cache folder that's shown up Ben Hollis 2013-11-24 23:31:51 -0800
  • fc20a761de Fix extension configs meta page to correctly handle multiple instance extensions like blog Ben Hollis 2013-11-24 21:45:06 -0800
  • 5604fa1a8b Merge pull request #1089 from fukayatsu/utf-8-mac Thomas Reynolds 2013-11-23 12:59:06 -0800
  • 8e99d39570 Handle UTF-8-MAC filename on MacOS fukayatsu 2013-11-24 02:10:46 +0900
  • 6b6e9b143d actually add new padrino Thomas Reynolds 2013-11-22 08:47:07 -0800
  • 48db12429a upgrade padrino. closes #1078 Thomas Reynolds 2013-11-19 18:10:26 -0800
  • 3347403d3a Fix typo Ben Hollis 2013-11-19 00:17:50 -0800
  • 7f1285a773 Move to flat_map now that we don't use 1.8 Ben Hollis 2013-11-18 22:22:18 -0800
  • ac64b17ef0 Require Ruby 1.9.3+ Ben Hollis 2013-11-18 20:19:49 -0800
  • 319cf938bd Merge pull request #1057 from paulcpederson/master Thomas Reynolds 2013-11-18 16:39:00 -0800
  • dd1ba160e1 update changelog Paul C Pederson 2013-11-15 10:34:38 -0800
  • 56343c84ed localization by filename extension Paul C Pederson 2013-10-28 16:42:08 -0700
  • f136af2aad TODO Thomas Reynolds 2013-11-15 11:26:27 +0000
  • 8a18da4e3d Merge pull request #1071 from stevenosloan/fix_paths_for_meta_pages Thomas Reynolds 2013-11-14 08:47:09 -0800
  • d29f387245 Merge pull request #1073 from stevenosloan/fix_markdown_syntax_in_kramdown_test Thomas Reynolds 2013-11-14 08:46:39 -0800
  • 95c0fe60ac whoops, bad rename Thomas Reynolds 2013-11-14 16:44:37 +0000
  • 955467f648 add link contents for mailto: link in kramdown markdown test Steven Sloan 2013-11-13 22:46:06 -0500
  • d183858091 make meta page asset paths absolute to fix the issue of trailing/non-trailing slashes causing path problems on meta pages Steven Sloan 2013-11-13 22:23:03 -0500
  • 4da2b02d70 Merge branch 'master' of github.com:middleman/middleman Thomas Reynolds 2013-11-12 11:12:02 +0000
  • b813db397f actually wire up auto alt tags. Finally fixes #782 Thomas Reynolds 2013-11-12 11:11:33 +0000
  • f39683a126 Merge pull request #1066 from sugitak/skip_bundle_short_option Thomas Reynolds 2013-11-12 03:04:40 -0800
  • 19908ca81a Add -B option as an alias to --skip-bundle Takehiro SUGITA 2013-11-08 19:45:49 +0900
  • 238f992551 post install message v3.2.0 Thomas Reynolds 2013-11-02 18:01:23 -0700
  • e0a4b8f17d dont route kramdown mailto links through link_to. Closes #1058 Thomas Reynolds 2013-10-30 09:18:25 -0700
  • 6db13610ac 3.2 changelog Thomas Reynolds 2013-10-29 09:54:46 -0700
  • 22c977d426 Merge branch 'master' of github.com:middleman/middleman Thomas Reynolds 2013-10-29 09:44:22 -0700
  • 2cd5edf114 bump to 3.2.0 Thomas Reynolds 2013-10-29 09:44:19 -0700
  • ca4935361b drop Ruby 1.8, add some extra tests Thomas Reynolds 2013-10-29 09:43:56 -0700
  • 19c155349d Merge pull request #1044 from mojavelinux/asciidoc-renderer Thomas Reynolds 2013-10-29 09:37:36 -0700
  • 9a2c1533e3 make page_classes prefix configurable Thomas Reynolds 2013-10-29 09:33:27 -0700
  • 1e57eb5c1b Merge pull request #1049 from bhollis/classes Thomas Reynolds 2013-10-29 09:23:05 -0700
  • 2097055502 Merge pull request #1060 from mootpointer/queryable_mutation_fix Thomas Reynolds 2013-10-29 09:22:01 -0700
  • e8de5907fa Actually fix the issue, rather than pretending to Andrew 2013-10-25 18:09:36 +1100
  • 2e70cc5d99 Update queryable interface so that it doesn't mutate Andrew 2013-10-25 14:48:23 +1100
  • 87aa288f1e Merge pull request #1054 from bhollis/reload Thomas Reynolds 2013-10-21 10:37:36 -0700
  • 764efe65cd Merge pull request #1053 from bhollis/logging Thomas Reynolds 2013-10-21 10:37:02 -0700
  • 13511f9323 Merge pull request #1052 from bhollis/builder Thomas Reynolds 2013-10-21 10:36:44 -0700
  • 196717724c Merge pull request #1013 from bhollis/middleman-no-more Thomas Reynolds 2013-10-20 19:33:50 -0700
  • 12de88e8d7 Allow logging to be sent to a file Ben Hollis 2013-10-19 19:54:57 -0700
  • 441ec95065 Gracefully handle syntax (and other) errors when reloading config.rb. Ben Hollis 2013-10-19 19:39:10 -0700
  • e773e8c1a9 Fix tests under 1.8 by coercing Kramdown's OrderedHash into a real Hash. Ben Hollis 2013-10-19 19:02:34 -0700
  • d3e4882b93 Refactor the Build CLI code to be easier to read and use Pathname throughout. Ben Hollis 2013-10-19 17:46:14 -0700
  • ae2b6b34f1 Fix a nasty memory/proc leak pointed out by @Xanders. Fixes #1020. Ben Hollis 2013-10-19 16:45:07 -0700
  • da34153e0c Support HEAD requests. Fixes #1021. Ben Hollis 2013-10-19 16:18:11 -0700
  • 7143f53efa Remove middleman-more files Ben Hollis 2013-10-19 15:59:12 -0700
  • 2bff77b70d No longer depend on middleman-more Ben Hollis 2013-09-16 22:17:02 -0700
  • 4055479ff3 Clean page classes of invalid CSS characters and make sure they don't start with a number Ben Hollis 2013-10-19 15:31:49 -0700
  • 5439139b76 added cucumber tests for #1043, AsciiDoc support Dan Allen 2013-10-18 02:58:14 -0600
  • 55d844f667 resolves #1043 added a renderer for AsciiDoc files Dan Allen 2013-10-17 00:49:53 -0600
  • fd85ca90a3 update changelog v3.1.6 Thomas Reynolds 2013-10-15 14:41:50 -0700
  • 7762abe461 prep Thomas Reynolds 2013-10-15 14:40:01 -0700
  • 1260188069 attempt to address asset host and hash combo, give up. Thomas Reynolds 2013-10-15 14:33:25 -0700
  • bb8f1dd82b Merge pull request #1042 from sDaniel/topic_branch_doc_linkfix Thomas Reynolds 2013-10-15 09:44:05 -0700
  • a7ef574cd9 Doc: topic branch link fix Sebastian Daniel 2013-10-15 13:16:32 +0200
  • cd60a92d14 force latest kramdown Thomas Reynolds 2013-10-02 11:34:55 -0700
  • c69909910d adjust some markdown tests Thomas Reynolds 2013-09-28 00:23:13 -0700
  • 7beb27800b temp disable jruby tests Thomas Reynolds 2013-09-27 23:56:37 -0700
  • 054b3a772d Merge pull request #1027 from metalabdesign/asset_hash_url_fragment_test Thomas Reynolds 2013-09-27 23:39:18 -0700
  • 2738e8ea69 Add test against URL fragments for asset hashes Ali Bosworth 2013-09-26 14:09:47 -0700
  • 43653b70a4 Merge pull request #1019 from tavon/master Thomas Reynolds 2013-09-24 23:39:34 -0700
  • d842db1772 Merge pull request #1017 from bhollis/url_for Thomas Reynolds 2013-09-24 23:33:53 -0700
  • 5b691fff10 Do not cache generated redirect index file. John Hwang 2013-09-24 10:59:52 -0400
  • f2538f2e54 Look for assets using url_for before falling back to the "images" directory Ben Hollis 2013-09-22 14:02:51 -0700
  • 48d878fb2e Merge pull request #999 from bhollis/kramdown Ben Hollis 2013-09-21 20:26:35 -0700
  • a746be1342 Use our magic linking functions from Kramdown, just like we do with Redcarpet. Fixes #999 Ben Hollis 2013-09-16 23:46:59 -0700
  • 8a928863f2 Normalize paths in the cleaning queue using realpath in order to avoid complicated symlink problems. Ben Hollis 2013-09-16 22:13:39 -0700
  • e6d5c8e91b Loosen kramdown dependency Ben Hollis 2013-09-16 22:02:55 -0700
  • 268538f926 Make an effort to handle spaces in filenames in a way that url_for can handle. Ben Hollis 2013-08-15 21:12:29 -0700
  • dcd760d4f8 Demonstrate issue with directory indexes and spaces in paths Nicholas Hutchinson 2013-07-15 15:33:44 +0100
  • cd9964edbe prep v3.1.5 Thomas Reynolds 2013-09-07 13:12:31 -0700
  • 48024772db Merge pull request #1001 from stevenosloan/redcarpet_3 Thomas Reynolds 2013-08-27 09:39:17 -0700
  • ee7c9e6a6e Add support/tests for Redcarpet 3.0.0 features - :underline - :highlight - :disable_indented_code_blocks Steven Sloan 2013-08-26 15:08:08 -0400
  • abfe5e673f Merge pull request #992 from Mark-Simulacrum/master Thomas Reynolds 2013-08-21 16:01:27 -0700
  • 7606dfd494 Change latency option to :numeric type. Mark Simulacrum 2013-08-21 05:33:29 -0600
  • c12d98df4f add comma at end of line 74 Mark-Simulacrum 2013-08-20 15:59:38 -0600
  • 24ce8334ee Add latency option to listener object. Mark-Simulacrum 2013-08-20 06:36:51 -0600
  • d37eca6a54 Add latency option. Mark-Simulacrum 2013-08-20 06:32:49 -0600
  • 4aa985b750 Merge pull request #989 from Mark-Simulacrum/patch-1 Thomas Reynolds 2013-08-19 09:08:27 -0700
  • b1b3339597 Create automated alt tag addition, based on image name. Mark-Simulacrum 2013-08-18 20:06:39 -0600
  • fd33768116 Merge pull request #987 from Linuus/master Thomas Reynolds 2013-08-17 15:36:13 -0700
  • e77e615314 Fixed encoding for new buffer Linus Pettersson 2013-08-18 00:07:26 +0200
  • f92ae94728 Escape filenames in regexes. Fixes #942. Ben Hollis 2013-08-15 22:03:32 -0700
  • a3e030e846 Merge pull request #985 from jasonwebster/fix_http_prefix_generated_config Ben Hollis 2013-08-15 18:08:40 -0700
  • dd08ea2f6d Fix wrong http pathing/prefixing example in generated config Jason Webster 2013-08-15 15:24:03 -0700
  • 6d1effd2e7 bump v3.1.4 Thomas Reynolds 2013-07-21 23:32:28 -0700
  • c2082da444 Merge pull request #962 from Vaguery/kramdown_1.1 Thomas Reynolds 2013-07-19 16:22:32 -0700
  • 44f8f556a4 kramdown 1.0.x -> 1.1 Bill Tozier 2013-07-19 18:42:47 -0400
  • ec060e0b6e change tests since coffee changed their output Thomas Reynolds 2013-07-16 15:10:43 -0700
  • ba3b8c4db3 old redcarpet for ruby 1.8 Thomas Reynolds 2013-07-16 15:07:59 -0700
  • c0192e2849 Merge pull request #960 from agorf/master Thomas Reynolds 2013-07-12 19:33:33 -0700
  • 2a8b22558a Don't set resp Content-Type for some status codes Aggelos Orfanakos 2013-07-13 04:35:25 +0300
  • 40cf047a9b Merge pull request #959 from agorf/master Thomas Reynolds 2013-07-12 13:25:09 -0700
  • 83d83c5c8c Fix double-escaping of config settings Aggelos Orfanakos 2013-07-12 23:06:51 +0300
  • fffe36f42c Fix double-escaping of resource properties Aggelos Orfanakos 2013-07-12 22:54:15 +0300
  • bef6e13c5f I never meant to actually name this parameter blockm Ben Hollis 2013-07-08 22:17:12 -0700
  • 8979fe9f18 Print file where YAML/JSON errors occur. Fixes #954. Ben Hollis 2013-07-08 22:16:03 -0700
  • 8b970f9d92 support redcarpet's no_ flags which need to be re-implemented in our overrides. Fixes #951 Thomas Reynolds 2013-07-08 14:21:36 -0700
  • 5806f2cbf5 auto include wdm on windows platforms Thomas Reynolds 2013-07-07 20:57:04 -0700
  • bd4a6c1eb8 reprep2 Thomas Reynolds 2013-07-02 14:44:18 -0700