lp:~mvo/software-center/login-cleanup
Created by
Michael Vogt
on
2012-09-14
and last modified on
2012-09-14
- Get this branch:
- bzr branch lp:~mvo/software-center/login-cleanup
Only
Michael Vogt
can upload to this branch. If you are
Michael Vogt
please log in for upload directions.
Branch merges
Propose for merging
- Gary Lasker (community): Approve on 2012-09-18
-
Diff: 898 lines (+147/-506)13 files modifiedsoftware-center (+0/-5)
softwarecenter/backend/launchpad.py (+0/-341)
softwarecenter/backend/login.py (+34/-1)
softwarecenter/backend/login_impl/login_fake.py (+85/-0)
softwarecenter/backend/login_impl/login_sso.py (+3/-84)
softwarecenter/backend/oneconfhandler/core.py (+2/-2)
softwarecenter/backend/ubuntusso.py (+6/-6)
softwarecenter/ui/gtk3/app.py (+2/-20)
softwarecenter/ui/gtk3/review_gui_helper.py (+2/-2)
softwarecenter/ui/gtk3/widgets/recommendations.py (+2/-2)
tests/disabled_test_launchpad.py (+0/-36)
tests/gtk3/test_catview.py (+1/-1)
tests/test_login_backend.py (+10/-6)
Branch information
Recent revisions
- 3189. By Michael Vogt on 2012-09-14
-
rename get_sso_backend, to get_login_backend as that is what it is
- 3186. By Michael Vogt on 2012-09-14
-
cleanup the login code, the login gets a login_impl/ subdir and the launchpad login support is removed as its a) not used b) not working in the general case
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:software-center