From: Steve W. <sw...@pa...> - 2001-09-17 03:38:38
|
On Sat, 15 Sep 2001, Seth Cohn wrote: > Very very cool. > > While you are it: > User validation/database? If you mean user auth, someone recently volunteered to work on this and it's been on the todo list forever: https://sourceforge.net/pm/task.php?group_project_id=7691&group_id=6121&func=browse > Summary is a good idea, but it doesn't let you use WikiWords. > Locking some content on page, even if only at the top of the page. Locking *some* of the content is right up there with storing the links separate from the pages. I can't remember why generating a list of dangling references from the links table was not the way to go, but storing links separately was the way to go if we wanted to give you the ability to rename pages. So to lock just part of a page, we'd need a similar scheme where that part is not displayed in the edit form unless you own it... hmm.. I guess that might be a simple markup issue after all, and we filter the page source before it goes into the edit form. still rambling, ~swain --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC |