sudo 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| sudo-7.x-1.0.tar.gz | 15.36 KB | 032c824a30255fd8e83a50a5d2464008 |
| sudo-7.x-1.0.zip | 18.33 KB | 8c7305f29d0e8a0c4fce21f21a342845 |
Release notes
This release is mainly a port of the module to Drupal 7, with a few additions. The following changes were made:
- updated all database statements to use the database API
- updated menu items to reflect Drupal 7 administrative paths
- changed theme function for the sudo button to theme the entire form
- updated tests, and added tests for maintenance / hook_disable functionality
IF you are one of the 5 people who are upgrading from 6.x, AND you have performed a custom implementation of theme_sudo_button, you will need to adjust your implementation to use theme_sudo_switch, since the prior function no longer exists in 7.x versions.
sudo 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| sudo-7.x-1.x-dev.tar.gz | 15.37 KB | 013441a1ac2b36ca6e07f6f8f08ab0e5 |
| sudo-7.x-1.x-dev.zip | 18.33 KB | 3d5d45e982e3cb16fb9f786fcf17316f |
Release notes
Development snapshot of 7.x-1.x branch
sudo 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| sudo-6.x-1.1.tar.gz | 14.2 KB | 14aabe1c77635d3baf867b5e8a17caab |
| sudo-6.x-1.1.zip | 17.04 KB | 78e59ca2509495e32ded931a08ef203a |
Release notes
Release 1.1 adds ability to define default sudo roles -- roles which, whenever granted to a user, will automatically add that user to the sudoers list. It also solves the problem of which roles a user should maintain when being removed from the sudoers list. Also, it ensures that all potential sudo users have their sudo roles when the site goes into maintenance mode, preventing the lockouts that could occur with 1.0. Finally, the button is now themed using CSS3 instead of sliding door images.
sudo 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| sudo-6.x-1.x-dev.tar.gz | 14.23 KB | 472723f807abda0cc2bfe703d5cdfc76 |
| sudo-6.x-1.x-dev.zip | 17.06 KB | fe9cbf8397e6bf1dbc241558a9288be8 |
Release notes
Development snapshot
sudo 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| sudo-6.x-1.0.tar.gz | 14.56 KB | 7576448d58951da1620ef5b65863db32 |
| sudo-6.x-1.0.zip | 18.45 KB | a1264785a6cba1f2215c8e0593c4b0ba |
Release notes
Initial release for Drupal 6.x