~ubuntu-branches/ubuntu/oneiric/viewvc/oneiric-security

« back to all changes in this revision

Viewing changes to templates/revision.ezt

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno, John Zaitseff, David Martínez Moreno
  • Date: 2010-07-02 02:24:34 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100702022434-9a5shavr4tj4cfqy
Tags: 1.1.5-1
[ John Zaitseff ]
* New upstream release (closes: #532611, #575777, #575787, #576307).  This
  solves CVE-2010-0004, CVE-2010-0005, CVE-2010-0736 and CVE-2010-0132.
* Extensive rewrite of files in the debian directory.  Updated to Debian
  policy 3.8.4, updated all control files to Debhelper 7, rewrote
  debian/rules for clarity (and to use Debhelper 7).
* Removed all references to Debconf, as previous versions of this
  package violated Debian policy (section 10.7.3): /etc/viewvc/viewvc.conf
  is a conffile, and maintainer scripts must NOT modify it at any time.
* Reorganised the installation files in /usr/lib/viewvc.  The CGI
  programs are now links to files in /usr/lib/viewvc/cgi-bin.
* Packaged the Apache mod-python modules for optional use (in
  /usr/lib/viewvc/mod-python).  See README.Debian for more information.
* Moved the static help documentation ("docroot") from /usr/share/viewvc
  to /usr/share/viewvc/docroot, as per Webapps Policy, section 3.1.
* Updated the debian/patches subdirectory to remove patches no longer
  relevant to ViewVC 1.1.x and to update those that still apply.
* debian/control:
  - Removed the dependency on gawk, as that was only required for Debconf
    configuration.
  - Demoted the dependency on mime-support to "Suggests": ViewVC can use
    it, if appropriately configured, but does not require it.
  - Added a suggestion for the python-tk package: viewvc-standalone(1)
    uses this when passed the "--gui" flag.
  - Modified all dependencies as appropriate.  Depend on httpd-cgi, not
    httpd, since the viewvc package needs a CGI server.  In addition,
    python-egenix-mxdatetime is no longer needed (since ViewVC 1.0.x).
  - Updated the XS-Python-Version field to "all" (Closes: #570573).
  - ViewVC 1.1.x supports only python-pygments as a syntax highlighter,
    not enscript.  Adjusted dependencies as appropriate.

[ David Martínez Moreno ]
* Changed history and added the CVE entry to the changelog for 1.0.9-1.
* debian/control:
  - Moved Section to vcs in order to match the overrides.
  - Make python-dev dependency just python.
  - Removed dummy package viewcvs, it was already dummy in lenny.
* debian/viewcvs.*: Removed.
* debian/NEWS: Fixed version in John's entry and removed old news from 0.9.4.
* debian/README.source: Added.
* The new release also addresses in a different way how to show long
  annotation messages (closes: #434301).
* Added debian/patches/92-no_strings_in_raise for fixing a couple of
  occurrences of string exceptions in the code, no longer valid in Python
  2.6, the default now (closes: #585366).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  <tr align="left">
12
12
    <th>Jump to revision:</th>
13
13
    <td>
14
 
      [jump_rev_hidden_values]
 
14
      [for jump_rev_hidden_values]<input type="hidden" name="[jump_rev_hidden_values.name]" value="[jump_rev_hidden_values.value]"/>[end]
15
15
      <input type="text" name="revision" value="[rev]" />
16
16
      <input type="submit" value="Go" />
17
17
      [if-any prev_href]
18
 
        <a href="[prev_href]"><img src="[docroot]/images/back.png" alt="Previous" width="20" height="22" /></a>[end]
19
 
      [if-any next_href] <a href="[next_href]"><img src="[docroot]/images/forward.png" width="20" height="22" alt="Next" /></a>[end]
 
18
        <a href="[prev_href]" title="Previous Revision"><img src="[docroot]/images/back.png" alt="Previous" width="20" height="22" /></a>[end]
 
19
      [if-any next_href] <a href="[next_href]" title="Next Revision"><img src="[docroot]/images/forward.png" width="20" height="22" alt="Next" /></a>[end]
20
20
    </td>
21
21
  </tr>
22
22
  <tr align="left">
23
23
    <th>Author:</th>
24
 
    <td>[author]</td>
 
24
    <td>[if-any author][author][else]<em>(unknown author)</em>[end]</td>
25
25
  </tr>
26
26
  <tr align="left">
27
27
    <th>Date:</th>
28
 
    <td>[date] <em>([ago] ago)</em></td>
 
28
    <td>[if-any date][date][else]<em>(unknown date)</em>[end]
 
29
        [if-any ago]<em>([ago] ago)</em>[end]</td>
 
30
  </tr>
 
31
  <tr align="left">
 
32
    <th>Changed paths:</th>
 
33
    <td><strong>[num_changes]</strong>
 
34
        [if-any more_changes](showing only [limit_changes]; <a href="[more_changes_href]">show all</a>)[end][if-any first_changes](<a href="[first_changes_href]">show only first [first_changes]</a>)[end]</td>
29
35
  </tr>
30
36
  <tr align="left">
31
37
    <th>Log Message:</th>
38
44
 
39
45
<p><strong>Changed paths:</strong></p>
40
46
 
41
 
[if-any more_changes]
42
 
  <div>
43
 
    Only [limit_changes] changes shown,
44
 
    <a href="[more_changes_href]">display [more_changes] more changes...</a>
45
 
  </div>
46
 
[end]
47
 
 
48
 
[if-any first_changes]
49
 
  <div><a href="[first_changes_href]">Show only first [first_changes] changes...</div>
50
 
[end]
51
 
 
52
47
<table cellspacing="1" cellpadding="2">
53
48
  <thead>
54
49
  <tr align="left">
60
55
  [if-any changes]
61
56
   [for changes]
62
57
    <tr class="vc_row_[if-index changes even]even[else]odd[end]">
63
 
      <td>[if-any changes.view_href]<a href="[changes.view_href]">[end]<img src="[docroot]/images/[is changes.pathtype "dir"]dir[else]text[end].png" width="16" height="16" alt="Directory" />[changes.path][is changes.pathtype "dir"]/[end][if-any changes.view_href]</a>[end]
 
58
      <td>[if-any changes.view_href]<a href="[changes.view_href]" title="View [is changes.pathtype "dir"]Directory[else]File[end] Contents">[end]<img src="[docroot]/images/[is changes.pathtype "dir"]dir[else]text[end].png" class="vc_icon" alt="Directory" />[changes.path][is changes.pathtype "dir"]/[end][if-any changes.view_href]</a>[end]
64
59
      [if-any changes.is_copy]<br /><em>(Copied from [changes.copy_path], r[changes.copy_rev])</em>[end]
65
60
      </td>
66
 
      <td>[if-any changes.log_href]<a href="[changes.log_href]">[end][changes.action][if-any changes.log_href]</a>[end]
67
 
          [if-any changes.text_mods], [if-any changes.diff_href]<a href="[changes.diff_href]">[end]text changed[if-any changes.diff_href]</a>[end][end]
 
61
      <td>[if-any changes.log_href]<a href="[changes.log_href]" title="View Log">[end][changes.action][if-any changes.log_href]</a>[end]
 
62
          [if-any changes.text_mods], [if-any changes.diff_href]<a href="[changes.diff_href]" title="View Diff">[end]text changed[if-any changes.diff_href]</a>[end][end]
68
63
          [if-any changes.prop_mods], props changed[end]
69
64
      </td>
70
65
    </tr>
74
69
    <td colspan="5">No changed paths.</td>
75
70
    </tr>
76
71
  [end]
 
72
  [if-any more_changes]
 
73
    <tr>
 
74
    <td colspan="5">[[]<a href="[more_changes_href]">...</a>]</td>
 
75
    </tr>
 
76
  [end]
77
77
  </tbody>
78
78
</table>
79
79