~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Guilherme Salgado
  • Date: 2010-07-15 15:16:09 UTC
  • mto: This revision was merged to the branch mainline in revision 11220.
  • Revision ID: salgado@canonical.com-20100715151609-yr4ewb70z0rb9c7z
Add zope.login to the requirements in setup.py as BasicAuthAdapter has been moved there from the latest zope.publisher

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# landing. There is a test to ensure it is empty in trunk. If there is
3
3
# stuff still here when you are ready to land, the items should probably
4
4
# be converted to bugs so they can be scheduled.
5
 
 
6
 
Need zope.login.http as BasicAuthAdapter is now there and not in
7
 
zope.app.security.basicauthadapter as it used to be. This is needed because
8
 
we're using a newer version of zope.app.security.
9
 
  - I'm not sure this is true anymore.