| Commit message (Expand) | Author | Age | Files | Lines |
* | Revised the regex for JsFiddle plugin after further testing. | Michael Buffington | 2013-06-11 | 1 | -1/+1 |
* | Adjusted JsFiddle plugin to detect jsFiddle versions. | Michael Buffington | 2013-06-11 | 1 | -1/+1 |
* | Accepting all non-whitespace characters as language names for Pygments code h... | Brandon Mathis | 2013-04-09 | 2 | -4/+4 |
* | Allowing dashes in code names. Closes #1166 | Brandon Mathis | 2013-04-09 | 2 | -4/+4 |
* | Improved: config_tag plugin is much more flexible now and can be used by othe... | Brandon Mathis | 2013-03-11 | 1 | -11/+26 |
* | added config_tag plugin for integration of configuration into templates | Brandon Mathis | 2013-03-10 | 1 | -0/+29 |
* | Merge pull request #990 from sjml/patch-1 | Parker Moore | 2013-03-05 | 1 | -1/+5 |
|\ |
|
| * | Update plugins/pygments_code.rb | Shane Liesegang | 2013-01-30 | 1 | -2/+2 |
| * | Update plugins/pygments_code.rb | sjml | 2013-01-30 | 1 | -1/+5 |
* | | Merge pull request #629 from vyper/master | Parker Moore | 2013-03-05 | 1 | -2/+4 |
|\ \ |
|
| * \ | Merge branch 'master' of github.com:imathis/octopress | Leonardo Saraiva | 2013-02-24 | 11 | -36/+60 |
| |\ \
| | |/ |
|
| * | | Added stringex and changed to use #to_url for create directory. To don't rece... | Leonardo Saraiva | 2012-06-19 | 1 | -2/+4 |
* | | | Using data.code.to_i like a true Rubyist in plugins/gist_code.rb. Heh. #438 | Parker Moore | 2013-03-05 | 1 | -2/+2 |
* | | | Merge pull request #438 from roman-yepishev/gist_error | Parker Moore | 2013-03-05 | 1 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | Convert to integer before comparing. data.code is String | Roman Yepishev | 2012-02-21 | 1 | -1/+1 |
| * | | Raise RuntimeError when gist is unavailable | Roman Yepishev | 2012-02-20 | 1 | -0/+3 |
* | | | Video tag plugin now supports mp4,ogv,webm formats, closes #931 | Brandon Mathis | 2013-01-12 | 1 | -8/+17 |
* | | | Striped whitespace from titles in blockquote plugin | Brandon Mathis | 2013-01-12 | 1 | -2/+2 |
* | | | Fixed blockquote plugin (author alone would not show up without title) | Sean Kerr | 2013-01-12 | 1 | -6/+5 |
* | | | Improved error message for category_generator plugin. Addresses #116 | Brandon Mathis | 2013-01-12 | 1 | -1/+11 |
* | | | Whitespace | richo | 2013-01-11 | 4 | -6/+6 |
* | | | Merge pull request #408 from dtchepak/category_link_filter | Brandon Mathis | 2012-12-29 | 1 | -4/+12 |
|\ \ \ |
|
| * | | | Extract category_link filter from category_generator.rb plugin | David Tchepak | 2012-02-02 | 1 | -4/+12 |
| |/ / |
|
* | | | Removed unnecessary regex in code block plugin | Brandon Mathis | 2012-12-26 | 1 | -5/+1 |
* | | | Titles in code plugins can have slashes in them. Closes #892 | Brandon Mathis | 2012-12-26 | 2 | -5/+5 |
* | | | Merge pull request #824 from liangsun/patch-1 | Brandon Mathis | 2012-12-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | To support url without domain name like /path/file | Liang Sun | 2012-11-27 | 1 | -1/+1 |
* | | | | gist tag plugin now works with the latest changes GitHub gists and does not f... | Brandon Mathis | 2012-12-18 | 1 | -1/+3 |
|/ / / |
|
* | | | Fix for issue #622 | Ivo Wever | 2012-08-09 | 1 | -2/+2 |
| |/
|/| |
|
* | | updated plugins to work with latest version of Liquid | Brandon Mathis | 2012-05-24 | 3 | -7/+5 |
* | | Octopress filters are now limited to html producing templating languages, Fix... | Brandon Mathis | 2012-05-21 | 1 | -2/+6 |
|/ |
|
* | Added a space between author and site to be sure it looked good in feed reade... | Brandon Mathis | 2011-12-11 | 1 | -2/+2 |
* | Added RubyPants (the ruby port of John Gruber's smarty pants) to intelligentl... | Brandon Mathis | 2011-12-11 | 2 | -2/+493 |
* | Merge pull request #295 from jbrains/master | Frederic Hemberger | 2011-12-10 | 1 | -2/+2 |
|\ |
|
| * | Improved, I think, the Titlecase plugin | J. B. Rainsberger | 2011-11-28 | 1 | -2/+2 |
* | | Set flag in preview mode and re-generate files before deployment if necessary | Frederic Hemberger | 2011-11-29 | 1 | -1/+4 |
* | | Introduce distinction between preview/productive site generation | Frederic Hemberger | 2011-11-23 | 1 | -0/+45 |
|/ |
|
* | Date format: Remove unnecessary escapement | Frederic Hemberger | 2011-11-04 | 1 | -1/+0 |
* | Add custom date format %o for ordinal representation of the day | Frederic Hemberger | 2011-11-04 | 1 | -0/+4 |
* | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 2011-11-03 | 1 | -19/+45 |
* | Improve handling of meta description | Frederic Hemberger | 2011-10-21 | 1 | -0/+27 |
* | Add utf-8 encoding option to Pygments highlighter, fixes #232 | Frederic Hemberger | 2011-10-21 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:imathis/octopress | Frederic Hemberger | 2011-10-18 | 1 | -1/+7 |
|\ |
|
| * | support proxy. | mattn | 2011-10-18 | 1 | -1/+7 |
* | | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 2011-10-18 | 2 | -27/+72 |
|/ |
|
* | Merge pull request #201 from mikl/category-feeds | Frederic Hemberger | 2011-10-16 | 1 | -0/+36 |
|\ |
|
| * | First attempt at creating per-category Atom feeds. | Mikkel Hoegh | 2011-10-05 | 1 | -0/+36 |
* | | Adds parameter for left aligned pullquotes, fixes #215 | Frederic Hemberger | 2011-10-16 | 1 | -5/+7 |
* | | Merge branch 'master' of https://github.com/strand/octopress into strand/octo... | Frederic Hemberger | 2011-10-16 | 1 | -3/+6 |
|\ \ |
|
| * | | Reverted previous commit to separate that change to a different pull request. | B Strand | 2011-10-13 | 1 | -1/+1 |