~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/configure.zcml

  • Committer: Steve Kowalik
  • Date: 2011-08-07 04:05:52 UTC
  • mto: This revision was merged to the branch mainline in revision 13626.
  • Revision ID: stevenk@ubuntu.com-20110807040552-mwnxo0flmhvl35e8
Correct the notification based on review comments, and remove request{,ed}
from the function names, switching to create{,d}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  <browser:page
89
89
    for="lp.answers.interfaces.questiontarget.IQuestionTarget"
90
90
    name="+portlet-answercontacts"
91
 
    class=".questiontarget.QuestionTargetPortletAnswerContacts"
92
91
    permission="zope.Public"
93
92
    template="../templates/questiontarget-portlet-answercontacts.pt"
94
93
    />
95
94
  <browser:page
96
 
      for="lp.answers.interfaces.question.IQuestionTarget"
97
 
      name="+portlet-answercontacts-details"
98
 
      class="
99
 
        lp.answers.browser.questiontarget.QuestionTargetPortletAnswerContactsWithDetails"
100
 
      permission="zope.Public"/>
101
 
  <browser:page
102
95
    name="+addquestion"
103
96
    for="lp.answers.interfaces.questiontarget.IQuestionTarget"
104
97
    class=".question.QuestionAddView"
121
114
    classes="QuestionCollectionAnswersMenu QuestionTargetAnswersMenu"
122
115
    />
123
116
  <browser:menus
124
 
    module="lp.answers.browser.faq"
 
117
    module="canonical.launchpad.browser"
125
118
    classes="FAQNavigationMenu"
126
119
    />
127
120
  <browser:menus
151
144
    />
152
145
 
153
146
  <adapter
154
 
    provides="lp.services.webapp.interfaces.IBreadcrumb"
 
147
    provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
155
148
    for="lp.answers.interfaces.question.IQuestion"
156
149
    factory="lp.answers.browser.question.QuestionBreadcrumb"
157
150
    permission="zope.Public"/>
172
165
 
173
166
  <browser:pages
174
167
    for="lp.answers.interfaces.question.IQuestion"
175
 
    class="lp.services.webapp.LaunchpadView"
 
168
    class="canonical.launchpad.webapp.LaunchpadView"
176
169
    permission="zope.Public"
177
170
    >
178
171
    <browser:page
288
281
  <browser:url
289
282
    for="lp.answers.interfaces.questioncollection.IQuestionSet"
290
283
    path_expression="string:questions"
291
 
    parent_utility="lp.services.webapp.interfaces.ILaunchpadRoot"
 
284
    parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"
292
285
    rootsite="answers"
293
286
    />
294
287
 
314
307
 
315
308
  <browser:page
316
309
    for="lp.answers.interfaces.questioncollection.IQuestionSet"
317
 
    class="lp.answers.browser.question.SearchAllQuestionsView"
 
310
    class="canonical.launchpad.browser.SearchAllQuestionsView"
318
311
    name="+questions"
319
312
    permission="zope.Public"
320
313
    />
360
353
  <browser:page
361
354
    name="+portlet-related-questions"
362
355
    for="lp.answers.interfaces.faq.IFAQ"
363
 
    class="lp.services.webapp.LaunchpadView"
 
356
    class="canonical.launchpad.webapp.LaunchpadView"
364
357
    permission="zope.Public"
365
358
    template="../templates/faq-portlet-related-questions.pt"
366
359
    />
372
365
    template="../../app/templates/generic-edit.pt"
373
366
    />
374
367
  <adapter
375
 
    provides="lp.services.webapp.interfaces.IBreadcrumb"
 
368
    provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
376
369
    for="lp.answers.interfaces.faq.IFAQ"
377
370
    factory="lp.answers.browser.faq.FAQBreadcrumb"
378
371
    permission="zope.Public"/>