Defines a 'weekly office hours' field type, allowing you add a field to any Content type, in order to display when a location is open or closed on a weekly basis.
Shows a block and a page of nodes created on this day for past years. Administrators can set how many years back to display nodes. Future versions will add a Views plugin.
The aim of the JavaScript Aggregator module is to improve performance of your site with less server requests and bandwidth per page. In Drupal 5, all the JavaScript files will be aggregated into one file and optionally minified. JavaScript aggregation was brought into core with Drupal 6, so the Drupal 6 version of this module goes one step further to minify that file.
It basically does the following:
Takes the $scripts variable and removes .js files using a regular expression
Generates a unique filename for any set of .js files
Creates and caches one file containing all .js files in files/js