fix-long-render-bug
Sat Oct 27 10:46:28 2007
I fixed a bug in stream-wiki that would sometimes cause it to take unearthly long amounts of time to parse certain inputs.
image-show-sizes
Fri Jul 13 17:18:02 2007
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:
rating-now-uses-images
Fri Jul 13 00:29:43 2007
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.
rating-now-generates-top
Fri Jul 13 00:26:23 2007
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.
upload-binary-files
Tue Jul 10 20:13:46 2007
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).
bug-fix-link-directory
Mon Jul 9 10:20:15 2007
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.
no-spam-question-authenticated
Sun Jul 8 21:51:54 2007
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).
investigate-problem-with-links-to-unexistant
Sat Jun 30 10:39:45 2007
We just fixed another bug also reported by Arhuaco.
double-form-in-preview
Sat Jun 30 10:36:55 2007
We fixed a bug we recently introduced while cleaning up the code. Kudos to Arhuaco for reporting it.
links-in-wiki-pages
Thu Jun 28 07:44:44 2007
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.
Last update: 2007-06-28 (Rev 11840)