~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/vocabularies.zcml

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  </securedutility>
14
14
 
15
15
  <class class="lp.translations.vocabularies.FilteredDeltaLanguagePackVocabulary">
16
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
16
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
17
17
  </class>
18
18
 
19
19
 
26
26
  </securedutility>
27
27
 
28
28
  <class class="lp.translations.vocabularies.FilteredFullLanguagePackVocabulary">
29
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
29
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
30
30
  </class>
31
31
 
32
32
 
39
39
  </securedutility>
40
40
 
41
41
  <class class="lp.translations.vocabularies.FilteredLanguagePackVocabulary">
42
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
42
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
43
43
  </class>
44
44
 
45
45
 
52
52
  </securedutility>
53
53
 
54
54
  <class class="lp.translations.vocabularies.TranslatableLanguageVocabulary">
55
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
55
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
56
56
  </class>
57
57
 
58
58
 
65
65
  </securedutility>
66
66
 
67
67
  <class class="lp.translations.vocabularies.TranslationGroupVocabulary">
68
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
68
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
69
69
  </class>
70
70
 
71
71
 
78
78
  </securedutility>
79
79
 
80
80
  <class class="lp.translations.vocabularies.TranslationMessageVocabulary">
81
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
81
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
82
82
  </class>
83
83
 
84
84
 
91
91
  </securedutility>
92
92
 
93
93
  <class class="lp.translations.vocabularies.TranslationTemplateVocabulary">
94
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
94
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
95
95
  </class>
96
96
 
97
97
</configure>