From: Reini U. <ru...@x-...> - 2001-02-28 16:24:00
|
Jeff Dairiki schrieb: > There are numerous features I'd like to implement for my Wiki. > > I think most of us are in agreement about what features would be nice to add. > (Version history is at the top of my list.) The problem is that VersionHistory would require the drastic db change. but haven't looked at this yet. UserPreferences are a similar hot topic. now I have a cookie with username,email,state,realm and now also notifications, but this can get very large. imho better would be to store only a small numeric id at the client cookie and the rest in a database table. completely unfinished: http://xarch.tu-graz.ac.at/home/rurban/acadwiki-1.3.4pre/viewsrc.php?show=lib/userauth.php http://xarch.tu-graz.ac.at/home/rurban/acadwiki-1.3.4pre/viewsrc.php?show=schemas/schema.mysql > But nobody seems to like my coding style, so at this point I'm afraid (or too > polite) to touch the code in the main branch of the CVS --- I particularly > don't want to make a large change (eg. new database API). I like it. Sometimes you just need classes. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |