Add a way to signal bundle or promotion apps via the admin
Bug #1045328 reported by
Anthony Lenton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Currently when there is a new promotion / campaign the code needs to be rolled out to include a widget with an ad. As all branches are public, with things like the Humble Bundle we need to wait until the campaign is live to start pushing up this widget. It would be great to be able to add these widgets via the admin, as they're usually just a small snippet of HTML that gets added to the details page for certain apps.
Related branches
lp://staging/~michael.nelson/ubuntu-webcatalog/1045328-bundle-promotion-apps
- Łukasz Czyżykowski (community): Approve
-
Diff: 456 lines (+278/-19)10 files modifiedsrc/webcatalog/admin.py (+15/-0)
src/webcatalog/migrations/0029_add_application_widget.py (+191/-0)
src/webcatalog/models/__init__.py (+2/-0)
src/webcatalog/models/applications.py (+14/-0)
src/webcatalog/schema.py (+0/-2)
src/webcatalog/templates/webcatalog/application_detail.html (+3/-6)
src/webcatalog/templatetags/webcatalog.py (+7/-0)
src/webcatalog/tests/factory.py (+11/-0)
src/webcatalog/tests/test_views.py (+35/-8)
src/webcatalog/views.py (+0/-3)
Changed in ubuntu-webcatalog: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in ubuntu-webcatalog: | |
milestone: | none → 12.08 |
status: | Confirmed → Fix Released |
To post a comment you must log in.