properties-editor
Thu Dec 4 01:05:22 2008
I just implemented rudimentary functionality for editing Subversion properties of files in the wiki through the web interface. It requires you to set some meta-properties about which are the properties that you want to edit and what their type should be.
This was based on ideas by Ivan Raikov and implemented on the svnwiki-metadata egg.
One thing that remains is registering these attributes with Estraier, to make them searchable.
Most wikis should do the following:
svn ps svnwiki:handler "$(svn pg svnwiki:handler .) properties" . svn ps svnwiki:properties:list 'svnwiki:title svnwiki:tags' . svn ps svnwiki:properties:name:svnwiki:title 'Title' . svn ps svnwiki:properties:name:svnwiki:tags 'Tags' . svn ps svnwiki:properties:help:svnwiki:title 'Title for this page, the filename will be used if empty' . svn ps svnwiki:properties:help:svnwiki:tags 'Space-separated list of tags for this page' .
mail-spec-partially-implemented
Sun Nov 30 16:02:08 2008
The mail extension has been partially implemented: Users can already subscribe to pages or directories and they will receive notifications when they change or comments are made.
All that remains is to make create a program to receive replies to these emails and posts them as comments.
fix-long-render-bug
Sat Oct 27 17: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
Sat Jul 14 00: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 07: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 07: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
Wed Jul 11 03: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 17: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
Mon Jul 9 04: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 17:39:45 2007
We just fixed another bug also reported by Arhuaco.
Last update: 2007-06-28 (Rev 11840)