diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-15 19:43:50 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-15 19:43:50 +0000 |
commit | bbf78ea15e3993722b486e84472a93fcc31346a9 (patch) | |
tree | 43829a14f759ca9638a08a90a2cb81d2292f235c | |
parent | 10e1c075021df9bf03a80e8e1bfaface9c07d3e5 (diff) | |
download | brdo-bbf78ea15e3993722b486e84472a93fcc31346a9.tar.gz brdo-bbf78ea15e3993722b486e84472a93fcc31346a9.tar.bz2 |
- Fixed typo in CHANGELOG. Patch #16 by Al.
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Drupal 4.2.0, xxxx-xx-xx (to be released) - node system improvements: * 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. + + 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 bothered with teasers when the post is too short for one. + added the ability to preview both the short and the full version of your posts. * extended the node API which allows for better integration. * added default node settings to control the behaviour for promotion, moderation and other options. |