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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/svnlog/__init__.py

  • Committer: William Grant
  • Date: 2009-05-18 11:32:44 UTC
  • Revision ID: grantw@unimelb.edu.au-20090518113244-guz47x7y2pc2ks95
Put Subversion diffs and logs in the Files tab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
class SubversionLogView(XHTMLView):
32
32
    template = 'template.html'
 
33
    tab = 'files'
33
34
 
34
35
    def authorize(self, req):
35
36
        return req.user is not None