Commit Graph

17 Commits (fbc3c0b544e435e47b131e0fbf942ce3d199c14c)

Author SHA1 Message Date
Hu Hao 24fdbbbcfa fix script_url_for url bug
Hu Hao dca0c7500f Update gist tag url to githubusercontent.com
Patrick Aikens a66e031166 gist_plugin: Handle multiple redirects, stopping if we find a circular reference
rcmdnk 7f26224bb8 Allow no last space for gist number only in gist tag
Closes 
Parker Moore f43163b9b7 Error handling FTW
Parker Moore e692d8ea1a Clean up Gist redirection.
AR cbf4b6570f fix old style gist url not found issue
Marcus Young 3cac6b9a16 The gist hashes have changed. They include letters now
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 - 
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.
Roman Yepishev 7ebc0a0d8b Convert to integer before comparing. data.code is String
Roman Yepishev ef8392e267 Raise RuntimeError when gist is unavailable
mattn 92f57ad15b support proxy.
Frederic Hemberger f6bf894387 Aligns naming of .pygments-cache, .gist-cache and .sass-cache
Brandon Mathis 3587076aed updated gist_tag.rb to use <div>s to get around RDiscount's foolishness
Brandon Mathis 17c59fb1d1 Moved plugins to root directory. I'm ditching the idea of shipping plugins with themes until it's more obviously necessary. This way it's easier to merge and update plugins.