diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-10-20 19:15:12 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-10-20 19:15:12 +0000 |
commit | 9e4dd57084c087eaa1b2ee55f4133af7663715dc (patch) | |
tree | ea11bb6d1bcfcb7e5f415d6501941c136d17718d | |
parent | e7fd76a1c96b254e904ac7bc661c1cf879a91157 (diff) | |
download | brdo-9e4dd57084c087eaa1b2ee55f4133af7663715dc.tar.gz brdo-9e4dd57084c087eaa1b2ee55f4133af7663715dc.tar.bz2 |
- updated CHANGELOG.
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,10 +1,24 @@ drupal x.xx, xx/xx/xxxx ----------------------- +- added tracker.module: + * replaces the previous "your [site]" links. +- added weblogs.module. +- themes: + * cleaned up the theme system. + * moved themes that are not maintained to contributions CVS repository. + * added theme Trillian. +- database abstraction: + * changed to PEAR database abstraction layer. + * using ANSI SQL queries to be more portable. - rewrote the user system: * added support for Drupal authentication through XML-RPC and through a Jabber server. - various updates: * improved the search system by making it context sensitive. + * fixed node retrieval based on titles. + * improved multiple sites using the same Drupal database support. + * added support for session ids in URLs instead of cookies. + * made front page a configuration setting. drupal 3.00, 15/09/2001 ----------------------- |