lp:~leonardr/launchpad/publish-tokens-2
Created by
Leonard Richardson
on
2010-08-26
and last modified on
2011-01-06
- Get this branch:
- bzr branch lp:~leonardr/launchpad/publish-tokens-2
Only
Leonard Richardson
can upload to this branch. If you are
Leonard Richardson
please log in for upload directions.
Branch merges
- Guilherme Salgado (community): Approve (code) on 2010-09-01
- Aaron Bentley (community): Needs Fixing on 2010-08-30
-
Diff: 988 lines (+380/-120)21 files modifiedlib/canonical/launchpad/browser/oauth.py (+3/-9)
lib/canonical/launchpad/database/oauth.py (+58/-6)
lib/canonical/launchpad/doc/oauth.txt (+32/-8)
lib/canonical/launchpad/doc/webapp-authorization.txt (+3/-11)
lib/canonical/launchpad/doc/webapp-publication.txt (+7/-1)
lib/canonical/launchpad/interfaces/_schema_circular_imports.py (+3/-0)
lib/canonical/launchpad/interfaces/oauth.py (+80/-30)
lib/canonical/launchpad/security.py (+37/-7)
lib/canonical/launchpad/testing/pages.py (+15/-5)
lib/canonical/launchpad/tests/test_webservice_oauth.py (+82/-0)
lib/canonical/launchpad/webapp/authentication.py (+1/-6)
lib/canonical/launchpad/webapp/authorization.py (+2/-1)
lib/canonical/launchpad/webapp/servers.py (+7/-23)
lib/canonical/launchpad/webapp/tests/test_publication.py (+6/-1)
lib/canonical/launchpad/zcml/oauth.zcml (+6/-1)
lib/lp/bugs/tests/test_bugs_webservice.py (+8/-0)
lib/lp/registry/browser/person.py (+9/-0)
lib/lp/registry/interfaces/person.py (+5/-1)
lib/lp/registry/stories/webservice/xx-person.txt (+2/-0)
lib/lp/testing/_webservice.py (+13/-9)
versions.cfg (+1/-1)
Branch information
Recent revisions
- 11463. By Leonard Richardson on 2010-09-02
-
Aand... make the change to the test that apparently I didn't make before.
- 11461. By Leonard Richardson on 2010-09-02
-
I wasn't paying attention when I fixed this test failure, and I 'fixed' something that was right the first time.
- 11458. By Leonard Richardson on 2010-09-01
-
Renamed the *Verification interfaces to *Public to comply with existing naming standards.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:launchpad/db-devel
