Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#5027 closed defect (wontfix)

parted view tickets broke

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Traceback (most recent call last):
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/ticket/report.py", line 88, in process_request
    resp = self._render_view(req, db, id)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/ticket/report.py", line 332, in _render_view
    absurls=(format == 'rss'))
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 999, in wiki_to_html
    Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 822, in format
    result = re.sub(self.wiki.rules, self.replace, line)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/re.py", line 142, in sub
    return _compile(pattern, 0).sub(repl, string, count)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 768, in replace
    replacement = self.handle_match(fullmatch)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/wiki/formatter.py", line 761, in handle_match
    return external_handler(self, match, fullmatch)
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/versioncontrol/web_ui/changeset.py", line 697, in <lambda>
    y, z))
  File "/var/lib/gforge/chroot/home/groups/parted/srv/lib/python2.5/site-packages/trac/versioncontrol/web_ui/changeset.py", line 715, in _format_changeset_link
    changeset = self.env.get_repository().get_changeset(rev)
  File "/srv/alioth.debian.org/chroot/home/groups/parted/srv/trac/plugins/TracGit-0.0.1-py2.5.egg/gitplugin/git_fs.py", line 63, in get_changeset
    return GitChangeset(self.git, rev)
  File "/srv/alioth.debian.org/chroot/home/groups/parted/srv/trac/plugins/TracGit-0.0.1-py2.5.egg/gitplugin/git_fs.py", line 189, in __init__
    (msg,props) = git.read_commit(sha)
  File "/srv/alioth.debian.org/chroot/home/groups/parted/srv/trac/plugins/TracGit-0.0.1-py2.5.egg/gitplugin/PyGIT.py", line 77, in read_commit
    line = lines.pop(0)
IndexError: pop from empty list

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)

comment:2 by Emmanuel Blot, 17 years ago

Resolution: wontfix
Status: newclosed

This is an issue with the GitPlugin. Please report the issue to the plugin maintainer.

BTW, do not forget to specify which release of Trac if you know it when reporting an error.

in reply to:  2 comment:3 by anonymous, 16 years ago

Replying to eblot:

This is an issue with the GitPlugin. Please report the issue to the plugin maintainer.

BTW, do not forget to specify which release of Trac if you know it when reporting an error.

this was rather an issue with th:GitPlugin (not th:TracGitPlugin)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.