Merge lp://qastaging/~bac/launchpad/bug-436259-add-member into lp://qastaging/launchpad
Proposed by
Brad Crittenden
Status: | Merged |
---|---|
Approved by: | Curtis Hovey |
Approved revision: | no longer in the source branch. |
Merged at revision: | not available |
Proposed branch: | lp://qastaging/~bac/launchpad/bug-436259-add-member |
Merge into: | lp://qastaging/launchpad |
Diff against target: |
65 lines 3 files modified
lib/lp/registry/browser/person.py (+1/-1) lib/lp/registry/stories/foaf/xx-team-home.txt (+3/-3) lib/lp/registry/templates/team-members.pt (+11/-6) |
To merge this branch: | bzr merge lp://qastaging/~bac/launchpad/bug-436259-add-member |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+13875@code.qastaging.launchpad.net |
Commit message
Add the ability to add a member to a team from the +members page. Fixed the layout of the link for accepting or declining proposed members.
To post a comment you must log in.
= Summary =
Bug 436259 asked for an '(+) Add member' link on the +members page. While doing that
I noticed another layout problem with overlapping icon and text.
== Proposed fix ==
Add the link. Fix the overlap by using sprites as required.
== Pre-implementation notes ==
None.
== Implementation details ==
As above.
== Tests ==
bin/test -vv -t xx-add-member.txt -t xx-approve- members. txt
== Demo and Q/A ==
Look at http:// launchpad. net/~some- team-you- administer
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.