diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-05-12 21:48:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-05-12 21:48:32 +0000 |
commit | 6772d695f9fd02e6100b84c986e8a62f39cbd439 (patch) | |
tree | 838f70bbf5bf3e5e8a14ef73147dce6e4758f423 | |
parent | dcb7816ce2018e5f7248d0372f990507b99cc510 (diff) | |
download | brdo-6772d695f9fd02e6100b84c986e8a62f39cbd439.tar.gz brdo-6772d695f9fd02e6100b84c986e8a62f39cbd439.tar.bz2 |
- Update CHANGELOG
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -3,18 +3,20 @@ drupal x.xx, xx/xx/xxxx - major overhaul of the entire underlying design: * everything is based on nodes: nodes are a conceptual "black box" to couple and manage different types of content and that promotes reusing existing code, thus reducing the complexity and size of drupal as well as improving long-term stability. - rewrote submission/moderation queue: - * renamed submission.module to moderation.module + * renamed submission.module to queue.module * updated submission forms - removed FAQ and documentation module and merged them into a "book module": * allows collaborative book writing -- removed ban module and integrated it in account.module as "access control": +- removed ban module and integrated it into account.module as "access control": * access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching. - rewrote watchdog and submission throttle - 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". - added settings.module: - * moved most configuration options to the administration section + * moved most of the configuration options from hostname.conf to the new administration section +- added moderate.module: + * allows to assign users editorial/moderator rights to certain nodes/topics. - added page.module: * allows creation of static (and dynamic) pages through the administration interface - added help.module: |