in reply to Re^2: Proposed new behaviour of isGods and isApproved (per session cache) ($NODE in key)
in thread Proposed new behaviour of isGods and isApproved (per session cache)
Well, id like to see all of the isJanitorable and CanSdcEdit and nodes of that sort change into accessrules. And in that case I'd expect to see dupe checks. For instance In the SDC nodelet youd do the check once, and then if you were on an SDC page you'd do it again. Im doubtful if we would see multiple $NODE's for the same $USER/$GROUP in a single fetch, but id be unsurprised if we saw multiple fetch for the same USER/GROUP/NODE combination. So from my POV we lose very little by including NODE in the cache and will most likely save ourself a dupe check or two.
Anyway, to explain what i have in mind ill say that id like to be able to do stuff like:
if (isApproved($USER,'sitedocclan',$NODE) { ... }
Which would check that the user is a member of sitedocclan and that $NODE is a type editable by SiteDocClan. This would be done by putting an accessrule as the first member of the group whose code only kicked in if the $NODE parameter was defined.
Anyway, I guess my point is that id rather cache it all and see if there are issues with the cache than not cache it and later on repatch the code to return it to the current state.
Also id be very surprised if nodes like the one you mention even excersize this aspect of the design. I mean their access profile is quite easy to manage.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Proposed new behaviour of isGods and isApproved (per session cache) ($NODE in key)
by tye (Sage) on Sep 02, 2005 at 07:37 UTC | |
by demerphq (Chancellor) on Sep 02, 2005 at 08:57 UTC |