diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-07 19:52:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-07 19:52:10 +0000 |
commit | 94f6e94ffdb72e0ac78c5d06ec95a9e6f9f6f47f (patch) | |
tree | 9456e655f26c86076bd97f4cdaae4c2cc76684fe /CHANGELOG | |
parent | 9352d6abf8cc4cbf78e6a92e6cfb18b1d9fc750f (diff) | |
download | brdo-94f6e94ffdb72e0ac78c5d06ec95a9e6f9f6f47f.tar.gz brdo-94f6e94ffdb72e0ac78c5d06ec95a9e6f9f6f47f.tar.bz2 |
- Many excellent news aggregator improvements by Kjartan:
+ Added drupal_http_request().
+ Replaced rssfeeds with OPML feed subscription list.
+ Added support for pubDate.
+ Added support for conditional gets using ETag and Last-Modified.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Drupal x.x.x, xxxx-xx-xx - added support for the MetaWeblog API and MovableType extensions. - added a file API: enables better document management. - improved the watchdog and search module to log search keys. +- news aggregator: + * added support for conditional GET. + * added OPML feed subscription list. - comment module: * made it possible to disable the "comment viewing controls". - performance: |