summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-05-12 21:48:32 +0000
committerDries Buytaert <dries@buytaert.net>2001-05-12 21:48:32 +0000
commit6772d695f9fd02e6100b84c986e8a62f39cbd439 (patch)
tree838f70bbf5bf3e5e8a14ef73147dce6e4758f423
parentdcb7816ce2018e5f7248d0372f990507b99cc510 (diff)
downloadbrdo-6772d695f9fd02e6100b84c986e8a62f39cbd439.tar.gz
brdo-6772d695f9fd02e6100b84c986e8a62f39cbd439.tar.bz2
- Update CHANGELOG
-rw-r--r--CHANGELOG8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 617d943d5..2416a6d2d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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: