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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project.html

  • Committer: David Coles
  • Date: 2010-07-20 05:55:20 UTC
  • Revision ID: coles.david@gmail.com-20100720055520-yxyfn2qqycfwboiq
URL quote paths in checkout URLs.

The two benefits of this are that we no longer have issues with spaces in 
submitted paths and also don't have to worry about shell escape characters 
(and possible shell injection to a lectures console).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
          </py:choose>
47
47
            <td><span title="${submission.submitter.display_name}">${submission.submitter.short_name}</span></td>
48
48
            <td>${submission.date_submitted.strftime("%Y-%m-%d %H:%M:%S")}</td>
49
 
            <td>svn co -r${submission.revision} ${build_subversion_url(req, submission)}</td>
 
49
            <td>${submission.get_svn_checkout_command(req)}</td>
50
50
          </tr>
51
51
        </py:for>
52
52
        </tbody>