Drupal 4.1.0, 2003-02-01 ------------------------ - collaboratively revised and expanded the Drupal documentation. - rewrote comment.module: * reintroduced comment rating/moderation. * added support for comment paging. * performance improvements: improved comment caching, faster SQL queries, etc. - rewrote block.module: * performance improvements: blocks are no longer rendered when not displayed. - rewrote forum.module: * added a lot of features one can find in stand-alone forum software including but not limited to support for topic paging, added support for icons, rewrote the statistics module, etc. - rewrote statistics.module: * collects access counts for each node, referrer logs, number of users/guests. * export blocks displaying top viewed nodes over last 24 hour period, top viewed nodes over all time, last nodes viewed, how many users/guest online. - added throttle.module: * auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load. - added profile.module: * enables to extend the user and registration page. - added pager support to the main page. - replaced weblogs.module by ping.module: * added support for normal and RSS notifications of http://blo.gs/. * added support for RSS ping-notifications of http://weblogs.com/. - removed the rating module - themes: * removed a significant portion of hard-coded mark-up.