move tales to lp.app
Bug #647526 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
The tales module and belongs in the lp.app package. Many class in the module belong in other apps, but they can be moved in a second step.
Related branches
lp://staging/~sinzui/launchpad/logged-link-0
- Henning Eggers (community): Approve (code)
-
Diff: 4307 lines (+927/-919)84 files modifieddatabase/schema/pending/gnu-savannah-celebrity.py (+8/-5)
lib/canonical/database/harness.py (+2/-1)
lib/canonical/launchpad/browser/launchpad.py (+2/-2)
lib/canonical/launchpad/browser/vocabulary.py (+5/-2)
lib/canonical/launchpad/browser/widgets.py (+3/-5)
lib/canonical/launchpad/database/__init__.py (+1/-18)
lib/canonical/launchpad/doc/loginstatus-pages.txt (+4/-34)
lib/canonical/launchpad/doc/sqlobject-security-proxies.txt (+2/-2)
lib/canonical/launchpad/pagetests/feeds/xx-security.txt (+1/-1)
lib/canonical/launchpad/vocabularies/dbobjects.py (+2/-4)
lib/canonical/launchpad/webapp/configure.zcml (+11/-446)
lib/canonical/launchpad/webapp/ftests/test_annotations.py (+3/-3)
lib/canonical/lazr/doc/menus.txt (+130/-99)
lib/canonical/lazr/testing/menus.py (+2/-2)
lib/canonical/widgets/bugtask.py (+4/-16)
lib/canonical/widgets/location.py (+2/-2)
lib/lp/answers/doc/karma.txt (+1/-1)
lib/lp/app/browser/configure.zcml (+437/-3)
lib/lp/app/browser/stringformatter.py (+1/-1)
lib/lp/app/browser/tales.py (+32/-24)
lib/lp/app/browser/tests/test_page_macro.py (+4/-1)
lib/lp/app/doc/displaying-dates.txt (+1/-1)
lib/lp/app/doc/tales.txt (+3/-0)
lib/lp/app/tests/test_doc.py (+17/-1)
lib/lp/app/tests/test_tales.py (+7/-6)
lib/lp/archiveuploader/tests/nascentupload-closing-bugs.txt (+1/-1)
lib/lp/bugs/browser/bugtarget.py (+1/-1)
lib/lp/bugs/browser/bugtask.py (+10/-8)
lib/lp/bugs/browser/configure.zcml (+11/-11)
lib/lp/bugs/browser/tests/bug-views.txt (+1/-1)
lib/lp/bugs/browser/tests/bugs-views.txt (+2/-2)
lib/lp/bugs/configure.zcml (+84/-84)
lib/lp/bugs/doc/bug-change.txt (+1/-1)
lib/lp/bugs/doc/bug-nomination.txt (+5/-3)
lib/lp/bugs/doc/bug-set-status.txt (+2/-2)
lib/lp/bugs/doc/bugattachments.txt (+2/-2)
lib/lp/bugs/doc/bugnotificationrecipients.txt (+1/-1)
lib/lp/bugs/doc/bugnotifications.txt (+2/-2)
lib/lp/bugs/doc/bugtask-expiration.txt (+1/-1)
lib/lp/bugs/doc/bugtask-retrieval.txt (+1/-1)
lib/lp/bugs/doc/bugtask-search.txt (+2/-2)
lib/lp/bugs/doc/checkwatches.txt (+1/-1)
lib/lp/bugs/doc/cve-update.txt (+1/-1)
lib/lp/bugs/doc/cve.txt (+1/-1)
lib/lp/bugs/doc/displaying-bugs-and-tasks.txt (+2/-1)
lib/lp/bugs/doc/externalbugtracker.txt (+4/-3)
lib/lp/bugs/doc/malone-karma.txt (+2/-2)
lib/lp/bugs/mail/tests/test_bug_duplicate_notifications.py (+1/-1)
lib/lp/bugs/mail/tests/test_bug_task_assignment.py (+1/-1)
lib/lp/bugs/mail/tests/test_bug_task_modification.py (+1/-1)
lib/lp/bugs/scripts/tests/test_bugimport.py (+2/-2)
lib/lp/bugs/scripts/tests/test_bugnotification.py (+4/-4)
lib/lp/bugs/stories/bug-release-management/xx-review-nominated-bugs.txt (+1/-1)
lib/lp/bugs/stories/bugs/80-add-comment.txt (+1/-1)
lib/lp/bugs/tests/bugs-emailinterface.txt (+2/-5)
lib/lp/bugs/tests/bugtarget-questiontarget.txt (+1/-1)
lib/lp/bugs/tests/externalbugtracker.py (+2/-2)
lib/lp/bugs/tests/test_bugchanges.py (+1/-1)
lib/lp/code/browser/branchmergeproposal.py (+13/-10)
lib/lp/code/browser/diff.py (+2/-2)
lib/lp/code/mail/sourcepackagerecipebuild.py (+1/-2)
lib/lp/registry/browser/distributionsourcepackage.py (+2/-2)
lib/lp/registry/browser/mailinglists.py (+3/-2)
lib/lp/registry/browser/person.py (+1/-1)
lib/lp/registry/browser/pillar.py (+2/-2)
lib/lp/registry/browser/product.py (+1/-1)
lib/lp/registry/browser/productseries.py (+1/-1)
lib/lp/registry/browser/team.py (+1/-1)
lib/lp/registry/browser/tests/pillar-views.txt (+1/-1)
lib/lp/registry/doc/person.txt (+1/-1)
lib/lp/registry/model/teammembership.py (+4/-3)
lib/lp/registry/tests/test_person.py (+1/-1)
lib/lp/registry/vocabularies.py (+3/-5)
lib/lp/soyuz/doc/closing-bugs-from-changelogs.txt (+1/-1)
lib/lp/soyuz/model/binarypackagebuild.py (+13/-14)
lib/lp/soyuz/scripts/queue.py (+16/-14)
lib/lp/translations/browser/language.py (+2/-5)
lib/lp/translations/browser/poexportrequest.py (+3/-2)
lib/lp/translations/browser/potemplate.py (+1/-1)
lib/lp/translations/browser/serieslanguage.py (+2/-2)
lib/lp/translations/browser/translationimportqueue.py (+6/-8)
lib/lp/vostok/browser/root.py (+1/-1)
lib/lp/vostok/browser/tests/test_root.py (+1/-1)
utilities/list-person-references.py (+4/-3)
Changed in launchpad-web: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-web: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11650 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11650>.