- Updated CHANGELOG

3-00
Dries Buytaert 2001-05-13 16:32:50 +00:00
parent 15942960a6
commit 3121934810
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable)
- 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 and renamed it to queue.module.
- removed FAQ and documentation module and merged them into a "book module":
* allows collaborative book writing.
- removed FAQ and documentation module and merged them into a "book module".
- 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