~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/xhtml.py

  • Committer: Matt Giuca
  • Date: 2010-02-23 05:18:48 UTC
  • Revision ID: matt.giuca@gmail.com-20100223051848-8kxdsitlvkeyl4gt
Added handlers and documentation for Subversion status 'ignored' (we call them 'Temporary file (ignored)'. This was previously handled as an 'unknown status'. Ignored files now can't have svn actions done on them either. This fixes Launchpad bug #526220.

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
    def populate(self, req, ctx):
246
246
        ctx['req'] = req
247
247
        ctx['exception'] = self.context
248
 
        req.headers_out['X-IVLE-Error'] = self.context.message
249
248
 
250
249
class XHTMLUnauthorizedView(XHTMLErrorView):
251
250
    template = 'xhtmlunauthorized.html'