Do

Merge lp://qastaging/~alexlauni/do/www-announcements into lp://qastaging/do/www

Proposed by Alex Launi
Status: Merged
Merged at revision: not available
Proposed branch: lp://qastaging/~alexlauni/do/www-announcements
Merge into: lp://qastaging/do/www
To merge this branch: bzr merge lp://qastaging/~alexlauni/do/www-announcements
Reviewer Review Type Date Requested Status
Peng Deng (community) Needs Fixing
Review via email: mp+2840@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
Alex Launi (alexlauni) wrote :

Adds an announcements section to Do home page that reads from launchpad annoucements feed.

47. By Alex Launi

start on live feed update

48. By Alex Launi

jQuery does not allow cross domain scripting

Revision history for this message
Peng Deng (d6g) wrote :

1. The #feed div should live inside a yui grid to make it easy to add another block in the future. e.g.

<div class="yui-gb">
  <div id="feed" class="yui-u"></div>
  <div class="yui-u"></div>
  <div class="yui-u"></div>
</div>

2. the items should use list markup <ul>/<li>, and the decoration image is better to be defined using css "list-style"

review: Needs Fixing
49. By Alex Launi

Use gfeed jQuery plugin for cross domain xml reading

Subscribers

People subscribed via source and target branches