~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=benji][bug=795573,
 796233] On DistroSeries:+localpackagediffs ensure that the comment
 form is hidden after adding a new comment to a DistroSeriesDifference,
 prevent empty comments from being submitted,
 and add some animations and effects to make the UI less jarring and easier to
 follow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
      class="canonical.launchpad.webapp.error.NoReferrerErrorView"
346
346
      />
347
347
 
 
348
  <!-- DeliveryFailure -->
 
349
  <browser:page
 
350
      for="openid.yadis.discover.DiscoveryFailure"
 
351
      name="index.html"
 
352
      permission="zope.Public"
 
353
      template="../templates/launchpad-discoveryfailure.pt"
 
354
      class="canonical.launchpad.webapp.error.OpenIdDiscoveryFailureView"
 
355
      />
 
356
 
348
357
  <!-- UnsafeFormGetSubmissionError -->
349
358
  <browser:page
350
359
      for="canonical.launchpad.webapp.interfaces.UnsafeFormGetSubmissionError"