diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-17 18:13:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-17 18:13:41 +0000 |
commit | a591cc5fb3b18439fe090f0eff491db210220c64 (patch) | |
tree | b1d587779abae410c31e3e0141967ba396ed8ac9 | |
parent | 3e3f397202c0983fa4a91a961b630d0fb66d6f35 (diff) | |
download | brdo-a591cc5fb3b18439fe090f0eff491db210220c64.tar.gz brdo-a591cc5fb3b18439fe090f0eff491db210220c64.tar.bz2 |
- Fixed typo: MoveableType --> MovableType
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Drupal x.x.x, xxxx-xx-xx ------------------------ -- added support for the MetaWeblog API and MoveableType extensions. +- added support for the MetaWeblog API and MovableType extensions. - comment module: * made it possible to disable the "comment viewing controls". - performance: @@ -23,7 +23,7 @@ Drupal x.x.x, xxxx-xx-xx * made themes degrade gracefully in absence of CSS. * grouped form elements using '<fieldset>' and '<legend>' tags. * added '<label>' tags to form elements. -- refactored 404 (file not found) handling. +- refactored 404 (file not found) handling to support custom 404 pages. - documentation: * added PHPDoc/Doxygen comments. |