Merge lp:~svwilliams/loco-team-portal/707131-link-to-agenda-log into lp:loco-team-portal

Proposed by Stephen V. Williams
Status: Merged
Merged at revision: 577
Proposed branch: lp:~svwilliams/loco-team-portal/707131-link-to-agenda-log
Merge into: lp:loco-team-portal
Diff against target: 28 lines (+4/-1)
2 files modified
loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html (+3/-0)
requirements.txt (+1/-1)
To merge this branch: bzr merge lp:~svwilliams/loco-team-portal/707131-link-to-agenda-log
Reviewer Review Type Date Requested Status
Adnane Belmadiaf Approve
Chris Johnston Needs Fixing
Review via email: mp+82827@code.launchpad.net

Commit message

added a small irc image to serve as the link
modified team-detail-agenda item to include the link if it exists

Description of the change

added a small irc image to serve as the link
modified team-detail-agenda item to include the link if it exists

This doesn't necessarily need to be an IRC log entry so I can modify that text if you'd like and we can select another image to make 16x16. Let me know, I tried to use images that already existed to represent the agenda item log link.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) wrote :

Works for me.. I'm expecting to get a bug stating that the icon is not intuitive though. Could you please change the title to something along the lines of "Log for agenda item" with agenda item being the name of the agenda item.. Also, please set up the title to be translated.

review: Needs Fixing
Revision history for this message
Michael Hall (mhall119) wrote :

I'm happy with the image and wording, but it does need to be translatable.

512. By Stephen V. Williams

update tooltip and added trans for the tool tip

Revision history for this message
Chris Johnston (cjohnston) wrote :

Please uncommit the change for requirements.txt... There is already a MP for that (https://code.launchpad.net/~chrisjohnston/loco-team-portal/bzr-req-update/+merge/95074)

review: Needs Fixing
Revision history for this message
Adnane Belmadiaf (daker) wrote :

i merged you code with the new layout.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'loco_directory/media/images/team/irc_sm.png'
0Binary files loco_directory/media/images/team/irc_sm.png 1970-01-01 00:00:00 +0000 and loco_directory/media/images/team/irc_sm.png 2012-03-02 18:31:19 +0000 differ0Binary files loco_directory/media/images/team/irc_sm.png 1970-01-01 00:00:00 +0000 and loco_directory/media/images/team/irc_sm.png 2012-03-02 18:31:19 +0000 differ
=== modified file 'loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html'
--- loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html 2012-02-07 14:36:29 +0000
+++ loco_directory/templates/meetings/team_meeting_detail_agenda.inc.html 2012-03-02 18:31:19 +0000
@@ -17,6 +17,9 @@
17 {% endif %}17 {% endif %}
18 - <a class="agenda-sig" target="launchpaduser" href="https://launchpad.net/~{{ item.owner.user.username}}">{{ item.owner.realname }}</a>18 - <a class="agenda-sig" target="launchpaduser" href="https://launchpad.net/~{{ item.owner.user.username}}">{{ item.owner.realname }}</a>
19 @ {{ item.created_date|date:"D, d N Y H:i T" }}19 @ {{ item.created_date|date:"D, d N Y H:i T" }}
20 {% if item.log %}
21 <a href="{{item.log}}" title="{% trans 'Log for Agenda Item:' %} {{item.title}}"><img src="/media/images/team/irc_sm.png" alt="Log Link" /></a>
22 {% endif %}
20 {% if item.description %}23 {% if item.description %}
21 <div class="agenda-description">{{ item.description|markdown:'safe' }}</div>24 <div class="agenda-description">{{ item.description|markdown:'safe' }}</div>
22 {% endif %}25 {% endif %}
2326
=== modified file 'requirements.txt'
--- requirements.txt 2012-02-07 14:36:29 +0000
+++ requirements.txt 2012-03-02 18:31:19 +0000
@@ -8,7 +8,7 @@
88
9Django==1.1.29Django==1.1.2
10South==0.7.310South==0.7.3
11bzr==2.4b411bzr>=2.4b
12distribute==0.6.1012distribute==0.6.10
13# django-openid-auth==0.413# django-openid-auth==0.4
14http://launchpad.net/django-openid-auth/trunk/0.4/+download/django-openid-auth_0.4.tar.gz14http://launchpad.net/django-openid-auth/trunk/0.4/+download/django-openid-auth_0.4.tar.gz

Subscribers

People subscribed via source and target branches