Merge lp:~summit-hackers/summit/1072071 into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 475
Merged at revision: 511
Proposed branch: lp:~summit-hackers/summit/1072071
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
summit/schedule/templates/schedule/summit.html (+1/-1)
To merge this branch: bzr merge lp:~summit-hackers/summit/1072071
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+132496@code.launchpad.net

Commit message

Fixes effects from twitter API deprecation

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/templates/schedule/summit.html'
2--- summit/schedule/templates/schedule/summit.html 2012-10-10 16:02:28 +0000
3+++ summit/schedule/templates/schedule/summit.html 2012-11-01 10:18:33 +0000
4@@ -93,7 +93,7 @@
5 </div>
6 </div>
7 <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
8- <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{{ summit.hashtag }}.json?callback=twitterCallback2&amp;count=5"></script>
9+ <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline.json?screen_name={{ summit.hashtag }}&callback=twitterCallback2&amp;count=5"></script>
10 {% endif %}
11 </article>
12 </div>

Subscribers

People subscribed via source and target branches