diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-02-07 19:08:28 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2004-02-07 19:08:28 +0000 |
commit | 46140081faba852baa6a66b552148359d5799477 (patch) | |
tree | 286bbe06d6faaff01b9c970eaa5c63bb7cdab53b | |
parent | 229ac8dec47c67370120dfc710f673a1729a490f (diff) | |
download | brdo-46140081faba852baa6a66b552148359d5799477.tar.gz brdo-46140081faba852baa6a66b552148359d5799477.tar.bz2 |
- Mentioning filter system updates.
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ Drupal x.x.x, xxxx-xx-xx - refactored 404 (file not found) handling to support custom 404 pages. - documentation: * added PHPDoc/Doxygen comments. +- improved the filter system to prevent conflicts between filters: + * made it possible to change the order in which filters are applied. + * extra step for resolving conflicts with content that looks like HTML (e.g. + PHP code). Drupal 4.3.2, 2004-01-01 ------------------------ |