diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-03-09 17:31:42 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2003-03-09 17:31:42 +0000 |
commit | 2555ddc8ea57e52f93764784c817ae911b0bc395 (patch) | |
tree | 1f2bf0b539f299c8e115b295dd4309c256f95ff7 | |
parent | c4cf16dd3dbc9f9ce72701c35cbd3fdb591f340c (diff) | |
download | brdo-2555ddc8ea57e52f93764784c817ae911b0bc395.tar.gz brdo-2555ddc8ea57e52f93764784c817ae911b0bc395.tar.bz2 |
- Updating CHANGELOG.
-rw-r--r-- | CHANGELOG | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -1,14 +1,25 @@ Drupal x.x.x, xxxx-xx-xx (to be released) ------------------------ -- reorganized the administration pages +- clean urls. +- reorganized the administration pages. - search module: - * changed the search module to use implicit AND'ing instead of implicit OR'ing. + * changed the search module to use implicit AND'ing instead of + implicit OR'ing. - node system improvements: - * replaced the "post content" permission by more fine-grained permissions. + * replaced the "post content" permission by more fine-grained + permissions. * improved content submission: - + improved teasers: teasers are now optional, teaser length can be configured, teaser and body are edited in a single textarea, users will no longer be bother with teasers when the post is too short for a teaser. - + added the ability to preview both the short and the full version of your posts. + + improved teasers: teasers are now optional, teaser length can + be configured, teaser and body are edited in a single + textarea, users will no longer be bother with teasers when + the post is too short for a teaser. + + added the ability to preview both the short and the full + version of your posts. + * extended the node api, allows for more advanced uses and cleans + up the interaction between modules. + * added default node settings to control the behaviour for + promotion, moderation and other options. - themes: * replaced theme "Goofy" by "Xtemplate", a template driven theme. |