- Added more finegrained perms
- Fixed aggregator2 migration script and made it work and become more accurate
- Allowed specifying image size on aggregation full view and teaser view with option to display none
- Made feed page to show its children items
- Changed default values in forms and used isset checks to specify defaults
- Added ability to specify filter of aggregated items
- Fixed issue related to open_basedir and safe_mode
- Fixed issue related to clean urls being passed from feed to first child
- Added more finegrained perms
- Fixed aggregator2 migration script and made it work and become more accurate
- Allowed specifying image size on aggregation full view and teaser view with option to display none
- Made feed page to show its children items
- Changed default values in forms and used isset checks to specify defaults
- Added ability to specify filter of aggregated items
- Fixed issue related to open_basedir and safe_mode
- Fixed issue related to clean urls being passed from feed to first child
* Added full image aggregation support
* Unified categories that items are aggregated to under one vocabulary
* More fine grained link controlling (teaser/full)
- Fixed RSS 2.0 rendering for better support
- Added "link to original comment" to aggregation items
- Combined multiple aggregation feed/item options into one database field for easier expandability
- Made the time to live per individual feed rather than global
- Feeds are now updated when feed changes in original, this is configurable in feed form
Applied check_plain on teaser field in item's form
Added code to import aggregator2 items
Added body to feed form
Fixed error in item's form body field (seems I copied it from 5's code, should be careful next time)
Removed second call in simplexml's children method
Added check_plain calls for aggregation_feeds and aggregation_items
Added new permission in the aggregation_item
Removed second parameter in simplexml's children call in RSS 2.0
Added new feed_item permission
Added check_plain on title and original author in both feed and feed_item calls
Added RDF 1.0 support
Updated RSS 2.0 with contributed patches
Updated aggregation.install to install support for RDF
Updated README.txt to reflect the new changes
Added RDF 1.0 support
Updated RSS 2.0 with contributed patches
Updated aggregation.install to install support for RDF
Updated README.txt to reflect the new changes
Fixed unusual and rare case where concatenation with the ternary operator (? :) caused a concatenation priority problem. Fixed by adding parenthesis to explicitly set evaluation order.