Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #438 from roman-yepishev/gist_error | Parker Moore | 2013-03-05 | 1 | -0/+3 |
|\ | | | | | Raise RuntimeError when gist is unavailable - #437 | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #1074 from joneslee85/bump-sinatra | Parker Moore | 2013-02-28 | 2 | -6/+6 |
|\ \ | | | | | | | Bump sinatra to 1.3.5 | ||||
| * | | Bump sinatra to 1.3.5 | Trung Lê | 2013-02-26 | 2 | -6/+6 |
|/ / | |||||
* | | It's 2013. Hi, MIT License. | Parker Moore | 2013-02-22 | 1 | -1/+1 |
| | | |||||
* | | Use HTML5 '&' character to connect query params in GitHub API call. #1031. | Parker Moore | 2013-02-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1031 from schwern/github_repo_sorting | Parker Moore | 2013-02-18 | 1 | -9/+1 |
|\ \ | | | | | | | Use the Github API repo sorting. | ||||
| * | | Use the Github API repo sorting. | Michael G. Schwern | 2013-02-18 | 1 | -9/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | The Github API can sort by pushed time, no need to do it manually. http://developer.github.com/v3/repos/#list-user-repositories This is both more efficient, Github does the sorting, but it also fixes a bug. Because the list of results are paginated, if you have more than a page's worth of repositories it will only sort that page. This results in a false view of what has been recently pushed. For a good example, try my github account "schwern" with and without this patch. | ||||
* | | Fixed issue with mobile nav choosing the last option by default. Fixes #950. | Floyd Pink | 2013-02-15 | 1 | -0/+1 |
| | | |||||
* | | fixed issue #949 using @alexkirmse's patch | Floyd Pink | 2013-02-13 | 1 | -1/+1 |
| | | |||||
* | | Added travis stamp of approval to README. | Parker Moore | 2013-01-27 | 1 | -0/+2 |
| | | |||||
* | | Added travis.yml so travis doesn't fail for every master branch PR and push | Parker Moore | 2013-01-27 | 1 | -0/+5 |
| | | |||||
* | | improved regexes for setup_github_pages task | Brandon Mathis | 2013-01-13 | 1 | -2/+2 |
| | | |||||
* | | Removed unnecessary passive group from octopress origin regex | Brandon Mathis | 2013-01-12 | 1 | -1/+1 |
| | | |||||
* | | setup_github_pages: allow for clones missing .git extension | Vaz Allen | 2013-01-12 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #936 from richo/cleanup/whitespace | Parker Moore | 2013-01-11 | 6 | -10/+10 |
|\ \ | | | | | | | Whitespace | ||||
| * | | Whitespace | richo | 2013-01-11 | 6 | -10/+10 |
|/ / | |||||
* | | updated ender.js to latest | Brandon Mathis | 2013-01-06 | 2 | -1400/+3159 |
| | | |||||
* | | Merge pull request #914 from rixth/master | Brandon Mathis | 2013-01-02 | 1 | -1/+4 |
|\ \ | | | | | | | Escape github repo descriptions, as they may contain HTML. | ||||
| * | | Escape github repo descriptions, as they may contain HTML. | Thomas Rix | 2013-01-02 | 1 | -1/+4 |
|/ / | |||||
* | | removed accidentally added file | Brandon Mathis | 2013-01-02 | 1 | -0/+0 |
| | | |||||
* | | Rake task new_post now accepts titles through stdin | Brandon Mathis | 2013-01-01 | 1 | -2/+5 |
| | | | | | | | | This should help resolve issues for zsh users and make it easier to enter titles which freak out Rake's argument processing | ||||
* | | Merge pull request #537 from joseprio/master | Brandon Mathis | 2012-12-29 | 1 | -0/+7 |
|\ \ | | | | | | | robots.txt generation | ||||
| * | | Added robots.txt, with sitemap link | Josep del Rio | 2012-04-19 | 1 | -0/+7 |
| | | | |||||
* | | | updated gems | Brandon Mathis | 2012-12-29 | 2 | -29/+24 |
| | | | |||||
* | | | 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 | ||||
| * | | | Extract category_link filter from category_generator.rb plugin | David Tchepak | 2012-02-02 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | Allows category_link to be used as a filter to display a link to any category. | ||||
* | | | | 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 | 3 | -5/+5 |
| | | | | |||||
* | | | | Merge pull request #844 from jsvensson/rsyncargs | Brandon Mathis | 2012-12-19 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Rakefile option for any additional rsync arguments | ||||
| * | | | | Rakefile option for any additional rsync arguments | Johan Svensson | 2012-12-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Added variable `rsync_args` | ||||
* | | | | | 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 | ||||
| * | | | | | To support url without domain name like /path/file | Liang Sun | 2012-11-27 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | You need to know if you would like to support this, each word in the title can not start with "/". | ||||
* | | | | | gist tag plugin now works with the latest changes GitHub gists and does not ↵ | Brandon Mathis | 2012-12-18 | 2 | -29/+39 |
| | | | | | | | | | | | | | | | | | | | | fail if you do not specify a filename. | ||||
* | | | | | Merge pull request #831 from parkr/english | Brandon Mathis | 2012-12-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixing English error pet-peeve. | ||||
| * | | | | Fixing English error pet-peeve. | Parker Moore | 2012-11-30 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Disabled Rsync delete by default. Closes #787 | Brandon Mathis | 2012-10-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Using https instead of protocol relative urls, for Pinboard and Twitter feeds | Brandon Mathis | 2012-10-01 | 2 | -7/+7 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:imathis/octopress | Brandon Mathis | 2012-09-29 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #675 from zlu/master | Brandon Mathis | 2012-09-09 | 1 | -6/+6 |
| |\ \ \ \ | | | | | | | | | | | | | Update Github API to V3 | ||||
| | * | | | | Updated Github API to V3. | Zhao Lü | 2012-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Github API V2 has been removed. The response data format also changed. | ||||
| | * | | | | Updated Github API to V3. | Zhao Lü | 2012-07-19 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Github API V2 has been removed. The response data format also changed. | ||||
* | | | | | | Twitter API call and links are now protocol relative | Brandon Mathis | 2012-09-29 | 1 | -5/+5 |
| | | | | | | |||||
* | | | | | | Updated Github API to V3. | Zhao Lü | 2012-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Github API V2 has been removed. The response data format also changed. | ||||
* | | | | | | Updated Github API to V3. | Zhao Lü | 2012-09-09 | 1 | -5/+5 |
|/ / / / / | | | | | | | | | | | | | | | | Github API V2 has been removed. The response data format also changed. |