This repository was archived by the owner on Nov 1, 2017. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1.1k
Sync changes from upstream repository#890
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 1 addition & 0 deletionsRules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletionsconfig.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletioncontent/changes/2012-9-5-watcher-api.html → content/changes/2012-09-05-watcher-api.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
kind: change | ||
title: Upcoming Changes to Watcher and Star APIs | ||
created_at: 2012-09-05 | ||
author_name: technoweenie | ||
--- | ||
3 changes: 1 addition & 2 deletions...2012-9-28-auto-init-for-repositories.html → ...012-09-28-auto-init-for-repositories.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletioncontent/changes/2012-11-29-gitignore-templates.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion...changes/2013-2-5-changes-to-services.html → ...anges/2013-02-05-changes-to-services.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
kind: change | ||
title: Upcoming Changes to GitHub Services | ||
created_at: 2013-02-05 | ||
author_name: technoweenie | ||
--- | ||
3 changes: 1 addition & 2 deletions...nt/changes/2013-2-13-hookshot-issues.html → ...t/changes/2013-02-13-hookshot-issues.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion...ges/2013-2-13-hookshot-load-balancer.html → ...es/2013-02-13-hookshot-load-balancer.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
kind: change | ||
title: Hookshot Load balancer | ||
created_at: 2013-02-13T12:00:00 | ||
author_name: technoweenie | ||
--- | ||
2 changes: 1 addition & 1 deletion...ent/changes/2013-2-13-sortable-stars.html → ...nt/changes/2013-02-14-sortable-stars.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
kind: change | ||
title: Sortable Stars in Repository Starring API | ||
created_at: 2013-02-14 | ||
author_name: pengwynn | ||
--- | ||
3 changes: 1 addition & 2 deletions...changes/2013-3-1-new-hookshot-coming.html → ...anges/2013-03-01-new-hookshot-coming.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletioncontent/v3/activity/events/types.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletioncontent/v3/activity/starring.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletioncontent/v3/activity/watching.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletionslayouts/redirect.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset=utf-8> | ||
<title>Redirecting...</title> | ||
<link rel=canonical href="<%= @new_url %>"> | ||
<meta http-equiv=refresh content="0; url=<%= @new_url %>"> | ||
<h1>Redirecting...</h1> | ||
<a href="<%= @new_url %>">Click here if you are not redirected.</a> | ||
<script>location='<%= @new_url %>'</script> |
17 changes: 17 additions & 0 deletionslib/redirect_generator.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module RedirectGenerator | ||
def generate_redirects(redirects) | ||
redirects.each do |pairs| | ||
pairs.each_pair do |old_url, new_url| | ||
@items << Nanoc::Item.new( | ||
"<%= render 'redirect', | ||
{ :new_url => '#{new_url}' } | ||
%>", | ||
{}, | ||
old_url.to_s | ||
) | ||
end | ||
end | ||
end | ||
end | ||
include RedirectGenerator |
1 change: 1 addition & 0 deletionslib/resources.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.