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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2009-12-02 00:31:40 UTC
  • mfrom: (1326.1.4 svn-fixes)
  • Revision ID: coles.david@gmail.com-20091202003140-n0k6rmv86hu6mj2p
Allow updating files to past revisions through 'Subversion Log' page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    def populate(self, req, ctx):
40
40
        self.plugin_styles[Plugin] = ['log.css']
 
41
        self.plugin_scripts = {
 
42
                'ivle.webapp.filesystem.browser': ['browser.js'],
 
43
                Plugin: ['log.js'],
 
44
                }
 
45
        self.scripts_init = ['log_init']
41
46
 
42
47
        svnlogservice_path = os.path.join(req.config['paths']['share'],
43
48
                                          'services/svnlogservice')