Merge lp:~developer-ubuntu-com-dev/developer-ubuntu-com/show-gadgetsnap-images into lp:developer-ubuntu-com
Proposed by
Daniel Holbach
on 2015-11-10
| Status: | Merged |
|---|---|
| Merged at revision: | 167 |
| Proposed branch: | lp:~developer-ubuntu-com-dev/developer-ubuntu-com/show-gadgetsnap-images |
| Merge into: | lp:developer-ubuntu-com |
| Diff against target: |
321 lines (+208/-18) 8 files modified
developer_portal/templatetags/text_extras.py (+8/-0) store_data/cms_plugins.py (+20/-3) store_data/management/commands/update-gadget-snaps.py (+5/-1) store_data/migrations/0002_add_title_field.py (+58/-0) store_data/migrations/0003_add_website_field.py (+59/-0) store_data/models.py (+2/-0) templates/gadget_snap_list.html (+24/-14) templates/gadget_snap_shortlist.html (+32/-0) |
| To merge this branch: | bzr merge lp:~developer-ubuntu-com-dev/developer-ubuntu-com/show-gadgetsnap-images |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Daniel Holbach (community) | Approve on 2015-11-10 | ||
|
Review via email:
|
|||
Commit Message
Show gadget snap images (icon_url instead of screenshot_url) and display a more readable name.
To post a comment you must log in.
lp:~developer-ubuntu-com-dev/developer-ubuntu-com/show-gadgetsnap-images
updated
on 2015-11-10
- 169. By Daniel Holbach on 2015-11-10
-
remove unnecessary blank line
- 170. By David Callé on 2015-11-10
-
Add shortlist CMS plugin for gadget snaps, layout fixes
lp:~developer-ubuntu-com-dev/developer-ubuntu-com/show-gadgetsnap-images
updated
on 2015-11-10
- 171. By Daniel Holbach on 2015-11-10
-
simplify code and style generic-* snap names as well
- 172. By Daniel Holbach on 2015-11-10
-
use title field instead
- 173. By Daniel Holbach on 2015-11-10
-
fix -community name
- 174. By Daniel Holbach on 2015-11-10
-
add website field for store api


Good to go!