Posted by dnotes on August 29, 2011 at 7:17am
| 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 |
Last updated: August 29, 2011 - 07:22
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.