Downloads
Download tar.gz
10.78 KB
MD5: 96882b57e2bbe7d964da3f8efd5c1155
SHA-1: dadeb35f4f9b55b123a48cb3829649a00e18fdd6
SHA-256: 3c6d0ea4470f9ce9371f6928dbaf7cad077ba529f7aa31fe35d6dc30c92df298
Download zip
13.64 KB
MD5: 3af83cc6062e9cf0891196659847beda
SHA-1: c595db7f3e35eed9541c05cceeac7ec4137da1e1
SHA-256: cc15ae5c9815d54b85e511a68149f7b6a0df38d3174d0ad996469fa405675262
Release notes
This release changes the database structure from using one table per role to having one table that stores all of the information per role. This means that as the number of roles on your site grow the number of database tables doesn't grow with it which seems more scalable.
It largely only contains the code from http://drupal.org/node/455436 by Amitaibu