rick c wrote: > I like the way you put that. :) ACL is incomplete at the moment, which > has caused issues with the Habari silo, and I would think the Viddler > silo, though it isn't as commonly used as the Habari silo, partly > because both of them rely on permissions without adding the > permissions to the db or to any users or groups, partly because there > is still no interface for admins to manipulate which groups have > access rights to permissions. > For this reason, as a temporary measure the acl subsystem should be > returning true for permissions that aren't found in the database.
Actually, it is now. The svn upgrade I did today (refer my previous post) updated acl.php to contain this constant definition: const ACCESS_NONEXISTANT_PERMISSION = true; So the links now display, but they don't work. I can't create a directory nor upload files. It goes through the motions but doesn't carry out the actions. I'll see if I can trace the problem some more. I am finding the Habari code quite easy to follow. The excellent naming conventions definitely help a lot. :) > It wasn't doing so properly before, and so the create directory and > upload links weren't showing. r2751 did, however, fix the problem for > me and the links appear in my silo. I don't understand what the > problem is that it isn't working for others. Hopefully we can get this all working by Friday. :) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
