The Util module is a grouping of commonly-needed utilities that are simple to code, everyone wants, but nobody actually codes them.
Right now, we have the following features:
- Collapse the module page's fieldsets.
- This utility automatically collapses fieldsets on the admin/build/modules page. This speeds up the enabling or disabling of modules, since only the set of modules you're interested in can be expanded for editing. Why wade through all your modules every single time you go to this page? Collapse them! The settings page has a directory linking modules to packages.
There is also a counter for each fieldset that numbers every module in that group and reports on how many are enabled. Example: Core - optional [9] of [23]
- Module Weight
- This utility allows you to change module weights without having to make the change directly in the database. Very helpful for development or modules that require to be run in specific order.
- Permissions Fieldset Manager
- Similar to the System Modules above, except this encloses the permissions (admin/user/permissions) for each module in a fieldset. Those may either be all collapsed/expanded, or individually.
- Type Defaults
- This is a feature that sets all publishing and comment options for all content types. It also has the ability to exclude certain types. Unfortunately RealLife™ got in the way of development, and this module is not yet functional. DOES NOT WORK YET - INSTALL ONLY IF YOU WANT TO WORK ON A PATCH
- Log_Clear
Looking at your logs and wishing you could get rid of just "this kind of message?" Too lazy to fire up PHPMyAdmin to do it (isn't that what Util is for). In searching DO, it seems there are lots of others who would like this.See "DbLog Enhancements."- DbLog Enhancements
- Implementing #582622: provide hook for dblog_filters now rather than waiting for a version of core to include it. So here is a function that adds a "Clear" button in the "Filter log" field set on the "Recent log" page. Note: This does not show up on the Util page at all.
- Logged_in_as
- Ever code up a little block to show user id and maybe roles? Well, here it is. Note: This does not show up on the Util page at all; enable the block to see it.
- Comment Box
- Allows you to set the size of the comment box by content type.
- Enforce Revlog
Much like Drupal.org, checks to see if a revision log message has actually been entered. Note: This does not show up on the Util page at all.Removed in favor of the Enforce revision log message module.- Top buttons
- Places copies of the node submission buttons ("Save," "Delete," etc.) buttons above the body field. Note: This does not show up on the Util page at all. The setting is in the content type form; all content types are enabled by default.
Please add feature requests for anything you want.
Version Status
With the increasing adoption of Drupal 6 and the maturing of D7, we feel the time has come to place our 5.x-1.x version into “maintenance only” mode. From now until we release a 7.x version there will be no new development on the 5.x-1.x version; we will, however, provide a best effort
to fix bugs.
Issues
As with all contributed modules, when considering submitting an issue review the existing issues list. (Don't forget to select "<all>" for the "Status" field.)
- Drupal version.
- Browser type and version.
- Database type and version.
- Error messages, if any.
- Module settings.
PHP prior 5.2 and MySql 4
Due to end-of-life on PHP4 and MySql4, we no longer actively support either of those products. If a problem arises, we will make an effort to work around it, but will not make a guarantee. Drupal 7 will require PHP 5.2 or higher and MySql 5 (or Postgres 8); if your host is not at these levels yet, please encourage them to get there ASAP.
Update.php
As with all modules, please make sure you run update.php after updating this module, even if no updates are identified.
Development version status
The development versions (-dev) are where the newest stuff is, including any bug fixes and new features. We try to make sure it is tested before we commit anything, but occasionally a bug will get by us. Your help on testing this code is greatly appreciated.
Current Features being tested in Development
Update.php required: No
- Add edit link. #994978: Edit link for nodes
- Removed Enforce_Revlog. #904274: Duplication with enforce_revlog standalone module
- Removed Log_Clear. #623736: merge log_clear & dblog_clear
- Sort dblog username list by name. #995056: Dblog Username list needs to be in some order
- Temporary Expand/Collapse feature. #1007622: expand/collapse all temporarily
- Fix table name in uninstall. #1006140: Wrong table name in top_buttons.install
- Fix missing weight. #985106: module weight must be a number (found "")
- Add documentation link. #995052: module_weights: Link to documentation page.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Administration, Utility
- Reported installs: 4072 sites currently report using this module. View usage statistics.
- Last modified: December 22, 2011