From e0113d678827b78fdf7d6e31deebb948bba06f07 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 22 Aug 2005 19:45:42 +0000 Subject: - Patch #29275 by Uwe: I'm currently trying to get aggregator.module in shape for being used as a planet-like software for a Planet Drupal. Here's a patch which allows the site admin to specify which HTML tags are stripped from feeds (or not). This is hardcoded in aggregator.module right now, the attached 2-line patch (for HEAD) makes it configurable. --- modules/aggregator.module | 4 ++-- modules/aggregator/aggregator.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/aggregator.module b/modules/aggregator.module index f1f367136..58080a71e 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -73,6 +73,7 @@ function aggregator_settings() { $period = drupal_map_assoc(array(3600, 10800, 21600, 32400, 43200, 86400, 172800, 259200, 604800, 1209600, 2419200, 4838400, 9676800), 'format_interval'); $output = ''; + $output .= form_textfield(t('Allowed HTML tags'), 'aggregator_allowed_html_tags', variable_get('aggregator_allowed_html_tags', '