Merge lp:~daker/loco-team-portal/fix.identica into lp:loco-team-portal

Proposed by Adnane Belmadiaf on 2012-05-12
Status: Merged
Approved by: Adnane Belmadiaf on 2012-09-25
Approved revision: 530
Merged at revision: 553
Proposed branch: lp:~daker/loco-team-portal/fix.identica
Merge into: lp:loco-team-portal
Diff against target: 51 lines (+15/-3)
3 files modified
loco_directory/templates/events/global_event_detail.html (+5/-1)
loco_directory/templates/index.html (+5/-1)
loco_directory/templates/teams/team_detail.html (+5/-1)
To merge this branch: bzr merge lp:~daker/loco-team-portal/fix.identica
Reviewer Review Type Date Requested Status
Chris Johnston 2012-05-12 Needs Information on 2012-06-20
Review via email: mp+105567@code.launchpad.net

Commit Message

* Removed identi.ca from the feed

To post a comment you must log in.
Chris Johnston (cjohnston) wrote :

I'm wondering if we should just drop twidenash in favor of the twitter scripts that are being used on summit.u.c and uds.u.c?

review: Needs Information
Adnane Belmadiaf (daker) wrote :

Yes we can but for now we need to fix what we have.

Tarmac WebDev (tarmac-webdev) wrote :

Attempt to merge into lp:loco-team-portal failed due to conflicts:

text conflict in loco_directory/templates/base.html

Tarmac WebDev (tarmac-webdev) wrote :

Attempt to merge into lp:loco-team-portal failed due to conflicts:

text conflict in loco_directory/templates/base.html

530. By Adnane Belmadiaf on 2012-09-25

* Revert to fix merge conflicts

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/base.html'
2=== modified file 'loco_directory/templates/events/global_event_detail.html'
3--- loco_directory/templates/events/global_event_detail.html 2012-06-02 11:50:27 +0000
4+++ loco_directory/templates/events/global_event_detail.html 2012-09-25 20:20:27 +0000
5@@ -10,7 +10,11 @@
6 <script type="text/javascript">
7 //<![CDATA[
8 $(function(){
9- $('.twidenash').twidenash();
10+ $('.twidenash').twidenash({
11+ sources: [
12+ 'http://search.twitter.com/',
13+ ]
14+ });
15 $('#venue-map').showLocations({markers_url:'{% url global-event-locations global_event_id=global_event_object.id %}',
16 marker_icon: '{{ MEDIA_URL }}/img/marker.png'});
17 });
18
19=== modified file 'loco_directory/templates/index.html'
20--- loco_directory/templates/index.html 2012-06-18 22:31:29 +0000
21+++ loco_directory/templates/index.html 2012-09-25 20:20:27 +0000
22@@ -13,7 +13,11 @@
23 <script type="text/javascript">
24 //<![CDATA[
25 $(function() {
26- $('.twidenash').twidenash();
27+ $('.twidenash').twidenash( {
28+ sources: [
29+ 'http://search.twitter.com/',
30+ ]
31+ });
32 });
33 //]]>
34 </script>
35
36=== modified file 'loco_directory/templates/teams/team_detail.html'
37--- loco_directory/templates/teams/team_detail.html 2012-06-04 22:14:50 +0000
38+++ loco_directory/templates/teams/team_detail.html 2012-09-25 20:20:27 +0000
39@@ -42,7 +42,11 @@
40 <script type="text/javascript">
41 $(function() {
42 var perPage = '16';
43- $('.twidenash').twidenash();
44+ $('.twidenash').twidenash({
45+ sources: [
46+ 'http://search.twitter.com/',
47+ ]
48+ });
49
50 {% if team.flickr_id %}
51 $('#flickr').flickr({ key: "{{ flickr_api_key }}", id: "{{ team.flickr_id }}", amount: 6 });

Subscribers

People subscribed via source and target branches