8687.15.30
by Karl Fogel
Add the license header block to all .zcml files. |
1 |
<!-- Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
GNU Affero General Public License version 3 (see the file LICENSE).
|
|
3 |
-->
|
|
4 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
5 |
<configure xmlns="http://namespaces.zope.org/zope"> |
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
6 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
7 |
name="Distribution" |
8 |
component="lp.registry.vocabularies.DistributionVocabulary" |
|
9 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
10 |
>
|
11 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
12 |
</securedutility>
|
|
13 |
||
14 |
<class class="lp.registry.vocabularies.DistributionVocabulary"> |
|
15 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
16 |
</class>
|
|
17 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
18 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
19 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
20 |
name="DistroSeries" |
21 |
component="lp.registry.vocabularies.DistroSeriesVocabulary" |
|
22 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
23 |
>
|
24 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
25 |
</securedutility>
|
|
26 |
||
27 |
<class class="lp.registry.vocabularies.DistroSeriesVocabulary"> |
|
28 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
29 |
</class>
|
|
30 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
31 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
32 |
<securedutility
|
12494.1.10
by Gavin Panella
Register DistroSeriesDerivationVocabularyFactory. |
33 |
name="DistroSeriesDerivation" |
7675.1179.1
by Raphael Badin
First step. |
34 |
component=".vocabularies.DistroSeriesDerivationVocabulary" |
12494.1.10
by Gavin Panella
Register DistroSeriesDerivationVocabularyFactory. |
35 |
provides="zope.schema.interfaces.IVocabularyFactory"> |
36 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
37 |
</securedutility>
|
|
38 |
||
7675.1179.1
by Raphael Badin
First step. |
39 |
<class class=".vocabularies.DistroSeriesDerivationVocabulary"> |
40 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
12494.1.14
by Gavin Panella
Permissions for DistroSeriesDerivationVocabularyFactory. |
41 |
</class>
|
42 |
||
12494.1.10
by Gavin Panella
Register DistroSeriesDerivationVocabularyFactory. |
43 |
|
44 |
<securedutility
|
|
13576.2.1
by Gavin Panella
Beginnings of a DistroSeriesDifferences vocabulary, based on DistroSeriesDerivationVocabulary. |
45 |
name="DistroSeriesDifferences" |
46 |
component=".vocabularies.DistroSeriesDifferencesVocabulary" |
|
47 |
provides="zope.schema.interfaces.IVocabularyFactory"> |
|
48 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
49 |
</securedutility>
|
|
50 |
||
51 |
<class class=".vocabularies.DistroSeriesDifferencesVocabulary"> |
|
52 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
53 |
</class>
|
|
54 |
||
55 |
||
56 |
<securedutility
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
57 |
name="FeaturedProject" |
58 |
component="lp.registry.vocabularies.FeaturedProjectVocabulary" |
|
59 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
60 |
>
|
61 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
62 |
</securedutility>
|
|
63 |
||
64 |
<class class="lp.registry.vocabularies.FeaturedProjectVocabulary"> |
|
65 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
66 |
</class>
|
|
67 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
68 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
69 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
70 |
name="FilteredDistroSeries" |
71 |
component="lp.registry.vocabularies.FilteredDistroSeriesVocabulary" |
|
72 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
73 |
>
|
74 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
75 |
</securedutility>
|
|
76 |
||
77 |
<class class="lp.registry.vocabularies.FilteredDistroSeriesVocabulary"> |
|
78 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
79 |
</class>
|
|
80 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
81 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
82 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
83 |
name="FilteredProductSeries" |
84 |
component="lp.registry.vocabularies.FilteredProductSeriesVocabulary" |
|
85 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
86 |
>
|
87 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
88 |
</securedutility>
|
|
89 |
||
90 |
<class class="lp.registry.vocabularies.FilteredProductSeriesVocabulary"> |
|
91 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
92 |
</class>
|
|
93 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
94 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
95 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
96 |
name="KarmaCategory" |
97 |
component="lp.registry.vocabularies.KarmaCategoryVocabulary" |
|
98 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
99 |
>
|
100 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
101 |
</securedutility>
|
|
102 |
||
103 |
<class class="lp.registry.vocabularies.KarmaCategoryVocabulary"> |
|
104 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
105 |
</class>
|
|
106 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
107 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
108 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
109 |
name="Milestone" |
110 |
component="lp.registry.vocabularies.MilestoneVocabulary" |
|
111 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
112 |
>
|
113 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
114 |
</securedutility>
|
|
115 |
||
116 |
<class class="lp.registry.vocabularies.MilestoneVocabulary"> |
|
117 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
118 |
</class>
|
|
119 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
120 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
121 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
122 |
name="NonMergedPeopleAndTeams" |
123 |
component="lp.registry.vocabularies.NonMergedPeopleAndTeamsVocabulary" |
|
124 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
125 |
>
|
126 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
127 |
</securedutility>
|
|
128 |
||
129 |
<class class="lp.registry.vocabularies.NonMergedPeopleAndTeamsVocabulary"> |
|
130 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
131 |
</class>
|
|
132 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
133 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
134 |
<securedutility
|
8805.2.1
by Guilherme Salgado
fix the bug |
135 |
name="AdminMergeablePerson" |
136 |
component="lp.registry.vocabularies.AdminMergeablePersonVocabulary" |
|
137 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
138 |
>
|
139 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
140 |
</securedutility>
|
|
141 |
||
142 |
<class class="lp.registry.vocabularies.AdminMergeablePersonVocabulary"> |
|
143 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
144 |
</class>
|
|
145 |
||
8805.2.1
by Guilherme Salgado
fix the bug |
146 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
147 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
148 |
name="PersonAccountToMerge" |
149 |
component="lp.registry.vocabularies.PersonAccountToMergeVocabulary" |
|
150 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
151 |
>
|
152 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
153 |
</securedutility>
|
|
154 |
||
155 |
<class class="lp.registry.vocabularies.PersonAccountToMergeVocabulary"> |
|
156 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
157 |
</class>
|
|
158 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
159 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
160 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
161 |
name="PersonActiveMembership" |
162 |
component="lp.registry.vocabularies.PersonActiveMembershipVocabulary" |
|
163 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
164 |
>
|
165 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
166 |
</securedutility>
|
|
167 |
||
168 |
<class class="lp.registry.vocabularies.PersonActiveMembershipVocabulary"> |
|
169 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
170 |
</class>
|
|
171 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
172 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
173 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
174 |
name="PersonTeamParticipations" |
175 |
component="lp.registry.vocabularies.person_team_participations_vocabulary_factory" |
|
176 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
177 |
>
|
178 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
179 |
</securedutility>
|
|
180 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
181 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
182 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
183 |
name="Product" |
184 |
component="lp.registry.vocabularies.ProductVocabulary" |
|
185 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
186 |
>
|
187 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
188 |
</securedutility>
|
|
189 |
||
190 |
<class class="lp.registry.vocabularies.ProductVocabulary"> |
|
191 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
192 |
</class>
|
|
193 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
194 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
195 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
196 |
name="ProductRelease" |
197 |
component="lp.registry.vocabularies.ProductReleaseVocabulary" |
|
198 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
199 |
>
|
200 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
201 |
</securedutility>
|
|
202 |
||
203 |
<class class="lp.registry.vocabularies.ProductReleaseVocabulary"> |
|
204 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
205 |
</class>
|
|
206 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
207 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
208 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
209 |
name="ProductSeries" |
210 |
component="lp.registry.vocabularies.ProductSeriesVocabulary" |
|
211 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
212 |
>
|
213 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
214 |
</securedutility>
|
|
215 |
||
216 |
<class class="lp.registry.vocabularies.ProductSeriesVocabulary"> |
|
217 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
218 |
</class>
|
|
219 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
220 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
221 |
<securedutility
|
10724.1.2
by Henning Eggers
Second batch done. |
222 |
name="ProjectGroup" |
223 |
component="lp.registry.vocabularies.ProjectGroupVocabulary" |
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
224 |
provides="zope.schema.interfaces.IVocabularyFactory" |
10124.1.2
by Edwin Grubbs
Mostly working. |
225 |
>
|
226 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
227 |
</securedutility>
|
|
228 |
||
10724.1.2
by Henning Eggers
Second batch done. |
229 |
<class class="lp.registry.vocabularies.ProjectGroupVocabulary"> |
10124.1.2
by Edwin Grubbs
Mostly working. |
230 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
231 |
</class>
|
|
232 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
233 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
234 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
235 |
name="ProjectProducts" |
236 |
component="lp.registry.vocabularies.project_products_vocabulary_factory" |
|
237 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
238 |
>
|
239 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
240 |
</securedutility>
|
|
241 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
242 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
243 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
244 |
name="CommercialProjects" |
245 |
component="lp.registry.vocabularies.CommercialProjectsVocabulary" |
|
246 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
247 |
>
|
248 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
249 |
</securedutility>
|
|
250 |
||
251 |
<class class="lp.registry.vocabularies.CommercialProjectsVocabulary"> |
|
252 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
253 |
</class>
|
|
254 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
255 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
256 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
257 |
name="UserTeamsParticipation" |
258 |
component="lp.registry.vocabularies.UserTeamsParticipationVocabulary" |
|
259 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
260 |
>
|
261 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
262 |
</securedutility>
|
|
263 |
||
264 |
<class class="lp.registry.vocabularies.UserTeamsParticipationVocabulary"> |
|
265 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
266 |
</class>
|
|
267 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
268 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
269 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
270 |
name="UserTeamsParticipationPlusSelf" |
271 |
component="lp.registry.vocabularies.UserTeamsParticipationPlusSelfVocabulary" |
|
272 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
273 |
>
|
274 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
275 |
</securedutility>
|
|
276 |
||
277 |
<class class="lp.registry.vocabularies.UserTeamsParticipationPlusSelfVocabulary"> |
|
278 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
279 |
</class>
|
|
280 |
||
13314.13.1
by Ian Booth
Fix implementation - use custom vocab |
281 |
<securedutility
|
282 |
name="UserTeamsParticipationPlusSelfSimpleDisplay" |
|
283 |
component="lp.registry.vocabularies.UserTeamsParticipationPlusSelfSimpleDisplayVocabulary" |
|
284 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
285 |
>
|
|
286 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
287 |
</securedutility>
|
|
288 |
||
289 |
<class class="lp.registry.vocabularies.UserTeamsParticipationPlusSelfSimpleDisplayVocabulary"> |
|
290 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
291 |
</class>
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
292 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
293 |
<securedutility
|
10788.5.2
by Abel Deuring
ordinary users can (un)assign a bug task only to hemselves and their teams |
294 |
name="AllUserTeamsParticipation" |
295 |
component="lp.registry.vocabularies.AllUserTeamsParticipationVocabulary" |
|
296 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
297 |
>
|
|
298 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
299 |
</securedutility>
|
|
300 |
||
301 |
<class class="lp.registry.vocabularies.AllUserTeamsParticipationVocabulary"> |
|
302 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
303 |
</class>
|
|
304 |
||
305 |
||
306 |
<securedutility
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
307 |
name="ActiveMailingList" |
308 |
component="lp.registry.vocabularies.ActiveMailingListVocabulary" |
|
309 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
310 |
>
|
311 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
312 |
</securedutility>
|
|
313 |
||
314 |
<class class="lp.registry.vocabularies.ActiveMailingListVocabulary"> |
|
315 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
316 |
</class>
|
|
317 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
318 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
319 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
320 |
name="ValidPersonOrTeam" |
321 |
component="lp.registry.vocabularies.ValidPersonOrTeamVocabulary" |
|
322 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
323 |
>
|
324 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
325 |
</securedutility>
|
|
326 |
||
327 |
<class class="lp.registry.vocabularies.ValidPersonOrTeamVocabulary"> |
|
328 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
329 |
</class>
|
|
330 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
331 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
332 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
333 |
name="ValidAssignee" |
334 |
component="lp.registry.vocabularies.ValidPersonOrTeamVocabulary" |
|
335 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.3
by Edwin Grubbs
Fixed more tests. |
336 |
>
|
337 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
338 |
</securedutility>
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
339 |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
340 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
341 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
342 |
name="ValidMaintainer" |
343 |
component="lp.registry.vocabularies.ValidPersonOrTeamVocabulary" |
|
344 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.3
by Edwin Grubbs
Fixed more tests. |
345 |
>
|
346 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
347 |
</securedutility>
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
348 |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
349 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
350 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
351 |
name="ValidOwner" |
352 |
component="lp.registry.vocabularies.ValidPersonOrTeamVocabulary" |
|
353 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.3
by Edwin Grubbs
Fixed more tests. |
354 |
>
|
355 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
356 |
</securedutility>
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
357 |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
358 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
359 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
360 |
name="ValidTeam" |
361 |
component="lp.registry.vocabularies.ValidTeamVocabulary" |
|
362 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
363 |
>
|
364 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
365 |
</securedutility>
|
|
366 |
||
367 |
<class class="lp.registry.vocabularies.ValidTeamVocabulary"> |
|
368 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
369 |
</class>
|
|
370 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
371 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
372 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
373 |
name="ValidPerson" |
374 |
component="lp.registry.vocabularies.ValidPersonVocabulary" |
|
375 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
376 |
>
|
377 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
378 |
</securedutility>
|
|
379 |
||
380 |
<class class="lp.registry.vocabularies.ValidPersonVocabulary"> |
|
381 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
382 |
</class>
|
|
383 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
384 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
385 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
386 |
name="ValidTeamMember" |
387 |
component="lp.registry.vocabularies.ValidTeamMemberVocabulary" |
|
388 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
389 |
>
|
390 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
391 |
</securedutility>
|
|
392 |
||
393 |
<class class="lp.registry.vocabularies.ValidTeamMemberVocabulary"> |
|
394 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
395 |
</class>
|
|
396 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
397 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
398 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
399 |
name="ValidTeamOwner" |
400 |
component="lp.registry.vocabularies.ValidTeamOwnerVocabulary" |
|
401 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
402 |
>
|
403 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
404 |
</securedutility>
|
|
405 |
||
406 |
<class class="lp.registry.vocabularies.ValidTeamOwnerVocabulary"> |
|
407 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
408 |
</class>
|
|
409 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
410 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
411 |
<securedutility
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
412 |
name="DistributionOrProduct" |
413 |
component="lp.registry.vocabularies.DistributionOrProductVocabulary" |
|
414 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
415 |
>
|
416 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
417 |
</securedutility>
|
|
418 |
||
419 |
<class class="lp.registry.vocabularies.DistributionOrProductVocabulary"> |
|
420 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
421 |
</class>
|
|
422 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
423 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
424 |
<securedutility
|
10724.1.2
by Henning Eggers
Second batch done. |
425 |
name="DistributionOrProductOrProjectGroup" |
426 |
component="lp.registry.vocabularies.DistributionOrProductOrProjectGroupVocabulary" |
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
427 |
provides="zope.schema.interfaces.IVocabularyFactory" |
10124.1.2
by Edwin Grubbs
Mostly working. |
428 |
>
|
429 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
430 |
</securedutility>
|
|
431 |
||
10724.1.2
by Henning Eggers
Second batch done. |
432 |
<class class="lp.registry.vocabularies.DistributionOrProductOrProjectGroupVocabulary"> |
10124.1.2
by Edwin Grubbs
Mostly working. |
433 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
434 |
</class>
|
|
435 |
||
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
436 |
|
10124.1.1
by Edwin Grubbs
Changed <utility> for vocabs to <securedutility>. |
437 |
<securedutility
|
8879.5.1
by Edwin Grubbs
Fixed SourcePackageNameVocabulary. |
438 |
name="SourcePackageName" |
439 |
component="lp.registry.vocabularies.SourcePackageNameVocabulary" |
|
440 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
10124.1.2
by Edwin Grubbs
Mostly working. |
441 |
>
|
442 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
443 |
</securedutility>
|
|
444 |
||
445 |
<class class="lp.registry.vocabularies.SourcePackageNameVocabulary"> |
|
446 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
447 |
</class>
|
|
448 |
||
10124.1.5
by Edwin Grubbs
Fixed rest of tests. |
449 |
|
450 |
<class class="lp.registry.vocabularies.SourcePackageNameIterator"> |
|
451 |
<allow interface="canonical.launchpad.webapp.vocabulary.ICountableIterator"/> |
|
452 |
</class>
|
|
453 |
||
13382.5.1
by Steve Kowalik
Actually register the DSP vocab. |
454 |
<securedutility
|
455 |
name="DistributionSourcePackage" |
|
456 |
component="lp.registry.vocabularies.DistributionSourcePackageVocabulary" |
|
457 |
provides="zope.schema.interfaces.IVocabularyFactory" |
|
458 |
>
|
|
459 |
<allow interface="zope.schema.interfaces.IVocabularyFactory"/> |
|
460 |
</securedutility>
|
|
461 |
||
462 |
<class class="lp.registry.vocabularies.DistributionSourcePackageVocabulary"> |
|
463 |
<allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/> |
|
464 |
</class>
|
|
465 |
||
13635.3.12
by Ian Booth
Add named filter support to pickers |
466 |
<class
|
467 |
class="canonical.launchpad.webapp.vocabulary.VocabularyFilterAll"> |
|
468 |
<require
|
|
469 |
permission="zope.Public" |
|
470 |
attributes="name title description"/> |
|
471 |
</class>
|
|
472 |
<class
|
|
473 |
class="lp.registry.vocabularies.VocabularyFilterProject"> |
|
474 |
<require
|
|
475 |
permission="zope.Public" |
|
476 |
attributes="name title description"/> |
|
477 |
</class>
|
|
478 |
<class
|
|
479 |
class="lp.registry.vocabularies.VocabularyFilterProjectGroup"> |
|
480 |
<require
|
|
481 |
permission="zope.Public" |
|
482 |
attributes="name title description"/> |
|
483 |
</class>
|
|
484 |
<class
|
|
485 |
class="lp.registry.vocabularies.VocabularyFilterDistribution"> |
|
486 |
<require
|
|
487 |
permission="zope.Public" |
|
488 |
attributes="name title description"/> |
|
489 |
</class>
|
|
13746.3.1
by Ian Booth
Add filtering to person related vocabs |
490 |
<class
|
491 |
class="lp.registry.vocabularies.VocabularyFilterPerson"> |
|
492 |
<require
|
|
493 |
permission="zope.Public" |
|
494 |
attributes="name title description"/> |
|
495 |
</class>
|
|
496 |
<class
|
|
497 |
class="lp.registry.vocabularies.VocabularyFilterTeam"> |
|
498 |
<require
|
|
499 |
permission="zope.Public" |
|
500 |
attributes="name title description"/> |
|
501 |
</class>
|
|
7675.161.1
by Curtis Hovey
Ported the original registry vocab branch to db-devel. This means that the classes and tests for ValidPersonOrTeam, Milestone, and DistributionOrProduct were reconciled. |
502 |
</configure>
|