diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-07 07:34:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-07 07:34:02 +0000 |
commit | cddb517df63867c04e2646bcdd5f11d24af719d5 (patch) | |
tree | 34b791c6a20f91596ca723a479543445c9a71c2a | |
parent | 829d77df8e5d7399af4c7920576a109571ba9859 (diff) | |
download | brdo-cddb517df63867c04e2646bcdd5f11d24af719d5.tar.gz brdo-cddb517df63867c04e2646bcdd5f11d24af719d5.tar.bz2 |
- Updated CHANGELOG
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -10,9 +10,8 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable) * improved watchdog messages and added watchdog filter. - rewrote headline code and renamed it to import.module and export.module: * added various improvements, including a better parser, bundles and better control over individual feeds. -- rewrote section code and renamed it to structure.module: - * supports both "categories" and "topics" (cfr. Scoop, SlashCode). Topics can be nested to create a multi-level hierarchy. - * added "auto-post new submissions" feature versus "moderate new submissions". +- rewrote section code and renamed it to meta.module: + * supports unlimeted amount of nested topics. Topics can be nested to create a multi-level hierarchy. - 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 caching support which makes Drupal extremely scalable. @@ -38,6 +37,7 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable) - removed cron.module and integrated it into conf.module. - removed module.module as it was no longer needed. - various updates: + * added "auto-post new submissions" feature versus "moderate new submissions". * introduced links/drupal tags: [[link]] * added preview functionality when submitting new content (such as a story) from the administration pages. * made the administration section only show those links a user has access to. @@ -46,6 +46,8 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable) + content can be scheduled to be 'posted', 'queued' and 'hidden'. * improved account module: + added "access control" to allow/deny certain usernames/e-mail addresses/hostnames. + * improved locale module: + + added new overview to easy the translation process. * improved comment module: + made it possible to permanently delete comments. * improved rating module |