I've just posted the latest
FlexWiki bits on SourceForge. Get 'em
here.
I seem to say this every few months, but this is a pretty major milestone on the long, long road to
FlexWiki 2.0. Specifically, this is the first release where essentially everything from
FlexWiki 1.8 works again. So the RSS feeds, the newsletters, and the administration pages have all been repaired, which is nice. The one thing that's still broken is the SqlProvider. Since most people use the FileSystemProvider, I don't think that's a huge deal. I'm fixing the SqlProvider even now, and it will be present in
FlexWiki 2.0 Beta 2.
The major new feature in Beta 1 is the security infrastructure.
FlexWiki now sports topic-level security. That means you can put something like this
AllowRead: user:candera
DenyEdit: anonymous
in a topic and it'll work. You can also do this sort of thing on a per-namespace basis, or wiki-wide. It works with either Windows or Forms authentication, and I've even thrown in a simple implementation of some login/logout pages for people that want to get something simple set up for Forms authentication.
If I seem excited about the security stuff, it's because I am: the whole reason I ripped
FlexWiki apart (starting nearly two years ago!!) was to make it possible to add security in a maintainable fashion. Now it's done.
You can read more about the new security features
here.
As far as the road ahead, there are really only two tasks remaining before I can shove
FlexWiki 2.0 RTW out the door:
- Fix the SqlProvider.
- Analyze and tune performance.
I've already started the SqlProvider work, and I don't expect too many problems. Performance could be easy or could be hard - I'll need to start by comparing the performance of the 2.0 bits with the 1.8 baseline. That'll tell me how much work I have to do.
But any way you slice it, the release date for 2.0 RTW is a whole lot closer than it used to be.