fix-long-render-bug

I fixed a bug in stream-wiki that would sometimes cause it to take unearthly long amounts of time to parse certain inputs.

Discussion Loading... Vote up! Vote down!

image-show-sizes

The image extension now has the proper Javascript code to make the “All sizes” link work. This was made mostly by Nelson Castillo.

You can see an example here:

Discussion Loading... Vote up! Vote down!

rating-now-uses-images

You can now specify the svnwiki:rating:votes-image-up and svnwiki:rating:votes-image-down Subversion properties and the rating extension will use images instead of the “Vote up” and “Vote down” texts. The value of the property should be the (probably absolute) URL to the images.

This closes the icons-for-rating-extension bug reported by Arhuaco.

Discussion Loading... Vote up! Vote down!

rating-now-generates-top

The rating extension now generates a top file with the best 10 rated files. Of course, you can use a different file name or count setting the appropriate Subversion properties.

Discussion Loading... Vote up! Vote down!

upload-binary-files

We have made it possible to upload binary files through Svnwiki's web interface. Previously, this could only be done through the Subversion interface.

An “Upload” link should be shown now in the “index” pages. When clicked, it will show the “Upload form”, that the user can use to upload files to the wiki.

It is worth noticing that this was implemented entirely as a svnwiki extension.

We've also added some Subversion properties that can be used to control this functionality (or to disable it altogether).

Discussion Loading... Vote up! Vote down!

bug-fix-link-directory

We just fixed a bug in the code generating the info-box links for directories. Previously, the target for the links was often generated incorrectly.

Discussion Loading... Vote up! Vote down!

no-spam-question-authenticated

A small improvement in the handling of spam challenges: we now only ask them to users who are not authenticating. If a user is authenticated, there is no point in asking him the spam question (since having an account implies being trusted by the administrator).

Discussion Loading... Vote up! Vote down!

investigate-problem-with-links-to-unexistant

We just fixed another bug also reported by Arhuaco.

Discussion Loading... Vote up! Vote down!

double-form-in-preview

We fixed a bug we recently introduced while cleaning up the code. Kudos to Arhuaco for reporting it.

Discussion Loading... Vote up! Vote down!

links-in-wiki-pages

As suggested by Arhuaco, we have added support for a new set of Subversion properties to control which links are shown at the top of a page. Most have the form of svnwiki:links: followed by a token describing the link; the only exception is svnwiki:links, which can be used to disable all links. We added the full list with more information to the list of properties handled by Svnwiki

This was requested by Arhuaco because he wanted a way to make pages in emQbit's wiki look like regular pages (example). Of course, Arhuaco immediately realized that this would benefit weblogs, by allowing is to remove those links from the weblogs' index pages.

Discussion Loading... Vote up! Vote down!

Last update: 2007-06-28 (Rev 11840)

svnwiki $Rev: 12966 $