Commit Graph

140 Commits (2f1229661970cace7367541609b3faf05c731045)

Author SHA1 Message Date
Alex Vernacchia 2f12296619 removing border from iframe in jsFiddle plugin
AR 628e0e4d9a fix minor mis-spelling
Brandon Mathis 4fd754a762 Removed space to fix HAML compatibility on include_code.
Alexandre Perrin 9225798c0b Merge branch 'master' of https://github.com/imathis/octopress
Parker Moore f43163b9b7 Error handling FTW
Parker Moore e692d8ea1a Clean up Gist redirection.
Alexandre Perrin 8bfd5ef323 Merge branch 'master' of https://github.com/imathis/octopress
AR cbf4b6570f fix old style gist url not found issue
Brandon Mathis 64bb9a346b Merge pull request from joelclermont/patch-1
Enable inline PHP syntax highlighting
Marcus Young 3cac6b9a16 The gist hashes have changed. They include letters now
Michael Buffington a2ee7a0af1 Revised the regex for JsFiddle plugin after further testing.
Michael Buffington 46be4c8fc4 Adjusted JsFiddle plugin to detect jsFiddle versions.
Prior to this change, {% jsFiddle ccWP7/5 result,js,html %} wouldn't
render the desired tab order properly since the regex pattern was
being capturing the /5 as part of the first of the tabs.
Alexandre Perrin fe28c0b518 Fix codeblock rendering with HAML when there is a filetype defined.
Brandon Mathis afca876bd4 Accepting all non-whitespace characters as language names for Pygments code highlighting
Brandon Mathis 3ab22cb820 Allowing dashes in code names. Closes
Joel Clermont 1a1c8681a4 Enable inline PHP syntax highlighting
Pygments has a "startinline" option which is only relevant for the PhpLexer. It allows syntax highlighting without the opening <?php tag. I believe this option is ignored for every other lexer.

Could you either set this to true by default using the proposed change? Or could this be exposed as a setting somewhere in _config.yml? I can't think of a reason someone would not want this enabled.
Brandon Mathis 05db158fec Improved: config_tag plugin is much more flexible now and can be used by other plugins directly through the config_tag method
Brandon Mathis 2bec7f858a added config_tag plugin for integration of configuration into templates
Parker Moore 392e32bef0 Merge pull request from sjml/patch-1
Generate can fail if Pygments can't parse a code block
Parker Moore e2596c02cb Merge pull request from vyper/master
Added stringex and changed to use #to_url for create directory.
Parker Moore de8e79f348 Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh.
Parker Moore 51905b6a90 Merge pull request from roman-yepishev/gist_error
Raise RuntimeError when gist is unavailable - 
Leonardo Saraiva 2fe9da91f5 Merge branch 'master' of github.com:imathis/octopress
Conflicts:
	plugins/category_generator.rb
Shane Liesegang 35e23f59ca Update plugins/pygments_code.rb
Giving a more helpful error message instead of silently failing.
sjml 9293ecc174 Update plugins/pygments_code.rb
Making it so the build doesn't fail if a bad lexer is passed to the code highlighting.
Brandon Mathis 8bf09b178d Video tag plugin now supports mp4,ogv,webm formats, closes
Brandon Mathis cd6926e41b Striped whitespace from titles in blockquote plugin
Sean Kerr d686105bda Fixed blockquote plugin (author alone would not show up without title)
Brandon Mathis d774630d3e Improved error message for category_generator plugin. Addresses
richo 5b332f5c95 Whitespace
Brandon Mathis ce7f6e92a2 Merge pull request from dtchepak/category_link_filter
Extract category_link filter from category_generator.rb plugin
Brandon Mathis 55fa9b3d8e Removed unnecessary regex in code block plugin
Brandon Mathis c18de55875 Titles in code plugins can have slashes in them. Closes
Brandon Mathis c9f820f3ef Merge pull request from liangsun/patch-1
To support url without domain name like /path/file
Brandon Mathis 72b4e8d562 gist tag plugin now works with the latest changes GitHub gists and does not fail if you do not specify a filename.
Liang Sun 0ccd0679fd To support url without domain name like /path/file
You need to know if you would like to support this, each word in the title can not start with "/".
Ivo Wever 6029981e35 Fix for issue
The filters bundled with Octopress are not applied to files ending in 
`.md`, because the match in octopress_filters.rb does not match `.md`.
Leonardo Saraiva d102dcda68 Added stringex and changed to use #to_url for create directory. To don't receive error in url to accented characters.
Brandon Mathis e53b26ad30 updated plugins to work with latest version of Liquid
Brandon Mathis 8753a6b00c Octopress filters are now limited to html producing templating languages, Fixes
Roman Yepishev 7ebc0a0d8b Convert to integer before comparing. data.code is String
Roman Yepishev ef8392e267 Raise RuntimeError when gist is unavailable
David Tchepak 02dac280d0 Extract category_link filter from category_generator.rb plugin
Allows category_link to be used as a filter to display a link to
any category.
Brandon Mathis 4e0fec0e0f Added a space between author and site to be sure it looked good in feed readers and places where the site CSS wasn't being loaded
Brandon Mathis d5a02a78f6 Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligently replace primes with smart quotes in the pullquote plugin, fixes
Frederic Hemberger cb61146264 Merge pull request from jbrains/master
Capitalize word after '!' and '?'.
Frederic Hemberger 6714e5c7f5 Set flag in preview mode and re-generate files before deployment if necessary
J. B. Rainsberger 343e0f1409 Improved, I think, the Titlecase plugin
Frederic Hemberger f1ebf35869 Introduce distinction between preview/productive site generation
Posts which contain the YAML attribute `published: false` are usually
not generated by Jekyll. With this patch they can be previewed just
like published posts on localhost using `rake watch`or `rake preview`.

NOTICE: Before pushing to the productive environment, use `rake generate`
to update the public directory and remove posts which are flagged not to be
published.
Frederic Hemberger 4feeecfdef Date format: Remove unnecessary escapement