diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-06-24 15:58:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-06-24 15:58:14 +0000 |
commit | 9443139a27561a275c08051d574b23d1c8085430 (patch) | |
tree | b7ab93b2230612300d64bc0bfda241fa81536d0e | |
parent | 3f6a8a22886605f9dd5cdaf931c358fe5724dbdd (diff) | |
download | brdo-9443139a27561a275c08051d574b23d1c8085430.tar.gz brdo-9443139a27561a275c08051d574b23d1c8085430.tar.bz2 |
- Updated CHANGELOG
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,10 +15,13 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable) * added "auto-post new submissions" feature versus "moderate new submissions". - rewrote configuration file resolving: * Drupal tries to locate a configuration file that matches your domainname or uses conf.php if the former failed. Note also that the configuration files got renamed from .conf to .php for security's sake on mal-configured Drupal sites. +- added access.module: + * allows you to setup 'roles' (groups) and to bind a set of permissions to each group. - added poll.module. -- added conf.module: +- added system.module: * moved most of the configuration options from hostname.conf to the new administration section. * added support for custom "filters". +- added statistics.module - added moderate.module: * allows to assign users editorial/moderator rights to certain nodes or topics. - added page.module: @@ -32,6 +35,7 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable) - added book.module: * allows collaborative handbook writing: primary used for drupal documentation. - removed cron.module and integrated it into conf.module. +- removed module.module as it was no longer needed. - various updates: * introduced links/drupal tags: [[link]] * added preview functionality when submitting new content (such as a story) from the administration pages. |