Opened 18 years ago
Closed 17 years ago
#650 closed defect (fixed)
Does this work with 0.10dev?
Reported by: | shawn | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | highest | Component: | PeerReviewPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I'm running Trac 0.10dev and having trouble installing it.
Attachments (4)
Change History (19)
comment:1 follow-up: 2 Changed 18 years ago by
Priority: | normal → highest |
---|---|
Severity: | normal → blocker |
comment:2 Changed 18 years ago by
Replying to sier@itsolution.ch:
Replying to shawn:
I'm running Trac 0.10dev and having trouble installing it.
I have the same problem. Upgrading the environment doesn't work. The need tables are not created.
I' removed try/except in upgrade_environment(), during upgrade now is showing this error message:
Command failed: to_sql
comment:4 Changed 18 years ago by
This plugin was never run or tested with 0.10. When we released version 1.0, we believe that many of the bugs were worked out with the integration with Trac 0.9. There isn't any planned further development with the plugin from the original development team.
comment:5 Changed 18 years ago by
I am looking to deploy this on 0.10 as well. If it is alright with you I would be willing to take over maintenance of a 0.10 branch.
comment:6 Changed 18 years ago by
Owner: | changed from Team5 to Noah Kantrowitz |
---|---|
Status: | new → assigned |
A 0.10-compatible version should be uploaded shortly.
comment:7 follow-up: 8 Changed 18 years ago by
Okay, the version in the 0.10 branch should be up and running.
Changed 18 years ago by
Attachment: | missing_content.gif added |
---|
comment:8 follow-up: 9 Changed 18 years ago by
Replying to coderanger:
Okay, the version in the 0.10 branch should be up and running.
Now I can upgrade the environment. But when I select a file for review, just the mime type is showing and not the content of file. I'm using 0.10b1.
comment:9 Changed 18 years ago by
Replying to sier:
Replying to coderanger:
Okay, the version in the 0.10 branch should be up and running.
Now I can upgrade the environment. But when I select a file for review, just the mime type is showing and not the content of file. I'm using 0.10b1.
i'm getting the same thing.
comment:10 Changed 18 years ago by
I'm also getting the following error by clicking on the peer review picklist. See attached image.
Changed 18 years ago by
Attachment: | peerreview-0.10-workaround.txt added |
---|
some workaround to work with trac 0.10
comment:11 follow-up: 12 Changed 18 years ago by
Using .10.2 -- I tried the workaround and everything, no go on creating a code review. I get:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 245, in dispatch
req.display(template, content_type or 'text/html')
File "/usr/lib/python2.3/site-packages/trac/web/api.py", line 358, in display
data = self.hdf.render(template, form_token)
File "/usr/lib/python2.3/site-packages/trac/web/clearsilver.py", line 296, in render
injector.feed(template.render())
File "/var/tmp/python2.3-2.3.2-root/usr/lib/python2.3/HTMLParser.py", line 108, in feed
self.goahead(0)
File "/var/tmp/python2.3-2.3.2-root/usr/lib/python2.3/HTMLParser.py", line 148, in goahead
k = self.parse_starttag(i)
File "/var/tmp/python2.3-2.3.2-root/usr/lib/python2.3/HTMLParser.py", line 239, in parse_starttag
endpos = self.check_for_whole_start_tag(i)
File "/var/tmp/python2.3-2.3.2-root/usr/lib/python2.3/HTMLParser.py", line 314, in check_for_whole_start_tag
self.error("malformed start tag")
File "/var/tmp/python2.3-2.3.2-root/usr/lib/python2.3/HTMLParser.py", line 115, in error
raise HTMLParseError(message, self.getpos())
HTMLParseError: malformed start tag, at line 250, column 36
Any ideas?
comment:12 Changed 18 years ago by
Replying to anonymous:
Using .10.2 -- I tried the workaround and everything, no go on creating a code review. I get: HTMLParseError: malformed start tag, at line 250, column 36
As of 0.10.1, Trac validates the HTML produced by plugins. This plugin produces awful markup. At this point the whole thing should probably just be reworked from scratch for 0.11/Genshi.
comment:13 Changed 18 years ago by
when I select a file for review, just the mime type is showing and not the content of file.
i'm getting the same thing. when it would be fixed?or which version could fix it? thanks!
comment:14 Changed 17 years ago by
comment:15 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is working for 0.10.4
Replying to shawn:
I have the same problem. Upgrading the environment doesn't work. The need tables are not created.