Navigate is a quickly deployable, highly customizable and reasonably sexy navigation tool for Drupal. Navigate bar consists of widgets like menu search, collapsible menus and favorites, and can be customized for individual users or user roles. Navigate has been tested with many themes, and can be themed to match the look of any site.
The Format Number API module provides a method to configure number formats (site default and user defined) with configurable decimal point and thousand separators.
This module also provides the 'numericfield' Forms API element, which is a right aligned text input element that allows the user enter numbers using the configured thousands separator and decimal point (site default or user defined). This Forms API element provides a validation callback that is used automatically and that ensures input is valid numeric as per the options defined for the element.
Several functions are exposed by the module that can be used by other contributed or custom modules to display numbers accordingly, from PHP and JavaScript as well. For further information, please see the README.txt.
The Book Copy module allows users to copy complete books or subtrees of books.
When books are copied the user initiating the copy will be the node author of all book sub-pages. This will allow the user to adjust content to their purpose while keeping the initial content unedited.
This module requires that Replicate module be installed and enabled. It provides an elegant API for cloning items successfully and the 6.x book_copy api has been dropped in favor of this one.
Integrations / support
Drush - Copy books via the command line with Drush. Outline Designer - duplicate parts of book outlines using the outline designer UI, powered by Book Copy. Book Delete - accounts for Book Delete module if it is installed so the two can coexist.
The modules list page can become quite big when dealing with a fairly large site or even just a dev site meant for testing new and various modules being considered.