Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Permits to load some blocks by additional AJAX request after loading the whole cached page when the page is viewed by anonymous user. It is suitable for sites which are mostly static, and the page caching for anonymous users is a great benefit, but there are some pieces of information that have to be dynamic.
The Listkeeper list management module allows a user to easily maintain a lookuplist. It is primarily a secondary module, which allows other modules to use it to allow a user to seamlessly administer any items that would appear in a dropdown list, among other possible uses.
In addition to seamless list management and an easy to use, intuitive user interface, Listkeeper encapsulates a few new tricks which sets it apart from other list management modules. First off, Listkeeper takes things back to basics; it is a port from another environment where it has had years in the hands of end users and the interface has been tuned for ease of use from non-technical users. Providing an easy to use interface leaves the hard work for the developers and the the site administration to the users, without the need to consult documentation or the developers!
Timesaver is a turnkey Timesheet Management application designed for businesses of all sizes. The simple and intuitive design lets your administrator set up the system quickly and lets employees use the system with minimal training. Configurable timesheet entry periods allow you to tie in your pay periods to the timesheet system. Timesaver provides an easy to use supervisor/manager workflow to access, edit, approve, reject and lock employee timesheets.
Use the out-of-the-box Microsoft Excel reporting capabilities to access critical and timely data on what your employees currently are and have done. Timesaver is combined with the listkeeper module to allow administrators to configure customers, projects, activities, and tasks with ease. Supervisor/managers will appreciate the easy to configure delegate timesheet function to allow for delegates to enter timesheets for them.
Features are:
Easy to use interface: A robust, yet easy to use interface allows users to quickly begin using the timesheet system.
Workflow: From entry to approvals, from rejections to locks, the timesheet system is configurable to suit your needs.
Permissions: Only allows employees and their delegates and supervisors to view entries. Keeps sensitive information private.
The Drupal 7 version is different to the Drupal 6 version. The Drupal 6 version has less features.
This project collects various small hacks which disable or alter core behaviour due to performance or scalability, but which are not significant enough to deserve individual projects, and which for whatever reason aren't currently viable for patches to Drupal 7 core.http://groups.drupal.org/node/175769#comment-587664
If you're considering using this module, you should look at the following other projects first, much of what's contained here will be pointless unless you're already using them:
Also note that these hacks may disable functionality that certain features rely on, use with care if at all.
Current features
Drupal 7
Node render caching - up to 30-40% performance improvement if you use memcache as a cache backend.
Lightweight menu_primary_links()/menu_secondary_links() - if you have only a single level of links in these menus, this converts 3 SQL queries plus path specific cache_get() to a single sitewide cache_get().