diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-11-23 12:29:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-11-23 12:29:49 +0000 |
commit | 112db2b0d0e74f7403244d9d5a7dfb14fdb89bf8 (patch) | |
tree | 211a303eb7e92d63e2eeeb6f45302f83ca8c57f8 | |
parent | 875c6e3f7707439bc260d01615b24edf6506924b (diff) | |
download | brdo-112db2b0d0e74f7403244d9d5a7dfb14fdb89bf8.tar.gz brdo-112db2b0d0e74f7403244d9d5a7dfb14fdb89bf8.tar.bz2 |
- Updated the CHANGELOG file
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,13 +2,18 @@ Drupal x.x.x, xxxx-xx-xx ------------------------ - added support for the MetaWeblog API and MoveableType extensions. +- comment module: + * made it possible to disable the "comment viewing controls". - performance: * improved module loading when serving cached pages. - theme system: * made all theme functions start with 'theme_'. * made all theme functions return their output. * migrated away from using the BaseTheme class. + * added many new theme functions and refactored existing theme functions. - usability: + * added breadcrumb navigation to all pages. + * made it possible to add context-sensitive help to all pages. * grouped form elements using '<fieldset>' and '<legend>' tags. * replaced drop-down menus by radio buttons where appropriate. * removed the 'magic_quotes_gpc = 0' requirement. |