Move launchpad stuff to the common app
Bug #886933 reported by
Nigel Babu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Summit |
Fix Released
|
High
|
Chris Johnston |
Bug Description
Launchpad stuff is currently peppered all over the place. It needs to move into one place so we can mock it for testing.
Related branches
lp://staging/~cjohnston/summit/add-user-profiles
On hold
for merging
into
lp://staging/summit
- Summit Hackers: Pending requested
-
Diff: 604 lines (+489/-2)15 files modifiedsummit/common/forms.py (+40/-0)
summit/common/launchpad.py (+27/-0)
summit/schedule/models/summitmodel.py (+1/-1)
summit/schedule/tests.py (+3/-1)
summit/settings.py (+1/-0)
summit/urls.py (+5/-0)
summit/userprofiles/admin.py (+7/-0)
summit/userprofiles/forms.py (+25/-0)
summit/userprofiles/management/commands/update-profiles.py (+39/-0)
summit/userprofiles/migrations/0001_add_user_profiles.py (+93/-0)
summit/userprofiles/models.py (+82/-0)
summit/userprofiles/templates/userprofiles/profile.html (+43/-0)
summit/userprofiles/templates/userprofiles/profile_update.html (+41/-0)
summit/userprofiles/tests.py (+16/-0)
summit/userprofiles/views.py (+66/-0)
lp://staging/~cjohnston/summit/886933-lp-common
- Summit Hackers: Pending requested
-
Diff: 39 lines (+3/-3)3 files modifiedsummit/schedule/management/commands/update-openids.py (+1/-1)
summit/schedule/models/summitmodel.py (+1/-1)
summit/schedule/tests.py (+1/-1)
Changed in summit: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Nigel Babu (nigelbabu) |
summary: |
- Move launchpad stuff to a common app + Move launchpad stuff to the common app |
Changed in summit: | |
status: | In Progress → Fix Committed |
Changed in summit: | |
milestone: | none → 1.2.1 |
Changed in summit: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Marking low since all you are seeing when visiting this URL is "Private Meetings." If people aren't marking their meeting private, then they would be displayed, but not marking your meeting as private also has other possible implications.