Subscribe

properties-editor

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' .

Loading... Vote up! Vote down! Discussion

mail-spec-partially-implemented

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.

Loading... Vote up! Vote down! Discussion

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.

Loading... Vote up! Vote down! Discussion

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:

Loading... Vote up! Vote down! Discussion

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.

Loading... Vote up! Vote down! Discussion

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.

Loading... Vote up! Vote down! Discussion

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).

Loading... Vote up! Vote down! Discussion

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.

Loading... Vote up! Vote down! Discussion

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).

Loading... Vote up! Vote down! Discussion

investigate-problem-with-links-to-unexistant

We just fixed another bug also reported by Arhuaco.

Loading... Vote up! Vote down! Discussion

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

svnwiki $Rev: 14844 $