break up past events and meetings by year/month
Bug #720824 reported by
Michael Hall
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LoCo Team Portal |
Fix Released
|
Medium
|
Robert Sajdok |
Bug Description
The list of Past Events is starting to get quite large, and the list of Past Meetings will soon follow. These pages need to limit display to only a given year/month, with the ability to select which one to display.
Related branches
lp://staging/~ris/loco-team-portal/part-fix-720824c
- Adnane Belmadiaf: Approve
- Chris Johnston: Needs Fixing
-
Diff: 185 lines (+101/-2)7 files modifiedloco_directory/events/forms.py (+27/-0)
loco_directory/events/models.py (+0/-1)
loco_directory/events/views.py (+29/-1)
loco_directory/media/css/colortip-1.0-jquery.css (+4/-0)
loco_directory/media/css/newstyle.css (+6/-0)
loco_directory/media/js/events-ui.js (+13/-0)
loco_directory/templates/events/event_history_list.html (+22/-0)
lp://staging/~ris/loco-team-portal/part-fix-720824-meetings
- Adnane Belmadiaf: Approve
-
Diff: 192 lines (+80/-32)5 files modifiedloco_directory/common/forms.py (+29/-0)
loco_directory/events/forms.py (+0/-31)
loco_directory/events/views.py (+1/-1)
loco_directory/meetings/views.py (+27/-0)
loco_directory/templates/meetings/meeting_history_list.html (+23/-0)
tags: | added: events meetings |
Changed in loco-directory: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in loco-team-portal: | |
assignee: | nobody → Robert Sajdok (ris) |
status: | Triaged → In Progress |
Changed in loco-team-portal: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.3.11 |
Changed in loco-team-portal: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
$ bzr push lp:~ris/loco-directory/part-fix-720824
I try to send my fix and I get error:
bzr: ERROR: Parent directory of lp:~ris/loco-directory/part-fix-720824b does not exist.
You may supply --create-prefix to create all leading parent directories.
Any suggestions?