diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-05-20 07:30:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-05-20 07:30:35 +0000 |
commit | b9f72e1a1b724cfbd17d19c568f126a363f7ea24 (patch) | |
tree | a248ca51db2eb210266b31fd67ad3c33e6893a44 | |
parent | c9871b781460776c1a17baea3f91c91d6fd01b26 (diff) | |
download | brdo-b9f72e1a1b724cfbd17d19c568f126a363f7ea24.tar.gz brdo-b9f72e1a1b724cfbd17d19c568f126a363f7ea24.tar.bz2 |
- Updated CHANGELOG some more.
diff -r1.46 CHANGELOG
5c5
< - added weblogs.module.
---
> - added weblogs.module.
36a37
> - improved comment module to mark new comments.
37a39
> - added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
40c42
< * added proper indexing.
---
> * added indexing.
44c46
< * added support for session ids in URLs instead of cookies.
---
> * added support for session IDs in URLs instead of cookies.
48c5
< * added url abstraction for links.
---
> * added URL abstraction for links.
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,7 +2,7 @@ drupal 4.0.0, xx/xx/xxxx ------------------------ - added tracker.module: * replaces the previous "your [site]" links (recent comments and nodes). -- added weblogs.module. +- added weblogs.module. * this will ping weblogs.com when new content is promoted. - added taxonomy module which replaces the meta module. * supports relations, hierarchies and synonyms. @@ -34,18 +34,20 @@ drupal 4.0.0, xx/xx/xxxx * improved error checking and usability changes. * content versioning support. - improved book module to support text, html and php pages. +- improved comment module to mark new comments. - added a general outliner which will let any node type be linked to a book. +- added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree. - search: * improved the search system by making it context sensitive. - * added proper indexing. + * added indexing. - various updates: * changed output to valid XHTML. * improved multiple sites using the same Drupal database support. - * added support for session ids in URLs instead of cookies. + * added support for session IDs in URLs instead of cookies. * made front page a configuration setting. * made each cloud site have its own settings. * modules and themes can now be enabled/disabled using the administrative pages. - * added url abstraction for links. + * added URL abstraction for links. * usability changes (renamed links, better UI, etc) drupal 3.0.1, 15/10/2001 |