Downloads

Download tar.gz 53.02 KB
MD5: ab730ac46494cd24f2b6b957c209a230
SHA-1: dacb465fec994c4a0fb15db22bbd5de36eded287
SHA-256: 2ad46eabd447a5428b0d31c0fd28ed05ea3161218215038924ba7a7de17703d2
Download zip 65.36 KB
MD5: c68c34a1adf3f9a94cb054f996ade922
SHA-1: d828971cf58c35f6adbc642ffa3794165beddee9
SHA-256: 7c61e8f3886513933b8b9e940867abbb111af15be3f6197899f2027c690bcf4c

Release notes

I tryied to fixed a permission conflict between core node access and nodeaccess modules. Basicaly I found no way to make the module behave correctly in both situations :
- when using drupal core permissions hook_access should return true/false depending on user permission and we have to rewrite queries to prevent no allowed users to see listings in front page and block.
- when using nodeaccess module, the query should not be rewrite as node.module already do this, and hook_access should return NULL l order to let nodeaccess apply its grants.

The only solution I found is adding a admin/settings/filebrowser page with a checkbox that should be enabled when using nodeaccess (and perhaps other permissions module).

I also add a new block to list avalaible listings.

Created by: Yoran
Created on: 1 Apr 2009 at 22:37 UTC
Last updated: 1 Aug 2018 at 23:20 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases