Add support to videos
Bug #962140 reported by
Łukasz Czyżykowski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
Fix Released
|
Low
|
Michael Nelson |
Bug Description
Add support to display video demos for applications which has them.
Related branches
lp://staging/~michael.nelson/ubuntu-webcatalog/962140-display-video-demos
- Anthony Lenton (community): Approve
-
Diff: 195 lines (+80/-21)3 files modifiedsrc/webcatalog/forms.py (+16/-13)
src/webcatalog/management/commands/import_for_purchase_apps.py (+3/-6)
src/webcatalog/tests/test_forms.py (+61/-2)
lp://staging/~michael.nelson/ubuntu-webcatalog/962140-display-video-demos-pt-2
- Canonical Consumer Applications Hackers: Pending requested
-
Diff: 180 lines (+116/-4)5 files modifiedsrc/webcatalog/models/applications.py (+15/-4)
src/webcatalog/static/css/webcatalog.css (+9/-0)
src/webcatalog/templates/webcatalog/application_detail.html (+8/-0)
src/webcatalog/tests/test_models.py (+73/-0)
src/webcatalog/tests/test_views.py (+11/-0)
Changed in ubuntu-webcatalog: | |
assignee: | Łukasz Czyżykowski (lukasz-czyzykowski) → Michael Nelson (michael.nelson) |
Changed in ubuntu-webcatalog: | |
status: | Confirmed → In Progress |
importance: | Undecided → Low |
Changed in ubuntu-webcatalog: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-webcatalog: | |
milestone: | none → 12.05 |
Changed in ubuntu-webcatalog: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
You may be able to re-use some of the work from bug 954644 (and attached branch).