WX Wiki State of Affairs
Tuesday 24 June 2004
I am currently beta-testing 1.5.11c ... and I am also adding a few mods to it. Well, I guess you could call it RN's mods to Wx Wiki Server
? :).
So your program is called Wx Wiki Server and not RN Wiki Server, right? -- ar
Versioning
Versioning is now working quite nicely. There are some bugs that I had to fix with some annoying hacks - but they seem to work.
wkv files used by wxWikiServer have the following layout
[Revision == sizeof(int)][Revision Time == sizeof(time_t)]\n
[Editor of page version]\n
[Comment user made]
There are a couple of bugs though -
- The diff at the bottom seems to get the wrong revisions
- Revisions 2-10 tends to disappear....
Note to self - decide on specific byte sizes for cross-platform compatability.
Users and logins
Users and logins work - but the preferences of
the user can't be changed, because the mechanism
right now for doing so is hackish...
[more to come when I'm more concious]
Old bugs
There are still quite a few bugs from old versions.