Defect #6941
Unable to export wiki page to text/html file
| Status: | Closed | Start date: | 2010-11-19 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Wiki | |||
| Target version: | - | |||
| Affected version: | Resolution: | Invalid |
Description
When I navigate to wiki page, and try to export it to html or text, I get the same result for both:
Original text of a wiki page
h1. Test Test
I'm unable to get the version number of my redmine, because it is installed by admins on a separate server, and there is no place on the redmine page, with the version.
The result of export:
\x68312e20546573740d0a0d0a54657374
Associated revisions
Adds assertions on the content of a wiki page export (#6941).
Adds assertions on the content of a versioned wiki page export (#6941).
Upgrade required pg gem (#6941).
Merged r9374 from trunk.
History
#1 Updated by Daniel Hofer over 2 years ago
I also have the same problem with Redmine 1.0.5. But I had it since I installed Redmine 1.0.3.
Also if I "view differences" in the Wiki i also get two lines in the same format. I am using Redmine with Postgresql.
#2 Updated by Sergey K about 2 years ago
I also have the same problem with Redmine 1.1.2.
#3 Updated by Etienne Massip about 2 years ago
- Status changed from New to Closed
It's a bug in the postgresql adapter with PG 9 which default bytea type format is now 'hex'.
See HowTo_make_Wiki_history_working_with_Postgres_90, you can also consider switching to pg adapter, see RedmineInstall and this postgres-pr adapter issue.
#4 Updated by Etienne Massip about 2 years ago
- Resolution set to Invalid