Summary
qwiki sets "multidoc" as title for wiki pages
Metadata
- Id: 5d5bd04c6bd0a923632e0cf074fbb3ffb2dcd194
- Trac id: 197
- Type: defect
- Reporter: mario
- Owner: iraikov
- Cc: sjamaan
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version:
- Changetime: 2010-03-30 13:01:29 UTC
- Created: 2010-03-29 21:44:27 UTC
- Keywords: qwiki, multidoc
Attachments
- 5d5bd04c6bd0a923632e0cf074fbb3ffb2dcd194/attachments/qwiki-titles.diff
Description
svnwiki sets the title of the page according to the page headings or the filename.
Changes and comments
[2010-03-29 22:31:09 UTC] sjamaan attached qwiki-titles.diff (description=Add titles to "view" pages)
[2010-03-29 22:32:06 UTC] sjamaan wrote:
I tried the above patch, but for some reason it doesn't work. I guess multidoc expects the headers differently. Ivan, could you please have a look and see what I'm doing wrong?
[2010-03-30 02:59:55 UTC] iraikov wrote:
How can I test this on the files in the test directory? Calling send-content results in errors in the spiffy module (?!). I think qwiki is too tied up with spiffy and intarweb to allow for testing with local files.
Replying to sjamaan: > I tried the above patch, but for some reason it doesn't work. I guess multidoc expects the headers differently. Ivan, could you please have a look and see what I'm doing wrong?
[2010-03-30 03:19:58 UTC] iraikov wrote:
I have corrected and committed the patch, but I have not tested with spiffy. Please try it out and let me know if it is working.
[2010-03-30 13:01:29 UTC] mario changed status from new to closed
[2010-03-30 13:01:29 UTC] mario set resolution to fixed
[2010-03-30 13:01:29 UTC] mario wrote:
I've just tested it. Seems to be working fine. Thanks Peter and Ivan.