From: Zot O'C. <zo...@wh...> - 2003-11-10 18:53:32
|
On Mon, 2003-11-10 at 10:42, Steve Wainstead wrote: > Then let's shoot for December 24th for 1.4. Goals: > > * documentation up to date, including pages for all PlugIns and up to > date installation instructions (me) > > * external DB user auth, plus group checking (Reini and Joby) > > It would be sweet if we had email notification by then, but I'm willing > to wait on the 1.5 branch to add that. If we cab have the basis for email notification, i.e. callouts to function vs the hacks to editpage we have now. My reasoning is that short term every edit is cool, but long term it is spammish. I do not need every edit user X made to 5 pages over a 10 minute period (40 emails). I do see that this will need some time to develop. If we can have two functions that get called, something like: CheckShouldWeDoEmailNotify(calling function, page, user) returns bool EmailNotify(calling function, page, user, new content) Then we can just put the hacks in the appropriate lib (perhaps its own for now) and people can develop it conjunction with their other processes (i.e. if they have a hack user base, then perhaps they have a hacked email notify). -- Zot O'Connor http://www.ZotConsulting.com http://www.WhiteKnightHackers.com |