From: Brian A. <br...@ta...> - 2001-03-12 18:44:18
|
Alvaro del Castillo wrote: > If we use the users_param table we don't need to touch getUser and > setUser, > no? True, you could. The only thing that would be left is a table describing the ACL. The only thing I worry about is that users_param is a type of text, which could be slow for very large sites. Which is why you might want to have a separate table. Course, the table is entirely indexed. Just put it in users_param, if it turns out to be a performance issue it will be easy to fix. > The changes are reduced to modify the ACL functions that I have included > in Slash.pm. Is it the correct place? This changes are minimal. Well, the ACL functions should be in Slash::Utility. > the future? As I say in other email, I have found very easy to make > co-live the to models in the transition. We can make the two live side by site at the moment. Long term I would prefer to see only one though (just me), but I don't see it as a priority. > I plan to send a patch to the list to show how we have modified admin.pl > to partially work using ACLs. Cool. -Brian |