XMLTagsEditHistoryDiscussion

  1. About This File
  2. To fix
  3. Validate that you can only create valid files in xsvnwiki-discuss
  4. Revision is not shown as expected
    1. Svnwiki real path shown
    2. Misplaced center, or bug
    3. We should put the numbers in the generated titles and not only in the table of contents
    4. Deleted files are still taken into account for tags
    5. Problem with i18n
    6. Why doesn't the nowiki tags keep the newlines?
  5. Fixed.
    1. svnwiki:title ignored in directories
    2. URL doesn't render as it should

About This File

This file lists known problems with svnwiki. For some of them, a workaround is provided.

If you can, try to make sure that you can commit to the Subversion Repository with the svnwiki user (the one specified in the configuration file).

If you have a suggestion to make that could improve svnwiki, please add it to the svnwiki-suggestions file.

To fix

Validate that you can only create valid files in xsvnwiki-discuss

When you create a file in xsvnwiki-discuss, only allow files that exist in xsvnwiki-discuss/../

I think that this is the the expected behavior. Unfortunately, some %20s and other conversions might make it difficult...

Perhaps it would be nice to do this in other extensions that create files in special directories.

Revision is not shown as expected

https://freaks-unidos.net/cgi-bin/svnwiki/default/index?rev=739

I expected to see and old revision but it seems I get the most recent one.

Svnwiki real path shown

The svnwiki cgi shows the real path of the temporal directory svnwiki uses with the diff shown when you finish editing. I think this should not be done. Perhaps show the path stripping the prefix (paths would start with the repos root).

This is a security risk.

Fixed by Alejo a long time ago.

Unfixed by Alejo a long time ago :

— /tmp/svnwiki-default-cgi/svnwiki-bugs (revision 9416) +++ /tmp/svnwiki-default-cgi/svnwiki-bugs (working copy)

:)

Misplaced center, or bug

The following text (all of it in this bug report) doesn't render as expected.

A text
test

Renders as

A text

test

What should be done here? Perhaps the center tag should break the paragraph?

We should put the numbers in the generated titles and not only in the table of contents

I put this here because I think this is an usability bug. If you check some page you'll notice that it's not easy to see what section a title belongs to. The font size of the titles is different, but the resulting text is rather confusing.

I suggest that you also generate the numbers. Ie: "1.1.1 This is a sub-sub-subtitle....".

Note that the generated "A NAME" should not include this number.

I think this is very important.

— Arhuaco.

Deleted files are still taken into account for tags

Open this page, then check the tag cluster. Two pages that were deleted are still shown.

Problem with i18n

There seems to be a problem with internationalization of file names. Please use only filenames in the us-ascii character set (that is, don't use tildes or unusual characters).

I'm not sure when will I get around to fixing it (as I'll probably want to rewrite the iconv Chicken extension first).

Note thas this also applies to tags. You cannot use tildes.

Also to the commit messages. When you check the history, the accents are not shown.

- Arhuaco

– AFC

Try to adding [[toc:]] to Useful Sysadmin Links. The preview doesn't work when you add it at the top of the file. I didn't try commiting.

– Arhuaco

I tried to make a link to a post in AFC's weblog and it seems that the ' needs to be escaped.

Why doesn't the nowiki tags keep the newlines?

  # uno
  ## dos
  ## tres
  # cuatro
 

parses to:

  # uno
  ## dos
  ## tres
  # cuatro
 

– Arhuaco

Fixed.

svnwiki:title ignored in directories

check linuxencaja/. And check the svnwiki:title prop. It's not being honored.


Now it is.

–Alejo, Fri Oct 27 13:29:13 UTC 2006

URL doesn't render as it should

Check:

http://www.ece.msstate.edu/~reese/senior_design/pcb/Intro_to_SMT.pdf

The link breaks at ~


Fixed. Thanks for the report.

–Alejo, Fri Oct 27 13:29:13 UTC 2006

Last update: 2007-03-14 (Rev 10858)

svnwiki $Rev: 12966 $